Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(7)

Unified Diff: third_party/lzma/v4_65/files/CS/7zip/Compress/LzmaAlone/LzmaAlone.csproj

Issue 624713003: Keep only base/extractor.[cc|h]. (Closed) Base URL: https://chromium.googlesource.com/external/omaha.git@master
Patch Set: Created 6 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/lzma/v4_65/files/CS/7zip/Compress/LzmaAlone/LzmaAlone.csproj
diff --git a/third_party/lzma/v4_65/files/CS/7zip/Compress/LzmaAlone/LzmaAlone.csproj b/third_party/lzma/v4_65/files/CS/7zip/Compress/LzmaAlone/LzmaAlone.csproj
deleted file mode 100644
index 6d87b61ff670e1a82439ddc54e97c1f67f4306ff..0000000000000000000000000000000000000000
--- a/third_party/lzma/v4_65/files/CS/7zip/Compress/LzmaAlone/LzmaAlone.csproj
+++ /dev/null
@@ -1,90 +0,0 @@
-<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
- <PropertyGroup>
- <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
- <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
- <ProductVersion>8.0.50727</ProductVersion>
- <SchemaVersion>2.0</SchemaVersion>
- <ProjectGuid>{CE33DF18-F9C8-4D6F-9057-DBB4DB96E973}</ProjectGuid>
- <OutputType>Exe</OutputType>
- <RootNamespace>LzmaAlone</RootNamespace>
- <AssemblyName>Lzma#</AssemblyName>
- <WarningLevel>4</WarningLevel>
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
- <DebugSymbols>true</DebugSymbols>
- <DebugType>full</DebugType>
- <Optimize>false</Optimize>
- <OutputPath>.\bin\Debug\</OutputPath>
- <DefineConstants>DEBUG;TRACE</DefineConstants>
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
- <DebugSymbols>false</DebugSymbols>
- <Optimize>true</Optimize>
- <OutputPath>.\bin\Release\</OutputPath>
- <DefineConstants>TRACE</DefineConstants>
- <PlatformTarget>AnyCPU</PlatformTarget>
- </PropertyGroup>
- <ItemGroup>
- <Reference Include="System" />
- <Reference Include="System.Data" />
- <Reference Include="System.Xml" />
- </ItemGroup>
- <ItemGroup>
- <Compile Include="..\..\Common\CommandLineParser.cs">
- <Link>Common\CommandLineParser.cs</Link>
- </Compile>
- <Compile Include="..\..\Common\CRC.cs">
- <Link>Common\CRC.cs</Link>
- </Compile>
- <Compile Include="..\..\ICoder.cs">
- <Link>ICoder.cs</Link>
- </Compile>
- <Compile Include="..\LZ\IMatchFinder.cs">
- <Link>LZ\IMatchFinder.cs</Link>
- </Compile>
- <Compile Include="..\LZ\LzBinTree.cs">
- <Link>LZ\LzBinTree.cs</Link>
- </Compile>
- <Compile Include="..\LZ\LzInWindow.cs">
- <Link>LZ\LzInWindow.cs</Link>
- </Compile>
- <Compile Include="..\LZ\LzOutWindow.cs">
- <Link>LZ\LzOutWindow.cs</Link>
- </Compile>
- <Compile Include="..\LZMA\LzmaBase.cs">
- <Link>LZMA\LzmaBase.cs</Link>
- </Compile>
- <Compile Include="..\LZMA\LzmaDecoder.cs">
- <Link>LZMA\LzmaDecoder.cs</Link>
- </Compile>
- <Compile Include="..\LZMA\LzmaEncoder.cs">
- <Link>LZMA\LzmaEncoder.cs</Link>
- </Compile>
- <Compile Include="..\RangeCoder\RangeCoder.cs">
- <Link>RangeCoder\RangeCoder.cs</Link>
- </Compile>
- <Compile Include="..\RangeCoder\RangeCoderBit.cs">
- <Link>RangeCoder\RangeCoderBit.cs</Link>
- </Compile>
- <Compile Include="..\RangeCoder\RangeCoderBitTree.cs">
- <Link>RangeCoder\RangeCoderBitTree.cs</Link>
- </Compile>
- <Compile Include="LzmaAlone.cs">
- <SubType>Code</SubType>
- </Compile>
- <Compile Include="LzmaBench.cs">
- <SubType>Code</SubType>
- </Compile>
- <Compile Include="Properties\AssemblyInfo.cs" />
- <Compile Include="Properties\Settings.cs">
- <AutoGen>True</AutoGen>
- <DependentUpon>Settings.settings</DependentUpon>
- </Compile>
- <None Include="Properties\Settings.settings">
- <Generator>SettingsSingleFileGenerator</Generator>
- <LastGenOutput>Settings.cs</LastGenOutput>
- </None>
- <AppDesigner Include="Properties\" />
- </ItemGroup>
- <Import Project="$(MSBuildBinPath)\Microsoft.CSHARP.Targets" />
-</Project>

Powered by Google App Engine
This is Rietveld 408576698