2011-01-16 21:45:04 +00:00
|
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2011-01-11 02:55:51 +00:00
|
|
|
|
<Project ToolsVersion="3.5" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
|
|
|
<PropertyGroup>
|
|
|
|
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
|
|
|
|
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
2011-02-14 02:28:52 +00:00
|
|
|
|
<ProductVersion>9.0.21022</ProductVersion>
|
2011-01-11 02:55:51 +00:00
|
|
|
|
<SchemaVersion>2.0</SchemaVersion>
|
|
|
|
|
<ProjectGuid>{EE135301-08B3-4EFC-A61C-1C53E1C65CB9}</ProjectGuid>
|
|
|
|
|
<OutputType>Library</OutputType>
|
|
|
|
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
|
|
|
|
<RootNamespace>BizHawk.Util</RootNamespace>
|
|
|
|
|
<AssemblyName>BizHawk.Util</AssemblyName>
|
|
|
|
|
<TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
|
|
|
|
|
<FileAlignment>512</FileAlignment>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
|
|
|
|
<DebugSymbols>true</DebugSymbols>
|
|
|
|
|
<DebugType>full</DebugType>
|
|
|
|
|
<Optimize>false</Optimize>
|
|
|
|
|
<OutputPath>bin\Debug\</OutputPath>
|
|
|
|
|
<DefineConstants>TRACE;DEBUG;DOTNET20;UNMANAGED;COMPRESS</DefineConstants>
|
|
|
|
|
<ErrorReport>prompt</ErrorReport>
|
|
|
|
|
<WarningLevel>4</WarningLevel>
|
|
|
|
|
<PlatformTarget>x86</PlatformTarget>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
|
|
|
|
<DebugType>pdbonly</DebugType>
|
|
|
|
|
<Optimize>true</Optimize>
|
|
|
|
|
<OutputPath>bin\Release\</OutputPath>
|
|
|
|
|
<DefineConstants>TRACE;DOTNET20;UNMANAGED;COMPRESS</DefineConstants>
|
|
|
|
|
<ErrorReport>prompt</ErrorReport>
|
|
|
|
|
<WarningLevel>4</WarningLevel>
|
|
|
|
|
<PlatformTarget>x86</PlatformTarget>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<Reference Include="System" />
|
|
|
|
|
<Reference Include="System.Core">
|
|
|
|
|
<RequiredTargetFramework>3.5</RequiredTargetFramework>
|
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="System.Drawing" />
|
|
|
|
|
<Reference Include="System.Windows.Forms" />
|
|
|
|
|
<Reference Include="System.Xml.Linq">
|
|
|
|
|
<RequiredTargetFramework>3.5</RequiredTargetFramework>
|
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="System.Data.DataSetExtensions">
|
|
|
|
|
<RequiredTargetFramework>3.5</RequiredTargetFramework>
|
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="System.Data" />
|
|
|
|
|
<Reference Include="System.Xml" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<Compile Include="7z\ArchiveEmulationStreamProxy.cs" />
|
|
|
|
|
<Compile Include="7z\ArchiveExtractCallback.cs" />
|
|
|
|
|
<Compile Include="7z\ArchiveOpenCallback.cs" />
|
|
|
|
|
<Compile Include="7z\ArchiveUpdateCallback.cs" />
|
|
|
|
|
<Compile Include="7z\COM.cs" />
|
|
|
|
|
<Compile Include="7z\Common.cs" />
|
|
|
|
|
<Compile Include="7z\EventArgs.cs" />
|
|
|
|
|
<Compile Include="7z\Exceptions.cs" />
|
|
|
|
|
<Compile Include="7z\FileSignatureChecker.cs" />
|
|
|
|
|
<Compile Include="7z\Formats.cs" />
|
|
|
|
|
<Compile Include="7z\LibraryFeature.cs" />
|
|
|
|
|
<Compile Include="7z\LibraryManager.cs" />
|
|
|
|
|
<Compile Include="7z\LzmaDecodeStream.cs" />
|
|
|
|
|
<Compile Include="7z\LzmaEncodeStream.cs" />
|
|
|
|
|
<Compile Include="7z\LzmaProgressCallback.cs" />
|
|
|
|
|
<Compile Include="7z\NativeMethods.cs" />
|
|
|
|
|
<Compile Include="7z\sdk\Common\CRC.cs" />
|
|
|
|
|
<Compile Include="7z\sdk\Common\InBuffer.cs" />
|
|
|
|
|
<Compile Include="7z\sdk\Common\OutBuffer.cs" />
|
|
|
|
|
<Compile Include="7z\sdk\Compress\LZMA\LzmaBase.cs" />
|
|
|
|
|
<Compile Include="7z\sdk\Compress\LZMA\LzmaDecoder.cs" />
|
|
|
|
|
<Compile Include="7z\sdk\Compress\LZMA\LzmaEncoder.cs" />
|
|
|
|
|
<Compile Include="7z\sdk\Compress\LZ\IMatchFinder.cs" />
|
|
|
|
|
<Compile Include="7z\sdk\Compress\LZ\LzBinTree.cs" />
|
|
|
|
|
<Compile Include="7z\sdk\Compress\LZ\LzInWindow.cs" />
|
|
|
|
|
<Compile Include="7z\sdk\Compress\LZ\LzOutWindow.cs" />
|
|
|
|
|
<Compile Include="7z\sdk\Compress\RangeCoder\RangeCoder.cs" />
|
|
|
|
|
<Compile Include="7z\sdk\Compress\RangeCoder\RangeCoderBit.cs" />
|
|
|
|
|
<Compile Include="7z\sdk\Compress\RangeCoder\RangeCoderBitTree.cs" />
|
|
|
|
|
<Compile Include="7z\sdk\ICoder.cs" />
|
|
|
|
|
<Compile Include="7z\SevenZipCompressor.cs" />
|
|
|
|
|
<Compile Include="7z\SevenZipCompressorAsynchronous.cs" />
|
|
|
|
|
<Compile Include="7z\SevenZipExtractor.cs" />
|
|
|
|
|
<Compile Include="7z\SevenZipExtractorAsynchronous.cs" />
|
|
|
|
|
<Compile Include="7z\SevenZipSfx.cs" />
|
|
|
|
|
<Compile Include="7z\StreamWrappers.cs" />
|
|
|
|
|
<Compile Include="Dictionaries.cs" />
|
|
|
|
|
<Compile Include="InputConfigBase.cs">
|
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="KeyTurbo.cs" />
|
|
|
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
|
|
|
|
<Compile Include="SmartTextBoxControl.cs">
|
|
|
|
|
<SubType>Component</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="TextDebugView.cs">
|
|
|
|
|
<SubType>Component</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="ViewportPanel.cs">
|
|
|
|
|
<SubType>Component</SubType>
|
|
|
|
|
</Compile>
|
2011-01-18 03:16:16 +00:00
|
|
|
|
<Compile Include="VirtualListView.cs">
|
|
|
|
|
<SubType>Component</SubType>
|
|
|
|
|
</Compile>
|
2011-01-11 02:55:51 +00:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
2011-01-16 21:45:04 +00:00
|
|
|
|
<EmbeddedResource Include="7z\arch\Test.bzip2.7z" />
|
|
|
|
|
<EmbeddedResource Include="7z\arch\Test.lzma.7z" />
|
|
|
|
|
<EmbeddedResource Include="7z\arch\Test.lzma2.7z" />
|
|
|
|
|
<EmbeddedResource Include="7z\arch\Test.ppmd.7z" />
|
|
|
|
|
<EmbeddedResource Include="7z\arch\Test.rar" />
|
|
|
|
|
<EmbeddedResource Include="7z\arch\Test.tar" />
|
|
|
|
|
<EmbeddedResource Include="7z\arch\Test.txt.bz2" />
|
|
|
|
|
<EmbeddedResource Include="7z\arch\Test.txt.gz" />
|
|
|
|
|
<EmbeddedResource Include="7z\arch\Test.txt.xz" />
|
|
|
|
|
<EmbeddedResource Include="7z\arch\Test.zip" />
|
2011-01-11 02:55:51 +00:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
2011-01-16 21:45:04 +00:00
|
|
|
|
<EmbeddedResource Include="7z\arch\Test.txt" />
|
2011-02-14 02:28:52 +00:00
|
|
|
|
<EmbeddedResource Include="InputConfigBase.resx">
|
|
|
|
|
<DependentUpon>InputConfigBase.cs</DependentUpon>
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
</EmbeddedResource>
|
2011-01-11 02:55:51 +00:00
|
|
|
|
</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>
|
|
|
|
|
-->
|
|
|
|
|
</Project>
|