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>
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>
2014-08-01 23:49:00 +08:00
<BaseAddress > 6291456</BaseAddress>
2014-07-22 03:26:28 +08:00
</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>
2014-08-01 23:49:00 +08:00
<BaseAddress > 6291456</BaseAddress>
2014-07-22 03:26:28 +08:00
</PropertyGroup>
2016-07-26 11:03:46 +08:00
<PropertyGroup Condition= "'$(Configuration)|$(Platform)' == 'Prerelease|AnyCPU'" >
2016-07-29 01:22:41 +08:00
<OutputPath > ..\bin\Prerelease\</OutputPath>
2016-07-26 11:03:46 +08:00
<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 >
2018-01-22 21:24:35 +08:00
<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>
2018-01-02 10:56:32 +08:00
<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" />
2015-10-25 19:27:38 +08:00
<Reference Include= "System.Drawing" />
2015-07-28 16:20:20 +08:00
<Reference Include= "System.IO.Compression" />
2018-01-29 07:49:43 +08:00
<Reference Include= "System.IO.FileSystem" >
<HintPath > ..\packages\System.IO.FileSystem.4.3.0\lib\net46\System.IO.FileSystem.dll</HintPath>
</Reference>
2017-11-07 20:00:58 +08:00
<Reference Include= "System.Numerics" />
2018-01-29 07:49:43 +08:00
<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 >
2016-02-20 22:23:02 +08:00
<Compile Include= "Abel\ArcARC.cs" />
2018-03-29 21:55:43 +08:00
<Compile Include= "Abel\ArcFPK.cs" />
<Compile Include= "Abel\ImageCBF.cs" />
2016-02-20 22:23:02 +08:00
<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" />
2016-09-14 05:50:44 +08:00
<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" />
2017-03-09 14:53:24 +08:00
<Compile Include= "AnimeGameSystem\ArcANI.cs" />
2016-04-27 04:08:58 +08:00
<Compile Include= "AnimeGameSystem\WidgetAGS.xaml.cs" >
<DependentUpon > WidgetAGS.xaml</DependentUpon>
</Compile>
2018-08-31 10:12:04 +08:00
<Compile Include= "Ankh\ArcDAT.cs" />
2016-03-20 13:42:36 +08:00
<Compile Include= "Ankh\ArcGRP.cs" />
2016-10-07 08:34:55 +08:00
<Compile Include= "Ankh\AudioPCM.cs" />
2018-08-31 10:12:04 +08:00
<Compile Include= "Ankh\ImageGPD.cs" />
<Compile Include= "Ankh\ImageMSK.cs" />
2018-04-25 01:00:03 +08:00
<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" />
2017-03-27 12:22:42 +08:00
<Compile Include= "Artemis\ArcMJA.cs" />
2018-07-06 20:00:25 +08:00
<None Include= "AudioAIFF.cs" />
2018-07-15 04:14:57 +08:00
<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" />
2017-11-25 05:56:49 +08:00
<Compile Include= "BellDa\ArcDAT.cs" />
<Compile Include= "BellDa\AudioPW.cs" />
2018-06-15 03:21:00 +08:00
<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" />
2017-02-20 13:42:35 +08:00
<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" />
2017-02-23 22:39:13 +08:00
<Compile Include= "Cadath\ArcDAF.cs" />
2018-05-10 06:06:19 +08:00
<Compile Include= "Cadath\AudioVWF.cs" />
2017-02-23 22:39:13 +08:00
<Compile Include= "Cadath\ImageCGF.cs" />
2018-05-01 20:37:34 +08:00
<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" />
2018-09-22 06:49:41 +08:00
<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" />
2017-12-20 00:45:34 +08:00
<Compile Include= "Cyberworks\ArcP8.cs" />
<Compile Include= "Cyberworks\ImageTB1.cs" />
2018-01-12 00:20:42 +08:00
<Compile Include= "DaiSystem\ArcPAC.cs" />
2018-09-19 16:17:41 +08:00
<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" />
2017-12-08 18:42:54 +08:00
<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" />
2018-01-23 01:15:48 +08:00
<Compile Include= "Emote\ImageDREF.cs" />
2018-06-15 03:21:00 +08:00
<Compile Include= "Eternity\ImageSGF.cs" />
2018-08-31 10:12:04 +08:00
<Compile Include= "Ethornell\ImageCBG.cs" />
2018-06-15 03:21:00 +08:00
<Compile Include= "Eushully\AudioAOG.cs" />
2018-07-25 14:06:20 +08:00
<Compile Include= "FC01\ArcMRG0.cs" />
2018-03-12 01:12:58 +08:00
<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" />
2018-03-12 01:12:58 +08:00
<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" />
2018-01-31 04:00:54 +08:00
<Compile Include= "HCSystem\ArcPAK.cs" />
<Compile Include= "HCSystem\ImageOPF.cs" />
2018-01-02 10:56:32 +08:00
<Compile Include= "HuffmanCompression.cs" />
2018-09-22 06:49:41 +08:00
<Compile Include= "Hypatia\AudioADP.cs" />
<Compile Include= "Hypatia\ImageWBM.cs" />
2018-09-03 19:08:15 +08:00
<Compile Include= "Ikura\ArcGAN.cs" />
2018-01-16 15:53:25 +08:00
<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" />
2018-08-31 10:12:04 +08:00
<Compile Include= "Interheart\ImageCandy.cs" />
2018-02-07 07:45:07 +08:00
<Compile Include= "Ivory\ArcSG.cs" />
2018-01-29 07:58:53 +08:00
<Compile Include= "KiriKiri\MoreCrypt.cs" />
2018-04-01 11:58:40 +08:00
<Compile Include= "KiriKiri\YuzCrypt.cs" />
2018-01-02 10:56:32 +08:00
<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" />
2018-02-25 00:40:19 +08:00
<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" />
2018-01-21 23:32:21 +08:00
<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" />
2018-01-22 15:41:46 +08:00
<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" />
2018-01-02 10:56:32 +08:00
<Compile Include= "Nexas\ArcTPF.cs" />
2017-12-30 04:33:28 +08:00
<Compile Include= "LiveMaker\ImageGALX.cs" />
2018-06-15 03:21:00 +08:00
<Compile Include= "Origin\ArcDAT.cs" />
2017-12-29 05:20:58 +08:00
<Compile Include= "Otemoto\ArcTLZ.cs" />
<Compile Include= "Otemoto\ImageMAG.cs" />
2017-04-07 16:40:52 +08:00
<Compile Include= "ExHibit\ArcGRP.cs" />
2017-02-19 20:01:11 +08:00
<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" />
2017-02-14 00:13:20 +08:00
<Compile Include= "GameSystem\ArcPureMail.cs" />
2017-02-25 06:14:03 +08:00
<Compile Include= "GameSystem\AudioADP4.cs" />
2017-12-08 18:42:54 +08:00
<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" />
2017-03-11 15:46:10 +08:00
<Compile Include= "Kaas\ArcPB.cs" />
2017-03-11 15:37:51 +08:00
<Compile Include= "Kaas\AudioKAAS.cs" />
2017-05-03 02:00:36 +08:00
<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" />
2017-09-27 22:04:42 +08:00
<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" />
2017-03-17 20:01:38 +08:00
<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" />
2017-03-13 23:17:59 +08:00
<Compile Include= "Malie\ArcLIBU.cs" />
2017-06-07 03:22:19 +08:00
<Compile Include= "Malie\LibScheme.cs" />
<Compile Include= "Malie\MalieEncryption.cs" />
2017-12-10 18:14:58 +08:00
<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" />
2017-04-02 19:30:00 +08:00
<Compile Include= "MicroVision\ArcARC.cs" />
<Compile Include= "MicroVision\ArcGSD.cs" />
<Compile Include= "MicroVision\AudioIKM.cs" />
<Compile Include= "MicroVision\ImageGPC.cs" />
2017-12-29 05:20:58 +08:00
<Compile Include= "Morning\ArcPAK.cs" />
2017-12-31 12:59:42 +08:00
<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" />
2018-01-30 10:34:24 +08:00
<Compile Include= "PkWare\WidgetZIP.xaml.cs" >
<DependentUpon > WidgetZIP.xaml</DependentUpon>
</Compile>
2017-02-22 23:32:02 +08:00
<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" />
2017-11-22 23:56:12 +08:00
<Compile Include= "RealLive\ArcSEEN.cs" />
2018-04-09 17:18:31 +08:00
<Compile Include= "RealLive\ImageG00Jpeg.cs" />
2018-01-09 00:04:23 +08:00
<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" />
2017-11-26 04:35:07 +08:00
<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" />
2017-11-25 05:56:49 +08:00
<Compile Include= "Silky\ImageGRD.cs" />
2017-08-14 19:05:24 +08:00
<Compile Include= "Slg\ArcSPD.cs" />
2017-02-10 22:00:42 +08:00
<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" />
2016-11-18 06:05:03 +08:00
<Compile Include= "BlackRainbow\ArcDX.cs" />
2017-01-20 14:58:56 +08:00
<Compile Include= "C4\AudioVMD.cs" />
<Compile Include= "C4\ImageGD.cs" />
2016-12-23 04:56:19 +08:00
<Compile Include= "Cadath\ArcKAR.cs" />
<Compile Include= "Cadath\ImageKGF.cs" />
2016-12-03 11:37:06 +08:00
<Compile Include= "Cmvs\ArcCPZ2.cs" />
2016-12-03 23:16:44 +08:00
<Compile Include= "Cmvs\AudioMV2.cs" />
2016-12-03 11:37:06 +08:00
<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" />
2017-01-23 22:35:16 +08:00
<Compile Include= "ExeFile.cs" />
2017-01-17 11:03:51 +08:00
<Compile Include= "GameSystem\ArcCHR.cs" />
2017-01-16 20:51:41 +08:00
<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" />
2017-01-16 20:51:41 +08:00
<Compile Include= "GameSystem\ImageBGD.cs" />
<Compile Include= "GameSystem\ImageCGD.cs" />
2017-01-17 11:03:51 +08:00
<Compile Include= "GameSystem\ImageCHR.cs" />
2017-01-21 08:17:59 +08:00
<Compile Include= "GameSystem\ImageTEXB.cs" />
2017-01-23 22:46:41 +08:00
<Compile Include= "HSP\ArcDPM.cs" />
2017-01-14 16:59:51 +08:00
<Compile Include= "Lz4Stream.cs" />
2017-01-05 06:05:04 +08:00
<Compile Include= "Majiro\ImageRC8.cs" />
2017-01-15 05:26:24 +08:00
<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" />
2016-11-25 11:42:32 +08:00
<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" />
2016-08-14 13:00:55 +08:00
<Compile Include= "BlueGale\VideoAMV.cs" />
2016-08-31 15:01:31 +08:00
<Compile Include= "CaramelBox\ArcARC3.cs" />
2016-08-11 11:18:53 +08:00
<Compile Include= "CaramelBox\ArcARC4.cs" />
<Compile Include= "CaramelBox\ImageFCB.cs" />
2016-10-13 14:57:44 +08:00
<Compile Include= "Circus\ArcCRM.cs" />
2016-10-13 18:49:29 +08:00
<Compile Include= "Circus\ImageCRXD.cs" />
2016-06-24 23:06:01 +08:00
<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>
2016-07-28 08:57:11 +08:00
<Compile Include= "DDSystem\ArcDDP.cs" />
2016-08-09 05:54:18 +08:00
<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" />
2016-07-26 11:03:46 +08:00
<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" />
2016-09-14 05:50:44 +08:00
<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" />
2016-09-14 05:50:44 +08:00
<Compile Include= "Ivory\ImageSG.cs" />
2016-10-23 19:45:56 +08:00
<Compile Include= "Kaguya\ArcLIN2.cs" />
2016-07-26 11:03:46 +08:00
<Compile Include= "Kiss\ArcARC.cs" />
2016-09-01 01:19:06 +08:00
<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" />
2016-06-10 08:39:29 +08:00
<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" />
2016-04-20 21:52:23 +08:00
<Compile Include= "AZSys\WidgetAZ.xaml.cs" >
<DependentUpon > WidgetAZ.xaml</DependentUpon>
</Compile>
2016-04-24 00:13:11 +08:00
<Compile Include= "Circus\ArcValkyrieComplex.cs" />
2016-03-13 04:32:02 +08:00
<Compile Include= "CommonStreams.cs" />
2016-03-03 12:55:23 +08:00
<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" />
2016-03-03 12:55:23 +08:00
<Compile Include= "Cri\AudioHCA.cs" />
<Compile Include= "Cri\BigEndianReader.cs" />
2016-03-09 14:57:50 +08:00
<Compile Include= "Cri\ImageSPC.cs" />
2016-03-03 12:55:23 +08:00
<Compile Include= "Cri\ImageXTX.cs" />
2016-05-30 19:48:02 +08:00
<Compile Include= "DxLib\ArcMED.cs" />
2016-05-31 06:41:33 +08:00
<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" />
2016-02-29 16:35:48 +08:00
<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" />
2016-03-25 07:36:31 +08:00
<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" />
2016-02-20 22:23:02 +08:00
<Compile Include= "ImageLZ.cs" />
2016-08-09 05:54:18 +08:00
<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" />
2016-06-10 08:39:29 +08:00
<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>
2016-07-04 04:13:33 +08:00
<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>
2016-05-30 21:07:15 +08:00
<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" />
2016-02-17 16:01:40 +08:00
<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" />
2016-10-07 08:34:55 +08:00
<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" />
2016-10-08 09:01:30 +08:00
<Compile Include= "RC4.cs" />
2016-05-20 08:12:23 +08:00
<Compile Include= "RealLive\ArcG00.cs" />
2016-04-19 16:29:39 +08:00
<Compile Include= "RealLive\ArcOVK.cs" />
<Compile Include= "RealLive\AudioNWA.cs" />
2016-07-29 15:45:21 +08:00
<Compile Include= "RealLive\AudioOWP.cs" />
2016-04-19 16:29:39 +08:00
<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" />
2016-09-12 05:27:29 +08:00
<Compile Include= "ScrPlayer\ArcPAK.cs" />
<Compile Include= "ScrPlayer\ImageI.cs" />
2016-08-15 14:15:19 +08:00
<Compile Include= "ShiinaRio\WarcEncryption.cs" />
2016-12-31 00:46:09 +08:00
<Compile Include= "Silky\ArcAzurite.cs" />
2016-04-05 03:18:41 +08:00
<Compile Include= "Silky\ImageZIT.cs" />
2016-02-29 12:33:17 +08:00
<Compile Include= "SimpleEncryption.cs" />
2016-06-05 00:01:19 +08:00
<Compile Include= "Slg\ArcSZS.cs" />
2016-03-12 17:06:54 +08:00
<Compile Include= "Slg\AudioVOI.cs" />
<Compile Include= "Slg\ImageALB.cs" />
2016-06-05 00:01:19 +08:00
<Compile Include= "Slg\ImageTIG.cs" />
2016-02-13 21:37:32 +08:00
<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" />
2015-08-20 01:40:32 +08:00
<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" />
2016-01-17 16:11:17 +08:00
<Compile Include= "Aoi\ArcVFS.cs" />
<Compile Include= "Aoi\AudioAOG.cs" />
2016-01-15 15:56:10 +08:00
<Compile Include= "AZSys\ArcEncrypted.cs" />
<Compile Include= "AZSys\FastMersenneTwister.cs" />
<Compile Include= "AZSys\ImageTYP1.cs" />
2016-01-10 06:39:55 +08:00
<Compile Include= "BlueGale\ArcSNN.cs" />
<Compile Include= "BlueGale\ImageZBM.cs" />
2016-02-05 21:28:56 +08:00
<Compile Include= "Circus\ArcPCK.cs" />
2015-12-03 20:16:54 +08:00
<Compile Include= "Cmvs\ArcCPZ.cs" />
2017-01-05 06:14:54 +08:00
<Compile Include= "Pandora\ArcPBX.cs" />
2015-11-28 12:12:08 +08:00
<Compile Include= "Banana\ArcPK.cs" />
<Compile Include= "Banana\ImageMAG.cs" />
2015-11-30 07:52:18 +08:00
<Compile Include= "CatSystem\ArcHG2.cs" />
2015-11-29 16:28:12 +08:00
<Compile Include= "CatSystem\ImageHG2.cs" />
2015-12-03 20:16:54 +08:00
<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" />
2015-12-03 20:16:54 +08:00
<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" />
2015-12-09 22:30:17 +08:00
<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>
2015-12-09 01:19:13 +08:00
<Compile Include= "Glib2\ArcG2.cs" />
<Compile Include= "Glib2\ImagePGX.cs" />
2015-11-18 01:31:09 +08:00
<Compile Include= "ImagePSD.cs" />
2016-01-24 08:10:39 +08:00
<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" />
2016-02-04 16:18:19 +08:00
<Compile Include= "KiriKiri\CryptAlgorithms.cs" />
2016-01-10 06:46:58 +08:00
<Compile Include= "Liar\ArcLWG.cs" />
2016-02-05 10:08:54 +08:00
<Compile Include= "MokoPro\CompressedFile.cs" />
2015-11-21 14:27:36 +08:00
<Compile Include= "Propeller\ArcMGR.cs" />
<Compile Include= "Propeller\ArcMPK.cs" />
<Compile Include= "Propeller\ImageMGR.cs" />
2015-11-28 20:35:49 +08:00
<Compile Include= "Silky\ArcAi6Win.cs" />
<Compile Include= "Silky\ImageAKB.cs" />
2016-01-15 15:56:10 +08:00
<Compile Include= "Softpal\ArcVAFS.cs" />
<Compile Include= "Softpal\ImageBPIC.cs" />
2016-01-31 06:58:23 +08:00
<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" />
2017-11-25 05:56:49 +08:00
<Compile Include= "SysD\ArcDPK.cs" />
<Compile Include= "SysD\AudioDWV.cs" />
<Compile Include= "SysD\ImageDBM.cs" />
2017-12-29 05:20:58 +08:00
<Compile Include= "Tactics\ArcYU.cs" />
2016-07-28 08:57:11 +08:00
<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>
2016-09-21 04:50:52 +08:00
<Compile Include= "TamaSoft\ArcEPK.cs" />
2016-09-24 18:01:14 +08:00
<Compile Include= "TamaSoft\AudioESD.cs" />
<Compile Include= "TamaSoft\ImageBTN.cs" />
2016-09-21 04:50:52 +08:00
<Compile Include= "TamaSoft\ImageSUR.cs" />
2017-01-29 10:56:48 +08:00
<Compile Include= "Tanaka\ArcARC0.cs" />
2017-02-01 20:35:35 +08:00
<Compile Include= "Tanaka\ArcARCG.cs" />
2017-01-29 10:56:48 +08:00
<Compile Include= "Tanaka\ArcBMX.cs" />
<Compile Include= "Tanaka\ArcMBF.cs" />
2017-02-02 15:03:09 +08:00
<Compile Include= "Tanaka\ArcSMV.cs" />
2017-01-29 10:56:48 +08:00
<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" />
2015-10-25 00:20:24 +08:00
<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" />
2015-10-19 13:08:56 +08:00
<Compile Include= "CatSystem\ArcHG3.cs" />
<Compile Include= "Cherry\ArcMyk.cs" />
2015-09-19 14:08:05 +08:00
<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" />
2015-10-25 19:27:38 +08:00
<Compile Include= "Gpk2\ArcGPK2.cs" />
<Compile Include= "Gpk2\ImageGFB.cs" />
2015-11-02 09:51:04 +08:00
<Compile Include= "MersenneTwister.cs" />
2015-11-08 21:34:41 +08:00
<Compile Include= "Nags\ArcNFS.cs" />
<Compile Include= "Nags\ImageNGP.cs" />
2015-10-27 02:17:12 +08:00
<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" />
2015-11-07 07:11:26 +08:00
<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" />
2015-08-30 07:39:01 +08:00
<Compile Include= "Emic\ArcPACK.cs" />
<Compile Include= "Emic\ImageMWP.cs" />
2015-08-30 02:09:58 +08:00
<Compile Include= "Ethornell\AudioBGI.cs" />
2015-09-21 21:56:27 +08:00
<Compile Include= "Eushully\ArcALF.cs" />
<Compile Include= "Eushully\ImageAGF.cs" />
2015-10-12 10:51:49 +08:00
<Compile Include= "ImagePTI.cs" />
2015-08-20 01:40:32 +08:00
<Compile Include= "Lilim\ArcABM.cs" />
<Compile Include= "ActiveSoft\ArcADPACK.cs" />
<Compile Include= "AdvSys\ArcAdvSysT.cs" />
2016-03-09 15:00:51 +08:00
<Compile Include= "Cri\ArcAFS.cs" />
2015-08-20 01:40:32 +08:00
<Compile Include= "elf\ArcAi5Win.cs" />
2018-01-05 00:43:30 +08:00
<Compile Include= "Ail\ArcAil.cs" />
2015-08-20 01:40:32 +08:00
<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" />
2015-08-20 01:40:32 +08:00
<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" />
2015-02-27 02:07:49 +08:00
<Compile Include= "ArcCommon.cs" />
2015-08-20 01:40:32 +08:00
<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" />
2015-08-20 01:40:32 +08:00
<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>
2015-08-20 01:40:32 +08:00
<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" />
2015-08-20 01:40:32 +08:00
<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>
2015-10-12 16:24:13 +08:00
<Compile Include= "Silky\ArcARC.cs" />
2015-08-20 01:40:32 +08:00
<Compile Include= "Silky\ArcIFL.cs" />
2015-07-09 11:03:57 +08:00
<Compile Include= "ArcIKS.cs" />
2015-12-09 01:42:53 +08:00
<Compile Include= "ArcPACKDAT.cs" />
2015-08-20 01:40:32 +08:00
<Compile Include= "CatSystem\ArcINT.cs" />
2015-03-18 09:44:21 +08:00
<Compile Include= "ArcISA.cs" />
2015-08-20 01:40:32 +08:00
<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" />
2015-08-20 01:40:32 +08:00
<Compile Include= "Malie\ArcLIB.cs" />
<Compile Include= "Lucifen\ArcLPK.cs" />
2018-01-13 00:22:25 +08:00
<Compile Include= "Tactics\ArcLST.cs" />
2016-02-20 23:12:59 +08:00
<Compile Include= "MAI\ArcMAI.cs" />
2015-08-20 01:40:32 +08:00
<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" />
2015-08-20 01:40:32 +08:00
<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" />
2015-08-20 01:40:32 +08:00
<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" />
2018-01-23 19:38:52 +08:00
<Compile Include= "TopCat\ArcTCD1.cs" />
2015-10-10 06:33:09 +08:00
<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" />
2017-11-23 05:23:59 +08:00
<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" />
2015-08-20 01:40:32 +08:00
<Compile Include= "UMeSoft\ArcPK.cs" />
2015-10-29 03:12:43 +08:00
<Compile Include= "Qlie\ArcQLIE.cs" />
2015-08-20 01:40:32 +08:00
<Compile Include= "RenPy\ArcRPA.cs" />
<Compile Include= "ShiinaRio\ArcS25.cs" />
2018-09-17 00:16:06 +08:00
<Compile Include= "Rits\ArcSAF.cs" />
2015-08-20 01:40:32 +08:00
<Compile Include= "BlackCyc\ArcVPK.cs" />
2017-12-15 05:16:16 +08:00
<Compile Include= "Unity\ArcASSET.cs" />
2018-05-03 14:16:28 +08:00
<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" />
2018-08-31 10:12:04 +08:00
<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" />
2016-07-02 00:03:46 +08:00
<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" />
2016-02-20 22:23:02 +08:00
<Compile Include= "Will\ArcPNA.cs" />
2015-11-29 09:30:28 +08:00
<Compile Include= "Will\ArcPulltop.cs" />
2016-07-07 12:25:20 +08:00
<Compile Include= "Will\ArcWIP.cs" />
2018-06-19 18:08:57 +08:00
<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" />
2015-08-20 01:40:32 +08:00
<Compile Include= "Xuse\ArcWAG.cs" />
2016-02-13 06:02:07 +08:00
<Compile Include= "Xuse\ArcXARC.cs" />
2015-08-20 01:40:32 +08:00
<Compile Include= "Xuse\ArcXuse.cs" />
2016-11-11 21:30:49 +08:00
<Compile Include= "YaneSDK\ArcDAT.cs" />
2017-05-21 22:28:10 +08:00
<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" />
2017-01-04 12:15:31 +08:00
<Compile Include= "Youkai\ArcDAT.cs" />
2016-08-17 17:11:03 +08:00
<Compile Include= "Yox\ArcYOX.cs" />
2015-08-20 01:40:32 +08:00
<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" >
2015-08-12 05:33:51 +08:00
<DependentUpon > WidgetRCT.xaml</DependentUpon>
</Compile>
2015-12-18 17:39:26 +08:00
<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" />
2016-04-14 05:06:33 +08:00
<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" />
2015-08-20 01:40:32 +08:00
<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" />
2015-08-20 01:40:32 +08:00
<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" />
2015-08-20 01:40:32 +08:00
<Compile Include= "Amaterasu\CreateAMIWidget.xaml.cs" >
2014-08-01 20:48:21 +08:00
<DependentUpon > CreateAMIWidget.xaml</DependentUpon>
</Compile>
2015-08-20 01:40:32 +08:00
<Compile Include= "CatSystem\CreateINTWidget.xaml.cs" >
2014-08-16 01:41:45 +08:00
<DependentUpon > CreateINTWidget.xaml</DependentUpon>
</Compile>
2015-08-20 01:40:32 +08:00
<Compile Include= "NitroPlus\CreateNPAWidget.xaml.cs" >
2014-08-18 13:07:35 +08:00
<DependentUpon > CreateNPAWidget.xaml</DependentUpon>
</Compile>
2015-08-20 01:40:32 +08:00
<Compile Include= "NScripter\CreateONSWidget.xaml.cs" >
2014-07-29 15:53:05 +08:00
<DependentUpon > CreateONSWidget.xaml</DependentUpon>
</Compile>
2015-08-20 01:40:32 +08:00
<Compile Include= "FlyingShine\CreatePDWidget.xaml.cs" >
2014-08-15 01:39:51 +08:00
<DependentUpon > CreatePDWidget.xaml</DependentUpon>
</Compile>
2015-08-20 01:40:32 +08:00
<Compile Include= "RenPy\CreateRPAWidget.xaml.cs" >
2014-08-17 05:31:58 +08:00
<DependentUpon > CreateRPAWidget.xaml</DependentUpon>
</Compile>
2015-08-20 01:40:32 +08:00
<Compile Include= "NitroPlus\CreateSGWidget.xaml.cs" >
2014-07-29 11:02:49 +08:00
<DependentUpon > CreateSGWidget.xaml</DependentUpon>
</Compile>
2015-08-20 01:40:32 +08:00
<Compile Include= "Will\CreateARCWidget.xaml.cs" >
2015-04-21 00:57:01 +08:00
<DependentUpon > CreateARCWidget.xaml</DependentUpon>
2014-11-01 06:14:51 +08:00
</Compile>
2015-08-20 01:40:32 +08:00
<Compile Include= "KiriKiri\CreateXP3Widget.xaml.cs" >
2014-07-27 03:13:17 +08:00
<DependentUpon > CreateXP3Widget.xaml</DependentUpon>
</Compile>
2015-08-20 01:40:32 +08:00
<Compile Include= "YuRis\CreateYPFWidget.xaml.cs" >
2014-08-16 08:42:20 +08:00
<DependentUpon > CreateYPFWidget.xaml</DependentUpon>
</Compile>
2015-08-20 01:40:32 +08:00
<Compile Include= "FC01\ImageACD.cs" />
<Compile Include= "Masys\ImageAG.cs" />
2015-11-06 01:46:15 +08:00
<Compile Include= "AnimeGameSystem\ImageAinos.cs" />
2015-08-20 01:40:32 +08:00
<Compile Include= "Kaguya\ImageAP.cs" />
<Compile Include= "Ethornell\ImageBGI.cs" />
2016-03-09 15:00:51 +08:00
<Compile Include= "Cri\ImageBIP.cs" />
2015-08-20 01:40:32 +08:00
<Compile Include= "Macromedia\ImageBITD.cs" />
2016-06-26 02:42:43 +08:00
<Compile Include= "BlackRainbow\ImageBMD.cs" />
<Compile Include= "BlackRainbow\ImageBMZ.cs" />
2015-08-20 01:40:32 +08:00
<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" />
2015-08-20 01:40:32 +08:00
<Compile Include= "Dac\ImageDGC.cs" />
<Compile Include= "Ikura\ImageDRG.cs" />
<Compile Include= "Malie\ImageDZI.cs" />
<Compile Include= "ActiveSoft\ImageEDT.cs" />
2015-06-17 21:44:01 +08:00
<Compile Include= "ImageEGN.cs" />
2015-08-20 01:40:32 +08:00
<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" />
2015-08-20 01:40:32 +08:00
<Compile Include= "Kaas\ImageKAAS.cs" />
2016-02-20 23:12:59 +08:00
<Compile Include= "MAI\ImageMAI.cs" />
2015-08-20 01:40:32 +08:00
<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" />
2015-08-20 01:40:32 +08:00
<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" />
2015-07-25 08:20:20 +08:00
<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>
2018-01-09 00:04:23 +08:00
<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>
2015-08-20 01:40:32 +08:00
<Compile Include= "Dac\WidgetDPK.xaml.cs" >
2015-06-02 07:16:11 +08:00
<DependentUpon > WidgetDPK.xaml</DependentUpon>
</Compile>
2015-08-20 01:40:32 +08:00
<Compile Include= "CatSystem\WidgetINT.xaml.cs" >
2014-07-22 03:26:28 +08:00
<DependentUpon > WidgetINT.xaml</DependentUpon>
</Compile>
2015-08-20 01:40:32 +08:00
<Compile Include= "Ikura\WidgetISF.xaml.cs" >
2015-06-18 21:04:12 +08:00
<DependentUpon > WidgetISF.xaml</DependentUpon>
</Compile>
2015-08-20 01:40:32 +08:00
<Compile Include= "Selene\WidgetKCAP.xaml.cs" >
2015-03-11 20:37:51 +08:00
<DependentUpon > WidgetKCAP.xaml</DependentUpon>
</Compile>
2015-08-20 01:40:32 +08:00
<Compile Include= "Lucifen\WidgetLPK.xaml.cs" >
2015-04-25 06:07:14 +08:00
<SubType > Code</SubType>
<DependentUpon > WidgetLPK.xaml</DependentUpon>
</Compile>
2015-08-20 01:40:32 +08:00
<Compile Include= "Marble\WidgetMBL.xaml.cs" >
2015-06-04 05:13:25 +08:00
<DependentUpon > WidgetMBL.xaml</DependentUpon>
</Compile>
2015-08-20 01:40:32 +08:00
<Compile Include= "Entis\WidgetNOA.xaml.cs" >
2015-05-27 18:19:54 +08:00
<DependentUpon > WidgetNOA.xaml</DependentUpon>
</Compile>
2015-08-20 01:40:32 +08:00
<Compile Include= "NitroPlus\WidgetNPA.xaml.cs" >
2014-07-22 03:26:28 +08:00
<DependentUpon > WidgetNPA.xaml</DependentUpon>
</Compile>
2015-08-20 01:40:32 +08:00
<Compile Include= "ShiinaRio\WidgetWARC.xaml.cs" >
2015-04-21 00:57:01 +08:00
<DependentUpon > WidgetWARC.xaml</DependentUpon>
</Compile>
2015-08-20 01:40:32 +08:00
<Compile Include= "KiriKiri\WidgetXP3.xaml.cs" >
2014-07-22 03:26:28 +08:00
<DependentUpon > WidgetXP3.xaml</DependentUpon>
</Compile>
2015-08-20 01:40:32 +08:00
<Compile Include= "YuRis\WidgetYPF.xaml.cs" >
2014-07-22 03:26:28 +08:00
<DependentUpon > WidgetYPF.xaml</DependentUpon>
</Compile>
2016-02-01 09:53:25 +08:00
<EmbeddedResource Include= "Softpal\WaveTable1" />
<EmbeddedResource Include= "Softpal\WaveTable2" />
2016-09-12 05:27:29 +08:00
<EmbeddedResource Include= "ScrPlayer\ColorBitsTable1" />
<EmbeddedResource Include= "ScrPlayer\ColorBitsTable2" />
<EmbeddedResource Include= "ScrPlayer\ControlTable1" />
<EmbeddedResource Include= "ScrPlayer\ControlTable2" />
<EmbeddedResource Include= "ScrPlayer\ControlTable32" />
2016-09-17 22:07:26 +08:00
<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>
2018-08-31 10:12:04 +08:00
<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 >
2015-08-20 01:40:32 +08:00
<Page Include= "Amaterasu\CreateAMIWidget.xaml" >
2014-08-01 20:48:21 +08:00
<SubType > Designer</SubType>
<Generator > MSBuild:Compile</Generator>
</Page>
2016-04-27 04:08:58 +08:00
<Page Include= "AnimeGameSystem\WidgetAGS.xaml" >
<SubType > Designer</SubType>
<Generator > MSBuild:Compile</Generator>
</Page>
2016-04-20 21:52:23 +08:00
<Page Include= "AZSys\WidgetAZ.xaml" >
<SubType > Designer</SubType>
<Generator > MSBuild:Compile</Generator>
</Page>
2015-08-20 01:40:32 +08:00
<Page Include= "CatSystem\CreateINTWidget.xaml" >
2014-08-16 01:41:45 +08:00
<SubType > Designer</SubType>
<Generator > MSBuild:Compile</Generator>
2014-08-18 13:07:35 +08:00
</Page>
2016-07-06 08:14:42 +08:00
<Page Include= "Cyberworks\WidgetBELL.xaml" >
<SubType > Designer</SubType>
<Generator > MSBuild:Compile</Generator>
</Page>
2016-05-31 06:41:33 +08:00
<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>
2016-06-10 08:39:29 +08:00
<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>
2015-08-20 01:40:32 +08:00
<Page Include= "NitroPlus\CreateNPAWidget.xaml" >
2014-08-18 13:07:35 +08:00
<SubType > Designer</SubType>
<Generator > MSBuild:Compile</Generator>
2014-08-16 01:41:45 +08:00
</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>
2015-08-20 01:40:32 +08:00
<Page Include= "NScripter\CreateONSWidget.xaml" >
2014-07-29 15:53:05 +08:00
<SubType > Designer</SubType>
<Generator > MSBuild:Compile</Generator>
</Page>
2015-08-20 01:40:32 +08:00
<Page Include= "FlyingShine\CreatePDWidget.xaml" >
2014-08-15 01:39:51 +08:00
<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>
2016-11-25 11:42:32 +08:00
<Page Include= "NSystem\WidgetMSD.xaml" >
<SubType > Designer</SubType>
<Generator > MSBuild:Compile</Generator>
</Page>
2018-01-30 10:34:24 +08:00
<Page Include= "PkWare\WidgetZIP.xaml" >
<SubType > Designer</SubType>
<Generator > MSBuild:Compile</Generator>
</Page>
2015-11-07 07:11:26 +08:00
<Page Include= "Qlie\WidgetQLIE.xaml" >
<SubType > Designer</SubType>
<Generator > MSBuild:Compile</Generator>
</Page>
2015-08-20 01:40:32 +08:00
<Page Include= "RenPy\CreateRPAWidget.xaml" >
2014-08-17 05:31:58 +08:00
<SubType > Designer</SubType>
<Generator > MSBuild:Compile</Generator>
</Page>
2015-08-20 01:40:32 +08:00
<Page Include= "NitroPlus\CreateSGWidget.xaml" >
2014-07-29 11:02:49 +08:00
<SubType > Designer</SubType>
<Generator > MSBuild:Compile</Generator>
</Page>
2015-09-20 09:25:48 +08:00
<Page Include= "RPM\WidgetARC.xaml" >
<SubType > Designer</SubType>
2016-07-28 08:57:11 +08:00
<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>
2015-08-20 01:40:32 +08:00
<Page Include= "Will\CreateARCWidget.xaml" >
2014-11-01 06:14:51 +08:00
<SubType > Designer</SubType>
<Generator > MSBuild:Compile</Generator>
</Page>
2015-08-20 01:40:32 +08:00
<Page Include= "KiriKiri\CreateXP3Widget.xaml" >
2014-07-27 03:13:17 +08:00
<SubType > Designer</SubType>
<Generator > MSBuild:Compile</Generator>
</Page>
2015-08-20 01:40:32 +08:00
<Page Include= "YuRis\CreateYPFWidget.xaml" >
2014-08-16 08:42:20 +08:00
<SubType > Designer</SubType>
<Generator > MSBuild:Compile</Generator>
</Page>
2015-08-20 01:40:32 +08:00
<Page Include= "Dac\WidgetDPK.xaml" >
2015-06-02 07:16:11 +08:00
<SubType > Designer</SubType>
<Generator > MSBuild:Compile</Generator>
</Page>
2015-08-20 01:40:32 +08:00
<Page Include= "CatSystem\WidgetINT.xaml" >
2014-07-22 03:26:28 +08:00
<Generator > MSBuild:Compile</Generator>
<SubType > Designer</SubType>
</Page>
2015-08-20 01:40:32 +08:00
<Page Include= "Ikura\WidgetISF.xaml" >
2015-06-18 21:04:12 +08:00
<SubType > Designer</SubType>
<Generator > MSBuild:Compile</Generator>
</Page>
2015-08-20 01:40:32 +08:00
<Page Include= "Selene\WidgetKCAP.xaml" >
2015-03-11 20:37:51 +08:00
<SubType > Designer</SubType>
<Generator > MSBuild:Compile</Generator>
</Page>
2015-08-20 01:40:32 +08:00
<Page Include= "Lucifen\WidgetLPK.xaml" >
2015-04-25 06:07:14 +08:00
<Generator > MSBuild:Compile</Generator>
<SubType > Designer</SubType>
</Page>
2015-08-20 01:40:32 +08:00
<Page Include= "Marble\WidgetMBL.xaml" >
2015-06-04 05:13:25 +08:00
<SubType > Designer</SubType>
<Generator > MSBuild:Compile</Generator>
</Page>
2015-08-20 01:40:32 +08:00
<Page Include= "Entis\WidgetNOA.xaml" >
2015-05-27 18:19:54 +08:00
<SubType > Designer</SubType>
<Generator > MSBuild:Compile</Generator>
</Page>
2015-08-20 01:40:32 +08:00
<Page Include= "NitroPlus\WidgetNPA.xaml" >
2014-07-22 03:26:28 +08:00
<SubType > Designer</SubType>
<Generator > MSBuild:Compile</Generator>
</Page>
2015-08-20 01:40:32 +08:00
<Page Include= "Majiro\WidgetRCT.xaml" >
2015-08-12 05:33:51 +08:00
<SubType > Designer</SubType>
<Generator > MSBuild:Compile</Generator>
</Page>
2015-08-20 01:40:32 +08:00
<Page Include= "ShiinaRio\WidgetWARC.xaml" >
2015-04-21 00:57:01 +08:00
<Generator > MSBuild:Compile</Generator>
<SubType > Designer</SubType>
</Page>
2015-08-20 01:40:32 +08:00
<Page Include= "KiriKiri\WidgetXP3.xaml" >
2014-07-22 03:26:28 +08:00
<SubType > Designer</SubType>
<Generator > MSBuild:Compile</Generator>
</Page>
2015-08-20 01:40:32 +08:00
<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 >
2016-09-29 15:23:41 +08:00
<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 > NUL</PostBuildEvent>
2016-09-17 23:50:23 +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>