GARbro-mirror/Legacy/Legacy.csproj

115 lines
5.0 KiB
XML
Raw Normal View History

<?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>{C79E82A8-8D32-485D-8442-2D4F71FBB5D5}</ProjectGuid>
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>GameRes.Legacy</RootNamespace>
<AssemblyName>ArcLegacy</AssemblyName>
<TargetFrameworkVersion>v4.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>DEBUG;TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>pdbonly</DebugType>
<Optimize>true</Optimize>
<OutputPath>bin\Release\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Prerelease|AnyCPU'">
<OutputPath>bin\Prerelease\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<Optimize>true</Optimize>
<DebugType>pdbonly</DebugType>
<PlatformTarget>AnyCPU</PlatformTarget>
<ErrorReport>prompt</ErrorReport>
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
</PropertyGroup>
<ItemGroup>
<Reference Include="PresentationCore" />
<Reference Include="System" />
<Reference Include="System.ComponentModel.Composition" />
<Reference Include="System.Core" />
<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="AnotherRoom\AudioWAZ.cs" />
<Compile Include="AnotherRoom\ImageGR1.cs" />
<Compile Include="ApplePie\ArcARC.cs" />
<Compile Include="ApplePie\ImageGT.cs" />
<Compile Include="Clio\ArcPAC.cs" />
<Compile Include="Clio\ImageEXP.cs" />
<Compile Include="CocktailSoft\ArcPAK.cs" />
<Compile Include="CocktailSoft\ImageWMK.cs" />
<Compile Include="CrossNet\AudioADP.cs" />
<Compile Include="CrossNet\ImageGRB.cs" />
<Compile Include="Dice\ArcRLZ.cs" />
<Compile Include="Dice\AudioKWF.cs" />
<Compile Include="Dice\ImageRBP.cs" />
<Compile Include="Factor\ArcRES.cs" />
<Compile Include="Kurumi\ArcMPK.cs" />
<Compile Include="Mink\ImageGDF.cs" />
2017-12-13 17:31:03 +08:00
<Compile Include="Nabe\ImageYPF.cs" />
<Compile Include="Nanami\ArcBMM.cs" />
<Compile Include="Nekotaro\ArcNSC.cs" />
<Compile Include="Nekotaro\ImageGCmp.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
2017-12-13 17:31:03 +08:00
<Compile Include="QSoft\ImageBPE.cs" />
<Compile Include="Rain\ArcBIN.cs" />
<Compile Include="Saiki\ImageJPX.cs" />
<Compile Include="Sceplay\ArcPAK.cs" />
<Compile Include="Sceplay\ImageG24.cs" />
<Compile Include="ShapeShifter\ArcBND.cs" />
<Compile Include="System21\ArcPAK.cs" />
<Compile Include="System21\ImageBET.cs" />
<Compile Include="SystemAqua\ArcDAT.cs" />
2017-12-11 12:15:01 +08:00
<Compile Include="Tsd\ArcMCD.cs" />
2017-12-30 04:34:29 +08:00
<Compile Include="Uran\ArcPHS.cs" />
<Compile Include="WestGate\ArcUCA.cs" />
<Compile Include="WestGate\ArcUSF.cs" />
<Compile Include="WestGate\ArcUWF.cs" />
<Compile Include="WestGate\ImageNBMP.cs" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\ArcFormats\ArcFormats.csproj">
<Project>{a8865685-27cc-427b-ac38-e48d2ad05df4}</Project>
<Name>ArcFormats</Name>
</ProjectReference>
<ProjectReference Include="..\GameRes\GameRes.csproj">
<Project>{453c087f-e416-4ae9-8c03-d8760da0574b}</Project>
<Name>GameRes</Name>
</ProjectReference>
</ItemGroup>
<ItemGroup />
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<PropertyGroup>
<PreBuildEvent>perl "$(SolutionDir)inc-revision.pl" "$(ProjectPath)" $(ConfigurationName)
exit 0</PreBuildEvent>
</PropertyGroup>
<!-- 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>