AirScout/DotNetZip/Zip/Zip DLL.csproj

215 wiersze
8.5 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0">
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProductVersion>9.0.30729</ProductVersion>
<SchemaVersion>2.0</SchemaVersion>
<ProjectGuid>{D3B0AD67-44D8-4B3D-BED9-CE1FD6DE2C5A}</ProjectGuid>
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>Ionic.Zip</RootNamespace>
<AssemblyName>Ionic.Zip</AssemblyName>
<SignAssembly>false</SignAssembly>
<AssemblyOriginatorKeyFile>..\Ionic.snk</AssemblyOriginatorKeyFile>
<FileUpgradeFlags>
</FileUpgradeFlags>
<UpgradeBackupLocation>
</UpgradeBackupLocation>
<OldToolsVersion>3.5</OldToolsVersion>
<IsWebBootstrapper>false</IsWebBootstrapper>
<SccProjectName>SAK</SccProjectName>
<SccLocalPath>SAK</SccLocalPath>
<SccAuxPath>SAK</SccAuxPath>
<SccProvider>SAK</SccProvider>
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
<PublishUrl>publish\</PublishUrl>
<Install>true</Install>
<InstallFrom>Disk</InstallFrom>
<UpdateEnabled>false</UpdateEnabled>
<UpdateMode>Foreground</UpdateMode>
<UpdateInterval>7</UpdateInterval>
<UpdateIntervalUnits>Days</UpdateIntervalUnits>
<UpdatePeriodically>false</UpdatePeriodically>
<UpdateRequired>false</UpdateRequired>
<MapFileExtensions>true</MapFileExtensions>
<ApplicationRevision>0</ApplicationRevision>
<ApplicationVersion>1.0.0.%2a</ApplicationVersion>
<UseApplicationTrust>false</UseApplicationTrust>
<BootstrapperEnabled>true</BootstrapperEnabled>
<TargetFrameworkProfile />
<NuGetPackageImportStamp>
</NuGetPackageImportStamp>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>
<OutputPath>bin\Debug\</OutputPath>
<DefineConstants>TRACE;DEBUG;AESCRYPTO;BZIP</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<DocumentationFile>bin\Debug\Ionic.Zip.xml</DocumentationFile>
<CheckForOverflowUnderflow>false</CheckForOverflowUnderflow>
<CodeAnalysisRules>
</CodeAnalysisRules>
<CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>pdbonly</DebugType>
<Optimize>true</Optimize>
<OutputPath>bin\Release\</OutputPath>
<DefineConstants>TRACE;AESCRYPTO;BZIP</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<DocumentationFile>bin\Release\Ionic.Zip.xml</DocumentationFile>
<CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
</PropertyGroup>
<ItemGroup>
<Reference Include="System" />
<Reference Include="System.Data" />
<Reference Include="System.Security" />
<Reference Include="System.Xml" />
</ItemGroup>
<ItemGroup>
<Compile Include="ZipEntrySource.cs" />
<Compile Include="ZipOutputStream.cs" />
<Compile Include="ZipInputStream.cs" />
<Compile Include="ZipSegmentedStream.cs" />
<Compile Include="ComHelper.cs" />
<Compile Include="OffsetStream.cs" />
<Compile Include="ZipErrorAction.cs" />
<Compile Include="EncryptionAlgorithm.cs" />
<Compile Include="ExtractExistingFileAction.cs" />
<Compile Include="FileSelector.cs" />
<Compile Include="WinZipAes.cs" />
<Compile Include="ZipConstants.cs" />
<Compile Include="Exceptions.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="Shared.cs" />
<Compile Include="ZipCrypto.cs" />
<Compile Include="Events.cs" />
<Compile Include="ZipDirEntry.cs" />
<Compile Include="ZipEntry.cs" />
<Compile Include="ZipEntry.Extract.cs" />
<Compile Include="ZipEntry.Read.cs" />
<Compile Include="ZipEntry.Write.cs" />
<Compile Include="ZipFile.AddUpdate.cs" />
<Compile Include="ZipFile.Check.cs" />
<Compile Include="ZipFile.cs" />
<Compile Include="ZipFile.Events.cs" />
<Compile Include="ZipFile.Extract.cs" />
<Compile Include="ZipFile.Read.cs" />
<Compile Include="ZipFile.Save.cs" />
<Compile Include="ZipFile.Selector.cs" />
<Compile Include="ZipFile.SaveSelfExtractor.cs" />
<Compile Include="ZipFile.x-IEnumerable.cs" />
<Compile Include="..\BZip2\BitWriter.cs">
<Link>BZip2\BitWriter</Link>
</Compile>
<Compile Include="..\BZip2\BZip2Compressor.cs">
<Link>BZip2\BZip2Compressor</Link>
</Compile>
<Compile Include="..\BZip2\BZip2InputStream.cs">
<Link>BZip2\BZip2InputStream</Link>
</Compile>
<Compile Include="..\BZip2\BZip2OutputStream.cs">
<Link>BZip2\BZip2OutputStream</Link>
</Compile>
<Compile Include="..\BZip2\ParallelBZip2OutputStream.cs">
<Link>BZip2\ParallelBZip2OutputStream</Link>
</Compile>
<Compile Include="..\BZip2\Rand.cs">
<Link>BZip2\Rand</Link>
</Compile>
<Compile Include="..\CommonSrc\CRC32.cs">
<Link>CRC32.cs</Link>
</Compile>
<Compile Include="..\SolutionInfo.cs">
<Link>Properties\SolutionInfo.cs</Link>
</Compile>
</ItemGroup>
<ItemGroup>
<None Include="Migrated rules for Zip DLL.ruleset" />
<None Include="Resources\CommandLineSelfExtractorStub.cs" />
<None Include="Resources\PasswordDialog.cs" />
<None Include="Resources\PasswordDialog.designer.cs">
<DependentUpon>PasswordDialog.cs</DependentUpon>
</None>
<None Include="Resources\WinFormsSelfExtractorStub.cs" />
<None Include="Resources\WinFormsSelfExtractorStub.designer.cs">
<DependentUpon>WinFormsSelfExtractorStub.cs</DependentUpon>
</None>
<None Include="Resources\ZipContentsDialog.cs" />
<None Include="Resources\ZipContentsDialog.designer.cs">
<DependentUpon>ZipContentsDialog.cs</DependentUpon>
</None>
<None Include="Resources\FolderBrowserDialogEx.cs" />
<None Include="Resources\zippedFile.ico" />
</ItemGroup>
<ItemGroup>
<None Include="PackResources.vbs" />
<None Include="..\Ionic.snk">
<Link>Ionic.snk</Link>
</None>
</ItemGroup>
<ItemGroup>
<EmbeddedResource Include="Resources\PasswordDialog.resx">
<DependentUpon>PasswordDialog.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Resources\WinFormsSelfExtractorStub.resx">
<DependentUpon>WinFormsSelfExtractorStub.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Resources\ZipContentsDialog.resx">
<DependentUpon>ZipContentsDialog.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Resources\ZippedResources.zip" />
</ItemGroup>
<ItemGroup>
<BootstrapperPackage Include="Microsoft.Net.Client.3.5">
<Visible>False</Visible>
<ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
<Install>false</Install>
</BootstrapperPackage>
<BootstrapperPackage Include="Microsoft.Net.Framework.2.0">
<Visible>False</Visible>
<ProductName>.NET Framework 2.0 %28x86%29</ProductName>
<Install>true</Install>
</BootstrapperPackage>
<BootstrapperPackage Include="Microsoft.Net.Framework.3.0">
<Visible>False</Visible>
<ProductName>.NET Framework 3.0 %28x86%29</ProductName>
<Install>false</Install>
</BootstrapperPackage>
<BootstrapperPackage Include="Microsoft.Net.Framework.3.5">
<Visible>False</Visible>
<ProductName>.NET Framework 3.5</ProductName>
<Install>false</Install>
</BootstrapperPackage>
<BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
<Visible>False</Visible>
<ProductName>.NET Framework 3.5 SP1</ProductName>
<Install>false</Install>
</BootstrapperPackage>
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Zlib\Zlib DLL.csproj">
<Project>{9816ba86-9250-4c00-a912-25f07f8677d1}</Project>
<Name>Zlib DLL</Name>
</ProjectReference>
</ItemGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets.
<Target Name="BeforeBuild">
</Target>
<Target Name="AfterBuild">
</Target>
-->
<PropertyGroup>
<PreBuildEvent>
</PreBuildEvent>
<PostBuildEvent>
</PostBuildEvent>
</PropertyGroup>
</Project>