Compat.ICSharpCode.SharpZipLib-net_2_0.csproj 6.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <PropertyGroup>
  4. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  5. <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  6. <ProductVersion>9.0.30729</ProductVersion>
  7. <SchemaVersion>2.0</SchemaVersion>
  8. <ProjectGuid>{1F0602E2-AFBD-4229-A647-2E9D8EDB3C81}</ProjectGuid>
  9. <OutputType>Library</OutputType>
  10. <NoWarn>1699</NoWarn>
  11. <OutputPath>bin\Debug\Compat.ICSharpCode.SharpZipLib-net_2_0</OutputPath>
  12. <NoStdLib>True</NoStdLib>
  13. <NoConfig>True</NoConfig>
  14. <AppDesignerFolder>Properties</AppDesignerFolder>
  15. <RootNamespace>
  16. </RootNamespace>
  17. <AssemblyName>ICSharpCode.SharpZipLib</AssemblyName>
  18. <TargetFrameworkVersion>v2.0</TargetFrameworkVersion>
  19. <FileAlignment>512</FileAlignment>
  20. </PropertyGroup>
  21. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  22. <DebugSymbols>true</DebugSymbols>
  23. <DebugType>full</DebugType>
  24. <NoWarn>1699</NoWarn>
  25. <Optimize>false</Optimize>
  26. <DefineConstants>DEBUG;TRACE;NET_1_1;NET_2_0</DefineConstants>
  27. <ErrorReport>prompt</ErrorReport>
  28. <WarningLevel>4</WarningLevel>
  29. </PropertyGroup>
  30. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  31. <DebugType>pdbonly</DebugType>
  32. <NoWarn>1699</NoWarn>
  33. <Optimize>true</Optimize>
  34. <DefineConstants>NET_1_1;NET_2_0</DefineConstants>
  35. <ErrorReport>prompt</ErrorReport>
  36. <WarningLevel>4</WarningLevel>
  37. </PropertyGroup>
  38. <!-- Set AddAdditionalExplicitAssemblyReferences to false, otherwise if targetting .NET4.0,
  39. Microsoft.NETFramework.props will force a dependency on the assembly System.Core. This
  40. is a problem to compile the Mono mscorlib.dll -->
  41. <PropertyGroup>
  42. <AddAdditionalExplicitAssemblyReferences>false</AddAdditionalExplicitAssemblyReferences>
  43. </PropertyGroup>
  44. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  45. <ItemGroup>
  46. <Compile Include=".\ICSharpCode.SharpZipLib\AssemblyInfo.cs" />
  47. <Compile Include=".\ICSharpCode.SharpZipLib\BZip2\BZip2.cs" />
  48. <Compile Include=".\ICSharpCode.SharpZipLib\BZip2\BZip2Constants.cs" />
  49. <Compile Include=".\ICSharpCode.SharpZipLib\BZip2\BZip2InputStream.cs" />
  50. <Compile Include=".\ICSharpCode.SharpZipLib\BZip2\BZip2OutputStream.cs" />
  51. <Compile Include=".\ICSharpCode.SharpZipLib\Checksums\Adler32.cs" />
  52. <Compile Include=".\ICSharpCode.SharpZipLib\Checksums\Crc32.cs" />
  53. <Compile Include=".\ICSharpCode.SharpZipLib\Checksums\IChecksum.cs" />
  54. <Compile Include=".\ICSharpCode.SharpZipLib\Checksums\StrangeCrc.cs" />
  55. <Compile Include=".\ICSharpCode.SharpZipLib\GZip\GZipConstants.cs" />
  56. <Compile Include=".\ICSharpCode.SharpZipLib\GZip\GZipInputStream.cs" />
  57. <Compile Include=".\ICSharpCode.SharpZipLib\GZip\GZipOutputStream.cs" />
  58. <Compile Include=".\ICSharpCode.SharpZipLib\Tar\InvalidHeaderException.cs" />
  59. <Compile Include=".\ICSharpCode.SharpZipLib\Tar\TarArchive.cs" />
  60. <Compile Include=".\ICSharpCode.SharpZipLib\Tar\TarBuffer.cs" />
  61. <Compile Include=".\ICSharpCode.SharpZipLib\Tar\TarEntry.cs" />
  62. <Compile Include=".\ICSharpCode.SharpZipLib\Tar\TarHeader.cs" />
  63. <Compile Include=".\ICSharpCode.SharpZipLib\Tar\TarInputStream.cs" />
  64. <Compile Include=".\ICSharpCode.SharpZipLib\Tar\TarOutputStream.cs" />
  65. <Compile Include=".\ICSharpCode.SharpZipLib\Zip\Compression\Deflater.cs" />
  66. <Compile Include=".\ICSharpCode.SharpZipLib\Zip\Compression\DeflaterConstants.cs" />
  67. <Compile Include=".\ICSharpCode.SharpZipLib\Zip\Compression\DeflaterEngine.cs" />
  68. <Compile Include=".\ICSharpCode.SharpZipLib\Zip\Compression\DeflaterHuffman.cs" />
  69. <Compile Include=".\ICSharpCode.SharpZipLib\Zip\Compression\DeflaterPending.cs" />
  70. <Compile Include=".\ICSharpCode.SharpZipLib\Zip\Compression\Inflater.cs" />
  71. <Compile Include=".\ICSharpCode.SharpZipLib\Zip\Compression\InflaterDynHeader.cs" />
  72. <Compile Include=".\ICSharpCode.SharpZipLib\Zip\Compression\InflaterHuffmanTree.cs" />
  73. <Compile Include=".\ICSharpCode.SharpZipLib\Zip\Compression\PendingBuffer.cs" />
  74. <Compile Include=".\ICSharpCode.SharpZipLib\Zip\Compression\Streams\DeflaterOutputStream.cs" />
  75. <Compile Include=".\ICSharpCode.SharpZipLib\Zip\Compression\Streams\InflaterInputStream.cs" />
  76. <Compile Include=".\ICSharpCode.SharpZipLib\Zip\Compression\Streams\OutputWindow.cs" />
  77. <Compile Include=".\ICSharpCode.SharpZipLib\Zip\Compression\Streams\StreamManipulator.cs" />
  78. <Compile Include=".\ICSharpCode.SharpZipLib\Zip\ZipConstants.cs" />
  79. <Compile Include=".\ICSharpCode.SharpZipLib\Zip\ZipEntry.cs" />
  80. <Compile Include=".\ICSharpCode.SharpZipLib\Zip\ZipFile.cs" />
  81. <Compile Include=".\ICSharpCode.SharpZipLib\Zip\ZipInputStream.cs" />
  82. <Compile Include=".\ICSharpCode.SharpZipLib\Zip\ZipOutputStream.cs" />
  83. <Compile Include=".\ICSharpCode.SharpZipLib\ZipException.cs" /> </ItemGroup>
  84. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  85. Other similar extension points exist, see Microsoft.Common.targets.
  86. <Target Name="BeforeBuild">
  87. </Target>
  88. <Target Name="AfterBuild">
  89. </Target>
  90. -->
  91. <PropertyGroup>
  92. <PreBuildEvent>
  93. </PreBuildEvent>
  94. <PostBuildEvent>
  95. xcopy $(TargetName).* $(ProjectDir)..\lib\net_2_0\ /Y /R /D
  96. </PostBuildEvent>
  97. </PropertyGroup>
  98. <ItemGroup>
  99. <ProjectReference Include="..\corlib\corlib-net_2_0.csproj">
  100. <Project>{928D664D-8277-47B3-AB06-538D932143FE}</Project>
  101. <Name>corlib\corlib-net_2_0</Name>
  102. </ProjectReference>
  103. <ProjectReference Include="..\System\System-net_2_0-2.csproj">
  104. <Project>{73E16B85-93E9-44B4-A1AB-FDD7AEB08FB7}</Project>
  105. <Name>System\System-net_2_0-2</Name>
  106. </ProjectReference>
  107. <ProjectReference Include="..\System.XML\System.Xml-net_2_0-1.csproj">
  108. <Project>{205A8E90-88CC-4B46-8151-87FA90B666A5}</Project>
  109. <Name>System.XML\System.Xml-net_2_0-1</Name>
  110. </ProjectReference>
  111. </ItemGroup>
  112. <ItemGroup>
  113. <Folder Include="Properties\" />
  114. </ItemGroup>
  115. </Project>