123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190 |
- <?xml version="1.0" encoding="utf-8"?>
- <Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
- <PropertyGroup>
- <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
- <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
- <ProductVersion>9.0.30729</ProductVersion>
- <SchemaVersion>2.0</SchemaVersion>
- <ProjectGuid>{4960DD14-3431-47EC-B9D9-9D2730A98DC3}</ProjectGuid>
- <OutputType>Library</OutputType>
- <AppDesignerFolder>Properties</AppDesignerFolder>
- <RootNamespace>SevenZip</RootNamespace>
- <AssemblyName>SevenZipSharp</AssemblyName>
- <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
- <FileAlignment>512</FileAlignment>
- <SignAssembly>false</SignAssembly>
- <AssemblyOriginatorKeyFile>
- </AssemblyOriginatorKeyFile>
- <FileUpgradeFlags>
- </FileUpgradeFlags>
- <UpgradeBackupLocation>
- </UpgradeBackupLocation>
- <OldToolsVersion>3.5</OldToolsVersion>
- <TargetFrameworkProfile />
- <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>
- <IsWebBootstrapper>false</IsWebBootstrapper>
- <UseApplicationTrust>false</UseApplicationTrust>
- <BootstrapperEnabled>true</BootstrapperEnabled>
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
- <DebugSymbols>true</DebugSymbols>
- <DebugType>full</DebugType>
- <Optimize>false</Optimize>
- <OutputPath>bin\Debug\</OutputPath>
- <DefineConstants>TRACE;DEBUG;UNMANAGED, COMPRESS, LZMA_STREAM, CS4,SFX</DefineConstants>
- <ErrorReport>prompt</ErrorReport>
- <WarningLevel>4</WarningLevel>
- <RegisterForComInterop>false</RegisterForComInterop>
- <DocumentationFile>bin\Debug\SevenZipSharp.xml</DocumentationFile>
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
- <DebugType>pdbonly</DebugType>
- <Optimize>true</Optimize>
- <OutputPath>bin\Release\</OutputPath>
- <DefineConstants>TRACE;UNMANAGED, COMPRESS, LZMA_STREAM, CS4,SFX</DefineConstants>
- <ErrorReport>prompt</ErrorReport>
- <WarningLevel>4</WarningLevel>
- <RegisterForComInterop>false</RegisterForComInterop>
- <DocumentationFile>bin\Release\SevenZipSharp.xml</DocumentationFile>
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Deploy|AnyCPU' ">
- <OutputPath>bin\Deploy\</OutputPath>
- <DefineConstants>TRACE;UNMANAGED, COMPRESS, LZMA_STREAM</DefineConstants>
- <DocumentationFile>bin\Release\SevenZip.XML</DocumentationFile>
- <Optimize>true</Optimize>
- <RegisterForComInterop>false</RegisterForComInterop>
- <DebugType>pdbonly</DebugType>
- <PlatformTarget>AnyCPU</PlatformTarget>
- <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
- <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
- <ErrorReport>prompt</ErrorReport>
- </PropertyGroup>
- <ItemGroup>
- <Reference Include="System" />
- <Reference Include="System.configuration" />
- <Reference Include="System.Data" />
- <Reference Include="System.Xml" />
- <Reference Include="WindowsBase" />
- </ItemGroup>
- <ItemGroup>
- <Compile Include="ArchiveEmulationStreamProxy.cs" />
- <Compile Include="ArchiveExtractCallback.cs" />
- <Compile Include="ArchiveOpenCallback.cs" />
- <Compile Include="ArchiveUpdateCallback.cs" />
- <Compile Include="Com.cs" />
- <Compile Include="EventArgs.cs" />
- <Compile Include="Exceptions.cs" />
- <Compile Include="FileSignatureChecker.cs" />
- <Compile Include="Formats.cs" />
- <Compile Include="LibraryFeature.cs" />
- <Compile Include="LibraryManager.cs" />
- <Compile Include="Common.cs" />
- <Compile Include="LzmaDecodeStream.cs" />
- <Compile Include="LzmaEncodeStream.cs" />
- <Compile Include="LzmaProgressCallback.cs" />
- <Compile Include="NativeMethods.cs" />
- <Compile Include="Properties\AssemblyInfo.cs" />
- <Compile Include="sdk\Common\CRC.cs" />
- <Compile Include="sdk\Common\InBuffer.cs" />
- <Compile Include="sdk\Common\OutBuffer.cs" />
- <Compile Include="sdk\Compress\LZMA\LzmaBase.cs" />
- <Compile Include="sdk\Compress\LZMA\LzmaDecoder.cs" />
- <Compile Include="sdk\Compress\LZMA\LzmaEncoder.cs" />
- <Compile Include="sdk\Compress\LZ\IMatchFinder.cs" />
- <Compile Include="sdk\Compress\LZ\LzBinTree.cs" />
- <Compile Include="sdk\Compress\LZ\LzInWindow.cs" />
- <Compile Include="sdk\Compress\LZ\LzOutWindow.cs" />
- <Compile Include="sdk\Compress\RangeCoder\RangeCoder.cs" />
- <Compile Include="sdk\Compress\RangeCoder\RangeCoderBit.cs" />
- <Compile Include="sdk\Compress\RangeCoder\RangeCoderBitTree.cs" />
- <Compile Include="sdk\ICoder.cs" />
- <Compile Include="SevenZipCompressor.cs" />
- <Compile Include="SevenZipCompressorAsynchronous.cs" />
- <Compile Include="SevenZipExtractor.cs" />
- <Compile Include="SevenZipExtractorAsynchronous.cs" />
- <Compile Include="SevenZipSfx.cs" />
- <Compile Include="StreamWrappers.cs" />
- </ItemGroup>
- <ItemGroup>
- <None Include="sfx\7zS.sfx" />
- <None Include="sfx\7zxSD_All.sfx" />
- <None Include="sfx\7zxSD_PPMd_x64.sfx" />
- </ItemGroup>
- <ItemGroup>
- <EmbeddedResource Include="sfx\Configs.xml" />
- </ItemGroup>
- <ItemGroup>
- <Content Include="7z.dll">
- <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
- </Content>
- <Content Include="7z64.dll" />
- <Content Include="arch\Test.txt" />
- <Content Include="sfx\Configs.xslt" />
- </ItemGroup>
- <ItemGroup>
- <None Include="sfx\7zSD.sfx" />
- <None Include="sfx\7zxSD_All_x64.sfx" />
- <None Include="sfx\7zxSD_Deflate.sfx" />
- <None Include="sfx\7zxSD_Deflate_x64.sfx" />
- <None Include="sfx\7zxSD_LZMA.sfx" />
- <None Include="sfx\7zxSD_LZMA2.sfx" />
- <None Include="sfx\7zxSD_LZMA2_x64.sfx" />
- <None Include="sfx\7zxSD_LZMA_x64.sfx" />
- <None Include="sfx\7zxSD_PPMd.sfx" />
- <EmbeddedResource Include="sfx\Configs.xsd" />
- </ItemGroup>
- <ItemGroup>
- <EmbeddedResource Include="arch\Test.bzip2.7z" />
- <EmbeddedResource Include="arch\Test.lzma.7z" />
- <EmbeddedResource Include="arch\Test.lzma2.7z" />
- <EmbeddedResource Include="arch\Test.ppmd.7z" />
- <EmbeddedResource Include="arch\Test.rar" />
- <EmbeddedResource Include="arch\Test.tar" />
- <EmbeddedResource Include="arch\Test.txt.bz2" />
- <EmbeddedResource Include="arch\Test.txt.gz" />
- <EmbeddedResource Include="arch\Test.txt.xz" />
- <EmbeddedResource Include="arch\Test.zip" />
- <None Include="sfx\7z.sfx" />
- <None Include="sfx\7zCon.sfx" />
- </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.3.5.SP1">
- <Visible>False</Visible>
- <ProductName>.NET Framework 3.5 SP1</ProductName>
- <Install>true</Install>
- </BootstrapperPackage>
- <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
- <Visible>False</Visible>
- <ProductName>Windows Installer 3.1</ProductName>
- <Install>true</Install>
- </BootstrapperPackage>
- </ItemGroup>
- <Import Project="$(MSBuildToolsPath)\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>
- <PostBuildEvent>
- </PostBuildEvent>
- </PropertyGroup>
- </Project>
|