GARbro-mirror/ArcFormats/ArcFormats.csproj

1164 lines
50 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>{A8865685-27CC-427B-AC38-E48D2AD05DF4}</ProjectGuid>
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>GameRes.Formats</RootNamespace>
<AssemblyName>ArcFormats</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>
<BaseAddress>6291456</BaseAddress>
2014-07-22 03:26:28 +08:00
</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>
<BaseAddress>6291456</BaseAddress>
2014-07-22 03:26:28 +08:00
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Prerelease|AnyCPU'">
2016-07-29 01:22:41 +08:00
<OutputPath>..\bin\Prerelease\</OutputPath>
<BaseAddress>6291456</BaseAddress>
<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="ICSharpCode.SharpZipLib, Version=1.0.0.0, Culture=neutral, PublicKeyToken=1b03e6acf1164f73, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\packages\SharpZipLib.1.0.0-alpha2\lib\netstandard1.3\ICSharpCode.SharpZipLib.dll</HintPath>
</Reference>
2016-07-29 01:22:41 +08:00
<Reference Include="NAudio">
<HintPath>..\packages\NAudio.1.7.3\lib\net35\NAudio.dll</HintPath>
2015-05-02 03:33:22 +08:00
</Reference>
<Reference Include="NVorbis">
2017-01-05 18:20:02 +08:00
<HintPath>..\packages\NVorbis.0.8.5.0\lib\NVorbis.dll</HintPath>
<Private>True</Private>
2014-11-07 06:51:32 +08:00
</Reference>
2014-07-22 03:26:28 +08:00
<Reference Include="PresentationCore" />
<Reference Include="PresentationFramework" />
<Reference Include="System" />
<Reference Include="System.ComponentModel.Composition" />
<Reference Include="System.Core" />
<Reference Include="System.Drawing" />
<Reference Include="System.IO.Compression" />
<Reference Include="System.IO.FileSystem">
<HintPath>..\packages\System.IO.FileSystem.4.3.0\lib\net46\System.IO.FileSystem.dll</HintPath>
</Reference>
<Reference Include="System.Numerics" />
<Reference Include="System.Security.Cryptography.Primitives, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
<HintPath>..\packages\System.Security.Cryptography.Primitives.4.0.0\lib\net46\System.Security.Cryptography.Primitives.dll</HintPath>
<Private>True</Private>
</Reference>
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="Abel\ArcARC.cs" />
<Compile Include="Abel\ArcFPK.cs" />
<Compile Include="Abel\ImageCBF.cs" />
<Compile Include="Abel\ImageGPS.cs" />
2016-10-29 06:01:31 +08:00
<Compile Include="Abogado\ArcDSK.cs" />
2018-04-11 02:17:38 +08:00
<Compile Include="Abogado\ArcPAK.cs" />
2016-10-29 06:01:31 +08:00
<Compile Include="Abogado\AudioADP.cs" />
<Compile Include="Abogado\ImageKG.cs" />
2018-01-09 08:30:43 +08:00
<Compile Include="Actgs\ArcCG.cs" />
2015-11-04 08:03:36 +08:00
<Compile Include="Actgs\ArcDAT.cs" />
2018-05-20 12:10:59 +08:00
<Compile Include="AdvDx\ArcPKD.cs" />
2018-02-07 07:45:07 +08:00
<Compile Include="AdvScripter\ArcPAK.cs" />
2016-10-13 14:54:02 +08:00
<Compile Include="AdvSys\ArcAdvSys3.cs" />
<Compile Include="AdvSys\ImageGWD.cs" />
2018-01-05 00:43:30 +08:00
<Compile Include="Ail\ArcLNK2.cs" />
2017-01-11 10:49:23 +08:00
<Compile Include="AliceSoft\ArcAAR.cs" />
2016-04-26 01:00:28 +08:00
<Compile Include="AliceSoft\ArcAFA.cs" />
<Compile Include="AliceSoft\ArcALK.cs" />
<Compile Include="AliceSoft\ImageAJP.cs" />
2016-07-29 22:10:13 +08:00
<Compile Include="AliceSoft\ImageDCF.cs" />
2017-11-26 21:04:53 +08:00
<Compile Include="AliceSoft\ImagePMS.cs" />
<Compile Include="AnimeGameSystem\ArcANI.cs" />
<Compile Include="AnimeGameSystem\WidgetAGS.xaml.cs">
<DependentUpon>WidgetAGS.xaml</DependentUpon>
</Compile>
<Compile Include="Ankh\ArcDAT.cs" />
2016-03-20 13:42:36 +08:00
<Compile Include="Ankh\ArcGRP.cs" />
<Compile Include="Ankh\AudioPCM.cs" />
<Compile Include="Ankh\ImageGPD.cs" />
<Compile Include="Ankh\ImageMSK.cs" />
<Compile Include="Antique\ArcDAT.cs" />
<Compile Include="Antique\ImageGPD.cs" />
2016-06-25 01:58:47 +08:00
<Compile Include="Aoi\ImageAGF.cs" />
2018-05-05 05:58:57 +08:00
<Compile Include="Apricot\ArcDAT.cs" />
2016-07-28 18:20:12 +08:00
<Compile Include="ArcARCX.cs" />
<Compile Include="Artemis\ArcMJA.cs" />
2018-07-06 20:00:25 +08:00
<None Include="AudioAIFF.cs" />
<Compile Include="Basil\ArcMIF.cs" />
<Compile Include="Basil\ImageBCF.cs" />
<Compile Include="Basil\ImageNG3.cs" />
2017-10-23 12:55:38 +08:00
<Compile Include="BeF\AudioVZY.cs" />
<Compile Include="BeF\ImageALO.cs" />
<Compile Include="BellDa\ArcDAT.cs" />
<Compile Include="BellDa\AudioPW.cs" />
<Compile Include="BellDa\ImageCP.cs" />
2017-12-11 12:11:30 +08:00
<Compile Include="Bishop\ArcPK.cs" />
2017-12-12 15:34:24 +08:00
<Compile Include="Bishop\ImageGSA.cs" />
<Compile Include="BlackRainbow\ArcCCF.cs" />
<Compile Include="BlackRainbow\ArcIMP.cs" />
<Compile Include="BlackRainbow\ArcSPPAK.cs" />
2018-01-06 00:25:17 +08:00
<Compile Include="Bonk\ArcPACK.cs" />
<Compile Include="Cadath\ArcDAF.cs" />
2018-05-10 06:06:19 +08:00
<Compile Include="Cadath\AudioVWF.cs" />
<Compile Include="Cadath\ImageCGF.cs" />
<Compile Include="Carriere\ArcARC.cs" />
<Compile Include="Carriere\ImageCGD.cs" />
2018-05-22 21:43:32 +08:00
<Compile Include="Cmvs\ArcCPZ1.cs" />
2017-11-27 16:47:15 +08:00
<Compile Include="Cmvs\CpzHeader.cs" />
<Compile Include="Cmvs\HuffmanDecoder.cs" />
<Compile Include="Crc16.cs" />
2017-03-29 06:57:34 +08:00
<Compile Include="Crowd\ImageCRZ.cs" />
2017-12-21 08:33:38 +08:00
<Compile Include="CsWare\ArcDAT.cs" />
2018-03-27 18:20:30 +08:00
<Compile Include="CsWare\ImageB5.cs" />
2017-11-22 23:59:13 +08:00
<Compile Include="CsWare\ImageBPC.cs" />
2017-03-26 08:12:53 +08:00
<Compile Include="Cyberworks\ArcApp.cs" />
<Compile Include="Cyberworks\ArcP8.cs" />
<Compile Include="Cyberworks\ImageTB1.cs" />
<Compile Include="DaiSystem\ArcPAC.cs" />
<Compile Include="DigitalWorks\ArcBIN.cs" />
<Compile Include="DigitalWorks\ArcPAC.cs" />
<Compile Include="DigitalWorks\ImageTM2.cs" />
<Compile Include="DigitalWorks\ImageTX.cs" />
2017-04-14 12:28:12 +08:00
<Compile Include="DirectDraw\DxtDecoder.cs" />
2018-03-12 11:14:03 +08:00
<Compile Include="DjSystem\ArcDAT.cs" />
<Compile Include="elf\ArcAi5DAT.cs" />
2017-12-11 12:11:30 +08:00
<Compile Include="elf\ImageRMT.cs" />
2018-04-11 02:17:38 +08:00
<Compile Include="EmbeddedResource.cs" />
<Compile Include="Emote\ImageDREF.cs" />
<Compile Include="Eternity\ImageSGF.cs" />
<Compile Include="Ethornell\ImageCBG.cs" />
<Compile Include="Eushully\AudioAOG.cs" />
2018-07-25 14:06:20 +08:00
<Compile Include="FC01\ArcMRG0.cs" />
<Compile Include="FC01\ArcPAK.cs" />
2018-08-10 22:48:27 +08:00
<Compile Include="FC01\ImageTIL.cs" />
2018-04-11 02:17:38 +08:00
<Compile Include="FC01\ImageWM2.cs" />
2018-03-27 18:20:30 +08:00
<Compile Include="FC01\ImageWMK.cs" />
<Compile Include="FrontWing\ArcVAV.cs" />
2018-09-11 21:46:15 +08:00
<Compile Include="GLib\ArcG.cs" />
2018-01-20 13:43:31 +08:00
<Compile Include="Groover\ArcPCG.cs" />
2018-06-19 18:08:23 +08:00
<Compile Include="Gss\ArcARC.cs" />
<Compile Include="HCSystem\ArcPAK.cs" />
<Compile Include="HCSystem\ImageOPF.cs" />
<Compile Include="HuffmanCompression.cs" />
<Compile Include="Hypatia\AudioADP.cs" />
<Compile Include="Hypatia\ImageWBM.cs" />
2018-09-03 19:08:15 +08:00
<Compile Include="Ikura\ArcGAN.cs" />
<Compile Include="Ikura\ArcTAN.cs" />
<Compile Include="Ikura\ImageGGA.cs" />
<Compile Include="Ikura\ImageGGS.cs" />
<Compile Include="Ikura\ImageTAN.cs" />
<Compile Include="Ikura\ImageVRS.cs" />
2018-01-17 05:28:48 +08:00
<Compile Include="ImageMNG.cs" />
2018-06-06 04:51:25 +08:00
<Compile Include="Interheart\ArcFPK2.cs" />
<Compile Include="Interheart\ImageCandy.cs" />
2018-02-07 07:45:07 +08:00
<Compile Include="Ivory\ArcSG.cs" />
<Compile Include="KiriKiri\MoreCrypt.cs" />
2018-04-01 11:58:40 +08:00
<Compile Include="KiriKiri\YuzCrypt.cs" />
<Compile Include="Lambda\ArcLAX.cs" />
2018-01-07 05:25:12 +08:00
<Compile Include="Lambda\ImageCLS.cs" />
2018-01-17 05:28:48 +08:00
<Compile Include="Lilim\ImageIMG.cs" />
<Compile Include="LiveMaker\ArcGALX.cs" />
2018-03-21 13:49:48 +08:00
<Compile Include="Aims\ArcPACK.cs" />
2018-10-03 21:54:47 +08:00
<Compile Include="Lzma\ICoder.cs" />
<Compile Include="Lzma\LzmaBase.cs" />
<Compile Include="Lzma\LzmaDecoder.cs" />
<Compile Include="Lzma\LzOutWindow.cs" />
<Compile Include="Lzma\RangeCoder.cs" />
<Compile Include="Lzma\RangeCoderBit.cs" />
<Compile Include="Lzma\RangeCoderBitTree.cs" />
2018-01-03 00:24:15 +08:00
<Compile Include="Maika\ArcBK.cs" />
<Compile Include="Maika\ArcMIK01.cs" />
<Compile Include="Maika\AudioWV5.cs" />
2018-07-25 14:06:20 +08:00
<Compile Include="MangaGamer\ArcSHA.cs" />
2018-07-06 20:00:25 +08:00
<Compile Include="Mnp\ArcMMA.cs" />
2018-08-09 12:03:22 +08:00
<Compile Include="MultiFileArchive.cs" />
2018-05-04 17:57:19 +08:00
<Compile Include="Noesis\ArcIGA.cs" />
<Compile Include="NonColor\ArcMinato.cs" />
2018-01-20 13:43:31 +08:00
<Compile Include="Misc\ArcBIN.cs" />
2018-01-04 02:01:32 +08:00
<Compile Include="Nekopunch\ImagePBM.cs" />
<Compile Include="Nexas\ArcTPF.cs" />
2017-12-30 04:33:28 +08:00
<Compile Include="LiveMaker\ImageGALX.cs" />
<Compile Include="Origin\ArcDAT.cs" />
<Compile Include="Otemoto\ArcTLZ.cs" />
<Compile Include="Otemoto\ImageMAG.cs" />
2017-04-07 16:40:52 +08:00
<Compile Include="ExHibit\ArcGRP.cs" />
<Compile Include="Foster\ArcC24.cs" />
<Compile Include="Foster\ArcFA2.cs" />
<Compile Include="Foster\ImageC24.cs" />
2017-11-21 03:57:44 +08:00
<Compile Include="Foster\ImageC25.cs" />
<Compile Include="GameSystem\ArcPureMail.cs" />
2017-02-25 06:14:03 +08:00
<Compile Include="GameSystem\AudioADP4.cs" />
<Compile Include="ImageLZS.cs" />
2017-12-06 02:33:06 +08:00
<Compile Include="ImagePIC.cs" />
2017-11-22 23:52:26 +08:00
<Compile Include="ImagePNX.cs" />
2017-07-07 23:47:14 +08:00
<Compile Include="ImagePSM.cs" />
<Compile Include="Kaas\ArcPB.cs" />
2017-03-11 15:37:51 +08:00
<Compile Include="Kaas\AudioKAAS.cs" />
<Compile Include="Kaguya\ArcAN21.cs" />
2017-04-02 18:47:10 +08:00
<Compile Include="Kaguya\ArcUF.cs" />
2017-12-06 12:54:12 +08:00
<Compile Include="KiriKiri\ArcXPK.cs" />
<Compile Include="KiriKiri\CzCrypt.cs" />
2017-03-28 14:09:07 +08:00
<Compile Include="Kurumi\ImageGRA.cs" />
2017-12-27 00:15:11 +08:00
<Compile Include="Lambda\ArcCLS.cs" />
<Compile Include="Leaf\ArcPX.cs" />
2017-10-28 16:08:48 +08:00
<Compile Include="Littlewitch\ArcDAT.cs" />
2017-09-12 21:34:12 +08:00
<Compile Include="LunaSoft\ArcPAC.cs" />
<Compile Include="Malie\ArcLIBU.cs" />
<Compile Include="Malie\LibScheme.cs" />
<Compile Include="Malie\MalieEncryption.cs" />
<Compile Include="Marble\ArcDNS.cs" />
<Compile Include="Marble\ImageYP.cs" />
2017-11-21 14:23:41 +08:00
<Compile Include="Masys\ArcMGS.cs" />
2017-11-21 14:13:02 +08:00
<Compile Include="Masys\ImageALP.cs" />
<Compile Include="MicroVision\ArcARC.cs" />
<Compile Include="MicroVision\ArcGSD.cs" />
<Compile Include="MicroVision\AudioIKM.cs" />
<Compile Include="MicroVision\ImageGPC.cs" />
<Compile Include="Morning\ArcPAK.cs" />
<Compile Include="PackedStream.cs" />
2018-10-06 06:56:46 +08:00
<Compile Include="Palette\ArcPAK2.cs" />
2018-01-22 19:52:49 +08:00
<Compile Include="PalmTree\ArcAR.cs" />
<Compile Include="PkWare\WidgetZIP.xaml.cs">
<DependentUpon>WidgetZIP.xaml</DependentUpon>
</Compile>
<Compile Include="Qlie\DelphiDeserializer.cs" />
2017-03-12 09:45:36 +08:00
<Compile Include="Qlie\Encryption.cs" />
2018-06-19 18:08:23 +08:00
<Compile Include="Qlie\ImageABMP.cs" />
2017-02-19 23:59:15 +08:00
<Compile Include="RealLive\ArcKOE.cs" />
<Compile Include="RealLive\ArcSEEN.cs" />
<Compile Include="RealLive\ImageG00Jpeg.cs" />
<Compile Include="ResourceSettings.cs" />
2017-11-19 03:10:18 +08:00
<Compile Include="RPGMaker\ArcRGSS.cs" />
2017-11-21 16:11:51 +08:00
<Compile Include="RPM\ArcZENOS.cs" />
2017-03-20 07:29:50 +08:00
<Compile Include="rUGP\AudioRHA.cs" />
2017-09-17 11:05:41 +08:00
<Compile Include="Lilim\ArcFGA.cs" />
2017-12-27 00:03:16 +08:00
<Compile Include="ScenePlayer\ArcPMA.cs" />
2017-11-24 05:24:42 +08:00
<Compile Include="ScenePlayer\ArcPMX.cs" />
2017-11-26 04:32:47 +08:00
<Compile Include="Scoop\ArcGX.cs" />
2018-09-09 21:25:14 +08:00
<Compile Include="Seraphim\ArcMC.cs" />
<Compile Include="Seraphim\ArcSCN.cs" />
<Compile Include="Seraphim\ArcVoice.cs" />
2017-12-09 22:15:06 +08:00
<Compile Include="ShiinaRio\ArcWARC1.0.cs" />
2018-04-07 07:03:38 +08:00
<Compile Include="ShiinaRio\ImageCHD.cs" />
2018-10-09 18:41:13 +08:00
<Compile Include="Speed\ArcARC.cs" />
2018-04-13 13:42:14 +08:00
<Compile Include="StudioSakura\ArcDAT.cs" />
<Compile Include="Silky\ImageGRD.cs" />
2017-08-14 19:05:24 +08:00
<Compile Include="Slg\ArcSPD.cs" />
<Compile Include="Software House Parsley\ArcCG.cs" />
2016-12-28 22:00:56 +08:00
<Compile Include="Artemis\ArcPFS.cs" />
2017-01-05 18:59:16 +08:00
<Compile Include="AudioWMA.cs" />
2017-02-03 15:48:54 +08:00
<Compile Include="BlackRainbow\ArcDAT.cs" />
<Compile Include="BlackRainbow\ArcDX.cs" />
2017-01-20 14:58:56 +08:00
<Compile Include="C4\AudioVMD.cs" />
<Compile Include="C4\ImageGD.cs" />
<Compile Include="Cadath\ArcKAR.cs" />
<Compile Include="Cadath\ImageKGF.cs" />
<Compile Include="Cmvs\ArcCPZ2.cs" />
2016-12-03 23:16:44 +08:00
<Compile Include="Cmvs\AudioMV2.cs" />
<Compile Include="Cmvs\ImageMSK.cs" />
<Compile Include="Cmvs\ImagePB2.cs" />
2017-02-06 01:08:52 +08:00
<Compile Include="Cromwell\ArcPAK.cs" />
2017-01-08 10:19:56 +08:00
<Compile Include="Ellefin\ArcEPK.cs" />
2017-01-09 18:54:56 +08:00
<Compile Include="Entis\ArcPAC.cs" />
<Compile Include="ExeFile.cs" />
2017-01-17 11:03:51 +08:00
<Compile Include="GameSystem\ArcCHR.cs" />
<Compile Include="GameSystem\ArcCMP.cs" />
2017-01-23 22:49:49 +08:00
<Compile Include="GameSystem\ArcDAT.cs" />
2017-01-20 04:11:41 +08:00
<Compile Include="GameSystem\ImageALP.cs" />
<Compile Include="GameSystem\ImageBGD.cs" />
<Compile Include="GameSystem\ImageCGD.cs" />
2017-01-17 11:03:51 +08:00
<Compile Include="GameSystem\ImageCHR.cs" />
<Compile Include="GameSystem\ImageTEXB.cs" />
2017-01-23 22:46:41 +08:00
<Compile Include="HSP\ArcDPM.cs" />
<Compile Include="Lz4Stream.cs" />
<Compile Include="Majiro\ImageRC8.cs" />
<Compile Include="Mixwill\ArcARC0.cs" />
<Compile Include="Mixwill\ImagePB00.cs" />
2017-01-24 13:57:03 +08:00
<Compile Include="Nejii\ArcCDT.cs" />
<Compile Include="Nejii\ArcPCD.cs" />
<Compile Include="NSystem\ArcFJSYS.cs" />
<Compile Include="NSystem\ImageMGD.cs" />
<Compile Include="NSystem\WidgetMSD.xaml.cs">
<DependentUpon>WidgetMSD.xaml</DependentUpon>
</Compile>
2017-01-26 17:02:54 +08:00
<Compile Include="OneUp\ArcARC.cs" />
2017-01-05 09:43:57 +08:00
<Compile Include="Pandora\ImageXL24.cs" />
2016-11-08 16:30:59 +08:00
<Compile Include="rUGP\ArcRIO.cs" />
2016-07-01 00:36:46 +08:00
<Compile Include="Astronauts\ArcGXP.cs" />
2016-06-21 21:48:03 +08:00
<Compile Include="Banana\ImageGEC.cs" />
2016-06-26 04:20:36 +08:00
<Compile Include="BlackRainbow\ArcPAK.cs" />
<Compile Include="BlueGale\VideoAMV.cs" />
2016-08-31 15:01:31 +08:00
<Compile Include="CaramelBox\ArcARC3.cs" />
<Compile Include="CaramelBox\ArcARC4.cs" />
<Compile Include="CaramelBox\ImageFCB.cs" />
2016-10-13 14:57:44 +08:00
<Compile Include="Circus\ArcCRM.cs" />
<Compile Include="Circus\ImageCRXD.cs" />
<Compile Include="Cmvs\ArcPBZ.cs" />
<Compile Include="Cmvs\AudioMV.cs" />
<Compile Include="Cmvs\ImagePSB.cs" />
2016-08-19 14:57:46 +08:00
<Compile Include="Crc32.cs" />
2016-07-22 10:51:12 +08:00
<Compile Include="Crowd\ImageGAX.cs" />
2016-07-06 08:14:42 +08:00
<Compile Include="Cyberworks\ArcDAT.cs" />
<Compile Include="Cyberworks\AudioTINK.cs" />
2016-06-19 07:06:09 +08:00
<Compile Include="Bruns\AudioUM3.cs" />
<Compile Include="Bruns\ImageEENC.cs" />
2016-07-06 08:14:42 +08:00
<Compile Include="Cyberworks\ImageTINK.cs" />
<Compile Include="Cyberworks\WidgetBELL.xaml.cs">
<DependentUpon>WidgetBELL.xaml</DependentUpon>
</Compile>
<Compile Include="DDSystem\ArcDDP.cs" />
<Compile Include="Dogenzaka\ArcBIN.cs" />
2016-10-12 15:59:48 +08:00
<Compile Include="Eagls\WidgetEAGLS.xaml.cs">
<DependentUpon>WidgetEAGLS.xaml</DependentUpon>
</Compile>
2016-11-04 10:56:44 +08:00
<Compile Include="EntExec\ArcCAB.cs" />
2016-08-04 09:05:44 +08:00
<Compile Include="ExHibit\WidgetGYU.xaml.cs">
<DependentUpon>WidgetGYU.xaml</DependentUpon>
</Compile>
2016-09-19 00:33:10 +08:00
<Compile Include="ImageMB.cs" />
<Compile Include="Ipac\ArcIPAC.cs" />
<Compile Include="Ipac\AudioWST.cs" />
<Compile Include="Ipac\ImageIES.cs" />
2016-08-28 11:49:48 +08:00
<Compile Include="Irrlicht\ArcARK.cs" />
<Compile Include="Irrlicht\ArcPACK.cs" />
<Compile Include="Ivory\ArcPK.cs" />
<Compile Include="Ivory\ArcPX.cs" />
<Compile Include="Ivory\AudioCTRK.cs" />
2016-09-09 17:13:26 +08:00
<Compile Include="Ivory\ImageMMD.cs" />
<Compile Include="Ivory\ImageMOE.cs" />
<Compile Include="Ivory\ImageSG.cs" />
2016-10-23 19:45:56 +08:00
<Compile Include="Kaguya\ArcLIN2.cs" />
<Compile Include="Kiss\ArcARC.cs" />
<Compile Include="KScript\ArcKPC.cs" />
<Compile Include="KScript\ImageKGP.cs" />
<Compile Include="KScript\ImageKSL.cs" />
2016-08-19 14:57:46 +08:00
<Compile Include="Leaf\ArcA.cs" />
<Compile Include="Leaf\ArcAM.cs" />
<Compile Include="Leaf\ArcLAC.cs" />
2016-09-04 08:57:41 +08:00
<Compile Include="Leaf\ArcTEX.cs" />
2016-08-19 14:57:46 +08:00
<Compile Include="Leaf\AudioG.cs" />
<Compile Include="Leaf\AudioW.cs" />
2016-09-04 08:57:41 +08:00
<Compile Include="Leaf\ImageLGF.cs" />
2016-08-19 14:57:46 +08:00
<Compile Include="Leaf\ImagePX.cs" />
<Compile Include="LiveMaker\ArcVF.cs" />
2018-01-29 08:11:23 +08:00
<Compile Include="PkWare\ArcZIP.cs" />
2016-05-30 19:48:02 +08:00
<Compile Include="AudioVOC.cs" />
<Compile Include="AZSys\WidgetAZ.xaml.cs">
<DependentUpon>WidgetAZ.xaml</DependentUpon>
</Compile>
2016-04-24 00:13:11 +08:00
<Compile Include="Circus\ArcValkyrieComplex.cs" />
<Compile Include="CommonStreams.cs" />
<Compile Include="Cri\ArcCPK.cs" />
2016-03-09 14:57:50 +08:00
<Compile Include="Cri\ArcSPC.cs" />
2016-03-09 23:11:18 +08:00
<Compile Include="Cri\AudioADX.cs" />
<Compile Include="Cri\AudioHCA.cs" />
<Compile Include="Cri\BigEndianReader.cs" />
2016-03-09 14:57:50 +08:00
<Compile Include="Cri\ImageSPC.cs" />
<Compile Include="Cri\ImageXTX.cs" />
2016-05-30 19:48:02 +08:00
<Compile Include="DxLib\ArcMED.cs" />
<Compile Include="DxLib\WidgetSCR.xaml.cs">
<DependentUpon>WidgetSCR.xaml</DependentUpon>
</Compile>
2016-05-30 19:48:02 +08:00
<Compile Include="elf\ArcVOL.cs" />
2016-06-01 21:15:11 +08:00
<Compile Include="elf\ImageGPH.cs" />
2016-03-16 08:20:52 +08:00
<Compile Include="EmonEngine\ArcEME.cs" />
<Compile Include="EmonEngine\ImageBMP.cs" />
<Compile Include="Entis\ErisaMatrix.cs" />
2016-03-07 22:23:10 +08:00
<Compile Include="Hexenhaus\ArcARCC.cs" />
2016-03-14 09:57:32 +08:00
<Compile Include="Hexenhaus\ArcODIO.cs" />
<Compile Include="Emote\ArcPSB.cs" />
2016-03-14 08:24:21 +08:00
<Compile Include="Hexenhaus\ArcWAG.cs" />
2016-03-20 18:43:34 +08:00
<Compile Include="Ikura\ImageYGP.cs" />
<Compile Include="ImageLZ.cs" />
<Compile Include="Dogenzaka\ImageRSA.cs" />
2016-03-07 22:23:10 +08:00
<Compile Include="KiriKiri\ChainReactionCrypt.cs" />
2016-04-15 16:20:02 +08:00
<Compile Include="Liar\ImageLIM.cs" />
<Compile Include="LiveMaker\ImageGAL.cs" />
<Compile Include="LiveMaker\WidgetGAL.xaml.cs">
<DependentUpon>WidgetGAL.xaml</DependentUpon>
</Compile>
2016-08-04 18:41:18 +08:00
<Compile Include="Maika\ArcMK2.cs" />
2016-07-04 04:11:14 +08:00
<Compile Include="MangaGamer\WidgetMGPK.xaml.cs">
<DependentUpon>WidgetMGPK.xaml</DependentUpon>
</Compile>
<Compile Include="Marble\VideoANIM.cs" />
2016-07-31 02:30:33 +08:00
<Compile Include="MD5.cs" />
2016-09-17 04:50:00 +08:00
<Compile Include="Moonhir\ArcFPK.cs" />
2016-08-05 23:35:04 +08:00
<Compile Include="Morning\ArcTTD.cs" />
2016-10-09 12:49:03 +08:00
<Compile Include="Musica\ArcPAZ.cs" />
<Compile Include="Musica\ArcSQZ.cs" />
<Compile Include="Musica\WidgetPAZ.xaml.cs">
<DependentUpon>WidgetPAZ.xaml</DependentUpon>
</Compile>
<Compile Include="Nekopunch\ArcPAK.cs" />
2016-08-02 20:40:31 +08:00
<Compile Include="NekoSDK\ArcDAT.cs" />
2016-09-29 21:32:24 +08:00
<Compile Include="NekoSDK\ArcPAK.cs" />
2016-08-02 20:40:31 +08:00
<Compile Include="NekoSDK\ImageALP.cs" />
2016-05-21 14:31:09 +08:00
<Compile Include="NitroPlus\ArcPAK.cs" />
2016-03-07 22:23:10 +08:00
<Compile Include="MnoViolet\ImageDIF.cs" />
2016-05-21 01:53:09 +08:00
<Compile Include="Nexas\ImageGRP.cs" />
<Compile Include="NitroPlus\ArcNPK.cs" />
2016-07-10 16:21:38 +08:00
<Compile Include="NitroPlus\WidgetNPK.xaml.cs">
<DependentUpon>WidgetNPK.xaml</DependentUpon>
</Compile>
2016-12-31 00:52:59 +08:00
<Compile Include="NonColor\ArcACV.cs" />
2016-05-20 08:12:23 +08:00
<Compile Include="NonColor\ArcDAT.cs" />
<Compile Include="Crc64.cs" />
<Compile Include="NonColor\WidgetNCARC.xaml.cs">
<DependentUpon>WidgetNCARC.xaml</DependentUpon>
</Compile>
2016-07-31 02:30:33 +08:00
<Compile Include="NScripter\ArcNS2.cs" />
2016-07-22 06:39:46 +08:00
<Compile Include="Patisserie\ArcBIN.cs" />
<Compile Include="Patisserie\ArcRAW.cs" />
<Compile Include="Primel\ArcPCF.cs" />
<Compile Include="Primel\Compression.cs" />
<Compile Include="Primel\Encryption.cs" />
<Compile Include="Primel\ImageGBC.cs" />
<Compile Include="Primel\RC6.cs" />
<Compile Include="Primel\SHA256.cs" />
<Compile Include="RC4.cs" />
2016-05-20 08:12:23 +08:00
<Compile Include="RealLive\ArcG00.cs" />
<Compile Include="RealLive\ArcOVK.cs" />
<Compile Include="RealLive\AudioNWA.cs" />
2016-07-29 15:45:21 +08:00
<Compile Include="RealLive\AudioOWP.cs" />
<Compile Include="RealLive\ImageG00.cs" />
2016-04-19 20:19:24 +08:00
<Compile Include="RealLive\ImagePDT.cs" />
2016-11-08 16:30:59 +08:00
<Compile Include="rUGP\ImageRIP.cs" />
2016-11-11 21:34:25 +08:00
<Compile Include="rUGP\ImageS5I.cs" />
<Compile Include="ScrPlayer\ArcPAK.cs" />
<Compile Include="ScrPlayer\ImageI.cs" />
<Compile Include="ShiinaRio\WarcEncryption.cs" />
<Compile Include="Silky\ArcAzurite.cs" />
2016-04-05 03:18:41 +08:00
<Compile Include="Silky\ImageZIT.cs" />
<Compile Include="SimpleEncryption.cs" />
<Compile Include="Slg\ArcSZS.cs" />
2016-03-12 17:06:54 +08:00
<Compile Include="Slg\AudioVOI.cs" />
<Compile Include="Slg\ImageALB.cs" />
<Compile Include="Slg\ImageTIG.cs" />
<Compile Include="Softpal\ArcPAC.cs" />
<Compile Include="Softpal\AudioBGM.cs" />
<Compile Include="Softpal\ImagePGD.cs" />
2016-02-11 10:39:48 +08:00
<Compile Include="Entis\ArcERI.cs" />
2016-06-26 02:42:43 +08:00
<Compile Include="BlackRainbow\ArcADS.cs" />
<Compile Include="Amaterasu\ImageGRP.cs" />
2015-11-06 01:46:15 +08:00
<Compile Include="AnimeGameSystem\ArcDAT.cs" />
<Compile Include="AnimeGameSystem\AudioPCM.cs" />
2016-01-17 19:21:48 +08:00
<Compile Include="Aoi\ArcBOX.cs" />
<Compile Include="Aoi\ArcVFS.cs" />
<Compile Include="Aoi\AudioAOG.cs" />
<Compile Include="AZSys\ArcEncrypted.cs" />
<Compile Include="AZSys\FastMersenneTwister.cs" />
<Compile Include="AZSys\ImageTYP1.cs" />
<Compile Include="BlueGale\ArcSNN.cs" />
<Compile Include="BlueGale\ImageZBM.cs" />
2016-02-05 21:28:56 +08:00
<Compile Include="Circus\ArcPCK.cs" />
<Compile Include="Cmvs\ArcCPZ.cs" />
2017-01-05 06:14:54 +08:00
<Compile Include="Pandora\ArcPBX.cs" />
<Compile Include="Banana\ArcPK.cs" />
<Compile Include="Banana\ImageMAG.cs" />
<Compile Include="CatSystem\ArcHG2.cs" />
2015-11-29 16:28:12 +08:00
<Compile Include="CatSystem\ImageHG2.cs" />
<Compile Include="Cmvs\CmvsMD5.cs" />
<Compile Include="Cmvs\ImagePB3.cs" />
2016-01-29 22:28:58 +08:00
<Compile Include="CsWare\ArcPCS.cs" />
2016-01-22 06:34:07 +08:00
<Compile Include="DenSDK\ArcDAF.cs" />
<Compile Include="elf\ArcVSD.cs" />
2016-01-25 13:02:39 +08:00
<Compile Include="Entis\ErisaNemesis.cs" />
2015-12-20 13:33:51 +08:00
<Compile Include="Escude\ArcBIN.cs" />
2015-11-13 15:44:12 +08:00
<Compile Include="Eushully\ArcGPC.cs" />
<Compile Include="Eushully\ImageGP.cs" />
<Compile Include="Favorite\ArcBIN.cs" />
<Compile Include="Favorite\ArcHZC.cs" />
<Compile Include="Favorite\ImageHZC.cs" />
2015-12-07 02:30:18 +08:00
<Compile Include="FC01\ArcMCA.cs" />
<Compile Include="FC01\ImageCLM.cs" />
2015-11-24 01:31:10 +08:00
<Compile Include="FC01\WidgetMCG.xaml.cs">
<DependentUpon>WidgetMCG.xaml</DependentUpon>
</Compile>
<Compile Include="Glib2\ArcG2.cs" />
<Compile Include="Glib2\ImagePGX.cs" />
<Compile Include="ImagePSD.cs" />
<Compile Include="Kaguya\ArcANM.cs" />
<Compile Include="Kaguya\ArcLINK.cs" />
2015-11-24 21:02:26 +08:00
<Compile Include="Kaguya\ImageAO.cs" />
2016-02-11 13:34:57 +08:00
<Compile Include="Kaguya\ImageAPS.cs" />
<Compile Include="KiriKiri\CryptAlgorithms.cs" />
<Compile Include="Liar\ArcLWG.cs" />
<Compile Include="MokoPro\CompressedFile.cs" />
<Compile Include="Propeller\ArcMGR.cs" />
<Compile Include="Propeller\ArcMPK.cs" />
<Compile Include="Propeller\ImageMGR.cs" />
<Compile Include="Silky\ArcAi6Win.cs" />
<Compile Include="Silky\ImageAKB.cs" />
<Compile Include="Softpal\ArcVAFS.cs" />
<Compile Include="Softpal\ImageBPIC.cs" />
<Compile Include="Softpal\ImagePIC.cs" />
2015-11-22 22:30:49 +08:00
<Compile Include="StudioEgo\ArcPAK0.cs" />
2016-01-06 03:54:54 +08:00
<Compile Include="StudioEgo\ImageANT.cs" />
2017-12-27 00:03:16 +08:00
<Compile Include="Succubus\ArcARC.cs" />
2016-03-22 10:37:03 +08:00
<Compile Include="SuperNekoX\ArcGPC.cs" />
2018-09-14 04:32:23 +08:00
<Compile Include="Sviu\ArcPKZ.cs" />
<Compile Include="Sviu\AudioKOG.cs" />
<Compile Include="Sviu\ImageGBP.cs" />
<Compile Include="Sviu\ImageJBP.cs" />
<Compile Include="SysD\ArcDPK.cs" />
<Compile Include="SysD\AudioDWV.cs" />
<Compile Include="SysD\ImageDBM.cs" />
<Compile Include="Tactics\ArcYU.cs" />
<Compile Include="Tactics\WidgetTactics.xaml.cs">
<DependentUpon>WidgetTactics.xaml</DependentUpon>
</Compile>
2017-12-06 02:33:06 +08:00
<Compile Include="Tail\ArcCAF.cs" />
<Compile Include="Tail\ImageCFP.cs" />
2017-11-16 15:34:52 +08:00
<Compile Include="Tamamo\ArcPCK.cs" />
<Compile Include="Tamamo\WidgetPCK.xaml.cs">
<DependentUpon>WidgetPCK.xaml</DependentUpon>
</Compile>
<Compile Include="TamaSoft\ArcEPK.cs" />
2016-09-24 18:01:14 +08:00
<Compile Include="TamaSoft\AudioESD.cs" />
<Compile Include="TamaSoft\ImageBTN.cs" />
<Compile Include="TamaSoft\ImageSUR.cs" />
<Compile Include="Tanaka\ArcARC0.cs" />
2017-02-01 20:35:35 +08:00
<Compile Include="Tanaka\ArcARCG.cs" />
<Compile Include="Tanaka\ArcBMX.cs" />
<Compile Include="Tanaka\ArcMBF.cs" />
2017-02-02 15:03:09 +08:00
<Compile Include="Tanaka\ArcSMV.cs" />
<Compile Include="Tanaka\ArcVPK.cs" />
<Compile Include="Tanaka\ArcWRC.cs" />
<Compile Include="Tanaka\ArcWSM.cs" />
<Compile Include="Tanaka\ImageBC.cs" />
2017-01-25 13:47:04 +08:00
<Compile Include="TanukiSoft\ArcTAC.cs" />
2018-05-03 22:42:28 +08:00
<Compile Include="TanukiSoft\ImageAF.cs" />
2016-10-25 06:12:26 +08:00
<Compile Include="Taskforce\ArcDAT.cs" />
2016-12-17 22:55:35 +08:00
<Compile Include="TechnoBrain\AudioWAPE.cs" />
2017-01-15 19:08:08 +08:00
<Compile Include="TechnoBrain\ImageIPF.cs" />
2015-11-12 13:37:17 +08:00
<Compile Include="TechnoBrain\ImageIPH.cs" />
2016-03-14 23:04:37 +08:00
<Compile Include="DxLib\ArcDX.cs" />
2015-09-03 21:40:10 +08:00
<Compile Include="ArcMiris.cs" />
<Compile Include="Bishop\ArcBSA.cs" />
<Compile Include="Bishop\ArcBSC.cs" />
<Compile Include="Bishop\ImageBSG.cs" />
2015-08-23 11:33:37 +08:00
<Compile Include="BitStream.cs" />
<Compile Include="CatSystem\ArcHG3.cs" />
<Compile Include="Cherry\ArcMyk.cs" />
<Compile Include="Debonosu\ArcPAK.cs" />
2015-10-14 07:10:06 +08:00
<Compile Include="elf\ImageG24.cs" />
<Compile Include="elf\ImageGP8.cs" />
2015-11-02 09:51:04 +08:00
<Compile Include="ExHibit\ImageGYU.cs" />
2015-11-12 02:38:38 +08:00
<Compile Include="Ffa\AudioWA2.cs" />
<Compile Include="Gpk2\ArcGPK2.cs" />
<Compile Include="Gpk2\ImageGFB.cs" />
2015-11-02 09:51:04 +08:00
<Compile Include="MersenneTwister.cs" />
<Compile Include="Nags\ArcNFS.cs" />
<Compile Include="Nags\ImageNGP.cs" />
<Compile Include="Palette\ArcCHR.cs" />
<Compile Include="Palette\ArcPAK.cs" />
<Compile Include="Palette\ImagePGA.cs" />
2015-10-29 03:12:43 +08:00
<Compile Include="Qlie\ArcABMP.cs" />
2015-11-07 04:31:13 +08:00
<Compile Include="Qlie\ImageDPNG.cs" />
<Compile Include="Qlie\QlieMersenneTwister.cs" />
<Compile Include="Qlie\WidgetQLIE.xaml.cs">
<DependentUpon>WidgetQLIE.xaml</DependentUpon>
</Compile>
2015-10-24 19:54:07 +08:00
<Compile Include="Sas5\ArcIAR.cs" />
<Compile Include="Sas5\ArcSec5.cs" />
<Compile Include="Sas5\ArcWAR.cs" />
<Compile Include="Sas5\ImageIAR.cs" />
2015-11-09 04:11:29 +08:00
<Compile Include="SHSystem\ArcHXP.cs" />
2015-11-06 01:46:15 +08:00
<Compile Include="Silky\ArcAWF.cs" />
2015-10-20 19:15:27 +08:00
<Compile Include="Silky\ImageMSK.cs" />
<Compile Include="Emic\ArcPACK.cs" />
<Compile Include="Emic\ImageMWP.cs" />
<Compile Include="Ethornell\AudioBGI.cs" />
<Compile Include="Eushully\ArcALF.cs" />
<Compile Include="Eushully\ImageAGF.cs" />
<Compile Include="ImagePTI.cs" />
<Compile Include="Lilim\ArcABM.cs" />
<Compile Include="ActiveSoft\ArcADPACK.cs" />
<Compile Include="AdvSys\ArcAdvSysT.cs" />
<Compile Include="Cri\ArcAFS.cs" />
<Compile Include="elf\ArcAi5Win.cs" />
2018-01-05 00:43:30 +08:00
<Compile Include="Ail\ArcAil.cs" />
<Compile Include="AliceSoft\ArcALD.cs" />
<Compile Include="Amaterasu\ArcAMI.cs" />
<Compile Include="Lilim\ArcAOS.cs" />
2015-04-21 07:51:05 +08:00
<Compile Include="ArcAST.cs" />
2015-03-16 09:43:11 +08:00
<Compile Include="ArcAVC.cs" />
<Compile Include="AZSys\ArcAZSys.cs" />
<Compile Include="Ethornell\ArcBGI.cs" />
<Compile Include="Ffa\ArcBlackPackage.cs" />
<Compile Include="Macromedia\ArcCCT.cs" />
<Compile Include="Cherry\ArcCherry.cs" />
<Compile Include="Circus\ArcCircus.cs" />
<Compile Include="ArcCommon.cs" />
<Compile Include="Dac\ArcDPK.cs" />
<Compile Include="Ikura\ArcDRS.cs" />
<Compile Include="Eagls\ArcEAGLS.cs" />
2015-11-22 22:30:49 +08:00
<Compile Include="StudioEgo\ArcEGO.cs" />
<Compile Include="Ffa\ArcFFA.cs" />
<Compile Include="Interheart\ArcFPK.cs" />
2015-12-09 01:41:09 +08:00
<Compile Include="Favorite\ArcFVP.cs" />
2015-09-01 07:38:04 +08:00
<Compile Include="NScripter\EncryptedStream.cs" />
<Compile Include="NScripter\ArcSAR.cs" />
<Compile Include="NScripter\WidgetNSA.xaml.cs">
<DependentUpon>WidgetNSA.xaml</DependentUpon>
</Compile>
<Compile Include="Pajamas\ArcGameDat.cs" />
<Compile Include="G2\ArcGCEX.cs" />
<Compile Include="BlackCyc\ArcGPK.cs" />
2016-06-26 02:42:43 +08:00
<Compile Include="BlackRainbow\ArcGSP.cs" />
<Compile Include="GsPack\ArcGsPack.cs" />
<Compile Include="elf\ArcHED.cs" />
2015-09-20 09:25:48 +08:00
<Compile Include="RPM\ArcARC.cs" />
<Compile Include="RPM\WidgetARC.xaml.cs">
<DependentUpon>WidgetARC.xaml</DependentUpon>
</Compile>
<Compile Include="Silky\ArcARC.cs" />
<Compile Include="Silky\ArcIFL.cs" />
<Compile Include="ArcIKS.cs" />
2015-12-09 01:42:53 +08:00
<Compile Include="ArcPACKDAT.cs" />
<Compile Include="CatSystem\ArcINT.cs" />
2015-03-18 09:44:21 +08:00
<Compile Include="ArcISA.cs" />
<Compile Include="Kaas\ArcKAAS.cs" />
<Compile Include="Kaguya\ArcKaguya.cs" />
<Compile Include="Selene\ArcKCAP.cs" />
2018-09-21 16:15:03 +08:00
<Compile Include="Hypatia\ArcKogado.cs" />
<Compile Include="Malie\ArcLIB.cs" />
<Compile Include="Lucifen\ArcLPK.cs" />
2018-01-13 00:22:25 +08:00
<Compile Include="Tactics\ArcLST.cs" />
<Compile Include="MAI\ArcMAI.cs" />
<Compile Include="Majiro\ArcMajiro.cs" />
<Compile Include="Marble\ArcMBL.cs" />
<Compile Include="Silky\ArcMFG.cs" />
<Compile Include="Masys\ArcMGD.cs" />
2016-07-04 04:11:14 +08:00
<Compile Include="MangaGamer\ArcMGPK.cs" />
<Compile Include="MnoViolet\ArcMnoViolet.cs" />
<Compile Include="FC01\ArcMRG.cs" />
2015-03-13 08:48:45 +08:00
<Compile Include="ArcNEKO.cs" />
2016-05-21 01:53:09 +08:00
<Compile Include="Nexas\ArcPAC.cs" />
<Compile Include="NitroPlus\ArcNitro.cs" />
<Compile Include="Entis\ArcNOA.cs" />
<Compile Include="NitroPlus\ArcNPA.cs" />
<Compile Include="NScripter\ArcNSA.cs" />
<Compile Include="RiddleSoft\ArcPAC.cs" />
<Compile Include="Crowd\ArcPCK.cs" />
<Compile Include="FlyingShine\ArcPD.cs" />
2015-12-23 23:48:21 +08:00
<Compile Include="Tmr-Hiro\ArcPAC.cs" />
<Compile Include="Tmr-Hiro\AudioTmr.cs" />
<Compile Include="Tmr-Hiro\ImageGRD.cs" />
<Compile Include="TopCat\ArcTCD1.cs" />
<Compile Include="TopCat\ArcTCD3.cs" />
<Compile Include="TopCat\ImageSPD.cs" />
2018-07-25 14:06:20 +08:00
<Compile Include="Triangle\ArcBMX.cs" />
2016-02-04 09:58:47 +08:00
<Compile Include="Triangle\ArcCGF.cs" />
2018-07-25 14:06:20 +08:00
<Compile Include="Triangle\ArcDAT.cs" />
2016-02-04 09:58:47 +08:00
<Compile Include="Triangle\ArcIAF.cs" />
2018-07-25 14:06:20 +08:00
<Compile Include="Triangle\ImageTRI.cs" />
<Compile Include="Ucom\ArcDATA.cs" />
<Compile Include="Ucom\ArcUK.cs" />
<Compile Include="Ucom\ImageGPC.cs" />
2015-11-09 08:14:37 +08:00
<Compile Include="uGOS\ArcDET.cs" />
2015-11-11 16:48:13 +08:00
<Compile Include="uGOS\ImageBMP.cs" />
2017-12-27 00:03:16 +08:00
<Compile Include="AdvSys\ArcGR2.cs" />
2018-05-22 21:43:32 +08:00
<Compile Include="UMeSoft\ArcMGX.cs" />
<Compile Include="UMeSoft\ArcPK.cs" />
2015-10-29 03:12:43 +08:00
<Compile Include="Qlie\ArcQLIE.cs" />
<Compile Include="RenPy\ArcRPA.cs" />
<Compile Include="ShiinaRio\ArcS25.cs" />
2018-09-17 00:16:06 +08:00
<Compile Include="Rits\ArcSAF.cs" />
<Compile Include="BlackCyc\ArcVPK.cs" />
<Compile Include="Unity\ArcASSET.cs" />
<Compile Include="Unity\ArcSpVM.cs" />
2017-04-14 02:31:53 +08:00
<Compile Include="Unity\ArcUnityFS.cs" />
<Compile Include="Unity\Asset.cs" />
<Compile Include="Unity\AssetReader.cs" />
2018-08-31 23:11:39 +08:00
<Compile Include="Unity\AudioClip.cs" />
2017-04-14 02:31:53 +08:00
<Compile Include="Unity\AudioFSB5.cs" />
<Compile Include="Unity\BundleStream.cs" />
<Compile Include="Unity\Gx4Lib\ArcDAT.cs" />
2017-04-14 02:31:53 +08:00
<Compile Include="Unity\OggStream.cs" />
2018-08-31 23:11:39 +08:00
<Compile Include="Unity\ResourcesAssets.cs" />
2017-04-14 13:43:46 +08:00
<Compile Include="Unity\Texture2D.cs" />
2018-02-07 07:45:07 +08:00
<Compile Include="Unity\Utage\ImageUTAGE.cs" />
2017-04-14 02:31:53 +08:00
<Compile Include="Unity\Vorbis.cs" />
2018-06-06 04:51:25 +08:00
<Compile Include="Valkyria\ArcAM2.cs" />
2017-02-25 09:42:15 +08:00
<Compile Include="Valkyria\ArcDAT.cs" />
2016-11-24 17:45:18 +08:00
<Compile Include="Valkyria\ArcODN.cs" />
2017-02-25 09:42:15 +08:00
<Compile Include="Valkyria\ImageMAL.cs" />
<Compile Include="Valkyria\ImageMG2.cs" />
2016-06-07 01:18:07 +08:00
<Compile Include="Vitamin\ImageMFC.cs" />
<Compile Include="Vitamin\ImageSBI.cs" />
<Compile Include="VnEngine\ArcAXR.cs" />
<Compile Include="VnEngine\ImageZAW.cs" />
2018-04-11 02:17:38 +08:00
<EmbeddedResource Include="Abogado\keytable.dat" />
2017-01-05 18:20:02 +08:00
<None Include="packages.config" />
2018-01-30 01:56:37 +08:00
<EmbeddedResource Include="Strings\arcStrings.ja-JP.resx" />
2017-04-14 02:31:53 +08:00
<EmbeddedResource Include="Unity\strings.dat" />
2016-12-15 14:54:57 +08:00
<None Include="WebP\Alpha.cs" />
<None Include="WebP\Decoder.cs">
2016-05-20 08:12:23 +08:00
<SubType>Code</SubType>
2016-12-15 14:54:57 +08:00
</None>
<None Include="WebP\Filters.cs" />
<None Include="WebP\Huffman.cs" />
<None Include="WebP\ImageWEBP.cs">
2016-05-20 08:12:23 +08:00
<SubType>Code</SubType>
2016-12-15 14:54:57 +08:00
</None>
<None Include="WebP\Lossless.cs" />
2016-06-08 03:31:26 +08:00
<Compile Include="Risa\ImageSYG.cs" />
2017-01-19 08:25:24 +08:00
<Compile Include="VnSystem\ArcVFS.cs" />
<Compile Include="Will\ArcPNA.cs" />
<Compile Include="Will\ArcPulltop.cs" />
2016-07-07 12:25:20 +08:00
<Compile Include="Will\ArcWIP.cs" />
<Compile Include="Winters\ArcDAT.cs" />
<Compile Include="Winters\ArcIFP.cs" />
<Compile Include="Winters\ArcIFX.cs" />
2016-01-06 03:54:54 +08:00
<Compile Include="Xuse\ArcBIN.cs" />
2016-01-19 00:34:45 +08:00
<Compile Include="Xuse\ArcGD.cs" />
<Compile Include="Xuse\ArcWAG.cs" />
<Compile Include="Xuse\ArcXARC.cs" />
<Compile Include="Xuse\ArcXuse.cs" />
2016-11-11 21:30:49 +08:00
<Compile Include="YaneSDK\ArcDAT.cs" />
<Compile Include="YaneSDK\ArcHibiki.cs" />
2017-03-13 22:05:31 +08:00
<Compile Include="Yatagarasu\ArcPKG.cs" />
2017-04-12 08:17:24 +08:00
<Compile Include="Yatagarasu\ArcPKG2.cs" />
<Compile Include="Youkai\ArcDAT.cs" />
2016-08-17 17:11:03 +08:00
<Compile Include="Yox\ArcYOX.cs" />
<Compile Include="Yuka\ArcYKC.cs" />
<Compile Include="BlackCyc\AudioVAW.cs" />
<Compile Include="WildBug\AudioWPN.cs" />
<Compile Include="WildBug\AudioWWA.cs" />
<Compile Include="Entis\EriReader.cs" />
<Compile Include="Lilim\ImageABM.cs" />
<Compile Include="G2\ImageBGRA.cs" />
<Compile Include="BlackCyc\ImageDWQ.cs" />
<Compile Include="elf\ImageHIZ.cs" />
<Compile Include="Interheart\ImageKG.cs" />
<Compile Include="Yuka\ImageYKG.cs" />
<Compile Include="Entis\MioDecoder.cs" />
<Compile Include="Majiro\WidgetRCT.xaml.cs">
<DependentUpon>WidgetRCT.xaml</DependentUpon>
</Compile>
<Compile Include="YuRis\ImageYCG.cs" />
2015-08-23 11:33:37 +08:00
<Compile Include="Zyx\ArcBDF.cs" />
2018-06-19 18:08:23 +08:00
<Compile Include="Zyx\ImageMTL.cs" />
2015-09-10 08:37:31 +08:00
<Compile Include="Zyx\ImageSPL.cs" />
<EmbeddedResource Include="Strings\arcStrings.zh-Hans.resx" />
2017-11-26 04:32:47 +08:00
<Compile Include="Seraphim\ArcSeraph.cs" />
2015-05-22 14:08:11 +08:00
<Compile Include="ArcSPack.cs" />
<Compile Include="NitroPlus\ArcSteinsGate.cs" />
<Compile Include="Triangle\ArcSUD.cs" />
<Compile Include="Tactics\ArcTactics.cs" />
<Compile Include="ShiinaRio\ArcWARC.cs" />
<Compile Include="WildBug\ArcWBP.cs" />
<Compile Include="Will\ArcWILL.cs" />
<Compile Include="Liar\ArcXFL.cs" />
<Compile Include="KiriKiri\ArcXP3.cs" />
<Compile Include="YuRis\ArcYPF.cs" />
<Compile Include="Macromedia\AudioEDIM.cs" />
<Compile Include="Crowd\AudioEOG.cs" />
<Compile Include="Entis\AudioMIO.cs" />
2015-05-02 03:33:22 +08:00
<Compile Include="AudioMP3.cs" />
<Compile Include="ShiinaRio\AudioOGV.cs" />
<Compile Include="ShiinaRio\AudioPAD.cs" />
<Compile Include="Circus\AudioPCM.cs" />
<Compile Include="ScenePlayer\AudioPMW.cs" />
<Compile Include="Ffa\AudioWA1.cs" />
<Compile Include="Marble\AudioWADY.cs" />
2014-07-22 03:26:28 +08:00
<Compile Include="Blowfish.cs" />
2015-07-11 14:31:10 +08:00
<Compile Include="Camellia.cs" />
<Compile Include="Amaterasu\CreateAMIWidget.xaml.cs">
<DependentUpon>CreateAMIWidget.xaml</DependentUpon>
</Compile>
<Compile Include="CatSystem\CreateINTWidget.xaml.cs">
<DependentUpon>CreateINTWidget.xaml</DependentUpon>
</Compile>
<Compile Include="NitroPlus\CreateNPAWidget.xaml.cs">
<DependentUpon>CreateNPAWidget.xaml</DependentUpon>
</Compile>
<Compile Include="NScripter\CreateONSWidget.xaml.cs">
<DependentUpon>CreateONSWidget.xaml</DependentUpon>
</Compile>
<Compile Include="FlyingShine\CreatePDWidget.xaml.cs">
<DependentUpon>CreatePDWidget.xaml</DependentUpon>
</Compile>
<Compile Include="RenPy\CreateRPAWidget.xaml.cs">
2014-08-17 05:31:58 +08:00
<DependentUpon>CreateRPAWidget.xaml</DependentUpon>
</Compile>
<Compile Include="NitroPlus\CreateSGWidget.xaml.cs">
<DependentUpon>CreateSGWidget.xaml</DependentUpon>
</Compile>
<Compile Include="Will\CreateARCWidget.xaml.cs">
<DependentUpon>CreateARCWidget.xaml</DependentUpon>
</Compile>
<Compile Include="KiriKiri\CreateXP3Widget.xaml.cs">
2014-07-27 03:13:17 +08:00
<DependentUpon>CreateXP3Widget.xaml</DependentUpon>
</Compile>
<Compile Include="YuRis\CreateYPFWidget.xaml.cs">
2014-08-16 08:42:20 +08:00
<DependentUpon>CreateYPFWidget.xaml</DependentUpon>
</Compile>
<Compile Include="FC01\ImageACD.cs" />
<Compile Include="Masys\ImageAG.cs" />
2015-11-06 01:46:15 +08:00
<Compile Include="AnimeGameSystem\ImageAinos.cs" />
<Compile Include="Kaguya\ImageAP.cs" />
<Compile Include="Ethornell\ImageBGI.cs" />
<Compile Include="Cri\ImageBIP.cs" />
<Compile Include="Macromedia\ImageBITD.cs" />
2016-06-26 02:42:43 +08:00
<Compile Include="BlackRainbow\ImageBMD.cs" />
<Compile Include="BlackRainbow\ImageBMZ.cs" />
<Compile Include="AZSys\ImageCPB.cs" />
<Compile Include="Circus\ImageCRX.cs" />
<Compile Include="Crowd\ImageCWL.cs" />
<Compile Include="Crowd\ImageCWP.cs" />
2017-04-14 11:52:10 +08:00
<Compile Include="DirectDraw\ImageDDS.cs" />
<Compile Include="Dac\ImageDGC.cs" />
<Compile Include="Ikura\ImageDRG.cs" />
<Compile Include="Malie\ImageDZI.cs" />
<Compile Include="ActiveSoft\ImageEDT.cs" />
<Compile Include="ImageEGN.cs" />
<Compile Include="Lucifen\ImageELG.cs" />
<Compile Include="Pajamas\ImageEPA.cs" />
<Compile Include="Entis\ImageERI.cs" />
<Compile Include="elf\ImageGCC.cs" />
<Compile Include="RiddleSoft\ImageGCP.cs" />
<Compile Include="Ikura\ImageGGP.cs" />
<Compile Include="Eagls\ImageGR.cs" />
<Compile Include="AdvSys\ImageGR2.cs" />
<Compile Include="Cherry\ImageGRP.cs" />
<Compile Include="UMeSoft\ImageGRX.cs" />
<Compile Include="GsPack\ImageGS.cs" />
<Compile Include="CatSystem\ImageHG3.cs" />
<Compile Include="Triangle\ImageIAF.cs" />
<Compile Include="Silky\ImageIGF.cs" />
2015-03-20 06:21:44 +08:00
<Compile Include="ImageISG.cs" />
<Compile Include="Kaas\ImageKAAS.cs" />
<Compile Include="MAI\ImageMAI.cs" />
<Compile Include="FC01\ImageMCG.cs" />
<Compile Include="Silky\ImageMFG.cs" />
<Compile Include="Malie\ImageMGF.cs" />
<Compile Include="ShiinaRio\ImageMI4.cs" />
<Compile Include="MnoViolet\ImageGRA.cs" />
<Compile Include="ScenePlayer\ImagePMP.cs" />
<Compile Include="Marble\ImagePRS.cs" />
<Compile Include="Ffa\ImagePT1.cs" />
<Compile Include="AliceSoft\ImageQNT.cs" />
<Compile Include="Majiro\ImageRCT.cs" />
<Compile Include="ShiinaRio\ImageS25.cs" />
2017-04-10 18:32:13 +08:00
<Compile Include="Seraphim\ImageSeraph.cs" />
<Compile Include="Tactics\ImageTGF.cs" />
<Compile Include="KiriKiri\ImageTLG.cs" />
<Compile Include="WildBug\ImageWBM.cs" />
<Compile Include="Liar\ImageWCG.cs" />
<Compile Include="Will\ImageWIP.cs" />
<Compile Include="Crowd\ImageZBM.cs" />
<Compile Include="KiriKiri\KiriKiriCx.cs" />
2014-08-25 19:11:34 +08:00
<Compile Include="KogadoCocotte.cs" />
2014-11-07 06:51:32 +08:00
<Compile Include="AudioOGG.cs" />
<Compile Include="LzssStream.cs" />
2014-07-22 03:26:28 +08:00
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="Properties\Settings.Designer.cs">
<AutoGen>True</AutoGen>
<DesignTimeSharedInput>True</DesignTimeSharedInput>
<DependentUpon>Settings.settings</DependentUpon>
</Compile>
<Compile Include="Properties\Settings.cs" />
2014-07-22 03:26:28 +08:00
<Compile Include="Strings\arcStrings.Designer.cs">
<AutoGen>True</AutoGen>
<DesignTime>True</DesignTime>
<DependentUpon>arcStrings.resx</DependentUpon>
</Compile>
<Compile Include="Dac\WidgetDPK.xaml.cs">
<DependentUpon>WidgetDPK.xaml</DependentUpon>
</Compile>
<Compile Include="CatSystem\WidgetINT.xaml.cs">
2014-07-22 03:26:28 +08:00
<DependentUpon>WidgetINT.xaml</DependentUpon>
</Compile>
<Compile Include="Ikura\WidgetISF.xaml.cs">
2015-06-18 21:04:12 +08:00
<DependentUpon>WidgetISF.xaml</DependentUpon>
</Compile>
<Compile Include="Selene\WidgetKCAP.xaml.cs">
<DependentUpon>WidgetKCAP.xaml</DependentUpon>
</Compile>
<Compile Include="Lucifen\WidgetLPK.xaml.cs">
<SubType>Code</SubType>
<DependentUpon>WidgetLPK.xaml</DependentUpon>
</Compile>
<Compile Include="Marble\WidgetMBL.xaml.cs">
2015-06-04 05:13:25 +08:00
<DependentUpon>WidgetMBL.xaml</DependentUpon>
</Compile>
<Compile Include="Entis\WidgetNOA.xaml.cs">
<DependentUpon>WidgetNOA.xaml</DependentUpon>
</Compile>
<Compile Include="NitroPlus\WidgetNPA.xaml.cs">
2014-07-22 03:26:28 +08:00
<DependentUpon>WidgetNPA.xaml</DependentUpon>
</Compile>
<Compile Include="ShiinaRio\WidgetWARC.xaml.cs">
<DependentUpon>WidgetWARC.xaml</DependentUpon>
</Compile>
<Compile Include="KiriKiri\WidgetXP3.xaml.cs">
2014-07-22 03:26:28 +08:00
<DependentUpon>WidgetXP3.xaml</DependentUpon>
</Compile>
<Compile Include="YuRis\WidgetYPF.xaml.cs">
2014-07-22 03:26:28 +08:00
<DependentUpon>WidgetYPF.xaml</DependentUpon>
</Compile>
<EmbeddedResource Include="Softpal\WaveTable1" />
<EmbeddedResource Include="Softpal\WaveTable2" />
<EmbeddedResource Include="ScrPlayer\ColorBitsTable1" />
<EmbeddedResource Include="ScrPlayer\ColorBitsTable2" />
<EmbeddedResource Include="ScrPlayer\ControlTable1" />
<EmbeddedResource Include="ScrPlayer\ControlTable2" />
<EmbeddedResource Include="ScrPlayer\ControlTable32" />
<None Include="Resources\Formats.dat" />
2014-07-22 03:26:28 +08:00
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\GameRes\GameRes.csproj">
<Project>{453c087f-e416-4ae9-8c03-d8760da0574b}</Project>
<Name>GameRes</Name>
</ProjectReference>
<ProjectReference Include="..\Net20\Net20.csproj">
<Project>{73b6c693-9846-4d33-8300-a80239fcfff9}</Project>
<Name>Net20</Name>
</ProjectReference>
2014-07-22 03:26:28 +08:00
</ItemGroup>
<ItemGroup>
<None Include="app.config" />
<None Include="Properties\Settings.settings">
<Generator>PublicSettingsSingleFileGenerator</Generator>
<LastGenOutput>Settings.Designer.cs</LastGenOutput>
</None>
</ItemGroup>
<ItemGroup>
<Page Include="Amaterasu\CreateAMIWidget.xaml">
<SubType>Designer</SubType>
<Generator>MSBuild:Compile</Generator>
</Page>
<Page Include="AnimeGameSystem\WidgetAGS.xaml">
<SubType>Designer</SubType>
<Generator>MSBuild:Compile</Generator>
</Page>
<Page Include="AZSys\WidgetAZ.xaml">
<SubType>Designer</SubType>
<Generator>MSBuild:Compile</Generator>
</Page>
<Page Include="CatSystem\CreateINTWidget.xaml">
<SubType>Designer</SubType>
<Generator>MSBuild:Compile</Generator>
</Page>
2016-07-06 08:14:42 +08:00
<Page Include="Cyberworks\WidgetBELL.xaml">
<SubType>Designer</SubType>
<Generator>MSBuild:Compile</Generator>
</Page>
<Page Include="DxLib\WidgetSCR.xaml">
<SubType>Designer</SubType>
<Generator>MSBuild:Compile</Generator>
</Page>
2016-10-12 15:59:48 +08:00
<Page Include="Eagls\WidgetEAGLS.xaml">
<SubType>Designer</SubType>
<Generator>MSBuild:Compile</Generator>
</Page>
2016-08-04 09:05:44 +08:00
<Page Include="ExHibit\WidgetGYU.xaml">
<SubType>Designer</SubType>
<Generator>MSBuild:Compile</Generator>
</Page>
2015-11-24 01:31:10 +08:00
<Page Include="FC01\WidgetMCG.xaml">
<SubType>Designer</SubType>
<Generator>MSBuild:Compile</Generator>
</Page>
<Page Include="LiveMaker\WidgetGAL.xaml">
<SubType>Designer</SubType>
<Generator>MSBuild:Compile</Generator>
</Page>
2016-07-04 04:11:14 +08:00
<Page Include="MangaGamer\WidgetMGPK.xaml">
<SubType>Designer</SubType>
<Generator>MSBuild:Compile</Generator>
</Page>
2016-10-09 12:49:03 +08:00
<Page Include="Musica\WidgetPAZ.xaml">
<Generator>MSBuild:Compile</Generator>
<SubType>Designer</SubType>
</Page>
<Page Include="NitroPlus\CreateNPAWidget.xaml">
<SubType>Designer</SubType>
<Generator>MSBuild:Compile</Generator>
</Page>
2016-07-10 16:21:38 +08:00
<Page Include="NitroPlus\WidgetNPK.xaml">
<SubType>Designer</SubType>
<Generator>MSBuild:Compile</Generator>
</Page>
2016-05-20 08:12:23 +08:00
<Page Include="NonColor\WidgetNCARC.xaml">
<SubType>Designer</SubType>
<Generator>MSBuild:Compile</Generator>
</Page>
<Page Include="NScripter\CreateONSWidget.xaml">
<SubType>Designer</SubType>
<Generator>MSBuild:Compile</Generator>
</Page>
<Page Include="FlyingShine\CreatePDWidget.xaml">
<SubType>Designer</SubType>
<Generator>MSBuild:Compile</Generator>
</Page>
2015-09-01 07:38:04 +08:00
<Page Include="NScripter\WidgetNSA.xaml">
<SubType>Designer</SubType>
<Generator>MSBuild:Compile</Generator>
</Page>
<Page Include="NSystem\WidgetMSD.xaml">
<SubType>Designer</SubType>
<Generator>MSBuild:Compile</Generator>
</Page>
<Page Include="PkWare\WidgetZIP.xaml">
<SubType>Designer</SubType>
<Generator>MSBuild:Compile</Generator>
</Page>
<Page Include="Qlie\WidgetQLIE.xaml">
<SubType>Designer</SubType>
<Generator>MSBuild:Compile</Generator>
</Page>
<Page Include="RenPy\CreateRPAWidget.xaml">
2014-08-17 05:31:58 +08:00
<SubType>Designer</SubType>
<Generator>MSBuild:Compile</Generator>
</Page>
<Page Include="NitroPlus\CreateSGWidget.xaml">
<SubType>Designer</SubType>
<Generator>MSBuild:Compile</Generator>
</Page>
2015-09-20 09:25:48 +08:00
<Page Include="RPM\WidgetARC.xaml">
<SubType>Designer</SubType>
<Generator>MSBuild:Compile</Generator>
</Page>
<Page Include="Tactics\WidgetTactics.xaml">
<SubType>Designer</SubType>
2015-09-20 09:25:48 +08:00
<Generator>MSBuild:Compile</Generator>
</Page>
2017-11-16 15:34:52 +08:00
<Page Include="Tamamo\WidgetPCK.xaml">
<SubType>Designer</SubType>
<Generator>MSBuild:Compile</Generator>
</Page>
<Page Include="Will\CreateARCWidget.xaml">
<SubType>Designer</SubType>
<Generator>MSBuild:Compile</Generator>
</Page>
<Page Include="KiriKiri\CreateXP3Widget.xaml">
2014-07-27 03:13:17 +08:00
<SubType>Designer</SubType>
<Generator>MSBuild:Compile</Generator>
</Page>
<Page Include="YuRis\CreateYPFWidget.xaml">
2014-08-16 08:42:20 +08:00
<SubType>Designer</SubType>
<Generator>MSBuild:Compile</Generator>
</Page>
<Page Include="Dac\WidgetDPK.xaml">
<SubType>Designer</SubType>
<Generator>MSBuild:Compile</Generator>
</Page>
<Page Include="CatSystem\WidgetINT.xaml">
2014-07-22 03:26:28 +08:00
<Generator>MSBuild:Compile</Generator>
<SubType>Designer</SubType>
</Page>
<Page Include="Ikura\WidgetISF.xaml">
2015-06-18 21:04:12 +08:00
<SubType>Designer</SubType>
<Generator>MSBuild:Compile</Generator>
</Page>
<Page Include="Selene\WidgetKCAP.xaml">
<SubType>Designer</SubType>
<Generator>MSBuild:Compile</Generator>
</Page>
<Page Include="Lucifen\WidgetLPK.xaml">
<Generator>MSBuild:Compile</Generator>
<SubType>Designer</SubType>
</Page>
<Page Include="Marble\WidgetMBL.xaml">
2015-06-04 05:13:25 +08:00
<SubType>Designer</SubType>
<Generator>MSBuild:Compile</Generator>
</Page>
<Page Include="Entis\WidgetNOA.xaml">
<SubType>Designer</SubType>
<Generator>MSBuild:Compile</Generator>
</Page>
<Page Include="NitroPlus\WidgetNPA.xaml">
2014-07-22 03:26:28 +08:00
<SubType>Designer</SubType>
<Generator>MSBuild:Compile</Generator>
</Page>
<Page Include="Majiro\WidgetRCT.xaml">
<SubType>Designer</SubType>
<Generator>MSBuild:Compile</Generator>
</Page>
<Page Include="ShiinaRio\WidgetWARC.xaml">
<Generator>MSBuild:Compile</Generator>
<SubType>Designer</SubType>
</Page>
<Page Include="KiriKiri\WidgetXP3.xaml">
2014-07-22 03:26:28 +08:00
<SubType>Designer</SubType>
<Generator>MSBuild:Compile</Generator>
</Page>
<Page Include="YuRis\WidgetYPF.xaml">
2014-07-22 03:26:28 +08:00
<SubType>Designer</SubType>
<Generator>MSBuild:Compile</Generator>
</Page>
</ItemGroup>
<ItemGroup>
2015-10-28 00:27:15 +08:00
<EmbeddedResource Include="Strings\arcStrings.ko-KR.resx" />
2014-07-22 03:26:28 +08:00
<EmbeddedResource Include="Strings\arcStrings.resx">
<Generator>PublicResXFileCodeGenerator</Generator>
<LastGenOutput>arcStrings.Designer.cs</LastGenOutput>
</EmbeddedResource>
<EmbeddedResource Include="Strings\arcStrings.ru-RU.resx" />
</ItemGroup>
2018-01-11 22:39:43 +08:00
<ItemGroup />
2014-07-22 03:26:28 +08:00
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
2014-10-31 22:50:43 +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:50:43 +08:00
</PropertyGroup>
2016-09-17 23:50:23 +08:00
<PropertyGroup>
<PostBuildEvent>if not exist "$(TargetDir)\GameData" mkdir "$(TargetDir)\GameData"
2016-09-28 04:12:59 +08:00
xcopy "$(ProjectDir)\Resources\Formats.dat" "$(TargetDir)\GameData\" /D /Y &gt;NUL</PostBuildEvent>
2016-09-17 23:50:23 +08:00
</PropertyGroup>
<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>