2014-07-22 03:26:28 +08:00
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion= "12.0" DefaultTargets= "Build" xmlns= "http://schemas.microsoft.com/developer/msbuild/2003" >
<Import Project= "$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition= "Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
<PropertyGroup >
<Configuration Condition= " '$(Configuration)' == '' " > Debug</Configuration>
<Platform Condition= " '$(Platform)' == '' " > AnyCPU</Platform>
<ProjectGuid > {453C087F-E416-4AE9-8C03-D8760DA0574B}</ProjectGuid>
<OutputType > Library</OutputType>
<AppDesignerFolder > Properties</AppDesignerFolder>
<RootNamespace > GameRes</RootNamespace>
<AssemblyName > GameRes</AssemblyName>
2018-01-02 10:56:32 +08:00
<TargetFrameworkVersion > v4.6</TargetFrameworkVersion>
2014-07-22 03:26:28 +08:00
<FileAlignment > 512</FileAlignment>
<TargetFrameworkProfile />
2017-05-04 08:22:22 +08:00
<SolutionDir Condition= "$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'" > ..\</SolutionDir>
2018-01-02 10:56:32 +08:00
<RestorePackages > true</RestorePackages>
2014-07-22 03:26:28 +08:00
</PropertyGroup>
<PropertyGroup Condition= " '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
<DebugSymbols > true</DebugSymbols>
<DebugType > full</DebugType>
<Optimize > false</Optimize>
<OutputPath > ..\bin\Debug\</OutputPath>
<DefineConstants > DEBUG;TRACE</DefineConstants>
<ErrorReport > prompt</ErrorReport>
<WarningLevel > 4</WarningLevel>
<Prefer32Bit > false</Prefer32Bit>
<AllowUnsafeBlocks > true</AllowUnsafeBlocks>
</PropertyGroup>
<PropertyGroup Condition= " '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
2014-08-01 23:49:00 +08:00
<DebugType > none</DebugType>
2014-07-22 03:26:28 +08:00
<Optimize > true</Optimize>
<OutputPath > ..\bin\Release\</OutputPath>
<DefineConstants >
</DefineConstants>
<ErrorReport > prompt</ErrorReport>
<WarningLevel > 4</WarningLevel>
<Prefer32Bit > false</Prefer32Bit>
<AllowUnsafeBlocks > true</AllowUnsafeBlocks>
</PropertyGroup>
2016-07-26 11:08:07 +08:00
<PropertyGroup Condition= "'$(Configuration)|$(Platform)' == 'Prerelease|AnyCPU'" >
2016-07-29 01:22:41 +08:00
<OutputPath > ..\bin\Prerelease\</OutputPath>
2016-07-26 11:08:07 +08:00
<AllowUnsafeBlocks > true</AllowUnsafeBlocks>
<Optimize > true</Optimize>
<PlatformTarget > AnyCPU</PlatformTarget>
<ErrorReport > prompt</ErrorReport>
<CodeAnalysisRuleSet > MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
</PropertyGroup>
2014-07-22 03:26:28 +08:00
<ItemGroup >
2018-01-02 10:56:32 +08:00
<Reference Include= "NAudio" >
<HintPath > ..\packages\NAudio.1.8.4\lib\net35\NAudio.dll</HintPath>
2015-06-03 18:05:20 +08:00
<Private > True</Private>
2015-05-03 09:40:34 +08:00
</Reference>
2014-07-22 03:26:28 +08:00
<Reference Include= "PresentationCore" />
<Reference Include= "System" />
<Reference Include= "System.ComponentModel.Composition" />
<Reference Include= "System.Core" />
2015-09-19 14:24:14 +08:00
<Reference Include= "System.IO.Compression" />
2014-07-22 03:26:28 +08:00
<Reference Include= "System.Xaml" />
<Reference Include= "System.Xml.Linq" />
<Reference Include= "System.Data.DataSetExtensions" />
<Reference Include= "Microsoft.CSharp" />
<Reference Include= "System.Data" />
<Reference Include= "System.Xml" />
<Reference Include= "WindowsBase" />
</ItemGroup>
<ItemGroup >
<Compile Include= "ArcFile.cs" />
2016-12-04 19:34:22 +08:00
<Compile Include= "ArchiveFormat.cs" />
2017-03-30 09:49:02 +08:00
<Compile Include= "ArcStream.cs" />
2014-07-22 03:26:28 +08:00
<Compile Include= "ArcView.cs" />
2014-11-07 06:44:22 +08:00
<Compile Include= "Audio.cs" />
<Compile Include= "AudioWAV.cs" />
2016-10-12 08:25:40 +08:00
<Compile Include= "BinaryStream.cs" />
2016-10-16 13:22:53 +08:00
<Compile Include= "ByteArray.cs" />
2016-04-25 02:06:50 +08:00
<Compile Include= "Checksum.cs" />
2015-06-08 23:58:51 +08:00
<Compile Include= "FileSystem.cs" />
2015-09-17 03:00:22 +08:00
<Compile Include= "FormatCatalog.cs" />
2014-07-22 03:26:28 +08:00
<Compile Include= "GameRes.cs" />
<Compile Include= "Image.cs" />
<Compile Include= "ImageBMP.cs" />
2016-10-26 09:08:12 +08:00
<Compile Include= "ImageDecoder.cs" />
2014-07-22 03:26:28 +08:00
<Compile Include= "ImageJPEG.cs" />
<Compile Include= "ImagePNG.cs" />
<Compile Include= "ImageTGA.cs" />
<Compile Include= "ImageTIFF.cs" />
<Compile Include= "MultiDict.cs" />
<Compile Include= "Properties\AssemblyInfo.cs" />
<Compile Include= "ScriptText.cs" />
<Compile Include= "Strings\garStrings.Designer.cs" >
<AutoGen > True</AutoGen>
<DesignTime > True</DesignTime>
<DependentUpon > garStrings.resx</DependentUpon>
</Compile>
<Compile Include= "Utility.cs" />
2015-09-19 14:24:14 +08:00
<Compile Include= "ZLibStream.cs" />
2014-07-22 03:26:28 +08:00
</ItemGroup>
<ItemGroup >
<WCFMetadata Include= "Service References\" />
</ItemGroup>
<ItemGroup >
2015-10-28 00:27:15 +08:00
<EmbeddedResource Include= "Strings\garStrings.ko-KR.resx" />
2014-07-22 03:26:28 +08:00
<EmbeddedResource Include= "Strings\garStrings.resx" >
<Generator > PublicResXFileCodeGenerator</Generator>
<LastGenOutput > garStrings.Designer.cs</LastGenOutput>
</EmbeddedResource>
<EmbeddedResource Include= "Strings\garStrings.ru-RU.resx" />
2016-04-14 05:06:33 +08:00
<EmbeddedResource Include= "Strings\garStrings.zh-Hans.resx" />
2014-07-22 03:26:28 +08:00
</ItemGroup>
2015-06-03 18:05:20 +08:00
<ItemGroup >
<None Include= "packages.config" />
</ItemGroup>
2014-07-22 03:26:28 +08:00
<Import Project= "$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
2014-10-31 22:47:02 +08:00
<PropertyGroup >
2015-10-23 01:04:05 +08:00
<PreBuildEvent > perl "$(SolutionDir)inc-revision.pl" "$(ProjectPath)" $(ConfigurationName)
exit 0</PreBuildEvent>
2014-10-31 22:47:02 +08:00
</PropertyGroup>
2018-01-02 10:56:32 +08:00
<Import Project= "$(SolutionDir)\.nuget\NuGet.targets" Condition= "Exists('$(SolutionDir)\.nuget\NuGet.targets')" />
<Target Name= "EnsureNuGetPackageBuildImports" BeforeTargets= "PrepareForBuild" >
<PropertyGroup >
<ErrorText > This project references NuGet package(s) that are missing on this computer. Enable NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText>
</PropertyGroup>
<Error Condition= "!Exists('$(SolutionDir)\.nuget\NuGet.targets')" Text= "$([System.String]::Format('$(ErrorText)', '$(SolutionDir)\.nuget\NuGet.targets'))" />
</Target>
2014-07-22 03:26:28 +08:00
<!-- 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>