Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormonojenkins <jo.shields+jenkins@xamarin.com>2017-02-01 19:40:17 +0300
committerAlexander Köplinger <alex.koeplinger@outlook.com>2017-02-01 19:40:17 +0300
commite68ef38c186896f71b899d9975e245f9124b79d8 (patch)
tree52f7c8e1cc1df099ed860bbaed34e5a3b068b017 /mcs/class/System.IO.Compression
parent6a2a23dcebbf5bd19560b3bdeec54e13e26901f8 (diff)
[msvc] Update csproj files (#4315)
Diffstat (limited to 'mcs/class/System.IO.Compression')
-rw-r--r--mcs/class/System.IO.Compression/System.IO.Compression-net_4_x.csproj3
1 files changed, 2 insertions, 1 deletions
diff --git a/mcs/class/System.IO.Compression/System.IO.Compression-net_4_x.csproj b/mcs/class/System.IO.Compression/System.IO.Compression-net_4_x.csproj
index ec2594918a9..6e237582de6 100644
--- a/mcs/class/System.IO.Compression/System.IO.Compression-net_4_x.csproj
+++ b/mcs/class/System.IO.Compression/System.IO.Compression-net_4_x.csproj
@@ -49,7 +49,7 @@
</PropertyGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<ItemGroup>
- <Compile Include="..\..\..\external\corefx\src\System.IO.Compression\src\System\IO\Compression\Crc32Helper.cs" />
+ <Compile Include="..\..\..\external\corefx\src\Common\src\System\Threading\Tasks\TaskToApm.cs" />
<Compile Include="..\..\..\external\corefx\src\System.IO.Compression\src\System\IO\Compression\DeflateManaged\BlockType.cs" />
<Compile Include="..\..\..\external\corefx\src\System.IO.Compression\src\System\IO\Compression\DeflateManaged\CopyEncoder.cs" />
<Compile Include="..\..\..\external\corefx\src\System.IO.Compression\src\System\IO\Compression\DeflateManaged\DeflateInput.cs" />
@@ -78,6 +78,7 @@
<Compile Include="..\..\build\common\Consts.cs" />
<Compile Include="..\..\build\common\SR.cs" />
<Compile Include="AssemblyInfo.cs" />
+ <Compile Include="corefx\Crc32Helper.cs" />
<Compile Include="corefx\SR.cs" />
<Compile Include="corefx\ZipArchiveEntry.Mono.cs" />
<Compile Include="TypeForwarders.cs" /> </ItemGroup>