GARbro-mirror/GameRes/GameRes.csproj

138 lines
6.0 KiB
XML
Raw Normal View History

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>
<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>
<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' ">
<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>
<Reference Include="NAudio, Version=1.10.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\NAudio.1.10.0\lib\net35\NAudio.dll</HintPath>
</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" />
<Reference Include="System.Windows.Forms" />
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" />
<Compile Include="ArchiveFormat.cs" />
<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" />
<Compile Include="BinaryStream.cs" />
2016-10-16 13:22:53 +08:00
<Compile Include="ByteArray.cs" />
<Compile Include="Checksum.cs" />
2015-06-08 23:58:51 +08:00
<Compile Include="FileSystem.cs" />
<Compile Include="FormatCatalog.cs" />
2014-07-22 03:26:28 +08:00
<Compile Include="GameRes.cs" />
<Compile Include="Image.cs" />
<Compile Include="ImageBMP.cs" />
<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="Properties\Settings.Designer.cs">
<AutoGen>True</AutoGen>
<DesignTimeSharedInput>True</DesignTimeSharedInput>
<DependentUpon>Settings.settings</DependentUpon>
</Compile>
<Compile Include="ResourceSettings.cs" />
2014-07-22 03:26:28 +08:00
<Compile Include="ScriptText.cs" />
<Compile Include="Properties\Settings.cs" />
2014-07-22 03:26:28 +08:00
<Compile Include="Strings\garStrings.Designer.cs">
<AutoGen>True</AutoGen>
<DesignTime>True</DesignTime>
<DependentUpon>garStrings.resx</DependentUpon>
</Compile>
<Compile Include="StructSerialization.cs" />
2014-07-22 03:26:28 +08:00
<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>
2018-01-30 01:56:37 +08:00
<EmbeddedResource Include="Strings\garStrings.ja-JP.resx" />
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" />
<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="app.config" />
2015-06-03 18:05:20 +08:00
<None Include="packages.config" />
<None Include="Properties\Settings.settings">
<Generator>PublicSettingsSingleFileGenerator</Generator>
<LastGenOutput>Settings.Designer.cs</LastGenOutput>
</None>
2015-06-03 18:05:20 +08:00
</ItemGroup>
2014-07-22 03:26:28 +08:00
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<PropertyGroup>
2015-10-23 01:04:05 +08:00
<PreBuildEvent>perl "$(SolutionDir)inc-revision.pl" "$(ProjectPath)" $(ConfigurationName)
exit 0</PreBuildEvent>
</PropertyGroup>
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>