Skip to content
This repository has been archived by the owner on Jan 23, 2023. It is now read-only.
/ corefx Public archive

Commit

Permalink
Merge pull request #2983 from dotnet-bot/from-tfs
Browse files Browse the repository at this point in the history
Merge changes from TFS
  • Loading branch information
ellismg committed Aug 27, 2015
2 parents 6cffbc2 + 929c0ee commit a41674d
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/System.IO.Compression/src/System.IO.Compression.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,13 @@
<ProjectGuid>{5471BFE8-8071-466F-838E-5ADAA779E742}</ProjectGuid>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<UseECMAKey Condition="'$(UseECMAKey)'==''">true</UseECMAKey>
<PackageTargetFramework>dotnet</PackageTargetFramework>
</PropertyGroup>
<PropertyGroup Condition=" '$(TargetsWindows)' == 'true' ">
<PackageTargetRuntime>win7</PackageTargetRuntime>
</PropertyGroup>
<PropertyGroup Condition=" '$(TargetsUnix)' == 'true' ">
<PackageTargetRuntime>Unix</PackageTargetRuntime>
</PropertyGroup>
<!-- Default configurations to help VS understand the options -->
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Linux_Debug|AnyCPU'" />
Expand Down

0 comments on commit a41674d

Please sign in to comment.