GARbro-mirror/Legacy/Legacy.csproj

289 lines
12 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.6</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<TargetFrameworkProfile />
</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>
2018-01-23 20:28:46 +08:00
<OutputPath>..\bin\Release\</OutputPath>
<DefineConstants>
</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
2018-01-23 20:28:46 +08:00
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
</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>
2018-07-31 02:10:26 +08:00
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
</PropertyGroup>
<ItemGroup>
2019-01-11 22:16:44 +08:00
<Reference Include="ICSharpCode.SharpZipLib, Version=1.0.0.999, Culture=neutral, PublicKeyToken=1b03e6acf1164f73, processorArchitecture=MSIL">
2018-08-20 18:44:54 +08:00
<SpecificVersion>False</SpecificVersion>
2019-01-11 22:16:44 +08:00
<HintPath>..\packages\SharpZipLib.1.1.0\lib\net45\ICSharpCode.SharpZipLib.dll</HintPath>
2018-08-20 18:44:54 +08:00
</Reference>
<Reference Include="PresentationCore" />
<Reference Include="System" />
<Reference Include="System.ComponentModel.Composition" />
<Reference Include="System.Core" />
2018-12-03 00:09:59 +08:00
<Reference Include="System.Drawing" />
2017-12-31 13:04:35 +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>
2019-01-23 10:02:18 +08:00
<Compile Include="Aaru\ArcDL1.cs" />
2018-12-19 07:34:57 +08:00
<Compile Include="Aaru\ArcFL2.cs" />
2018-08-20 18:44:54 +08:00
<Compile Include="Aaru\ArcFL3.cs" />
<Compile Include="Aaru\ArcFL4.cs" />
2018-12-19 07:34:57 +08:00
<Compile Include="Aaru\AudioWV1.cs" />
2018-08-20 18:44:54 +08:00
<Compile Include="Aaru\ImageBM2.cs" />
2018-06-19 18:15:57 +08:00
<Compile Include="Acme\ImageARD.cs" />
<Compile Include="Acme\ImagePMG.cs" />
2020-03-30 21:25:15 +08:00
<Compile Include="ADVGSys\ImageBMP.cs" />
2018-04-03 08:55:33 +08:00
<Compile Include="Ags32i\AudioAGS.cs" />
<Compile Include="Ags32i\ImageGSS.cs" />
2018-05-03 23:03:50 +08:00
<Compile Include="Airyu\ArcCHR.cs" />
<Compile Include="Akatombo\ArcX.cs" />
<Compile Include="Akatombo\ImageFB.cs" />
2019-03-30 22:45:18 +08:00
<Compile Include="AlphaSystem\ArcPAK.cs" />
<Compile Include="AlphaSystem\ImageSFG.cs" />
<Compile Include="Alterna\ArcBIN.cs" />
2020-03-30 21:25:15 +08:00
<Compile Include="Aos\ArcDAT.cs" />
<Compile Include="Aquarium\ArcAAP.cs" />
<Compile Include="Aquarium\ArcCPA.cs" />
<Compile Include="Aquarium\ImageCP2.cs" />
2018-09-21 04:14:34 +08:00
<Compile Include="Ark\ImageCMP.cs" />
2020-03-30 21:25:15 +08:00
<Compile Include="Artel\ArcPFD.cs" />
<Compile Include="Artel\AudioMUW.cs" />
<Compile Include="Artel\ImageMRL.cs" />
<Compile Include="Asura\ArcPAK.cs" />
<Compile Include="Asura\ImageMTG.cs" />
<Compile Include="BRoom\ArcCPC.cs" />
<Compile Include="BRoom\ArcPK.cs" />
<Compile Include="BRoom\AudioEZS.cs" />
<Compile Include="BRoom\ImageERP.cs" />
2018-10-10 15:07:18 +08:00
<Compile Include="Brownie\ImageNGC.cs" />
<Compile Include="Brownie\ImageNGW.cs" />
2020-03-30 21:25:15 +08:00
<Compile Include="Dall\ArcPEL.cs" />
2018-10-07 12:59:40 +08:00
<Compile Include="DigitalMonkey\ArcDM.cs" />
<Compile Include="DigitalMonkey\ImagePKT.cs" />
2018-10-31 03:58:27 +08:00
<Compile Include="Electriciteit\ArcPKK.cs" />
2020-03-30 21:25:15 +08:00
<Compile Include="Eye\ImageCSF.cs" />
2019-03-13 16:53:29 +08:00
<Compile Include="FazeX\ImageFGP.cs" />
<Compile Include="HillField\ImageIMA.cs" />
<Compile Include="HillField\ImageIMG.cs" />
2019-01-11 22:16:44 +08:00
<Compile Include="KApp\ArcASD.cs" />
<Compile Include="KApp\ImageCGD.cs" />
2018-08-20 18:44:54 +08:00
<Compile Include="Kasane\ArcAR2.cs" />
2018-08-24 03:56:39 +08:00
<Compile Include="KeroQ\ArcDAT.cs" />
<Compile Include="KeroQ\ImageCBM.cs" />
<Compile Include="KeroQ\ImageKGD.cs" />
<Compile Include="KeroQ\ImageKGD1.cs" />
2019-03-13 16:53:29 +08:00
<Compile Include="Kurumi\ImageGRA.cs" />
2018-09-21 04:14:34 +08:00
<Compile Include="Lazycrew\ArcDAT.cs" />
<Compile Include="Lazycrew\ImageDAT.cs" />
2019-03-13 16:53:29 +08:00
<Compile Include="Liddell\ArcFLK.cs" />
<Compile Include="Liddell\ImageBPA.cs" />
<Compile Include="Melonpan\ArcTTD.cs" />
2019-01-11 22:16:44 +08:00
<Compile Include="Mermaid\AudioPWV.cs" />
<Compile Include="Mermaid\ImageGP1.cs" />
2019-03-30 22:45:18 +08:00
<Compile Include="Mink\ImageFC.cs" />
<Compile Include="Mink\ImageFD.cs" />
2018-10-09 18:44:13 +08:00
<Compile Include="Mmfass\ArcSDA.cs" />
2019-01-04 10:50:20 +08:00
<Compile Include="Nyoken\ArcZLK.cs" />
2018-10-25 21:01:29 +08:00
<Compile Include="PenguinWorks\ArcPAC.cs" />
2019-03-30 22:45:18 +08:00
<Compile Include="PineSoft\ArcCMB.cs" />
<Compile Include="PineSoft\ArcVoice.cs" />
<Compile Include="PineSoft\AudioCMB.cs" />
<Compile Include="PineSoft\ImageBPD.cs" />
<Compile Include="Pochette\ArcPAC.cs" />
<Compile Include="Powerd\ImageNCL.cs" />
2019-03-13 16:53:29 +08:00
<Compile Include="PrimeSoft\ImageTHP.cs" />
2018-10-25 21:01:29 +08:00
<Compile Include="ProjectMyu\ImageGAM.cs" />
2020-03-30 21:25:15 +08:00
<Compile Include="Ransel\ArcBCD.cs" />
<Compile Include="Regrips\AudioWRG.cs" />
<Compile Include="Regrips\ImagePRG.cs" />
2019-01-04 10:50:20 +08:00
<Compile Include="Rina\ImageRAD.cs" />
2018-08-20 18:44:54 +08:00
<Compile Include="RSystem\ArcRAD.cs" />
<Compile Include="RSystem\ImageRSG.cs" />
2018-04-03 08:55:33 +08:00
<Compile Include="Brownie\ArcNAF.cs" />
<Compile Include="Brownie\AudioWAV.cs" />
<Compile Include="Discovery\ArcDAT.cs" />
<Compile Include="EbgSystem\ArcBIN.cs" />
<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="CrossNet\AudioADP.cs" />
<Compile Include="CrossNet\ImageGRB.cs" />
<Compile Include="Dice\ArcRLZ.cs" />
<Compile Include="Dice\AudioKWF.cs" />
<Compile Include="Dice\ImageRBP.cs" />
2018-06-19 18:15:57 +08:00
<Compile Include="Electriciteit\ArcDAT.cs" />
<Compile Include="Eve\ArcGM.cs" />
<Compile Include="Eve\AudioWV.cs" />
2018-08-20 18:44:54 +08:00
<Compile Include="Force\ArcPAQ.cs" />
<Compile Include="Force\ImageDZP.cs" />
2018-07-31 02:10:26 +08:00
<Compile Include="Gaia\ImageJPG.cs" />
2018-05-03 23:03:50 +08:00
<Compile Include="GPlay\ArcYSK.cs" />
2018-06-19 18:15:57 +08:00
<Compile Include="Hdl\ArcHOT.cs" />
<Compile Include="Hdl\ImageHOT.cs" />
2018-07-31 02:10:26 +08:00
<Compile Include="Libido\ArcARC.cs" />
2018-06-19 18:15:57 +08:00
<Compile Include="Logg\ArcMBM.cs" />
2018-07-31 02:10:26 +08:00
<Compile Include="MayBeSoft\ImageHHP.cs" />
2018-04-03 08:55:33 +08:00
<Compile Include="Mermaid\ImageMG1.cs" />
2018-07-31 02:10:26 +08:00
<Compile Include="Mink\ImageDAT.cs" />
2018-06-19 18:15:57 +08:00
<Compile Include="Muse\ArcDAT.cs" />
2018-07-31 02:10:26 +08:00
<Compile Include="Ocarina\ImageRED.cs" />
2018-06-19 18:15:57 +08:00
<Compile Include="Pan\ArcPAN.cs" />
<Compile Include="Pan\AudioNSF.cs" />
<Compile Include="Pan\ImageTBL.cs" />
2018-04-03 08:55:33 +08:00
<Compile Include="Pinky\ArcA5R.cs" />
2018-05-03 23:03:50 +08:00
<Compile Include="Pisckiss\Audio0.cs" />
<Compile Include="Pisckiss\Image1.cs" />
2018-04-03 08:55:33 +08:00
<Compile Include="Rune\ArcYK.cs" />
<Compile Include="Sarang\ImageABC.cs" />
2018-07-31 02:10:26 +08:00
<Compile Include="Sogna\ArcSGS.cs" />
2019-03-20 17:53:12 +08:00
<Compile Include="StudioEbisu\ArcEP1.cs" />
2018-12-30 02:31:13 +08:00
<Compile Include="System21\ImageTEX.cs" />
2018-08-20 18:44:54 +08:00
<Compile Include="Tako\ArcMPK.cs" />
2018-07-06 20:00:25 +08:00
<Compile Include="Tetratech\ArcBND.cs" />
2018-05-03 23:03:50 +08:00
<Compile Include="Tigerman\ArcCHR.cs" />
<Compile Include="Tigerman\ArcPAC.cs" />
<Compile Include="Tigerman\ImageCHR.cs" />
2018-06-19 18:15:57 +08:00
<Compile Include="Types\ArcARC.cs" />
<Compile Include="Types\ImageTPGF.cs" />
2018-08-20 18:44:54 +08:00
<Compile Include="Uma\ArcCDT.cs" />
<Compile Include="Uma\ArcSDT.cs" />
2018-04-03 08:55:33 +08:00
<Compile Include="UMeSoft\AudioIKE.cs" />
<Compile Include="UMeSoft\AudioSTR.cs" />
<Compile Include="UMeSoft\ImageIKE.cs" />
2018-06-19 18:15:57 +08:00
<Compile Include="Unknown\ArcAQA.cs" />
<Compile Include="Unknown\AudioMSF.cs" />
<Compile Include="Unknown\ImageCTF.cs" />
2018-09-04 15:40:26 +08:00
<Compile Include="Wing\ImageGEM.cs" />
2018-08-20 18:44:54 +08:00
<Compile Include="Witch\ArcDAT.cs" />
<Compile Include="Witch\ArcPCD.cs" />
<Compile Include="Witch\ArcVBD.cs" />
2018-04-03 08:55:33 +08:00
<Compile Include="Yaneurao\ArcDAT.cs" />
<Compile Include="Factor\ArcRES.cs" />
<Compile Include="Gsx\ArcK3.cs" />
<Compile Include="Gsx\ImageK2.cs" />
<Compile Include="hmp\ImageMBP.cs" />
<Compile Include="Hyperspace\BmpExtension.cs" />
<Compile Include="Inspire\ArcIDA.cs" />
<Compile Include="Iris\ArcFPACK.cs" />
<Compile Include="Jupiter\ArcLB5.cs" />
<Compile Include="Lune\ArcPACK.cs" />
2018-02-16 23:47:52 +08:00
<Compile Include="Marron\ArcCPN.cs" />
<Compile Include="Mina\ArcML2.cs" />
<Compile Include="Mina\ImageMD.cs" />
<Compile Include="Mink\ArcMINK.cs" />
<Compile Include="Mutation\ArcDPF.cs" />
2018-04-03 08:55:33 +08:00
<Compile Include="Pinpai\ArcARC.cs" />
2018-02-12 14:42:38 +08:00
<Compile Include="Sorciere\ImageBIZ.cs" />
2018-04-03 08:55:33 +08:00
<Compile Include="UMeSoft\ArcBIN.cs" />
<Compile Include="Uncanny\AudioCWV.cs" />
<Compile Include="Uncanny\ImageCII.cs" />
<Compile Include="Kurumi\ArcMPK.cs" />
2017-12-31 13:04:35 +08:00
<Compile Include="Melody\ImageMGO.cs" />
<Compile Include="Mink\ImageGDF.cs" />
2017-12-31 14:36:50 +08:00
<Compile Include="Mutation\ImageRBM.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="PlanTech\ArcPAC.cs" />
2020-03-30 21:25:15 +08:00
<Compile Include="Zone\ArcPKD.cs" />
<Compile Include="Zone\ImageBM_.cs" />
<None Include="PlanTech\ImagePAC.cs" />
<Compile Include="Pochette\ImageGDT.cs" />
2018-01-03 00:27:38 +08:00
<Compile Include="ProjectMyu\ImageKGR.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" />
2018-02-18 08:11:10 +08:00
<Compile Include="Unison\ArcVCT.cs" />
2018-01-23 11:59:45 +08:00
<Compile Include="Unknown\ArcDAT.cs" />
<Compile Include="Uran\ArcNCL.cs" />
2017-12-30 04:34:29 +08:00
<Compile Include="Uran\ArcPHS.cs" />
<Compile Include="Weapon\ArcDAT.cs" />
<Compile Include="Weapon\ArcVoice.cs" />
<Compile Include="WestGate\ArcUCA.cs" />
<Compile Include="WestGate\ArcUSF.cs" />
<Compile Include="WestGate\ArcUWF.cs" />
<Compile Include="WestGate\ImageNBMP.cs" />
<Compile Include="Witch\ArcARC.cs" />
2018-06-19 18:15:57 +08:00
<Compile Include="Yaneurao\ArcSDA.cs" />
2018-12-20 19:06:01 +08:00
<Compile Include="Yaneurao\ImageGTO.cs" />
2018-04-03 08:55:33 +08:00
<Compile Include="Yaneurao\ImageYGA.cs" />
2018-01-03 00:27:38 +08:00
<Compile Include="YellowCap\ImageGEF.cs" />
<Compile Include="YellowCap\ImageGGF.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>
2018-04-03 08:55:33 +08:00
<Folder Include="Bom\" />
2020-03-30 21:25:15 +08:00
<Folder Include="HyperWorks\" />
</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>