|
| 1 | +<?xml version="1.0" encoding="utf-8"?> |
| 2 | +<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" xmlns:Conversion="urn:Conversion" ToolsVersion="12.0"> |
| 3 | + <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" /> |
| 4 | + <PropertyGroup> |
| 5 | + <Configuration Condition=" '$(Configuration)' == '' ">Release</Configuration> |
| 6 | + <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> |
| 7 | + <SchemaVersion>2.0</SchemaVersion> |
| 8 | + <ProjectGuid>{0E7413FF-EB9E-4714-ACF2-BE3A6A7B2FFD}</ProjectGuid> |
| 9 | + <RootNamespace>ICSharpCode.SharpZipLib</RootNamespace> |
| 10 | + <AssemblyName>ICSharpCode.SharpZipLib</AssemblyName> |
| 11 | + <OutputType>Library</OutputType> |
| 12 | + <ApplicationIcon /> |
| 13 | + <WarningLevel>4</WarningLevel> |
| 14 | + <StartupObject /> |
| 15 | + <NoStdLib>false</NoStdLib> |
| 16 | + <NoConfig>false</NoConfig> |
| 17 | + <RunPostBuildEvent>OnBuildSuccess</RunPostBuildEvent> |
| 18 | + <PreBuildEvent /> |
| 19 | + <PostBuildEvent /> |
| 20 | + <DocumentationFile>..\bin\ICSharpCode.SharpZipLib.xml</DocumentationFile> |
| 21 | + <TargetFrameworkVersion>v4.5</TargetFrameworkVersion> |
| 22 | + <TargetFrameworkProfile> |
| 23 | + </TargetFrameworkProfile> |
| 24 | + <NuGetPackageImportStamp> |
| 25 | + </NuGetPackageImportStamp> |
| 26 | + </PropertyGroup> |
| 27 | + <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> |
| 28 | + <DebugSymbols>false</DebugSymbols> |
| 29 | + <Optimize>true</Optimize> |
| 30 | + <AllowUnsafeBlocks>false</AllowUnsafeBlocks> |
| 31 | + <CheckForOverflowUnderflow>false</CheckForOverflowUnderflow> |
| 32 | + <OutputPath>..\bin\Release\</OutputPath> |
| 33 | + <TreatWarningsAsErrors>false</TreatWarningsAsErrors> |
| 34 | + <DebugType>pdbonly</DebugType> |
| 35 | + <Prefer32Bit>false</Prefer32Bit> |
| 36 | + <DocumentationFile>..\bin\Release\ICSharpCode.SharpZipLib.xml</DocumentationFile> |
| 37 | + <RunCodeAnalysis>true</RunCodeAnalysis> |
| 38 | + <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
| 39 | + <DefineConstants>TRACE;NET45;CODE_ANALYSIS;CODE_ANALYSIS</DefineConstants> |
| 40 | + <WarningLevel>0</WarningLevel> |
| 41 | + <ErrorReport>prompt</ErrorReport> |
| 42 | + </PropertyGroup> |
| 43 | + <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> |
| 44 | + <DebugSymbols>true</DebugSymbols> |
| 45 | + <Optimize>false</Optimize> |
| 46 | + <AllowUnsafeBlocks>false</AllowUnsafeBlocks> |
| 47 | + <CheckForOverflowUnderflow>false</CheckForOverflowUnderflow> |
| 48 | + <OutputPath>..\bin\Debug\</OutputPath> |
| 49 | + <TreatWarningsAsErrors>false</TreatWarningsAsErrors> |
| 50 | + <DebugType>Full</DebugType> |
| 51 | + <Prefer32Bit>false</Prefer32Bit> |
| 52 | + <DocumentationFile>..\bin\Debug\ICSharpCode.SharpZipLib.xml</DocumentationFile> |
| 53 | + <DefineConstants>TRACE;DEBUG;NET45;CODE_ANALYSIS;CODE_ANALYSIS</DefineConstants> |
| 54 | + <RunCodeAnalysis>true</RunCodeAnalysis> |
| 55 | + <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> |
| 56 | + <ErrorReport>prompt</ErrorReport> |
| 57 | + </PropertyGroup> |
| 58 | + <PropertyGroup Condition=" '$(Platform)' == 'AnyCPU' "> |
| 59 | + <RegisterForComInterop>false</RegisterForComInterop> |
| 60 | + <GenerateSerializationAssemblies>Auto</GenerateSerializationAssemblies> |
| 61 | + <BaseAddress>4194304</BaseAddress> |
| 62 | + <PlatformTarget>AnyCPU</PlatformTarget> |
| 63 | + <FileAlignment>4096</FileAlignment> |
| 64 | + </PropertyGroup> |
| 65 | + <PropertyGroup> |
| 66 | + <SignAssembly>true</SignAssembly> |
| 67 | + </PropertyGroup> |
| 68 | + <PropertyGroup> |
| 69 | + <AssemblyOriginatorKeyFile>..\ICSharpCode.SharpZipLib.snk</AssemblyOriginatorKeyFile> |
| 70 | + </PropertyGroup> |
| 71 | + <ItemGroup> |
| 72 | + <Reference Include="System" /> |
| 73 | + <Reference Include="System.Runtime.Serialization" /> |
| 74 | + </ItemGroup> |
| 75 | + <ItemGroup> |
| 76 | + <Compile Include="..\GlobalAssemblyInfo.cs"> |
| 77 | + <Link>GlobalAssemblyInfo.cs</Link> |
| 78 | + </Compile> |
| 79 | + <Compile Include="..\ICSharpCode.SharpZipLib.Shared\AssemblyInfo.cs"> |
| 80 | + <Link>Properties\AssemblyInfo.cs</Link> |
| 81 | + </Compile> |
| 82 | + <Compile Include="..\ICSharpCode.SharpZipLib.Shared\SharpZipBaseException.cs"> |
| 83 | + <Link>SharpZipBaseException.cs</Link> |
| 84 | + </Compile> |
| 85 | + <Compile Include="..\ICSharpCode.SharpZipLib.Shared\BZip2\BZip2.cs"> |
| 86 | + <Link>BZip2\BZip2.cs</Link> |
| 87 | + </Compile> |
| 88 | + <Compile Include="..\ICSharpCode.SharpZipLib.Shared\BZip2\BZip2Constants.cs"> |
| 89 | + <Link>BZip2\BZip2Constants.cs</Link> |
| 90 | + </Compile> |
| 91 | + <Compile Include="..\ICSharpCode.SharpZipLib.Shared\BZip2\BZip2Exception.cs"> |
| 92 | + <Link>BZip2\BZip2Exception.cs</Link> |
| 93 | + </Compile> |
| 94 | + <Compile Include="..\ICSharpCode.SharpZipLib.Shared\BZip2\BZip2InputStream.cs"> |
| 95 | + <Link>BZip2\BZip2InputStream.cs</Link> |
| 96 | + </Compile> |
| 97 | + <Compile Include="..\ICSharpCode.SharpZipLib.Shared\BZip2\BZip2OutputStream.cs"> |
| 98 | + <Link>BZip2\BZip2OutputStream.cs</Link> |
| 99 | + </Compile> |
| 100 | + <Compile Include="..\ICSharpCode.SharpZipLib.Shared\Checksum\Adler32.cs"> |
| 101 | + <Link>Checksum\Adler32.cs</Link> |
| 102 | + </Compile> |
| 103 | + <Compile Include="..\ICSharpCode.SharpZipLib.Shared\Checksum\BZip2Crc.cs"> |
| 104 | + <Link>Checksum\BZip2Crc.cs</Link> |
| 105 | + </Compile> |
| 106 | + <Compile Include="..\ICSharpCode.SharpZipLib.Shared\Checksum\Crc32.cs"> |
| 107 | + <Link>Checksum\Crc32.cs</Link> |
| 108 | + </Compile> |
| 109 | + <Compile Include="..\ICSharpCode.SharpZipLib.Shared\Checksum\IChecksum.cs"> |
| 110 | + <Link>Checksum\IChecksum.cs</Link> |
| 111 | + </Compile> |
| 112 | + <Compile Include="..\ICSharpCode.SharpZipLib.Shared\Core\FileSystemScanner.cs"> |
| 113 | + <Link>Core\FileSystemScanner.cs</Link> |
| 114 | + </Compile> |
| 115 | + <Compile Include="..\ICSharpCode.SharpZipLib.Shared\Core\INameTransform.cs"> |
| 116 | + <Link>Core\INameTransform.cs</Link> |
| 117 | + </Compile> |
| 118 | + <Compile Include="..\ICSharpCode.SharpZipLib.Shared\Core\IScanFilter.cs"> |
| 119 | + <Link>Core\IScanFilter.cs</Link> |
| 120 | + </Compile> |
| 121 | + <Compile Include="..\ICSharpCode.SharpZipLib.Shared\Core\NameFilter.cs"> |
| 122 | + <Link>Core\NameFilter.cs</Link> |
| 123 | + </Compile> |
| 124 | + <Compile Include="..\ICSharpCode.SharpZipLib.Shared\Core\PathFilter.cs"> |
| 125 | + <Link>Core\PathFilter.cs</Link> |
| 126 | + </Compile> |
| 127 | + <Compile Include="..\ICSharpCode.SharpZipLib.Shared\Core\StreamUtils.cs"> |
| 128 | + <Link>Core\StreamUtils.cs</Link> |
| 129 | + </Compile> |
| 130 | + <Compile Include="..\ICSharpCode.SharpZipLib.Shared\Core\WindowsPathUtils.cs"> |
| 131 | + <Link>Core\WindowsPathUtils.cs</Link> |
| 132 | + </Compile> |
| 133 | + <Compile Include="..\ICSharpCode.SharpZipLib.Shared\Encryption\PkzipClassic.cs"> |
| 134 | + <Link>Encryption\PkzipClassic.cs</Link> |
| 135 | + </Compile> |
| 136 | + <Compile Include="..\ICSharpCode.SharpZipLib.Shared\Encryption\ZipAESStream.cs"> |
| 137 | + <Link>Encryption\ZipAESStream.cs</Link> |
| 138 | + </Compile> |
| 139 | + <Compile Include="..\ICSharpCode.SharpZipLib.Shared\Encryption\ZipAESTransform.cs"> |
| 140 | + <Link>Encryption\ZipAESTransform.cs</Link> |
| 141 | + </Compile> |
| 142 | + <Compile Include="..\ICSharpCode.SharpZipLib.Shared\GZip\GZip.cs"> |
| 143 | + <Link>GZip\GZip.cs</Link> |
| 144 | + </Compile> |
| 145 | + <Compile Include="..\ICSharpCode.SharpZipLib.Shared\GZip\GZipConstants.cs"> |
| 146 | + <Link>GZip\GZipConstants.cs</Link> |
| 147 | + </Compile> |
| 148 | + <Compile Include="..\ICSharpCode.SharpZipLib.Shared\GZip\GZipException.cs"> |
| 149 | + <Link>GZip\GZipException.cs</Link> |
| 150 | + </Compile> |
| 151 | + <Compile Include="..\ICSharpCode.SharpZipLib.Shared\GZip\GzipInputStream.cs"> |
| 152 | + <Link>GZip\GzipInputStream.cs</Link> |
| 153 | + </Compile> |
| 154 | + <Compile Include="..\ICSharpCode.SharpZipLib.Shared\GZip\GzipOutputStream.cs"> |
| 155 | + <Link>GZip\GzipOutputStream.cs</Link> |
| 156 | + </Compile> |
| 157 | + <Compile Include="..\ICSharpCode.SharpZipLib.Shared\Lzw\LzwConstants.cs"> |
| 158 | + <Link>Lzw\LzwConstants.cs</Link> |
| 159 | + </Compile> |
| 160 | + <Compile Include="..\ICSharpCode.SharpZipLib.Shared\Lzw\LzwException.cs"> |
| 161 | + <Link>Lzw\LzwException.cs</Link> |
| 162 | + </Compile> |
| 163 | + <Compile Include="..\ICSharpCode.SharpZipLib.Shared\Lzw\LzwInputStream.cs"> |
| 164 | + <Link>Lzw\LzwInputStream.cs</Link> |
| 165 | + </Compile> |
| 166 | + <Compile Include="..\ICSharpCode.SharpZipLib.Shared\Tar\InvalidHeaderException.cs"> |
| 167 | + <Link>Tar\InvalidHeaderException.cs</Link> |
| 168 | + </Compile> |
| 169 | + <Compile Include="..\ICSharpCode.SharpZipLib.Shared\Tar\TarArchive.cs"> |
| 170 | + <Link>Tar\TarArchive.cs</Link> |
| 171 | + </Compile> |
| 172 | + <Compile Include="..\ICSharpCode.SharpZipLib.Shared\Tar\TarBuffer.cs"> |
| 173 | + <Link>Tar\TarBuffer.cs</Link> |
| 174 | + </Compile> |
| 175 | + <Compile Include="..\ICSharpCode.SharpZipLib.Shared\Tar\TarEntry.cs"> |
| 176 | + <Link>Tar\TarEntry.cs</Link> |
| 177 | + </Compile> |
| 178 | + <Compile Include="..\ICSharpCode.SharpZipLib.Shared\Tar\TarException.cs"> |
| 179 | + <Link>Tar\TarException.cs</Link> |
| 180 | + </Compile> |
| 181 | + <Compile Include="..\ICSharpCode.SharpZipLib.Shared\Tar\TarHeader.cs"> |
| 182 | + <Link>Tar\TarHeader.cs</Link> |
| 183 | + </Compile> |
| 184 | + <Compile Include="..\ICSharpCode.SharpZipLib.Shared\Tar\TarInputStream.cs"> |
| 185 | + <Link>Tar\TarInputStream.cs</Link> |
| 186 | + </Compile> |
| 187 | + <Compile Include="..\ICSharpCode.SharpZipLib.Shared\Tar\TarOutputStream.cs"> |
| 188 | + <Link>Tar\TarOutputStream.cs</Link> |
| 189 | + </Compile> |
| 190 | + <Compile Include="..\ICSharpCode.SharpZipLib.Shared\Zip\FastZip.cs"> |
| 191 | + <Link>Zip\FastZip.cs</Link> |
| 192 | + </Compile> |
| 193 | + <Compile Include="..\ICSharpCode.SharpZipLib.Shared\Zip\IEntryFactory.cs"> |
| 194 | + <Link>Zip\IEntryFactory.cs</Link> |
| 195 | + </Compile> |
| 196 | + <Compile Include="..\ICSharpCode.SharpZipLib.Shared\Zip\WindowsNameTransform.cs"> |
| 197 | + <Link>Zip\WindowsNameTransform.cs</Link> |
| 198 | + </Compile> |
| 199 | + <Compile Include="..\ICSharpCode.SharpZipLib.Shared\Zip\ZipConstants.cs"> |
| 200 | + <Link>Zip\ZipConstants.cs</Link> |
| 201 | + </Compile> |
| 202 | + <Compile Include="..\ICSharpCode.SharpZipLib.Shared\Zip\ZipEntry.cs"> |
| 203 | + <Link>Zip\ZipEntry.cs</Link> |
| 204 | + </Compile> |
| 205 | + <Compile Include="..\ICSharpCode.SharpZipLib.Shared\Zip\ZipEntryFactory.cs"> |
| 206 | + <Link>Zip\ZipEntryFactory.cs</Link> |
| 207 | + </Compile> |
| 208 | + <Compile Include="..\ICSharpCode.SharpZipLib.Shared\Zip\ZipException.cs"> |
| 209 | + <Link>Zip\ZipException.cs</Link> |
| 210 | + </Compile> |
| 211 | + <Compile Include="..\ICSharpCode.SharpZipLib.Shared\Zip\ZipExtraData.cs"> |
| 212 | + <Link>Zip\ZipExtraData.cs</Link> |
| 213 | + </Compile> |
| 214 | + <Compile Include="..\ICSharpCode.SharpZipLib.Shared\Zip\ZipFile.cs"> |
| 215 | + <Link>Zip\ZipFile.cs</Link> |
| 216 | + </Compile> |
| 217 | + <Compile Include="..\ICSharpCode.SharpZipLib.Shared\Zip\ZipHelperStream.cs"> |
| 218 | + <Link>Zip\ZipHelperStream.cs</Link> |
| 219 | + </Compile> |
| 220 | + <Compile Include="..\ICSharpCode.SharpZipLib.Shared\Zip\ZipInputStream.cs"> |
| 221 | + <Link>Zip\ZipInputStream.cs</Link> |
| 222 | + </Compile> |
| 223 | + <Compile Include="..\ICSharpCode.SharpZipLib.Shared\Zip\ZipNameTransform.cs"> |
| 224 | + <Link>Zip\ZipNameTransform.cs</Link> |
| 225 | + </Compile> |
| 226 | + <Compile Include="..\ICSharpCode.SharpZipLib.Shared\Zip\ZipOutputStream.cs"> |
| 227 | + <Link>Zip\ZipOutputStream.cs</Link> |
| 228 | + </Compile> |
| 229 | + <Compile Include="..\ICSharpCode.SharpZipLib.Shared\Zip\Compression\Deflater.cs"> |
| 230 | + <Link>Zip\Compression\Deflater.cs</Link> |
| 231 | + </Compile> |
| 232 | + <Compile Include="..\ICSharpCode.SharpZipLib.Shared\Zip\Compression\DeflaterConstants.cs"> |
| 233 | + <Link>Zip\Compression\DeflaterConstants.cs</Link> |
| 234 | + </Compile> |
| 235 | + <Compile Include="..\ICSharpCode.SharpZipLib.Shared\Zip\Compression\DeflaterEngine.cs"> |
| 236 | + <Link>Zip\Compression\DeflaterEngine.cs</Link> |
| 237 | + </Compile> |
| 238 | + <Compile Include="..\ICSharpCode.SharpZipLib.Shared\Zip\Compression\DeflaterHuffman.cs"> |
| 239 | + <Link>Zip\Compression\DeflaterHuffman.cs</Link> |
| 240 | + </Compile> |
| 241 | + <Compile Include="..\ICSharpCode.SharpZipLib.Shared\Zip\Compression\DeflaterPending.cs"> |
| 242 | + <Link>Zip\Compression\DeflaterPending.cs</Link> |
| 243 | + </Compile> |
| 244 | + <Compile Include="..\ICSharpCode.SharpZipLib.Shared\Zip\Compression\Inflater.cs"> |
| 245 | + <Link>Zip\Compression\Inflater.cs</Link> |
| 246 | + </Compile> |
| 247 | + <Compile Include="..\ICSharpCode.SharpZipLib.Shared\Zip\Compression\InflaterDynHeader.cs"> |
| 248 | + <Link>Zip\Compression\InflaterDynHeader.cs</Link> |
| 249 | + </Compile> |
| 250 | + <Compile Include="..\ICSharpCode.SharpZipLib.Shared\Zip\Compression\InflaterHuffmanTree.cs"> |
| 251 | + <Link>Zip\Compression\InflaterHuffmanTree.cs</Link> |
| 252 | + </Compile> |
| 253 | + <Compile Include="..\ICSharpCode.SharpZipLib.Shared\Zip\Compression\PendingBuffer.cs"> |
| 254 | + <Link>Zip\Compression\PendingBuffer.cs</Link> |
| 255 | + </Compile> |
| 256 | + <Compile Include="..\ICSharpCode.SharpZipLib.Shared\Zip\Compression\Streams\DeflaterOutputStream.cs"> |
| 257 | + <Link>Zip\Compression\Streams\DeflaterOutputStream.cs</Link> |
| 258 | + </Compile> |
| 259 | + <Compile Include="..\ICSharpCode.SharpZipLib.Shared\Zip\Compression\Streams\InflaterInputStream.cs"> |
| 260 | + <Link>Zip\Compression\Streams\InflaterInputStream.cs</Link> |
| 261 | + </Compile> |
| 262 | + <Compile Include="..\ICSharpCode.SharpZipLib.Shared\Zip\Compression\Streams\OutputWindow.cs"> |
| 263 | + <Link>Zip\Compression\Streams\OutputWindow.cs</Link> |
| 264 | + </Compile> |
| 265 | + <Compile Include="..\ICSharpCode.SharpZipLib.Shared\Zip\Compression\Streams\StreamManipulator.cs"> |
| 266 | + <Link>Zip\Compression\Streams\StreamManipulator.cs</Link> |
| 267 | + </Compile> |
| 268 | + </ItemGroup> |
| 269 | + <ItemGroup> |
| 270 | + <None Include="..\Documentation\SharpZipLibCodeMap.dgml"> |
| 271 | + <Link>SharpZipLibCodeMap.dgml</Link> |
| 272 | + </None> |
| 273 | + <None Include="..\ICSharpCode.SharpZipLib.snk"> |
| 274 | + <Link>ICSharpCode.SharpZipLib.snk</Link> |
| 275 | + </None> |
| 276 | + </ItemGroup> |
| 277 | + <ItemGroup> |
| 278 | + <Service Include="{508349B6-6B84-4DF5-91F0-309BEEBAD82D}" /> |
| 279 | + </ItemGroup> |
| 280 | + <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> |
| 281 | + <!-- To modify your build process, add your task inside one of the targets below and uncomment it. |
| 282 | + Other similar extension points exist, see Microsoft.Common.targets. |
| 283 | + <Target Name="BeforeBuild"> |
| 284 | + </Target> |
| 285 | + <Target Name="AfterBuild"> |
| 286 | + </Target> |
| 287 | + --> |
| 288 | +</Project> |
0 commit comments