2014-07-21 23:26:28 +04: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>
|
2022-02-13 15:27:59 +08:00
|
|
|
|
<TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
|
2014-07-21 23:26:28 +04:00
|
|
|
|
<FileAlignment>512</FileAlignment>
|
|
|
|
|
<TargetFrameworkProfile />
|
2017-05-04 04:22:22 +04:00
|
|
|
|
<SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\</SolutionDir>
|
2018-01-02 06:56:32 +04:00
|
|
|
|
<RestorePackages>true</RestorePackages>
|
2024-09-14 20:57:14 +08:00
|
|
|
|
<NuGetPackageImportStamp>
|
|
|
|
|
</NuGetPackageImportStamp>
|
2014-07-21 23:26:28 +04: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 19:49:00 +04:00
|
|
|
|
<BaseAddress>6291456</BaseAddress>
|
2014-07-21 23:26:28 +04:00
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
2014-08-01 19:49:00 +04:00
|
|
|
|
<DebugType>none</DebugType>
|
2014-07-21 23:26:28 +04: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 19:49:00 +04:00
|
|
|
|
<BaseAddress>6291456</BaseAddress>
|
2014-07-21 23:26:28 +04:00
|
|
|
|
</PropertyGroup>
|
2016-07-26 07:03:46 +04:00
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Prerelease|AnyCPU'">
|
2016-07-28 21:22:41 +04:00
|
|
|
|
<OutputPath>..\bin\Prerelease\</OutputPath>
|
2016-07-26 07:03:46 +04:00
|
|
|
|
<BaseAddress>6291456</BaseAddress>
|
|
|
|
|
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
|
|
|
|
|
<Optimize>true</Optimize>
|
|
|
|
|
<PlatformTarget>AnyCPU</PlatformTarget>
|
|
|
|
|
<ErrorReport>prompt</ErrorReport>
|
|
|
|
|
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
|
|
|
|
</PropertyGroup>
|
2014-07-21 23:26:28 +04:00
|
|
|
|
<ItemGroup>
|
2022-02-13 15:27:59 +08:00
|
|
|
|
<Reference Include="ICSharpCode.SharpZipLib, Version=1.3.3.11, Culture=neutral, PublicKeyToken=1b03e6acf1164f73, processorArchitecture=MSIL">
|
|
|
|
|
<HintPath>..\packages\SharpZipLib.1.3.3\lib\net45\ICSharpCode.SharpZipLib.dll</HintPath>
|
2018-01-22 17:24:35 +04:00
|
|
|
|
</Reference>
|
2016-07-28 21:22:41 +04:00
|
|
|
|
<Reference Include="NAudio">
|
|
|
|
|
<HintPath>..\packages\NAudio.1.7.3\lib\net35\NAudio.dll</HintPath>
|
2015-05-01 23:33:22 +04:00
|
|
|
|
</Reference>
|
2022-02-13 15:27:59 +08:00
|
|
|
|
<Reference Include="NVorbis, Version=0.10.4.0, Culture=neutral, processorArchitecture=MSIL">
|
|
|
|
|
<HintPath>..\packages\NVorbis.0.10.4\lib\net45\NVorbis.dll</HintPath>
|
2014-11-07 02:51:32 +04:00
|
|
|
|
</Reference>
|
2014-07-21 23:26:28 +04:00
|
|
|
|
<Reference Include="PresentationCore" />
|
|
|
|
|
<Reference Include="PresentationFramework" />
|
|
|
|
|
<Reference Include="System" />
|
2021-02-24 16:05:02 +08:00
|
|
|
|
<Reference Include="System.Buffers, Version=4.0.3.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
|
2022-02-13 15:27:59 +08:00
|
|
|
|
<HintPath>..\packages\System.Buffers.4.5.1\lib\net461\System.Buffers.dll</HintPath>
|
2022-04-29 13:29:22 +04:00
|
|
|
|
<HintPath>..\packages\System.Buffers.4.5.1\lib\netstandard1.1\System.Buffers.dll</HintPath>
|
2021-02-24 16:05:02 +08:00
|
|
|
|
</Reference>
|
2014-07-21 23:26:28 +04:00
|
|
|
|
<Reference Include="System.ComponentModel.Composition" />
|
|
|
|
|
<Reference Include="System.Core" />
|
2015-10-25 15:27:38 +04:00
|
|
|
|
<Reference Include="System.Drawing" />
|
2015-07-28 12:20:20 +04:00
|
|
|
|
<Reference Include="System.IO.Compression" />
|
2022-02-13 15:27:59 +08:00
|
|
|
|
<Reference Include="System.IO.FileSystem, Version=4.0.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
|
|
|
|
|
<HintPath>..\packages\System.IO.FileSystem.4.3.0\lib\net46\System.IO.FileSystem.dll</HintPath>
|
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="System.IO.FileSystem.Primitives, Version=4.0.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
|
|
|
|
|
<HintPath>..\packages\System.IO.FileSystem.Primitives.4.3.0\lib\net46\System.IO.FileSystem.Primitives.dll</HintPath>
|
|
|
|
|
</Reference>
|
2017-11-07 16:00:58 +04:00
|
|
|
|
<Reference Include="System.Numerics" />
|
2022-02-13 15:27:59 +08:00
|
|
|
|
<Reference Include="System.Numerics.Vectors, Version=4.1.4.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
|
|
|
|
|
<HintPath>..\packages\System.Numerics.Vectors.4.5.0\lib\net46\System.Numerics.Vectors.dll</HintPath>
|
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="System.Security.Cryptography.Algorithms, Version=4.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
|
|
|
|
|
<HintPath>..\packages\System.Security.Cryptography.Algorithms.4.3.1\lib\net461\System.Security.Cryptography.Algorithms.dll</HintPath>
|
2021-02-24 16:05:02 +08:00
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="System.Security.Cryptography.Primitives, Version=4.0.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
|
|
|
|
|
<HintPath>..\packages\System.Security.Cryptography.Primitives.4.3.0\lib\net46\System.Security.Cryptography.Primitives.dll</HintPath>
|
|
|
|
|
</Reference>
|
2022-04-29 13:29:22 +04:00
|
|
|
|
<Reference Include="System.Memory, Version=4.0.1.1, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
|
|
|
|
|
<HintPath>..\packages\System.Memory.4.5.4\lib\netstandard1.1\System.Memory.dll</HintPath>
|
|
|
|
|
</Reference>
|
2017-11-07 16:00:58 +04:00
|
|
|
|
<Reference Include="System.Numerics" />
|
2022-04-29 13:29:22 +04:00
|
|
|
|
<Reference Include="System.Runtime.CompilerServices.Unsafe, Version=4.0.5.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
|
|
|
|
|
<HintPath>..\packages\System.Runtime.CompilerServices.Unsafe.4.6.0\lib\netstandard1.0\System.Runtime.CompilerServices.Unsafe.dll</HintPath>
|
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="System.ValueTuple, Version=4.0.3.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
|
|
|
|
|
<HintPath>..\packages\System.ValueTuple.4.5.0\lib\netstandard1.0\System.ValueTuple.dll</HintPath>
|
2021-02-24 16:05:02 +08:00
|
|
|
|
</Reference>
|
2014-07-21 23:26:28 +04: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" />
|
2024-09-14 20:57:14 +08:00
|
|
|
|
<Reference Include="ZstdNet, Version=1.4.5.0, Culture=neutral, processorArchitecture=MSIL">
|
|
|
|
|
<HintPath>..\packages\ZstdNet.1.4.5\lib\net45\ZstdNet.dll</HintPath>
|
|
|
|
|
</Reference>
|
2014-07-21 23:26:28 +04:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
2016-02-20 18:23:02 +04:00
|
|
|
|
<Compile Include="Abel\ArcARC.cs" />
|
2018-12-19 03:22:10 +04:00
|
|
|
|
<Compile Include="Abel\ArcBIN.cs" />
|
2018-03-29 17:55:43 +04:00
|
|
|
|
<Compile Include="Abel\ArcFPK.cs" />
|
|
|
|
|
<Compile Include="Abel\ImageCBF.cs" />
|
2016-02-20 18:23:02 +04:00
|
|
|
|
<Compile Include="Abel\ImageGPS.cs" />
|
2016-10-29 02:01:31 +04:00
|
|
|
|
<Compile Include="Abogado\ArcDSK.cs" />
|
2018-04-10 22:17:38 +04:00
|
|
|
|
<Compile Include="Abogado\ArcPAK.cs" />
|
2016-10-29 02:01:31 +04:00
|
|
|
|
<Compile Include="Abogado\AudioADP.cs" />
|
|
|
|
|
<Compile Include="Abogado\ImageKG.cs" />
|
2018-01-09 04:30:43 +04:00
|
|
|
|
<Compile Include="Actgs\ArcCG.cs" />
|
2015-11-04 04:03:36 +04:00
|
|
|
|
<Compile Include="Actgs\ArcDAT.cs" />
|
2023-08-24 01:33:50 +04:00
|
|
|
|
<Compile Include="Adobe\ArcAIR.cs" />
|
2020-03-30 17:38:58 +04:00
|
|
|
|
<Compile Include="Ads\ArcPAC.cs" />
|
2018-05-20 08:10:59 +04:00
|
|
|
|
<Compile Include="AdvDx\ArcPKD.cs" />
|
2018-02-07 03:45:07 +04:00
|
|
|
|
<Compile Include="AdvScripter\ArcPAK.cs" />
|
2016-10-13 10:54:02 +04:00
|
|
|
|
<Compile Include="AdvSys\ArcAdvSys3.cs" />
|
|
|
|
|
<Compile Include="AdvSys\ImageGWD.cs" />
|
2018-01-04 20:43:30 +04:00
|
|
|
|
<Compile Include="Ail\ArcLNK2.cs" />
|
2023-08-24 01:33:50 +04:00
|
|
|
|
<Compile Include="AIRNovel\ArcAIR.cs" />
|
2023-11-19 15:50:00 +08:00
|
|
|
|
<Compile Include="Artemis\ImageNekoPNG.cs" />
|
2023-10-27 04:12:32 +04:00
|
|
|
|
<Compile Include="CsWare\AudioWAV.cs" />
|
2023-10-11 18:38:23 +04:00
|
|
|
|
<Compile Include="CsWare\ImageGDT.cs" />
|
2024-12-09 10:58:11 +08:00
|
|
|
|
<Compile Include="DigitalWorks\ArcPACPS2.cs" />
|
2024-08-02 19:29:19 +02:00
|
|
|
|
<Compile Include="DxLib\HuffmanDecoder.cs" />
|
2024-07-17 19:53:13 +02:00
|
|
|
|
<Compile Include="DxLib\WidgetDXA.xaml.cs">
|
|
|
|
|
<DependentUpon>WidgetDXA.xaml</DependentUpon>
|
|
|
|
|
</Compile>
|
2023-09-14 19:17:31 +04:00
|
|
|
|
<Compile Include="FC01\ArcBDT.cs" />
|
2023-12-07 22:52:36 +08:00
|
|
|
|
<Compile Include="FC01\ArcSCXA.cs" />
|
2023-09-14 19:17:31 +04:00
|
|
|
|
<Compile Include="FC01\BdtTables.cs" />
|
2023-09-07 12:21:15 +04:00
|
|
|
|
<Compile Include="GScripter\ArcDATA.cs" />
|
|
|
|
|
<Compile Include="Ism\ImagePNG.cs" />
|
2023-12-14 22:07:58 +08:00
|
|
|
|
<Compile Include="Kid\ArcDATRAW.cs" />
|
2023-12-21 13:50:20 +08:00
|
|
|
|
<Compile Include="Kid\ImageBIP.cs" />
|
|
|
|
|
<Compile Include="Kid\ImageBIParc.cs" />
|
2023-12-16 15:27:26 +08:00
|
|
|
|
<Compile Include="Kid\ImageLBG.cs" />
|
2023-12-16 21:46:17 +08:00
|
|
|
|
<Compile Include="Kid\ImageSPC.cs" />
|
2023-09-07 12:21:15 +04:00
|
|
|
|
<Compile Include="Kogado\ArcARC.cs" />
|
|
|
|
|
<Compile Include="Ice\ImageIBM.cs" />
|
|
|
|
|
<Compile Include="Ice\ScriptISD.cs" />
|
2019-03-31 21:39:39 +04:00
|
|
|
|
<Compile Include="BlueGale\ImageBBM.cs" />
|
2023-08-24 01:33:50 +04:00
|
|
|
|
<Compile Include="ClickTeam\ArcMF.cs" />
|
|
|
|
|
<Compile Include="DxLib\ArcDX8.cs" />
|
2022-04-29 13:29:22 +04:00
|
|
|
|
<Compile Include="Hypatia\ArcLPK.cs" />
|
|
|
|
|
<Compile Include="Hypatia\ImageLSG.cs" />
|
2023-08-24 01:33:50 +04:00
|
|
|
|
<Compile Include="Illusion\ArcPP.cs" />
|
|
|
|
|
<Compile Include="Interheart\ImageBMP.cs" />
|
|
|
|
|
<Compile Include="Interheart\ImageHMP.cs" />
|
2019-03-31 21:39:39 +04:00
|
|
|
|
<Compile Include="JamCreation\ArcDAT.cs" />
|
|
|
|
|
<Compile Include="JamCreation\ImageDPO.cs" />
|
2017-01-11 06:49:23 +04:00
|
|
|
|
<Compile Include="AliceSoft\ArcAAR.cs" />
|
2016-04-25 21:00:28 +04:00
|
|
|
|
<Compile Include="AliceSoft\ArcAFA.cs" />
|
|
|
|
|
<Compile Include="AliceSoft\ArcALK.cs" />
|
2016-09-14 01:50:44 +04:00
|
|
|
|
<Compile Include="AliceSoft\ImageAJP.cs" />
|
2016-07-29 18:10:13 +04:00
|
|
|
|
<Compile Include="AliceSoft\ImageDCF.cs" />
|
2017-11-26 17:04:53 +04:00
|
|
|
|
<Compile Include="AliceSoft\ImagePMS.cs" />
|
2017-03-09 10:53:24 +04:00
|
|
|
|
<Compile Include="AnimeGameSystem\ArcANI.cs" />
|
2016-04-27 00:08:58 +04:00
|
|
|
|
<Compile Include="AnimeGameSystem\WidgetAGS.xaml.cs">
|
|
|
|
|
<DependentUpon>WidgetAGS.xaml</DependentUpon>
|
|
|
|
|
</Compile>
|
2018-08-31 06:12:04 +04:00
|
|
|
|
<Compile Include="Ankh\ArcDAT.cs" />
|
2016-03-20 09:42:36 +04:00
|
|
|
|
<Compile Include="Ankh\ArcGRP.cs" />
|
2016-10-07 04:34:55 +04:00
|
|
|
|
<Compile Include="Ankh\AudioPCM.cs" />
|
2018-08-31 06:12:04 +04:00
|
|
|
|
<Compile Include="Ankh\ImageGPD.cs" />
|
|
|
|
|
<Compile Include="Ankh\ImageMSK.cs" />
|
2018-04-24 21:00:03 +04:00
|
|
|
|
<Compile Include="Antique\ArcDAT.cs" />
|
|
|
|
|
<Compile Include="Antique\ImageGPD.cs" />
|
2016-06-24 21:58:47 +04:00
|
|
|
|
<Compile Include="Aoi\ImageAGF.cs" />
|
2018-05-05 01:58:57 +04:00
|
|
|
|
<Compile Include="Apricot\ArcDAT.cs" />
|
2016-07-28 14:20:12 +04:00
|
|
|
|
<Compile Include="ArcARCX.cs" />
|
2017-03-27 08:22:42 +04:00
|
|
|
|
<Compile Include="Artemis\ArcMJA.cs" />
|
2023-09-07 12:21:15 +04:00
|
|
|
|
<Compile Include="Macintosh\ImagePICT.cs" />
|
2023-08-24 01:33:50 +04:00
|
|
|
|
<Compile Include="Macromedia\ArcDXR.cs" />
|
2023-09-07 12:21:15 +04:00
|
|
|
|
<Compile Include="Macromedia\AudioSND.cs" />
|
2023-08-24 01:33:50 +04:00
|
|
|
|
<Compile Include="Macromedia\DirectorFile.cs" />
|
|
|
|
|
<Compile Include="Macromedia\Palettes.cs" />
|
2023-12-05 00:41:53 +08:00
|
|
|
|
<Compile Include="MAGES\ArcARC20.cs" />
|
2023-12-14 22:58:43 +08:00
|
|
|
|
<Compile Include="MAGES\ArcFARC.cs" />
|
2023-12-19 15:52:13 +08:00
|
|
|
|
<Compile Include="MAGES\ArcGPDA.cs" />
|
2023-12-15 22:44:38 +08:00
|
|
|
|
<Compile Include="MAGES\ArcGTF.cs" />
|
2023-12-06 22:52:55 +08:00
|
|
|
|
<Compile Include="MAGES\ArcLoveOnce.cs" />
|
2023-12-09 23:48:09 +08:00
|
|
|
|
<Compile Include="MAGES\ImageBIN.cs" />
|
2023-09-07 12:21:15 +04:00
|
|
|
|
<Compile Include="Mugi\ArcBIN.cs" />
|
2024-12-12 16:17:54 +08:00
|
|
|
|
<Compile Include="Musica\ArcPAK.cs" />
|
2023-12-06 23:58:24 +08:00
|
|
|
|
<Compile Include="NipponIchi\ArcCASN.cs" />
|
2023-12-07 22:18:05 +08:00
|
|
|
|
<Compile Include="NipponIchi\ArcPSFS.cs" />
|
2023-12-07 00:29:26 +08:00
|
|
|
|
<Compile Include="NipponIchi\ImageNMT.cs" />
|
2023-08-24 01:33:50 +04:00
|
|
|
|
<Compile Include="NScripter\Script.cs" />
|
2023-09-14 19:17:31 +04:00
|
|
|
|
<Compile Include="Psp\ArcQPK.cs" />
|
2023-09-07 12:21:15 +04:00
|
|
|
|
<Compile Include="ScrPlayer\ImageIMG.cs" />
|
2023-10-11 18:38:23 +04:00
|
|
|
|
<Compile Include="SingleFileArchive.cs" />
|
|
|
|
|
<Compile Include="Software House Parsley\ArcCG3.cs" />
|
2023-09-07 12:21:15 +04:00
|
|
|
|
<Compile Include="Software House Parsley\ArcScn.cs" />
|
2023-08-24 01:33:50 +04:00
|
|
|
|
<Compile Include="TechGian\ArcBIN.cs" />
|
2023-09-07 12:21:15 +04:00
|
|
|
|
<Compile Include="Unity\ScriptDSM.cs" />
|
2023-10-20 18:12:32 +04:00
|
|
|
|
<Compile Include="Xuse\ArcNT.cs" />
|
|
|
|
|
<Compile Include="Xuse\ArcWVB.cs" />
|
2023-08-24 01:33:50 +04:00
|
|
|
|
<Compile Include="Zyx\ImageXMG.cs" />
|
2023-09-07 12:21:15 +04:00
|
|
|
|
<Compile Include="AudioAIFF.cs" />
|
2018-07-15 00:14:57 +04:00
|
|
|
|
<Compile Include="Basil\ArcMIF.cs" />
|
2018-12-19 03:22:10 +04:00
|
|
|
|
<Compile Include="Basil\AudioWHC.cs" />
|
2018-07-15 00:14:57 +04:00
|
|
|
|
<Compile Include="Basil\ImageBCF.cs" />
|
|
|
|
|
<Compile Include="Basil\ImageNG3.cs" />
|
2017-10-23 08:55:38 +04:00
|
|
|
|
<Compile Include="BeF\AudioVZY.cs" />
|
|
|
|
|
<Compile Include="BeF\ImageALO.cs" />
|
2017-11-25 01:56:49 +04:00
|
|
|
|
<Compile Include="BellDa\ArcDAT.cs" />
|
|
|
|
|
<Compile Include="BellDa\AudioPW.cs" />
|
2018-06-14 23:21:00 +04:00
|
|
|
|
<Compile Include="BellDa\ImageCP.cs" />
|
2017-12-11 08:11:30 +04:00
|
|
|
|
<Compile Include="Bishop\ArcPK.cs" />
|
2017-12-12 11:34:24 +04:00
|
|
|
|
<Compile Include="Bishop\ImageGSA.cs" />
|
2017-02-20 09:42:35 +04:00
|
|
|
|
<Compile Include="BlackRainbow\ArcCCF.cs" />
|
|
|
|
|
<Compile Include="BlackRainbow\ArcIMP.cs" />
|
|
|
|
|
<Compile Include="BlackRainbow\ArcSPPAK.cs" />
|
2018-01-05 20:25:17 +04:00
|
|
|
|
<Compile Include="Bonk\ArcPACK.cs" />
|
2017-02-23 18:39:13 +04:00
|
|
|
|
<Compile Include="Cadath\ArcDAF.cs" />
|
2018-05-10 02:06:19 +04:00
|
|
|
|
<Compile Include="Cadath\AudioVWF.cs" />
|
2017-02-23 18:39:13 +04:00
|
|
|
|
<Compile Include="Cadath\ImageCGF.cs" />
|
2018-05-01 16:37:34 +04:00
|
|
|
|
<Compile Include="Carriere\ArcARC.cs" />
|
|
|
|
|
<Compile Include="Carriere\ImageCGD.cs" />
|
2019-03-11 10:45:14 +04:00
|
|
|
|
<Compile Include="CatSystem\ArcDAT.cs" />
|
2018-10-27 09:59:18 +04:00
|
|
|
|
<Compile Include="CDPA\ArcPACK.cs" />
|
2018-05-22 17:43:32 +04:00
|
|
|
|
<Compile Include="Cmvs\ArcCPZ1.cs" />
|
2017-11-27 12:47:15 +04:00
|
|
|
|
<Compile Include="Cmvs\CpzHeader.cs" />
|
|
|
|
|
<Compile Include="Cmvs\HuffmanDecoder.cs" />
|
2018-09-22 02:49:41 +04:00
|
|
|
|
<Compile Include="Crc16.cs" />
|
2019-03-31 21:39:39 +04:00
|
|
|
|
<Compile Include="Cri\ImageGXT.cs" />
|
2017-03-29 02:57:34 +04:00
|
|
|
|
<Compile Include="Crowd\ImageCRZ.cs" />
|
2019-01-27 02:27:21 +04:00
|
|
|
|
<Compile Include="CsWare\ArcARC2.cs" />
|
2017-12-21 04:33:38 +04:00
|
|
|
|
<Compile Include="CsWare\ArcDAT.cs" />
|
2018-03-27 14:20:30 +04:00
|
|
|
|
<Compile Include="CsWare\ImageB5.cs" />
|
2017-11-22 19:59:13 +04:00
|
|
|
|
<Compile Include="CsWare\ImageBPC.cs" />
|
2017-03-26 04:12:53 +04:00
|
|
|
|
<Compile Include="Cyberworks\ArcApp.cs" />
|
2017-12-19 20:45:34 +04:00
|
|
|
|
<Compile Include="Cyberworks\ArcP8.cs" />
|
|
|
|
|
<Compile Include="Cyberworks\ImageTB1.cs" />
|
2018-01-11 20:20:42 +04:00
|
|
|
|
<Compile Include="DaiSystem\ArcPAC.cs" />
|
2018-09-19 12:17:41 +04:00
|
|
|
|
<Compile Include="DigitalWorks\ArcBIN.cs" />
|
|
|
|
|
<Compile Include="DigitalWorks\ArcPAC.cs" />
|
|
|
|
|
<Compile Include="DigitalWorks\ImageTM2.cs" />
|
|
|
|
|
<Compile Include="DigitalWorks\ImageTX.cs" />
|
2017-04-14 08:28:12 +04:00
|
|
|
|
<Compile Include="DirectDraw\DxtDecoder.cs" />
|
2018-03-12 07:14:03 +04:00
|
|
|
|
<Compile Include="DjSystem\ArcDAT.cs" />
|
2019-02-02 04:56:00 +04:00
|
|
|
|
<Compile Include="DxLib\DxKey.cs" />
|
2017-12-08 14:42:54 +04:00
|
|
|
|
<Compile Include="elf\ArcAi5DAT.cs" />
|
2017-12-11 08:11:30 +04:00
|
|
|
|
<Compile Include="elf\ImageRMT.cs" />
|
2018-04-10 22:17:38 +04:00
|
|
|
|
<Compile Include="EmbeddedResource.cs" />
|
2018-01-22 21:15:48 +04:00
|
|
|
|
<Compile Include="Emote\ImageDREF.cs" />
|
2018-11-10 22:21:45 +04:00
|
|
|
|
<Compile Include="Eternity\ArcGLNK.cs" />
|
2018-06-14 23:21:00 +04:00
|
|
|
|
<Compile Include="Eternity\ImageSGF.cs" />
|
2018-08-31 06:12:04 +04:00
|
|
|
|
<Compile Include="Ethornell\ImageCBG.cs" />
|
2018-06-14 23:21:00 +04:00
|
|
|
|
<Compile Include="Eushully\AudioAOG.cs" />
|
2019-01-01 19:40:56 +04:00
|
|
|
|
<Compile Include="FamilyAdvSystem\ArcCSAF.cs" />
|
2018-07-25 10:06:20 +04:00
|
|
|
|
<Compile Include="FC01\ArcMRG0.cs" />
|
2018-03-11 21:12:58 +04:00
|
|
|
|
<Compile Include="FC01\ArcPAK.cs" />
|
2018-08-10 18:48:27 +04:00
|
|
|
|
<Compile Include="FC01\ImageTIL.cs" />
|
2018-04-10 22:17:38 +04:00
|
|
|
|
<Compile Include="FC01\ImageWM2.cs" />
|
2018-03-27 14:20:30 +04:00
|
|
|
|
<Compile Include="FC01\ImageWMK.cs" />
|
2018-11-07 11:50:38 +04:00
|
|
|
|
<Compile Include="FrontWing\ArcFG.cs" />
|
|
|
|
|
<Compile Include="FrontWing\ArcFLT.cs" />
|
2018-03-11 21:12:58 +04:00
|
|
|
|
<Compile Include="FrontWing\ArcVAV.cs" />
|
2018-11-07 11:50:38 +04:00
|
|
|
|
<Compile Include="FrontWing\ImageFG.cs" />
|
2018-09-11 17:46:15 +04:00
|
|
|
|
<Compile Include="GLib\ArcG.cs" />
|
2018-01-20 09:43:31 +04:00
|
|
|
|
<Compile Include="Groover\ArcPCG.cs" />
|
2018-06-19 14:08:23 +04:00
|
|
|
|
<Compile Include="Gss\ArcARC.cs" />
|
2018-01-31 00:00:54 +04:00
|
|
|
|
<Compile Include="HCSystem\ArcPAK.cs" />
|
|
|
|
|
<Compile Include="HCSystem\ImageOPF.cs" />
|
2018-01-02 06:56:32 +04:00
|
|
|
|
<Compile Include="HuffmanCompression.cs" />
|
2018-09-22 02:49:41 +04:00
|
|
|
|
<Compile Include="Hypatia\AudioADP.cs" />
|
2019-01-23 05:59:02 +04:00
|
|
|
|
<Compile Include="Hypatia\ImageLPG.cs" />
|
2018-09-22 02:49:41 +04:00
|
|
|
|
<Compile Include="Hypatia\ImageWBM.cs" />
|
2018-09-03 15:08:15 +04:00
|
|
|
|
<Compile Include="Ikura\ArcGAN.cs" />
|
2018-01-16 11:53:25 +04: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 01:28:48 +04:00
|
|
|
|
<Compile Include="ImageMNG.cs" />
|
2018-06-06 00:51:25 +04:00
|
|
|
|
<Compile Include="Interheart\ArcFPK2.cs" />
|
2018-08-31 06:12:04 +04:00
|
|
|
|
<Compile Include="Interheart\ImageCandy.cs" />
|
2018-02-07 03:45:07 +04:00
|
|
|
|
<Compile Include="Ivory\ArcSG.cs" />
|
2022-12-18 03:27:19 +08:00
|
|
|
|
<Compile Include="Kaguya\ArcAF.cs" />
|
2022-02-13 00:55:33 +08:00
|
|
|
|
<Compile Include="Kaguya\ArcPL00.cs" />
|
|
|
|
|
<Compile Include="Kaguya\ArcPL10.cs" />
|
2022-05-03 20:53:01 +04:00
|
|
|
|
<Compile Include="Kaguya\ArcPLT.cs" />
|
2019-03-31 21:39:39 +04:00
|
|
|
|
<Compile Include="Key\ArcPAK.cs" />
|
|
|
|
|
<Compile Include="Key\AudioOGGPAK.cs" />
|
|
|
|
|
<Compile Include="Key\ImageCZ.cs" />
|
2018-11-23 07:03:36 +04:00
|
|
|
|
<Compile Include="Kid\ArcDAT.cs" />
|
|
|
|
|
<Compile Include="Kid\AudioWAF.cs" />
|
|
|
|
|
<Compile Include="Kid\ImagePRT.cs" />
|
2022-09-11 04:55:25 +08:00
|
|
|
|
<Compile Include="KiriKiri\HxCrypt.cs" />
|
2023-08-07 20:40:52 +08:00
|
|
|
|
<Compile Include="KiriKiri\HxCryptLite.cs" />
|
2018-01-29 03:58:53 +04:00
|
|
|
|
<Compile Include="KiriKiri\MoreCrypt.cs" />
|
2018-04-01 07:58:40 +04:00
|
|
|
|
<Compile Include="KiriKiri\YuzCrypt.cs" />
|
2018-01-02 06:56:32 +04:00
|
|
|
|
<Compile Include="Lambda\ArcLAX.cs" />
|
2018-01-07 01:25:12 +04:00
|
|
|
|
<Compile Include="Lambda\ImageCLS.cs" />
|
2020-03-30 17:38:58 +04:00
|
|
|
|
<Compile Include="Leaf\ArcAR2.cs" />
|
2018-11-07 11:50:38 +04:00
|
|
|
|
<Compile Include="Leaf\ArcLEAF.cs" />
|
2018-11-05 05:06:41 +04:00
|
|
|
|
<Compile Include="Leaf\ArcPAK.cs" />
|
2018-11-07 11:50:38 +04:00
|
|
|
|
<Compile Include="Leaf\AudioP16.cs" />
|
|
|
|
|
<Compile Include="Leaf\ImageBJR.cs" />
|
|
|
|
|
<Compile Include="Leaf\ImageLFG.cs" />
|
|
|
|
|
<Compile Include="Leaf\WidgetLEAF.xaml.cs">
|
|
|
|
|
<DependentUpon>WidgetLEAF.xaml</DependentUpon>
|
|
|
|
|
</Compile>
|
2018-01-17 01:28:48 +04:00
|
|
|
|
<Compile Include="Lilim\ImageIMG.cs" />
|
2018-02-24 20:40:19 +04:00
|
|
|
|
<Compile Include="LiveMaker\ArcGALX.cs" />
|
2018-03-21 09:49:48 +04:00
|
|
|
|
<Compile Include="Aims\ArcPACK.cs" />
|
2018-10-03 17:54:47 +04: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-12-19 03:45:04 +04:00
|
|
|
|
<Compile Include="Macromedia\ArcSWF.cs" />
|
2018-01-02 20:24:15 +04:00
|
|
|
|
<Compile Include="Maika\ArcBK.cs" />
|
2018-01-21 19:32:21 +04:00
|
|
|
|
<Compile Include="Maika\ArcMIK01.cs" />
|
|
|
|
|
<Compile Include="Maika\AudioWV5.cs" />
|
2018-07-25 10:06:20 +04:00
|
|
|
|
<Compile Include="MangaGamer\ArcSHA.cs" />
|
2018-11-23 08:31:24 +04:00
|
|
|
|
<Compile Include="Mebius\AudioKOE.cs" />
|
|
|
|
|
<Compile Include="Mebius\ImageMCG.cs" />
|
2018-07-06 16:00:25 +04:00
|
|
|
|
<Compile Include="Mnp\ArcMMA.cs" />
|
2018-08-09 08:03:22 +04:00
|
|
|
|
<Compile Include="MultiFileArchive.cs" />
|
2019-01-28 19:11:26 +04:00
|
|
|
|
<Compile Include="Musica\ArcANI.cs" />
|
2023-08-24 01:33:50 +04:00
|
|
|
|
<Compile Include="MyAdv\ArcPAC.cs" />
|
|
|
|
|
<Compile Include="Nekopack\ArcNEKO2.cs" />
|
|
|
|
|
<Compile Include="Nekopack\ArcNEKO3.cs" />
|
2023-11-29 23:20:50 +08:00
|
|
|
|
<Compile Include="MAGES\ArcLAY.cs" />
|
|
|
|
|
<Compile Include="MAGES\ArcMPK.cs" />
|
2018-12-02 19:37:30 +04:00
|
|
|
|
<Compile Include="NitroPlus\ArcNPP.cs" />
|
2018-05-04 13:57:19 +04:00
|
|
|
|
<Compile Include="Noesis\ArcIGA.cs" />
|
2018-01-22 11:41:46 +04:00
|
|
|
|
<Compile Include="NonColor\ArcMinato.cs" />
|
2018-01-20 09:43:31 +04:00
|
|
|
|
<Compile Include="Misc\ArcBIN.cs" />
|
2018-01-03 22:01:32 +04:00
|
|
|
|
<Compile Include="Nekopunch\ImagePBM.cs" />
|
2018-01-02 06:56:32 +04:00
|
|
|
|
<Compile Include="Nexas\ArcTPF.cs" />
|
2017-12-30 00:33:28 +04:00
|
|
|
|
<Compile Include="LiveMaker\ImageGALX.cs" />
|
2019-02-25 13:04:47 +04:00
|
|
|
|
<Compile Include="Nonono\ArcNPF.cs" />
|
2019-03-12 03:24:28 +04:00
|
|
|
|
<Compile Include="Nonono\ImageIMGX.cs" />
|
2018-06-14 23:21:00 +04:00
|
|
|
|
<Compile Include="Origin\ArcDAT.cs" />
|
2019-03-31 21:39:39 +04:00
|
|
|
|
<Compile Include="Origin\ArcGAF.cs" />
|
2017-12-29 01:20:58 +04:00
|
|
|
|
<Compile Include="Otemoto\ArcTLZ.cs" />
|
|
|
|
|
<Compile Include="Otemoto\ImageMAG.cs" />
|
2017-04-07 12:40:52 +04:00
|
|
|
|
<Compile Include="ExHibit\ArcGRP.cs" />
|
2017-02-19 16:01:11 +04:00
|
|
|
|
<Compile Include="Foster\ArcC24.cs" />
|
|
|
|
|
<Compile Include="Foster\ArcFA2.cs" />
|
|
|
|
|
<Compile Include="Foster\ImageC24.cs" />
|
2017-11-20 23:57:44 +04:00
|
|
|
|
<Compile Include="Foster\ImageC25.cs" />
|
2017-02-13 20:13:20 +04:00
|
|
|
|
<Compile Include="GameSystem\ArcPureMail.cs" />
|
2017-02-25 02:14:03 +04:00
|
|
|
|
<Compile Include="GameSystem\AudioADP4.cs" />
|
2017-12-08 14:42:54 +04:00
|
|
|
|
<Compile Include="ImageLZS.cs" />
|
2017-12-05 22:33:06 +04:00
|
|
|
|
<Compile Include="ImagePIC.cs" />
|
2017-11-22 19:52:26 +04:00
|
|
|
|
<Compile Include="ImagePNX.cs" />
|
2017-07-07 19:47:14 +04:00
|
|
|
|
<Compile Include="ImagePSM.cs" />
|
2017-03-11 11:46:10 +04:00
|
|
|
|
<Compile Include="Kaas\ArcPB.cs" />
|
2017-03-11 11:37:51 +04:00
|
|
|
|
<Compile Include="Kaas\AudioKAAS.cs" />
|
2017-05-02 22:00:36 +04:00
|
|
|
|
<Compile Include="Kaguya\ArcAN21.cs" />
|
2017-04-02 14:47:10 +04:00
|
|
|
|
<Compile Include="Kaguya\ArcUF.cs" />
|
2017-12-06 08:54:12 +04:00
|
|
|
|
<Compile Include="KiriKiri\ArcXPK.cs" />
|
2017-09-27 18:04:42 +04:00
|
|
|
|
<Compile Include="KiriKiri\CzCrypt.cs" />
|
2017-03-28 10:09:07 +04:00
|
|
|
|
<Compile Include="Kurumi\ImageGRA.cs" />
|
2017-12-26 20:15:11 +04:00
|
|
|
|
<Compile Include="Lambda\ArcCLS.cs" />
|
2017-03-17 16:01:38 +04:00
|
|
|
|
<Compile Include="Leaf\ArcPX.cs" />
|
2017-10-28 12:08:48 +04:00
|
|
|
|
<Compile Include="Littlewitch\ArcDAT.cs" />
|
2017-09-12 17:34:12 +04:00
|
|
|
|
<Compile Include="LunaSoft\ArcPAC.cs" />
|
2017-03-13 19:17:59 +04:00
|
|
|
|
<Compile Include="Malie\ArcLIBU.cs" />
|
2017-06-06 23:22:19 +04:00
|
|
|
|
<Compile Include="Malie\LibScheme.cs" />
|
|
|
|
|
<Compile Include="Malie\MalieEncryption.cs" />
|
2017-12-10 14:14:58 +04:00
|
|
|
|
<Compile Include="Marble\ArcDNS.cs" />
|
|
|
|
|
<Compile Include="Marble\ImageYP.cs" />
|
2017-11-21 10:23:41 +04:00
|
|
|
|
<Compile Include="Masys\ArcMGS.cs" />
|
2017-11-21 10:13:02 +04:00
|
|
|
|
<Compile Include="Masys\ImageALP.cs" />
|
2017-04-02 15:30:00 +04:00
|
|
|
|
<Compile Include="MicroVision\ArcARC.cs" />
|
|
|
|
|
<Compile Include="MicroVision\ArcGSD.cs" />
|
|
|
|
|
<Compile Include="MicroVision\AudioIKM.cs" />
|
|
|
|
|
<Compile Include="MicroVision\ImageGPC.cs" />
|
2017-12-29 01:20:58 +04:00
|
|
|
|
<Compile Include="Morning\ArcPAK.cs" />
|
2017-12-31 08:59:42 +04:00
|
|
|
|
<Compile Include="PackedStream.cs" />
|
2018-10-06 02:56:46 +04:00
|
|
|
|
<Compile Include="Palette\ArcPAK2.cs" />
|
2018-01-22 15:52:49 +04:00
|
|
|
|
<Compile Include="PalmTree\ArcAR.cs" />
|
2018-01-30 06:34:24 +04:00
|
|
|
|
<Compile Include="PkWare\WidgetZIP.xaml.cs">
|
|
|
|
|
<DependentUpon>WidgetZIP.xaml</DependentUpon>
|
|
|
|
|
</Compile>
|
2017-02-22 19:32:02 +04:00
|
|
|
|
<Compile Include="Qlie\DelphiDeserializer.cs" />
|
2017-03-12 05:45:36 +04:00
|
|
|
|
<Compile Include="Qlie\Encryption.cs" />
|
2018-06-19 14:08:23 +04:00
|
|
|
|
<Compile Include="Qlie\ImageABMP.cs" />
|
2022-04-29 13:29:22 +04:00
|
|
|
|
<Compile Include="Qlie\ImageARGB.cs" />
|
2017-02-19 19:59:15 +04:00
|
|
|
|
<Compile Include="RealLive\ArcKOE.cs" />
|
2017-11-22 19:56:12 +04:00
|
|
|
|
<Compile Include="RealLive\ArcSEEN.cs" />
|
2018-04-09 13:18:31 +04:00
|
|
|
|
<Compile Include="RealLive\ImageG00Jpeg.cs" />
|
2018-01-08 20:04:23 +04:00
|
|
|
|
<Compile Include="ResourceSettings.cs" />
|
2018-10-18 23:05:35 +04:00
|
|
|
|
<Compile Include="Rits\ImageHBM.cs" />
|
2017-11-21 12:11:51 +04:00
|
|
|
|
<Compile Include="RPM\ArcZENOS.cs" />
|
2017-03-20 03:29:50 +04:00
|
|
|
|
<Compile Include="rUGP\AudioRHA.cs" />
|
2017-09-17 07:05:41 +04:00
|
|
|
|
<Compile Include="Lilim\ArcFGA.cs" />
|
2017-12-26 20:03:16 +04:00
|
|
|
|
<Compile Include="ScenePlayer\ArcPMA.cs" />
|
2017-11-24 01:24:42 +04:00
|
|
|
|
<Compile Include="ScenePlayer\ArcPMX.cs" />
|
2017-11-26 00:32:47 +04:00
|
|
|
|
<Compile Include="Scoop\ArcGX.cs" />
|
2018-12-29 22:25:16 +04:00
|
|
|
|
<Compile Include="Scoop\ImageSCP.cs" />
|
2022-05-03 13:47:29 +04:00
|
|
|
|
<Compile Include="Seraphim\ArcArchAngel.cs" />
|
2018-10-27 09:59:18 +04:00
|
|
|
|
<Compile Include="Seraphim\ArcCP3.cs" />
|
2018-09-09 17:25:14 +04:00
|
|
|
|
<Compile Include="Seraphim\ArcMC.cs" />
|
2017-11-26 00:35:07 +04:00
|
|
|
|
<Compile Include="Seraphim\ArcSCN.cs" />
|
|
|
|
|
<Compile Include="Seraphim\ArcVoice.cs" />
|
2018-10-27 09:59:18 +04:00
|
|
|
|
<Compile Include="Seraphim\ImageCP3.cs" />
|
2017-12-09 18:15:06 +04:00
|
|
|
|
<Compile Include="ShiinaRio\ArcWARC1.0.cs" />
|
2018-04-07 03:03:38 +04:00
|
|
|
|
<Compile Include="ShiinaRio\ImageCHD.cs" />
|
2018-12-19 03:22:10 +04:00
|
|
|
|
<Compile Include="Slg\ImageTIM.cs" />
|
2019-03-31 21:39:39 +04:00
|
|
|
|
<Compile Include="Software House Parsley\ArcCG2.cs" />
|
|
|
|
|
<Compile Include="Software House Parsley\ArcPAC.cs" />
|
2019-03-04 04:02:28 +04:00
|
|
|
|
<Compile Include="Software House Parsley\ArcUCG.cs" />
|
2019-03-31 21:39:39 +04:00
|
|
|
|
<Compile Include="Software House Parsley\ImagePCG.cs" />
|
2023-08-24 01:33:50 +04:00
|
|
|
|
<Compile Include="Sohfu\ArcSKA.cs" />
|
|
|
|
|
<Compile Include="Sohfu\ImageDTL.cs" />
|
2018-10-09 14:41:13 +04:00
|
|
|
|
<Compile Include="Speed\ArcARC.cs" />
|
2018-11-01 23:54:07 +04:00
|
|
|
|
<Compile Include="Stack\ArcGPK.cs" />
|
2020-03-30 17:38:58 +04:00
|
|
|
|
<Compile Include="Strikes\ArcPCK.cs" />
|
|
|
|
|
<Compile Include="Ads\ArcPOG.cs" />
|
|
|
|
|
<Compile Include="Strikes\ImageLAG.cs" />
|
2019-03-11 10:45:14 +04:00
|
|
|
|
<Compile Include="StudioJikkenshitsu\ArcUMPK.cs" />
|
2018-12-23 14:30:01 +04:00
|
|
|
|
<Compile Include="StudioJikkenshitsu\ImageDAT.cs" />
|
2019-03-11 10:45:14 +04:00
|
|
|
|
<Compile Include="StudioJikkenshitsu\ImageGRC.cs" />
|
2018-12-23 14:30:01 +04:00
|
|
|
|
<Compile Include="StudioJikkenshitsu\ImageGRD.cs" />
|
|
|
|
|
<Compile Include="StudioJikkenshitsu\SjTransform.cs" />
|
|
|
|
|
<Compile Include="StudioJikkenshitsu\WidgetSJDAT.xaml.cs">
|
|
|
|
|
<DependentUpon>WidgetSJDAT.xaml</DependentUpon>
|
|
|
|
|
</Compile>
|
2018-04-13 09:42:14 +04:00
|
|
|
|
<Compile Include="StudioSakura\ArcDAT.cs" />
|
2017-11-25 01:56:49 +04:00
|
|
|
|
<Compile Include="Silky\ImageGRD.cs" />
|
2017-08-14 15:05:24 +04:00
|
|
|
|
<Compile Include="Slg\ArcSPD.cs" />
|
2017-02-10 18:00:42 +04:00
|
|
|
|
<Compile Include="Software House Parsley\ArcCG.cs" />
|
2016-12-28 18:00:56 +04:00
|
|
|
|
<Compile Include="Artemis\ArcPFS.cs" />
|
2017-01-05 14:59:16 +04:00
|
|
|
|
<Compile Include="AudioWMA.cs" />
|
2017-02-03 11:48:54 +04:00
|
|
|
|
<Compile Include="BlackRainbow\ArcDAT.cs" />
|
2016-11-18 02:05:03 +04:00
|
|
|
|
<Compile Include="BlackRainbow\ArcDX.cs" />
|
2017-01-20 10:58:56 +04:00
|
|
|
|
<Compile Include="C4\AudioVMD.cs" />
|
|
|
|
|
<Compile Include="C4\ImageGD.cs" />
|
2016-12-23 00:56:19 +04:00
|
|
|
|
<Compile Include="Cadath\ArcKAR.cs" />
|
|
|
|
|
<Compile Include="Cadath\ImageKGF.cs" />
|
2016-12-03 07:37:06 +04:00
|
|
|
|
<Compile Include="Cmvs\ArcCPZ2.cs" />
|
2016-12-03 19:16:44 +04:00
|
|
|
|
<Compile Include="Cmvs\AudioMV2.cs" />
|
2016-12-03 07:37:06 +04:00
|
|
|
|
<Compile Include="Cmvs\ImageMSK.cs" />
|
|
|
|
|
<Compile Include="Cmvs\ImagePB2.cs" />
|
2017-02-05 21:08:52 +04:00
|
|
|
|
<Compile Include="Cromwell\ArcPAK.cs" />
|
2017-01-08 06:19:56 +04:00
|
|
|
|
<Compile Include="Ellefin\ArcEPK.cs" />
|
2017-01-09 14:54:56 +04:00
|
|
|
|
<Compile Include="Entis\ArcPAC.cs" />
|
2017-01-23 18:35:16 +04:00
|
|
|
|
<Compile Include="ExeFile.cs" />
|
2017-01-17 07:03:51 +04:00
|
|
|
|
<Compile Include="GameSystem\ArcCHR.cs" />
|
2017-01-16 16:51:41 +04:00
|
|
|
|
<Compile Include="GameSystem\ArcCMP.cs" />
|
2017-01-23 18:49:49 +04:00
|
|
|
|
<Compile Include="GameSystem\ArcDAT.cs" />
|
2017-01-20 00:11:41 +04:00
|
|
|
|
<Compile Include="GameSystem\ImageALP.cs" />
|
2017-01-16 16:51:41 +04:00
|
|
|
|
<Compile Include="GameSystem\ImageBGD.cs" />
|
|
|
|
|
<Compile Include="GameSystem\ImageCGD.cs" />
|
2017-01-17 07:03:51 +04:00
|
|
|
|
<Compile Include="GameSystem\ImageCHR.cs" />
|
2017-01-21 04:17:59 +04:00
|
|
|
|
<Compile Include="GameSystem\ImageTEXB.cs" />
|
2017-01-23 18:46:41 +04:00
|
|
|
|
<Compile Include="HSP\ArcDPM.cs" />
|
2017-01-14 12:59:51 +04:00
|
|
|
|
<Compile Include="Lz4Stream.cs" />
|
2017-01-05 02:05:04 +04:00
|
|
|
|
<Compile Include="Majiro\ImageRC8.cs" />
|
2017-01-15 01:26:24 +04:00
|
|
|
|
<Compile Include="Mixwill\ArcARC0.cs" />
|
|
|
|
|
<Compile Include="Mixwill\ImagePB00.cs" />
|
2017-01-24 09:57:03 +04:00
|
|
|
|
<Compile Include="Nejii\ArcCDT.cs" />
|
|
|
|
|
<Compile Include="Nejii\ArcPCD.cs" />
|
2016-11-25 07:42:32 +04: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 13:02:54 +04:00
|
|
|
|
<Compile Include="OneUp\ArcARC.cs" />
|
2017-01-05 05:43:57 +04:00
|
|
|
|
<Compile Include="Pandora\ImageXL24.cs" />
|
2016-11-08 12:30:59 +04:00
|
|
|
|
<Compile Include="rUGP\ArcRIO.cs" />
|
2016-06-30 20:36:46 +04:00
|
|
|
|
<Compile Include="Astronauts\ArcGXP.cs" />
|
2016-06-21 17:48:03 +04:00
|
|
|
|
<Compile Include="Banana\ImageGEC.cs" />
|
2016-06-26 00:20:36 +04:00
|
|
|
|
<Compile Include="BlackRainbow\ArcPAK.cs" />
|
2016-08-14 09:00:55 +04:00
|
|
|
|
<Compile Include="BlueGale\VideoAMV.cs" />
|
2016-08-31 11:01:31 +04:00
|
|
|
|
<Compile Include="CaramelBox\ArcARC3.cs" />
|
2016-08-11 07:18:53 +04:00
|
|
|
|
<Compile Include="CaramelBox\ArcARC4.cs" />
|
|
|
|
|
<Compile Include="CaramelBox\ImageFCB.cs" />
|
2016-10-13 10:57:44 +04:00
|
|
|
|
<Compile Include="Circus\ArcCRM.cs" />
|
2016-10-13 14:49:29 +04:00
|
|
|
|
<Compile Include="Circus\ImageCRXD.cs" />
|
2016-06-24 19:06:01 +04:00
|
|
|
|
<Compile Include="Cmvs\ArcPBZ.cs" />
|
|
|
|
|
<Compile Include="Cmvs\AudioMV.cs" />
|
|
|
|
|
<Compile Include="Cmvs\ImagePSB.cs" />
|
2016-08-19 10:57:46 +04:00
|
|
|
|
<Compile Include="Crc32.cs" />
|
2016-07-22 06:51:12 +04:00
|
|
|
|
<Compile Include="Crowd\ImageGAX.cs" />
|
2016-07-06 04:14:42 +04:00
|
|
|
|
<Compile Include="Cyberworks\ArcDAT.cs" />
|
|
|
|
|
<Compile Include="Cyberworks\AudioTINK.cs" />
|
2016-06-19 03:06:09 +04:00
|
|
|
|
<Compile Include="Bruns\AudioUM3.cs" />
|
|
|
|
|
<Compile Include="Bruns\ImageEENC.cs" />
|
2016-07-06 04:14:42 +04:00
|
|
|
|
<Compile Include="Cyberworks\ImageTINK.cs" />
|
|
|
|
|
<Compile Include="Cyberworks\WidgetBELL.xaml.cs">
|
|
|
|
|
<DependentUpon>WidgetBELL.xaml</DependentUpon>
|
|
|
|
|
</Compile>
|
2016-07-28 04:57:11 +04:00
|
|
|
|
<Compile Include="DDSystem\ArcDDP.cs" />
|
2016-08-09 01:54:18 +04:00
|
|
|
|
<Compile Include="Dogenzaka\ArcBIN.cs" />
|
2016-10-12 11:59:48 +04:00
|
|
|
|
<Compile Include="Eagls\WidgetEAGLS.xaml.cs">
|
|
|
|
|
<DependentUpon>WidgetEAGLS.xaml</DependentUpon>
|
|
|
|
|
</Compile>
|
2016-11-04 06:56:44 +04:00
|
|
|
|
<Compile Include="EntExec\ArcCAB.cs" />
|
2016-08-04 05:05:44 +04:00
|
|
|
|
<Compile Include="ExHibit\WidgetGYU.xaml.cs">
|
|
|
|
|
<DependentUpon>WidgetGYU.xaml</DependentUpon>
|
|
|
|
|
</Compile>
|
2016-09-18 20:33:10 +04:00
|
|
|
|
<Compile Include="ImageMB.cs" />
|
2016-07-26 07:03:46 +04:00
|
|
|
|
<Compile Include="Ipac\ArcIPAC.cs" />
|
|
|
|
|
<Compile Include="Ipac\AudioWST.cs" />
|
|
|
|
|
<Compile Include="Ipac\ImageIES.cs" />
|
2016-08-28 07:49:48 +04:00
|
|
|
|
<Compile Include="Irrlicht\ArcARK.cs" />
|
|
|
|
|
<Compile Include="Irrlicht\ArcPACK.cs" />
|
2016-09-14 01:50:44 +04:00
|
|
|
|
<Compile Include="Ivory\ArcPK.cs" />
|
|
|
|
|
<Compile Include="Ivory\ArcPX.cs" />
|
|
|
|
|
<Compile Include="Ivory\AudioCTRK.cs" />
|
2016-09-09 13:13:26 +04:00
|
|
|
|
<Compile Include="Ivory\ImageMMD.cs" />
|
|
|
|
|
<Compile Include="Ivory\ImageMOE.cs" />
|
2016-09-14 01:50:44 +04:00
|
|
|
|
<Compile Include="Ivory\ImageSG.cs" />
|
2016-10-23 15:45:56 +04:00
|
|
|
|
<Compile Include="Kaguya\ArcLIN2.cs" />
|
2016-07-26 07:03:46 +04:00
|
|
|
|
<Compile Include="Kiss\ArcARC.cs" />
|
2016-08-31 21:19:06 +04:00
|
|
|
|
<Compile Include="KScript\ArcKPC.cs" />
|
|
|
|
|
<Compile Include="KScript\ImageKGP.cs" />
|
|
|
|
|
<Compile Include="KScript\ImageKSL.cs" />
|
2016-08-19 10:57:46 +04:00
|
|
|
|
<Compile Include="Leaf\ArcA.cs" />
|
|
|
|
|
<Compile Include="Leaf\ArcAM.cs" />
|
|
|
|
|
<Compile Include="Leaf\ArcLAC.cs" />
|
2016-09-04 04:57:41 +04:00
|
|
|
|
<Compile Include="Leaf\ArcTEX.cs" />
|
2016-08-19 10:57:46 +04:00
|
|
|
|
<Compile Include="Leaf\AudioG.cs" />
|
|
|
|
|
<Compile Include="Leaf\AudioW.cs" />
|
2016-09-04 04:57:41 +04:00
|
|
|
|
<Compile Include="Leaf\ImageLGF.cs" />
|
2016-08-19 10:57:46 +04:00
|
|
|
|
<Compile Include="Leaf\ImagePX.cs" />
|
2016-06-10 04:39:29 +04:00
|
|
|
|
<Compile Include="LiveMaker\ArcVF.cs" />
|
2018-01-29 04:11:23 +04:00
|
|
|
|
<Compile Include="PkWare\ArcZIP.cs" />
|
2016-05-30 15:48:02 +04:00
|
|
|
|
<Compile Include="AudioVOC.cs" />
|
2016-04-20 17:52:23 +04:00
|
|
|
|
<Compile Include="AZSys\WidgetAZ.xaml.cs">
|
|
|
|
|
<DependentUpon>WidgetAZ.xaml</DependentUpon>
|
|
|
|
|
</Compile>
|
2016-04-23 20:13:11 +04:00
|
|
|
|
<Compile Include="Circus\ArcValkyrieComplex.cs" />
|
2016-03-13 00:32:02 +04:00
|
|
|
|
<Compile Include="CommonStreams.cs" />
|
2016-03-03 08:55:23 +04:00
|
|
|
|
<Compile Include="Cri\ArcCPK.cs" />
|
2016-03-09 10:57:50 +04:00
|
|
|
|
<Compile Include="Cri\ArcSPC.cs" />
|
2016-03-09 19:11:18 +04:00
|
|
|
|
<Compile Include="Cri\AudioADX.cs" />
|
2016-03-03 08:55:23 +04:00
|
|
|
|
<Compile Include="Cri\AudioHCA.cs" />
|
|
|
|
|
<Compile Include="Cri\BigEndianReader.cs" />
|
2016-03-09 10:57:50 +04:00
|
|
|
|
<Compile Include="Cri\ImageSPC.cs" />
|
2016-03-03 08:55:23 +04:00
|
|
|
|
<Compile Include="Cri\ImageXTX.cs" />
|
2016-05-30 15:48:02 +04:00
|
|
|
|
<Compile Include="DxLib\ArcMED.cs" />
|
2016-05-31 02:41:33 +04:00
|
|
|
|
<Compile Include="DxLib\WidgetSCR.xaml.cs">
|
|
|
|
|
<DependentUpon>WidgetSCR.xaml</DependentUpon>
|
|
|
|
|
</Compile>
|
2016-05-30 15:48:02 +04:00
|
|
|
|
<Compile Include="elf\ArcVOL.cs" />
|
2016-06-01 17:15:11 +04:00
|
|
|
|
<Compile Include="elf\ImageGPH.cs" />
|
2016-03-16 04:20:52 +04:00
|
|
|
|
<Compile Include="EmonEngine\ArcEME.cs" />
|
|
|
|
|
<Compile Include="EmonEngine\ImageBMP.cs" />
|
2016-02-29 12:35:48 +04:00
|
|
|
|
<Compile Include="Entis\ErisaMatrix.cs" />
|
2016-03-07 18:23:10 +04:00
|
|
|
|
<Compile Include="Hexenhaus\ArcARCC.cs" />
|
2016-03-14 05:57:32 +04:00
|
|
|
|
<Compile Include="Hexenhaus\ArcODIO.cs" />
|
2016-03-25 03:36:31 +04:00
|
|
|
|
<Compile Include="Emote\ArcPSB.cs" />
|
2016-03-14 04:24:21 +04:00
|
|
|
|
<Compile Include="Hexenhaus\ArcWAG.cs" />
|
2016-03-20 14:43:34 +04:00
|
|
|
|
<Compile Include="Ikura\ImageYGP.cs" />
|
2016-02-20 18:23:02 +04:00
|
|
|
|
<Compile Include="ImageLZ.cs" />
|
2016-08-09 01:54:18 +04:00
|
|
|
|
<Compile Include="Dogenzaka\ImageRSA.cs" />
|
2016-03-07 18:23:10 +04:00
|
|
|
|
<Compile Include="KiriKiri\ChainReactionCrypt.cs" />
|
2016-04-15 12:20:02 +04:00
|
|
|
|
<Compile Include="Liar\ImageLIM.cs" />
|
2016-06-10 04:39:29 +04:00
|
|
|
|
<Compile Include="LiveMaker\ImageGAL.cs" />
|
|
|
|
|
<Compile Include="LiveMaker\WidgetGAL.xaml.cs">
|
|
|
|
|
<DependentUpon>WidgetGAL.xaml</DependentUpon>
|
|
|
|
|
</Compile>
|
2016-08-04 14:41:18 +04:00
|
|
|
|
<Compile Include="Maika\ArcMK2.cs" />
|
2016-07-04 00:11:14 +04:00
|
|
|
|
<Compile Include="MangaGamer\WidgetMGPK.xaml.cs">
|
|
|
|
|
<DependentUpon>WidgetMGPK.xaml</DependentUpon>
|
|
|
|
|
</Compile>
|
2016-07-04 00:13:33 +04:00
|
|
|
|
<Compile Include="Marble\VideoANIM.cs" />
|
2016-07-30 22:30:33 +04:00
|
|
|
|
<Compile Include="MD5.cs" />
|
2016-09-17 00:50:00 +04:00
|
|
|
|
<Compile Include="Moonhir\ArcFPK.cs" />
|
2016-08-05 19:35:04 +04:00
|
|
|
|
<Compile Include="Morning\ArcTTD.cs" />
|
2016-10-09 08:49:03 +04: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 17:07:15 +04:00
|
|
|
|
<Compile Include="Nekopunch\ArcPAK.cs" />
|
2016-08-02 16:40:31 +04:00
|
|
|
|
<Compile Include="NekoSDK\ArcDAT.cs" />
|
2016-09-29 17:32:24 +04:00
|
|
|
|
<Compile Include="NekoSDK\ArcPAK.cs" />
|
2016-08-02 16:40:31 +04:00
|
|
|
|
<Compile Include="NekoSDK\ImageALP.cs" />
|
2016-05-21 10:31:09 +04:00
|
|
|
|
<Compile Include="NitroPlus\ArcPAK.cs" />
|
2016-03-07 18:23:10 +04:00
|
|
|
|
<Compile Include="MnoViolet\ImageDIF.cs" />
|
2016-05-20 21:53:09 +04:00
|
|
|
|
<Compile Include="Nexas\ImageGRP.cs" />
|
2016-02-17 12:01:40 +04:00
|
|
|
|
<Compile Include="NitroPlus\ArcNPK.cs" />
|
2016-07-10 12:21:38 +04:00
|
|
|
|
<Compile Include="NitroPlus\WidgetNPK.xaml.cs">
|
|
|
|
|
<DependentUpon>WidgetNPK.xaml</DependentUpon>
|
|
|
|
|
</Compile>
|
2016-12-30 20:52:59 +04:00
|
|
|
|
<Compile Include="NonColor\ArcACV.cs" />
|
2016-05-20 04:12:23 +04:00
|
|
|
|
<Compile Include="NonColor\ArcDAT.cs" />
|
|
|
|
|
<Compile Include="Crc64.cs" />
|
|
|
|
|
<Compile Include="NonColor\WidgetNCARC.xaml.cs">
|
|
|
|
|
<DependentUpon>WidgetNCARC.xaml</DependentUpon>
|
|
|
|
|
</Compile>
|
2016-07-30 22:30:33 +04:00
|
|
|
|
<Compile Include="NScripter\ArcNS2.cs" />
|
2016-07-22 02:39:46 +04:00
|
|
|
|
<Compile Include="Patisserie\ArcBIN.cs" />
|
|
|
|
|
<Compile Include="Patisserie\ArcRAW.cs" />
|
2016-10-07 04:34:55 +04: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 05:01:30 +04:00
|
|
|
|
<Compile Include="RC4.cs" />
|
2016-05-20 04:12:23 +04:00
|
|
|
|
<Compile Include="RealLive\ArcG00.cs" />
|
2016-04-19 12:29:39 +04:00
|
|
|
|
<Compile Include="RealLive\ArcOVK.cs" />
|
|
|
|
|
<Compile Include="RealLive\AudioNWA.cs" />
|
2016-07-29 11:45:21 +04:00
|
|
|
|
<Compile Include="RealLive\AudioOWP.cs" />
|
2016-04-19 12:29:39 +04:00
|
|
|
|
<Compile Include="RealLive\ImageG00.cs" />
|
2016-04-19 16:19:24 +04:00
|
|
|
|
<Compile Include="RealLive\ImagePDT.cs" />
|
2016-11-08 12:30:59 +04:00
|
|
|
|
<Compile Include="rUGP\ImageRIP.cs" />
|
2016-11-11 17:34:25 +04:00
|
|
|
|
<Compile Include="rUGP\ImageS5I.cs" />
|
2016-09-12 01:27:29 +04:00
|
|
|
|
<Compile Include="ScrPlayer\ArcPAK.cs" />
|
|
|
|
|
<Compile Include="ScrPlayer\ImageI.cs" />
|
2016-08-15 10:15:19 +04:00
|
|
|
|
<Compile Include="ShiinaRio\WarcEncryption.cs" />
|
2016-12-30 20:46:09 +04:00
|
|
|
|
<Compile Include="Silky\ArcAzurite.cs" />
|
2016-04-04 23:18:41 +04:00
|
|
|
|
<Compile Include="Silky\ImageZIT.cs" />
|
2016-02-29 08:33:17 +04:00
|
|
|
|
<Compile Include="SimpleEncryption.cs" />
|
2016-06-04 20:01:19 +04:00
|
|
|
|
<Compile Include="Slg\ArcSZS.cs" />
|
2016-03-12 13:06:54 +04:00
|
|
|
|
<Compile Include="Slg\AudioVOI.cs" />
|
|
|
|
|
<Compile Include="Slg\ImageALB.cs" />
|
2016-06-04 20:01:19 +04:00
|
|
|
|
<Compile Include="Slg\ImageTIG.cs" />
|
2016-02-13 17:37:32 +04:00
|
|
|
|
<Compile Include="Softpal\ArcPAC.cs" />
|
|
|
|
|
<Compile Include="Softpal\AudioBGM.cs" />
|
|
|
|
|
<Compile Include="Softpal\ImagePGD.cs" />
|
2016-02-11 06:39:48 +04:00
|
|
|
|
<Compile Include="Entis\ArcERI.cs" />
|
2016-06-25 22:42:43 +04:00
|
|
|
|
<Compile Include="BlackRainbow\ArcADS.cs" />
|
2015-08-19 21:40:32 +04:00
|
|
|
|
<Compile Include="Amaterasu\ImageGRP.cs" />
|
2015-11-05 21:46:15 +04:00
|
|
|
|
<Compile Include="AnimeGameSystem\ArcDAT.cs" />
|
|
|
|
|
<Compile Include="AnimeGameSystem\AudioPCM.cs" />
|
2016-01-17 15:21:48 +04:00
|
|
|
|
<Compile Include="Aoi\ArcBOX.cs" />
|
2016-01-17 12:11:17 +04:00
|
|
|
|
<Compile Include="Aoi\ArcVFS.cs" />
|
|
|
|
|
<Compile Include="Aoi\AudioAOG.cs" />
|
2016-01-15 11:56:10 +04:00
|
|
|
|
<Compile Include="AZSys\ArcEncrypted.cs" />
|
|
|
|
|
<Compile Include="AZSys\FastMersenneTwister.cs" />
|
|
|
|
|
<Compile Include="AZSys\ImageTYP1.cs" />
|
2016-01-10 02:39:55 +04:00
|
|
|
|
<Compile Include="BlueGale\ArcSNN.cs" />
|
|
|
|
|
<Compile Include="BlueGale\ImageZBM.cs" />
|
2016-02-05 17:28:56 +04:00
|
|
|
|
<Compile Include="Circus\ArcPCK.cs" />
|
2015-12-03 16:16:54 +04:00
|
|
|
|
<Compile Include="Cmvs\ArcCPZ.cs" />
|
2017-01-05 02:14:54 +04:00
|
|
|
|
<Compile Include="Pandora\ArcPBX.cs" />
|
2015-11-28 08:12:08 +04:00
|
|
|
|
<Compile Include="Banana\ArcPK.cs" />
|
|
|
|
|
<Compile Include="Banana\ImageMAG.cs" />
|
2015-11-30 03:52:18 +04:00
|
|
|
|
<Compile Include="CatSystem\ArcHG2.cs" />
|
2015-11-29 12:28:12 +04:00
|
|
|
|
<Compile Include="CatSystem\ImageHG2.cs" />
|
2015-12-03 16:16:54 +04:00
|
|
|
|
<Compile Include="Cmvs\CmvsMD5.cs" />
|
|
|
|
|
<Compile Include="Cmvs\ImagePB3.cs" />
|
2016-01-29 18:28:58 +04:00
|
|
|
|
<Compile Include="CsWare\ArcPCS.cs" />
|
2016-01-22 02:34:07 +04:00
|
|
|
|
<Compile Include="DenSDK\ArcDAF.cs" />
|
2015-12-03 16:16:54 +04:00
|
|
|
|
<Compile Include="elf\ArcVSD.cs" />
|
2016-01-25 09:02:39 +04:00
|
|
|
|
<Compile Include="Entis\ErisaNemesis.cs" />
|
2015-12-20 09:33:51 +04:00
|
|
|
|
<Compile Include="Escude\ArcBIN.cs" />
|
2015-11-13 11:44:12 +04:00
|
|
|
|
<Compile Include="Eushully\ArcGPC.cs" />
|
|
|
|
|
<Compile Include="Eushully\ImageGP.cs" />
|
2015-12-09 18:30:17 +04:00
|
|
|
|
<Compile Include="Favorite\ArcBIN.cs" />
|
|
|
|
|
<Compile Include="Favorite\ArcHZC.cs" />
|
|
|
|
|
<Compile Include="Favorite\ImageHZC.cs" />
|
2015-12-06 22:30:18 +04:00
|
|
|
|
<Compile Include="FC01\ArcMCA.cs" />
|
|
|
|
|
<Compile Include="FC01\ImageCLM.cs" />
|
2015-11-23 21:31:10 +04:00
|
|
|
|
<Compile Include="FC01\WidgetMCG.xaml.cs">
|
|
|
|
|
<DependentUpon>WidgetMCG.xaml</DependentUpon>
|
|
|
|
|
</Compile>
|
2015-12-08 21:19:13 +04:00
|
|
|
|
<Compile Include="Glib2\ArcG2.cs" />
|
|
|
|
|
<Compile Include="Glib2\ImagePGX.cs" />
|
2023-09-07 12:21:15 +04:00
|
|
|
|
<Compile Include="Adobe\ImagePSD.cs" />
|
2016-01-24 04:10:39 +04:00
|
|
|
|
<Compile Include="Kaguya\ArcANM.cs" />
|
|
|
|
|
<Compile Include="Kaguya\ArcLINK.cs" />
|
2015-11-24 17:02:26 +04:00
|
|
|
|
<Compile Include="Kaguya\ImageAO.cs" />
|
2016-02-11 09:34:57 +04:00
|
|
|
|
<Compile Include="Kaguya\ImageAPS.cs" />
|
2016-02-04 12:18:19 +04:00
|
|
|
|
<Compile Include="KiriKiri\CryptAlgorithms.cs" />
|
2016-01-10 02:46:58 +04:00
|
|
|
|
<Compile Include="Liar\ArcLWG.cs" />
|
2016-02-05 06:08:54 +04:00
|
|
|
|
<Compile Include="MokoPro\CompressedFile.cs" />
|
2015-11-21 10:27:36 +04:00
|
|
|
|
<Compile Include="Propeller\ArcMGR.cs" />
|
|
|
|
|
<Compile Include="Propeller\ArcMPK.cs" />
|
|
|
|
|
<Compile Include="Propeller\ImageMGR.cs" />
|
2015-11-28 16:35:49 +04:00
|
|
|
|
<Compile Include="Silky\ArcAi6Win.cs" />
|
|
|
|
|
<Compile Include="Silky\ImageAKB.cs" />
|
2016-01-15 11:56:10 +04:00
|
|
|
|
<Compile Include="Softpal\ArcVAFS.cs" />
|
|
|
|
|
<Compile Include="Softpal\ImageBPIC.cs" />
|
2016-01-31 02:58:23 +04:00
|
|
|
|
<Compile Include="Softpal\ImagePIC.cs" />
|
2015-11-22 18:30:49 +04:00
|
|
|
|
<Compile Include="StudioEgo\ArcPAK0.cs" />
|
2016-01-05 23:54:54 +04:00
|
|
|
|
<Compile Include="StudioEgo\ImageANT.cs" />
|
2017-12-26 20:03:16 +04:00
|
|
|
|
<Compile Include="Succubus\ArcARC.cs" />
|
2018-11-23 07:03:36 +04:00
|
|
|
|
<Compile Include="Succubus\ImageGH.cs" />
|
2016-03-22 06:37:03 +04:00
|
|
|
|
<Compile Include="SuperNekoX\ArcGPC.cs" />
|
2018-09-14 00:32:23 +04:00
|
|
|
|
<Compile Include="Sviu\ArcPKZ.cs" />
|
|
|
|
|
<Compile Include="Sviu\AudioKOG.cs" />
|
|
|
|
|
<Compile Include="Sviu\ImageGBP.cs" />
|
|
|
|
|
<Compile Include="Sviu\ImageJBP.cs" />
|
2017-11-25 01:56:49 +04:00
|
|
|
|
<Compile Include="SysD\ArcDPK.cs" />
|
|
|
|
|
<Compile Include="SysD\AudioDWV.cs" />
|
|
|
|
|
<Compile Include="SysD\ImageDBM.cs" />
|
2017-12-29 01:20:58 +04:00
|
|
|
|
<Compile Include="Tactics\ArcYU.cs" />
|
2016-07-28 04:57:11 +04:00
|
|
|
|
<Compile Include="Tactics\WidgetTactics.xaml.cs">
|
|
|
|
|
<DependentUpon>WidgetTactics.xaml</DependentUpon>
|
|
|
|
|
</Compile>
|
2017-12-05 22:33:06 +04:00
|
|
|
|
<Compile Include="Tail\ArcCAF.cs" />
|
2018-12-23 14:30:01 +04:00
|
|
|
|
<Compile Include="Tail\ArcPKG.cs" />
|
2017-12-05 22:33:06 +04:00
|
|
|
|
<Compile Include="Tail\ImageCFP.cs" />
|
2017-11-16 11:34:52 +04:00
|
|
|
|
<Compile Include="Tamamo\ArcPCK.cs" />
|
|
|
|
|
<Compile Include="Tamamo\WidgetPCK.xaml.cs">
|
|
|
|
|
<DependentUpon>WidgetPCK.xaml</DependentUpon>
|
|
|
|
|
</Compile>
|
2016-09-21 00:50:52 +04:00
|
|
|
|
<Compile Include="TamaSoft\ArcEPK.cs" />
|
2016-09-24 14:01:14 +04:00
|
|
|
|
<Compile Include="TamaSoft\AudioESD.cs" />
|
|
|
|
|
<Compile Include="TamaSoft\ImageBTN.cs" />
|
2016-09-21 00:50:52 +04:00
|
|
|
|
<Compile Include="TamaSoft\ImageSUR.cs" />
|
2017-01-29 06:56:48 +04:00
|
|
|
|
<Compile Include="Tanaka\ArcARC0.cs" />
|
2017-02-01 16:35:35 +04:00
|
|
|
|
<Compile Include="Tanaka\ArcARCG.cs" />
|
2017-01-29 06:56:48 +04:00
|
|
|
|
<Compile Include="Tanaka\ArcBMX.cs" />
|
|
|
|
|
<Compile Include="Tanaka\ArcMBF.cs" />
|
2017-02-02 11:03:09 +04:00
|
|
|
|
<Compile Include="Tanaka\ArcSMV.cs" />
|
2017-01-29 06:56:48 +04:00
|
|
|
|
<Compile Include="Tanaka\ArcVPK.cs" />
|
|
|
|
|
<Compile Include="Tanaka\ArcWRC.cs" />
|
|
|
|
|
<Compile Include="Tanaka\ArcWSM.cs" />
|
|
|
|
|
<Compile Include="Tanaka\ImageBC.cs" />
|
2017-01-25 09:47:04 +04:00
|
|
|
|
<Compile Include="TanukiSoft\ArcTAC.cs" />
|
2018-05-03 18:42:28 +04:00
|
|
|
|
<Compile Include="TanukiSoft\ImageAF.cs" />
|
2016-10-25 02:12:26 +04:00
|
|
|
|
<Compile Include="Taskforce\ArcDAT.cs" />
|
2022-05-03 13:47:29 +04:00
|
|
|
|
<Compile Include="TechnoBrain\ArcIPQ.cs" />
|
2016-12-17 18:55:35 +04:00
|
|
|
|
<Compile Include="TechnoBrain\AudioWAPE.cs" />
|
2017-01-15 15:08:08 +04:00
|
|
|
|
<Compile Include="TechnoBrain\ImageIPF.cs" />
|
2015-11-12 09:37:17 +04:00
|
|
|
|
<Compile Include="TechnoBrain\ImageIPH.cs" />
|
2016-03-14 19:04:37 +04:00
|
|
|
|
<Compile Include="DxLib\ArcDX.cs" />
|
2018-11-10 22:13:11 +04:00
|
|
|
|
<Compile Include="Eternity\ArcMiris.cs" />
|
2015-10-24 20:20:24 +04:00
|
|
|
|
<Compile Include="Bishop\ArcBSA.cs" />
|
|
|
|
|
<Compile Include="Bishop\ArcBSC.cs" />
|
|
|
|
|
<Compile Include="Bishop\ImageBSG.cs" />
|
2015-08-23 07:33:37 +04:00
|
|
|
|
<Compile Include="BitStream.cs" />
|
2015-10-19 09:08:56 +04:00
|
|
|
|
<Compile Include="CatSystem\ArcHG3.cs" />
|
|
|
|
|
<Compile Include="Cherry\ArcMyk.cs" />
|
2015-09-19 10:08:05 +04:00
|
|
|
|
<Compile Include="Debonosu\ArcPAK.cs" />
|
2015-10-14 03:10:06 +04:00
|
|
|
|
<Compile Include="elf\ImageG24.cs" />
|
|
|
|
|
<Compile Include="elf\ImageGP8.cs" />
|
2015-11-02 05:51:04 +04:00
|
|
|
|
<Compile Include="ExHibit\ImageGYU.cs" />
|
2015-11-11 22:38:38 +04:00
|
|
|
|
<Compile Include="Ffa\AudioWA2.cs" />
|
2015-10-25 15:27:38 +04:00
|
|
|
|
<Compile Include="Gpk2\ArcGPK2.cs" />
|
|
|
|
|
<Compile Include="Gpk2\ImageGFB.cs" />
|
2015-11-02 05:51:04 +04:00
|
|
|
|
<Compile Include="MersenneTwister.cs" />
|
2015-11-08 17:34:41 +04:00
|
|
|
|
<Compile Include="Nags\ArcNFS.cs" />
|
|
|
|
|
<Compile Include="Nags\ImageNGP.cs" />
|
2015-10-26 22:17:12 +04:00
|
|
|
|
<Compile Include="Palette\ArcCHR.cs" />
|
|
|
|
|
<Compile Include="Palette\ArcPAK.cs" />
|
|
|
|
|
<Compile Include="Palette\ImagePGA.cs" />
|
2015-10-28 23:12:43 +04:00
|
|
|
|
<Compile Include="Qlie\ArcABMP.cs" />
|
2015-11-07 00:31:13 +04:00
|
|
|
|
<Compile Include="Qlie\ImageDPNG.cs" />
|
|
|
|
|
<Compile Include="Qlie\QlieMersenneTwister.cs" />
|
2015-11-07 03:11:26 +04:00
|
|
|
|
<Compile Include="Qlie\WidgetQLIE.xaml.cs">
|
|
|
|
|
<DependentUpon>WidgetQLIE.xaml</DependentUpon>
|
|
|
|
|
</Compile>
|
2015-10-24 15:54:07 +04:00
|
|
|
|
<Compile Include="Sas5\ArcIAR.cs" />
|
|
|
|
|
<Compile Include="Sas5\ArcSec5.cs" />
|
|
|
|
|
<Compile Include="Sas5\ArcWAR.cs" />
|
|
|
|
|
<Compile Include="Sas5\ImageIAR.cs" />
|
2015-11-09 00:11:29 +04:00
|
|
|
|
<Compile Include="SHSystem\ArcHXP.cs" />
|
2015-11-05 21:46:15 +04:00
|
|
|
|
<Compile Include="Silky\ArcAWF.cs" />
|
2015-10-20 15:15:27 +04:00
|
|
|
|
<Compile Include="Silky\ImageMSK.cs" />
|
2015-08-30 03:39:01 +04:00
|
|
|
|
<Compile Include="Emic\ArcPACK.cs" />
|
|
|
|
|
<Compile Include="Emic\ImageMWP.cs" />
|
2015-08-29 22:09:58 +04:00
|
|
|
|
<Compile Include="Ethornell\AudioBGI.cs" />
|
2015-09-21 17:56:27 +04:00
|
|
|
|
<Compile Include="Eushully\ArcALF.cs" />
|
|
|
|
|
<Compile Include="Eushully\ImageAGF.cs" />
|
2015-10-12 06:51:49 +04:00
|
|
|
|
<Compile Include="ImagePTI.cs" />
|
2015-08-19 21:40:32 +04:00
|
|
|
|
<Compile Include="Lilim\ArcABM.cs" />
|
|
|
|
|
<Compile Include="ActiveSoft\ArcADPACK.cs" />
|
|
|
|
|
<Compile Include="AdvSys\ArcAdvSysT.cs" />
|
2016-03-09 11:00:51 +04:00
|
|
|
|
<Compile Include="Cri\ArcAFS.cs" />
|
2015-08-19 21:40:32 +04:00
|
|
|
|
<Compile Include="elf\ArcAi5Win.cs" />
|
2018-01-04 20:43:30 +04:00
|
|
|
|
<Compile Include="Ail\ArcAil.cs" />
|
2015-08-19 21:40:32 +04:00
|
|
|
|
<Compile Include="AliceSoft\ArcALD.cs" />
|
|
|
|
|
<Compile Include="Amaterasu\ArcAMI.cs" />
|
|
|
|
|
<Compile Include="Lilim\ArcAOS.cs" />
|
2015-04-21 03:51:05 +04:00
|
|
|
|
<Compile Include="ArcAST.cs" />
|
2015-03-16 05:43:11 +04:00
|
|
|
|
<Compile Include="ArcAVC.cs" />
|
2015-08-19 21:40:32 +04:00
|
|
|
|
<Compile Include="AZSys\ArcAZSys.cs" />
|
|
|
|
|
<Compile Include="Ethornell\ArcBGI.cs" />
|
|
|
|
|
<Compile Include="Ffa\ArcBlackPackage.cs" />
|
|
|
|
|
<Compile Include="Cherry\ArcCherry.cs" />
|
|
|
|
|
<Compile Include="Circus\ArcCircus.cs" />
|
2015-02-26 22:07:49 +04:00
|
|
|
|
<Compile Include="ArcCommon.cs" />
|
2015-08-19 21:40:32 +04:00
|
|
|
|
<Compile Include="Dac\ArcDPK.cs" />
|
|
|
|
|
<Compile Include="Ikura\ArcDRS.cs" />
|
|
|
|
|
<Compile Include="Eagls\ArcEAGLS.cs" />
|
2015-11-22 18:30:49 +04:00
|
|
|
|
<Compile Include="StudioEgo\ArcEGO.cs" />
|
2015-08-19 21:40:32 +04:00
|
|
|
|
<Compile Include="Ffa\ArcFFA.cs" />
|
|
|
|
|
<Compile Include="Interheart\ArcFPK.cs" />
|
2015-12-08 21:41:09 +04:00
|
|
|
|
<Compile Include="Favorite\ArcFVP.cs" />
|
2015-09-01 03:38:04 +04:00
|
|
|
|
<Compile Include="NScripter\EncryptedStream.cs" />
|
|
|
|
|
<Compile Include="NScripter\ArcSAR.cs" />
|
|
|
|
|
<Compile Include="NScripter\WidgetNSA.xaml.cs">
|
|
|
|
|
<DependentUpon>WidgetNSA.xaml</DependentUpon>
|
|
|
|
|
</Compile>
|
2015-08-19 21:40:32 +04:00
|
|
|
|
<Compile Include="Pajamas\ArcGameDat.cs" />
|
|
|
|
|
<Compile Include="G2\ArcGCEX.cs" />
|
|
|
|
|
<Compile Include="BlackCyc\ArcGPK.cs" />
|
2016-06-25 22:42:43 +04:00
|
|
|
|
<Compile Include="BlackRainbow\ArcGSP.cs" />
|
2015-08-19 21:40:32 +04:00
|
|
|
|
<Compile Include="GsPack\ArcGsPack.cs" />
|
|
|
|
|
<Compile Include="elf\ArcHED.cs" />
|
2015-09-20 05:25:48 +04:00
|
|
|
|
<Compile Include="RPM\ArcARC.cs" />
|
|
|
|
|
<Compile Include="RPM\WidgetARC.xaml.cs">
|
|
|
|
|
<DependentUpon>WidgetARC.xaml</DependentUpon>
|
|
|
|
|
</Compile>
|
2015-10-12 12:24:13 +04:00
|
|
|
|
<Compile Include="Silky\ArcARC.cs" />
|
2015-08-19 21:40:32 +04:00
|
|
|
|
<Compile Include="Silky\ArcIFL.cs" />
|
2015-07-09 07:03:57 +04:00
|
|
|
|
<Compile Include="ArcIKS.cs" />
|
2015-12-08 21:42:53 +04:00
|
|
|
|
<Compile Include="ArcPACKDAT.cs" />
|
2015-08-19 21:40:32 +04:00
|
|
|
|
<Compile Include="CatSystem\ArcINT.cs" />
|
2023-09-07 12:21:15 +04:00
|
|
|
|
<Compile Include="Ism\ArcISA.cs" />
|
2015-08-19 21:40:32 +04:00
|
|
|
|
<Compile Include="Kaas\ArcKAAS.cs" />
|
|
|
|
|
<Compile Include="Kaguya\ArcKaguya.cs" />
|
|
|
|
|
<Compile Include="Selene\ArcKCAP.cs" />
|
2018-09-21 12:15:03 +04:00
|
|
|
|
<Compile Include="Hypatia\ArcKogado.cs" />
|
2015-08-19 21:40:32 +04:00
|
|
|
|
<Compile Include="Malie\ArcLIB.cs" />
|
|
|
|
|
<Compile Include="Lucifen\ArcLPK.cs" />
|
2018-01-12 20:22:25 +04:00
|
|
|
|
<Compile Include="Tactics\ArcLST.cs" />
|
2016-02-20 19:12:59 +04:00
|
|
|
|
<Compile Include="MAI\ArcMAI.cs" />
|
2015-08-19 21:40:32 +04:00
|
|
|
|
<Compile Include="Majiro\ArcMajiro.cs" />
|
|
|
|
|
<Compile Include="Marble\ArcMBL.cs" />
|
|
|
|
|
<Compile Include="Silky\ArcMFG.cs" />
|
|
|
|
|
<Compile Include="Masys\ArcMGD.cs" />
|
2016-07-04 00:11:14 +04:00
|
|
|
|
<Compile Include="MangaGamer\ArcMGPK.cs" />
|
2015-08-19 21:40:32 +04:00
|
|
|
|
<Compile Include="MnoViolet\ArcMnoViolet.cs" />
|
|
|
|
|
<Compile Include="FC01\ArcMRG.cs" />
|
2023-08-24 01:33:50 +04:00
|
|
|
|
<Compile Include="Nekopack\ArcNEKO.cs" />
|
2016-05-20 21:53:09 +04:00
|
|
|
|
<Compile Include="Nexas\ArcPAC.cs" />
|
2015-08-19 21:40:32 +04: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 19:48:21 +04:00
|
|
|
|
<Compile Include="Tmr-Hiro\ArcPAC.cs" />
|
|
|
|
|
<Compile Include="Tmr-Hiro\AudioTmr.cs" />
|
|
|
|
|
<Compile Include="Tmr-Hiro\ImageGRD.cs" />
|
2018-01-23 15:38:52 +04:00
|
|
|
|
<Compile Include="TopCat\ArcTCD1.cs" />
|
2015-10-10 02:33:09 +04:00
|
|
|
|
<Compile Include="TopCat\ArcTCD3.cs" />
|
|
|
|
|
<Compile Include="TopCat\ImageSPD.cs" />
|
2018-07-25 10:06:20 +04:00
|
|
|
|
<Compile Include="Triangle\ArcBMX.cs" />
|
2016-02-04 05:58:47 +04:00
|
|
|
|
<Compile Include="Triangle\ArcCGF.cs" />
|
2018-07-25 10:06:20 +04:00
|
|
|
|
<Compile Include="Triangle\ArcDAT.cs" />
|
2016-02-04 05:58:47 +04:00
|
|
|
|
<Compile Include="Triangle\ArcIAF.cs" />
|
2018-07-25 10:06:20 +04:00
|
|
|
|
<Compile Include="Triangle\ImageTRI.cs" />
|
2017-11-23 01:23:59 +04:00
|
|
|
|
<Compile Include="Ucom\ArcDATA.cs" />
|
|
|
|
|
<Compile Include="Ucom\ArcUK.cs" />
|
|
|
|
|
<Compile Include="Ucom\ImageGPC.cs" />
|
2015-11-09 04:14:37 +04:00
|
|
|
|
<Compile Include="uGOS\ArcDET.cs" />
|
2015-11-11 12:48:13 +04:00
|
|
|
|
<Compile Include="uGOS\ImageBMP.cs" />
|
2017-12-26 20:03:16 +04:00
|
|
|
|
<Compile Include="AdvSys\ArcGR2.cs" />
|
2018-12-19 03:22:10 +04:00
|
|
|
|
<Compile Include="uGOS\ImageTXT.cs" />
|
2018-05-22 17:43:32 +04:00
|
|
|
|
<Compile Include="UMeSoft\ArcMGX.cs" />
|
2015-08-19 21:40:32 +04:00
|
|
|
|
<Compile Include="UMeSoft\ArcPK.cs" />
|
2015-10-28 23:12:43 +04:00
|
|
|
|
<Compile Include="Qlie\ArcQLIE.cs" />
|
2015-08-19 21:40:32 +04:00
|
|
|
|
<Compile Include="RenPy\ArcRPA.cs" />
|
|
|
|
|
<Compile Include="ShiinaRio\ArcS25.cs" />
|
2018-09-16 20:16:06 +04:00
|
|
|
|
<Compile Include="Rits\ArcSAF.cs" />
|
2015-08-19 21:40:32 +04:00
|
|
|
|
<Compile Include="BlackCyc\ArcVPK.cs" />
|
2017-12-15 01:16:16 +04:00
|
|
|
|
<Compile Include="Unity\ArcASSET.cs" />
|
2019-02-25 13:04:47 +04:00
|
|
|
|
<Compile Include="Unity\ArcBIN.cs" />
|
2022-04-30 23:39:44 +04:00
|
|
|
|
<Compile Include="Unity\ArcDSM.cs" />
|
2018-05-03 10:16:28 +04:00
|
|
|
|
<Compile Include="Unity\ArcSpVM.cs" />
|
2017-04-13 22:31:53 +04:00
|
|
|
|
<Compile Include="Unity\ArcUnityFS.cs" />
|
|
|
|
|
<Compile Include="Unity\Asset.cs" />
|
|
|
|
|
<Compile Include="Unity\AssetReader.cs" />
|
2018-08-31 19:11:39 +04:00
|
|
|
|
<Compile Include="Unity\AudioClip.cs" />
|
2017-04-13 22:31:53 +04:00
|
|
|
|
<Compile Include="Unity\AudioFSB5.cs" />
|
2022-05-03 13:47:29 +04:00
|
|
|
|
<Compile Include="Unity\Bc7Decoder.cs" />
|
2017-04-13 22:31:53 +04:00
|
|
|
|
<Compile Include="Unity\BundleStream.cs" />
|
2023-08-25 09:21:44 +08:00
|
|
|
|
<Compile Include="Unity\Gx4Lib\ArcDAT.cs" />
|
2017-04-13 22:31:53 +04:00
|
|
|
|
<Compile Include="Unity\OggStream.cs" />
|
2019-03-04 04:02:28 +04:00
|
|
|
|
<Compile Include="Unity\PMaster\ArcDAT.cs" />
|
2018-08-31 19:11:39 +04:00
|
|
|
|
<Compile Include="Unity\ResourcesAssets.cs" />
|
2017-04-14 09:43:46 +04:00
|
|
|
|
<Compile Include="Unity\Texture2D.cs" />
|
2018-02-07 03:45:07 +04:00
|
|
|
|
<Compile Include="Unity\Utage\ImageUTAGE.cs" />
|
2017-04-13 22:31:53 +04:00
|
|
|
|
<Compile Include="Unity\Vorbis.cs" />
|
2018-06-06 00:51:25 +04:00
|
|
|
|
<Compile Include="Valkyria\ArcAM2.cs" />
|
2017-02-25 05:42:15 +04:00
|
|
|
|
<Compile Include="Valkyria\ArcDAT.cs" />
|
2016-11-24 13:45:18 +04:00
|
|
|
|
<Compile Include="Valkyria\ArcODN.cs" />
|
2017-02-25 05:42:15 +04:00
|
|
|
|
<Compile Include="Valkyria\ImageMAL.cs" />
|
|
|
|
|
<Compile Include="Valkyria\ImageMG2.cs" />
|
2016-06-06 21:18:07 +04:00
|
|
|
|
<Compile Include="Vitamin\ImageMFC.cs" />
|
|
|
|
|
<Compile Include="Vitamin\ImageSBI.cs" />
|
2016-07-01 20:03:46 +04:00
|
|
|
|
<Compile Include="VnEngine\ArcAXR.cs" />
|
|
|
|
|
<Compile Include="VnEngine\ImageZAW.cs" />
|
2018-04-10 22:17:38 +04:00
|
|
|
|
<EmbeddedResource Include="Abogado\keytable.dat" />
|
2023-08-25 09:21:44 +08:00
|
|
|
|
<None Include="packages.config" />
|
2018-01-29 21:56:37 +04:00
|
|
|
|
<EmbeddedResource Include="Strings\arcStrings.ja-JP.resx" />
|
2017-04-13 22:31:53 +04:00
|
|
|
|
<EmbeddedResource Include="Unity\strings.dat" />
|
2023-09-07 12:21:15 +04:00
|
|
|
|
<EmbeddedResource Include="ScrPlayer\ImgControlTable1" />
|
|
|
|
|
<EmbeddedResource Include="ScrPlayer\ImgControlTable2" />
|
|
|
|
|
<EmbeddedResource Include="ScrPlayer\ImgDeltaTable2" />
|
|
|
|
|
<EmbeddedResource Include="ScrPlayer\ImgControlTable32" />
|
2016-12-15 10:54:57 +04:00
|
|
|
|
<None Include="WebP\Alpha.cs" />
|
|
|
|
|
<None Include="WebP\Decoder.cs">
|
2016-05-20 04:12:23 +04:00
|
|
|
|
<SubType>Code</SubType>
|
2016-12-15 10:54:57 +04:00
|
|
|
|
</None>
|
|
|
|
|
<None Include="WebP\Filters.cs" />
|
|
|
|
|
<None Include="WebP\Huffman.cs" />
|
|
|
|
|
<None Include="WebP\ImageWEBP.cs">
|
2016-05-20 04:12:23 +04:00
|
|
|
|
<SubType>Code</SubType>
|
2016-12-15 10:54:57 +04:00
|
|
|
|
</None>
|
|
|
|
|
<None Include="WebP\Lossless.cs" />
|
2016-06-07 23:31:26 +04:00
|
|
|
|
<Compile Include="Risa\ImageSYG.cs" />
|
2017-01-19 04:25:24 +04:00
|
|
|
|
<Compile Include="VnSystem\ArcVFS.cs" />
|
2016-02-20 18:23:02 +04:00
|
|
|
|
<Compile Include="Will\ArcPNA.cs" />
|
2015-11-29 05:30:28 +04:00
|
|
|
|
<Compile Include="Will\ArcPulltop.cs" />
|
2016-07-07 08:25:20 +04:00
|
|
|
|
<Compile Include="Will\ArcWIP.cs" />
|
2023-08-24 01:33:50 +04:00
|
|
|
|
<Compile Include="Winters\ArcCFP.cs" />
|
2018-06-19 14:08:57 +04:00
|
|
|
|
<Compile Include="Winters\ArcDAT.cs" />
|
|
|
|
|
<Compile Include="Winters\ArcIFP.cs" />
|
|
|
|
|
<Compile Include="Winters\ArcIFX.cs" />
|
2016-01-05 23:54:54 +04:00
|
|
|
|
<Compile Include="Xuse\ArcBIN.cs" />
|
2016-01-18 20:34:45 +04:00
|
|
|
|
<Compile Include="Xuse\ArcGD.cs" />
|
2015-08-19 21:40:32 +04:00
|
|
|
|
<Compile Include="Xuse\ArcWAG.cs" />
|
2016-02-13 02:02:07 +04:00
|
|
|
|
<Compile Include="Xuse\ArcXARC.cs" />
|
2015-08-19 21:40:32 +04:00
|
|
|
|
<Compile Include="Xuse\ArcXuse.cs" />
|
2023-08-24 01:33:50 +04:00
|
|
|
|
<Compile Include="Xuse\ImageP.cs" />
|
2016-11-11 17:30:49 +04:00
|
|
|
|
<Compile Include="YaneSDK\ArcDAT.cs" />
|
2017-05-21 18:28:10 +04:00
|
|
|
|
<Compile Include="YaneSDK\ArcHibiki.cs" />
|
2017-03-13 18:05:31 +04:00
|
|
|
|
<Compile Include="Yatagarasu\ArcPKG.cs" />
|
2017-04-12 04:17:24 +04:00
|
|
|
|
<Compile Include="Yatagarasu\ArcPKG2.cs" />
|
2017-01-04 08:15:31 +04:00
|
|
|
|
<Compile Include="Youkai\ArcDAT.cs" />
|
2016-08-17 13:11:03 +04:00
|
|
|
|
<Compile Include="Yox\ArcYOX.cs" />
|
2015-08-19 21:40:32 +04: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 01:33:51 +04:00
|
|
|
|
<DependentUpon>WidgetRCT.xaml</DependentUpon>
|
|
|
|
|
</Compile>
|
2015-12-18 13:39:26 +04:00
|
|
|
|
<Compile Include="YuRis\ImageYCG.cs" />
|
2015-08-23 07:33:37 +04:00
|
|
|
|
<Compile Include="Zyx\ArcBDF.cs" />
|
2018-06-19 14:08:23 +04:00
|
|
|
|
<Compile Include="Zyx\ImageMTL.cs" />
|
2015-09-10 04:37:31 +04:00
|
|
|
|
<Compile Include="Zyx\ImageSPL.cs" />
|
2016-04-14 01:06:33 +04:00
|
|
|
|
<EmbeddedResource Include="Strings\arcStrings.zh-Hans.resx" />
|
2017-11-26 00:32:47 +04:00
|
|
|
|
<Compile Include="Seraphim\ArcSeraph.cs" />
|
2015-05-22 10:08:11 +04:00
|
|
|
|
<Compile Include="ArcSPack.cs" />
|
2015-08-19 21:40:32 +04: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-01 23:33:22 +04:00
|
|
|
|
<Compile Include="AudioMP3.cs" />
|
2015-08-19 21:40:32 +04: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-21 23:26:28 +04:00
|
|
|
|
<Compile Include="Blowfish.cs" />
|
2015-07-11 10:31:10 +04:00
|
|
|
|
<Compile Include="Camellia.cs" />
|
2015-08-19 21:40:32 +04:00
|
|
|
|
<Compile Include="Amaterasu\CreateAMIWidget.xaml.cs">
|
2014-08-01 16:48:21 +04:00
|
|
|
|
<DependentUpon>CreateAMIWidget.xaml</DependentUpon>
|
|
|
|
|
</Compile>
|
2015-08-19 21:40:32 +04:00
|
|
|
|
<Compile Include="CatSystem\CreateINTWidget.xaml.cs">
|
2014-08-15 21:41:45 +04:00
|
|
|
|
<DependentUpon>CreateINTWidget.xaml</DependentUpon>
|
|
|
|
|
</Compile>
|
2015-08-19 21:40:32 +04:00
|
|
|
|
<Compile Include="NitroPlus\CreateNPAWidget.xaml.cs">
|
2014-08-18 09:07:35 +04:00
|
|
|
|
<DependentUpon>CreateNPAWidget.xaml</DependentUpon>
|
|
|
|
|
</Compile>
|
2015-08-19 21:40:32 +04:00
|
|
|
|
<Compile Include="NScripter\CreateONSWidget.xaml.cs">
|
2014-07-29 11:53:05 +04:00
|
|
|
|
<DependentUpon>CreateONSWidget.xaml</DependentUpon>
|
|
|
|
|
</Compile>
|
2015-08-19 21:40:32 +04:00
|
|
|
|
<Compile Include="FlyingShine\CreatePDWidget.xaml.cs">
|
2014-08-14 21:39:51 +04:00
|
|
|
|
<DependentUpon>CreatePDWidget.xaml</DependentUpon>
|
|
|
|
|
</Compile>
|
2015-08-19 21:40:32 +04:00
|
|
|
|
<Compile Include="RenPy\CreateRPAWidget.xaml.cs">
|
2014-08-17 01:31:58 +04:00
|
|
|
|
<DependentUpon>CreateRPAWidget.xaml</DependentUpon>
|
|
|
|
|
</Compile>
|
2015-08-19 21:40:32 +04:00
|
|
|
|
<Compile Include="NitroPlus\CreateSGWidget.xaml.cs">
|
2014-07-29 07:02:49 +04:00
|
|
|
|
<DependentUpon>CreateSGWidget.xaml</DependentUpon>
|
|
|
|
|
</Compile>
|
2015-08-19 21:40:32 +04:00
|
|
|
|
<Compile Include="Will\CreateARCWidget.xaml.cs">
|
2015-04-20 20:57:01 +04:00
|
|
|
|
<DependentUpon>CreateARCWidget.xaml</DependentUpon>
|
2014-11-01 02:14:51 +04:00
|
|
|
|
</Compile>
|
2015-08-19 21:40:32 +04:00
|
|
|
|
<Compile Include="KiriKiri\CreateXP3Widget.xaml.cs">
|
2014-07-26 23:13:17 +04:00
|
|
|
|
<DependentUpon>CreateXP3Widget.xaml</DependentUpon>
|
|
|
|
|
</Compile>
|
2015-08-19 21:40:32 +04:00
|
|
|
|
<Compile Include="YuRis\CreateYPFWidget.xaml.cs">
|
2014-08-16 04:42:20 +04:00
|
|
|
|
<DependentUpon>CreateYPFWidget.xaml</DependentUpon>
|
|
|
|
|
</Compile>
|
2015-08-19 21:40:32 +04:00
|
|
|
|
<Compile Include="FC01\ImageACD.cs" />
|
|
|
|
|
<Compile Include="Masys\ImageAG.cs" />
|
2015-11-05 21:46:15 +04:00
|
|
|
|
<Compile Include="AnimeGameSystem\ImageAinos.cs" />
|
2015-08-19 21:40:32 +04:00
|
|
|
|
<Compile Include="Kaguya\ImageAP.cs" />
|
|
|
|
|
<Compile Include="Ethornell\ImageBGI.cs" />
|
2016-03-09 11:00:51 +04:00
|
|
|
|
<Compile Include="Cri\ImageBIP.cs" />
|
2015-08-19 21:40:32 +04:00
|
|
|
|
<Compile Include="Macromedia\ImageBITD.cs" />
|
2016-06-25 22:42:43 +04:00
|
|
|
|
<Compile Include="BlackRainbow\ImageBMD.cs" />
|
|
|
|
|
<Compile Include="BlackRainbow\ImageBMZ.cs" />
|
2015-08-19 21:40:32 +04:00
|
|
|
|
<Compile Include="AZSys\ImageCPB.cs" />
|
|
|
|
|
<Compile Include="Circus\ImageCRX.cs" />
|
|
|
|
|
<Compile Include="Crowd\ImageCWL.cs" />
|
|
|
|
|
<Compile Include="Crowd\ImageCWP.cs" />
|
2017-04-14 07:52:10 +04:00
|
|
|
|
<Compile Include="DirectDraw\ImageDDS.cs" />
|
2015-08-19 21:40:32 +04:00
|
|
|
|
<Compile Include="Dac\ImageDGC.cs" />
|
|
|
|
|
<Compile Include="Ikura\ImageDRG.cs" />
|
|
|
|
|
<Compile Include="Malie\ImageDZI.cs" />
|
|
|
|
|
<Compile Include="ActiveSoft\ImageEDT.cs" />
|
2015-06-17 17:44:01 +04:00
|
|
|
|
<Compile Include="ImageEGN.cs" />
|
2015-08-19 21:40:32 +04: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" />
|
2023-09-07 12:21:15 +04:00
|
|
|
|
<Compile Include="Ism\ImageISG.cs" />
|
2015-08-19 21:40:32 +04:00
|
|
|
|
<Compile Include="Kaas\ImageKAAS.cs" />
|
2016-02-20 19:12:59 +04:00
|
|
|
|
<Compile Include="MAI\ImageMAI.cs" />
|
2015-08-19 21:40:32 +04: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 14:32:13 +04:00
|
|
|
|
<Compile Include="Seraphim\ImageSeraph.cs" />
|
2015-08-19 21:40:32 +04: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 15:11:34 +04:00
|
|
|
|
<Compile Include="KogadoCocotte.cs" />
|
2014-11-07 02:51:32 +04:00
|
|
|
|
<Compile Include="AudioOGG.cs" />
|
2015-07-25 04:20:20 +04:00
|
|
|
|
<Compile Include="LzssStream.cs" />
|
2014-07-21 23:26:28 +04: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-08 20:04:23 +04:00
|
|
|
|
<Compile Include="Properties\Settings.cs" />
|
2014-07-21 23:26:28 +04:00
|
|
|
|
<Compile Include="Strings\arcStrings.Designer.cs">
|
|
|
|
|
<AutoGen>True</AutoGen>
|
|
|
|
|
<DesignTime>True</DesignTime>
|
|
|
|
|
<DependentUpon>arcStrings.resx</DependentUpon>
|
|
|
|
|
</Compile>
|
2015-08-19 21:40:32 +04:00
|
|
|
|
<Compile Include="Dac\WidgetDPK.xaml.cs">
|
2015-06-02 03:16:11 +04:00
|
|
|
|
<DependentUpon>WidgetDPK.xaml</DependentUpon>
|
|
|
|
|
</Compile>
|
2015-08-19 21:40:32 +04:00
|
|
|
|
<Compile Include="CatSystem\WidgetINT.xaml.cs">
|
2014-07-21 23:26:28 +04:00
|
|
|
|
<DependentUpon>WidgetINT.xaml</DependentUpon>
|
|
|
|
|
</Compile>
|
2015-08-19 21:40:32 +04:00
|
|
|
|
<Compile Include="Ikura\WidgetISF.xaml.cs">
|
2015-06-18 17:04:12 +04:00
|
|
|
|
<DependentUpon>WidgetISF.xaml</DependentUpon>
|
|
|
|
|
</Compile>
|
2015-08-19 21:40:32 +04:00
|
|
|
|
<Compile Include="Selene\WidgetKCAP.xaml.cs">
|
2015-03-11 16:37:51 +04:00
|
|
|
|
<DependentUpon>WidgetKCAP.xaml</DependentUpon>
|
|
|
|
|
</Compile>
|
2015-08-19 21:40:32 +04:00
|
|
|
|
<Compile Include="Lucifen\WidgetLPK.xaml.cs">
|
2015-04-25 02:07:14 +04:00
|
|
|
|
<SubType>Code</SubType>
|
|
|
|
|
<DependentUpon>WidgetLPK.xaml</DependentUpon>
|
|
|
|
|
</Compile>
|
2015-08-19 21:40:32 +04:00
|
|
|
|
<Compile Include="Marble\WidgetMBL.xaml.cs">
|
2015-06-04 01:13:25 +04:00
|
|
|
|
<DependentUpon>WidgetMBL.xaml</DependentUpon>
|
|
|
|
|
</Compile>
|
2015-08-19 21:40:32 +04:00
|
|
|
|
<Compile Include="Entis\WidgetNOA.xaml.cs">
|
2015-05-27 14:19:54 +04:00
|
|
|
|
<DependentUpon>WidgetNOA.xaml</DependentUpon>
|
|
|
|
|
</Compile>
|
2015-08-19 21:40:32 +04:00
|
|
|
|
<Compile Include="NitroPlus\WidgetNPA.xaml.cs">
|
2014-07-21 23:26:28 +04:00
|
|
|
|
<DependentUpon>WidgetNPA.xaml</DependentUpon>
|
|
|
|
|
</Compile>
|
2015-08-19 21:40:32 +04:00
|
|
|
|
<Compile Include="ShiinaRio\WidgetWARC.xaml.cs">
|
2015-04-20 20:57:01 +04:00
|
|
|
|
<DependentUpon>WidgetWARC.xaml</DependentUpon>
|
|
|
|
|
</Compile>
|
2015-08-19 21:40:32 +04:00
|
|
|
|
<Compile Include="KiriKiri\WidgetXP3.xaml.cs">
|
2014-07-21 23:26:28 +04:00
|
|
|
|
<DependentUpon>WidgetXP3.xaml</DependentUpon>
|
|
|
|
|
</Compile>
|
2015-08-19 21:40:32 +04:00
|
|
|
|
<Compile Include="YuRis\WidgetYPF.xaml.cs">
|
2014-07-21 23:26:28 +04:00
|
|
|
|
<DependentUpon>WidgetYPF.xaml</DependentUpon>
|
|
|
|
|
</Compile>
|
2016-02-01 05:53:25 +04:00
|
|
|
|
<EmbeddedResource Include="Softpal\WaveTable1" />
|
|
|
|
|
<EmbeddedResource Include="Softpal\WaveTable2" />
|
2023-09-07 12:21:15 +04:00
|
|
|
|
<EmbeddedResource Include="ScrPlayer\IColorBitsTable1" />
|
|
|
|
|
<EmbeddedResource Include="ScrPlayer\IColorBitsTable2" />
|
|
|
|
|
<EmbeddedResource Include="ScrPlayer\IControlTable1" />
|
|
|
|
|
<EmbeddedResource Include="ScrPlayer\IControlTable2" />
|
|
|
|
|
<EmbeddedResource Include="ScrPlayer\IControlTable32" />
|
2016-09-17 18:07:26 +04:00
|
|
|
|
<None Include="Resources\Formats.dat" />
|
2014-07-21 23:26:28 +04:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<ProjectReference Include="..\GameRes\GameRes.csproj">
|
|
|
|
|
<Project>{453c087f-e416-4ae9-8c03-d8760da0574b}</Project>
|
|
|
|
|
<Name>GameRes</Name>
|
|
|
|
|
</ProjectReference>
|
2023-08-25 09:21:44 +08:00
|
|
|
|
<ProjectReference Include="..\Net20\Net20.csproj">
|
|
|
|
|
<Project>{73b6c693-9846-4d33-8300-a80239fcfff9}</Project>
|
|
|
|
|
<Name>Net20</Name>
|
|
|
|
|
</ProjectReference>
|
2014-07-21 23:26:28 +04: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-19 21:40:32 +04:00
|
|
|
|
<Page Include="Amaterasu\CreateAMIWidget.xaml">
|
2014-08-01 16:48:21 +04:00
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
<Generator>MSBuild:Compile</Generator>
|
|
|
|
|
</Page>
|
2016-04-27 00:08:58 +04:00
|
|
|
|
<Page Include="AnimeGameSystem\WidgetAGS.xaml">
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
<Generator>MSBuild:Compile</Generator>
|
|
|
|
|
</Page>
|
2016-04-20 17:52:23 +04:00
|
|
|
|
<Page Include="AZSys\WidgetAZ.xaml">
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
<Generator>MSBuild:Compile</Generator>
|
|
|
|
|
</Page>
|
2015-08-19 21:40:32 +04:00
|
|
|
|
<Page Include="CatSystem\CreateINTWidget.xaml">
|
2014-08-15 21:41:45 +04:00
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
<Generator>MSBuild:Compile</Generator>
|
2014-08-18 09:07:35 +04:00
|
|
|
|
</Page>
|
2016-07-06 04:14:42 +04:00
|
|
|
|
<Page Include="Cyberworks\WidgetBELL.xaml">
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
<Generator>MSBuild:Compile</Generator>
|
|
|
|
|
</Page>
|
2024-07-17 19:53:13 +02:00
|
|
|
|
<Page Include="DxLib\WidgetDXA.xaml">
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
<Generator>MSBuild:Compile</Generator>
|
|
|
|
|
</Page>
|
2016-05-31 02:41:33 +04:00
|
|
|
|
<Page Include="DxLib\WidgetSCR.xaml">
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
<Generator>MSBuild:Compile</Generator>
|
|
|
|
|
</Page>
|
2016-10-12 11:59:48 +04:00
|
|
|
|
<Page Include="Eagls\WidgetEAGLS.xaml">
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
<Generator>MSBuild:Compile</Generator>
|
|
|
|
|
</Page>
|
2016-08-04 05:05:44 +04:00
|
|
|
|
<Page Include="ExHibit\WidgetGYU.xaml">
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
<Generator>MSBuild:Compile</Generator>
|
|
|
|
|
</Page>
|
2015-11-23 21:31:10 +04:00
|
|
|
|
<Page Include="FC01\WidgetMCG.xaml">
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
<Generator>MSBuild:Compile</Generator>
|
|
|
|
|
</Page>
|
2018-11-07 11:50:38 +04:00
|
|
|
|
<Page Include="Leaf\WidgetLEAF.xaml">
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
<Generator>MSBuild:Compile</Generator>
|
|
|
|
|
</Page>
|
2016-06-10 04:39:29 +04:00
|
|
|
|
<Page Include="LiveMaker\WidgetGAL.xaml">
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
<Generator>MSBuild:Compile</Generator>
|
|
|
|
|
</Page>
|
2016-07-04 00:11:14 +04:00
|
|
|
|
<Page Include="MangaGamer\WidgetMGPK.xaml">
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
<Generator>MSBuild:Compile</Generator>
|
|
|
|
|
</Page>
|
2016-10-09 08:49:03 +04:00
|
|
|
|
<Page Include="Musica\WidgetPAZ.xaml">
|
|
|
|
|
<Generator>MSBuild:Compile</Generator>
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
</Page>
|
2015-08-19 21:40:32 +04:00
|
|
|
|
<Page Include="NitroPlus\CreateNPAWidget.xaml">
|
2014-08-18 09:07:35 +04:00
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
<Generator>MSBuild:Compile</Generator>
|
2014-08-15 21:41:45 +04:00
|
|
|
|
</Page>
|
2016-07-10 12:21:38 +04:00
|
|
|
|
<Page Include="NitroPlus\WidgetNPK.xaml">
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
<Generator>MSBuild:Compile</Generator>
|
|
|
|
|
</Page>
|
2016-05-20 04:12:23 +04:00
|
|
|
|
<Page Include="NonColor\WidgetNCARC.xaml">
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
<Generator>MSBuild:Compile</Generator>
|
|
|
|
|
</Page>
|
2015-08-19 21:40:32 +04:00
|
|
|
|
<Page Include="NScripter\CreateONSWidget.xaml">
|
2014-07-29 11:53:05 +04:00
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
<Generator>MSBuild:Compile</Generator>
|
|
|
|
|
</Page>
|
2015-08-19 21:40:32 +04:00
|
|
|
|
<Page Include="FlyingShine\CreatePDWidget.xaml">
|
2014-08-14 21:39:51 +04:00
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
<Generator>MSBuild:Compile</Generator>
|
|
|
|
|
</Page>
|
2015-09-01 03:38:04 +04:00
|
|
|
|
<Page Include="NScripter\WidgetNSA.xaml">
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
<Generator>MSBuild:Compile</Generator>
|
|
|
|
|
</Page>
|
2016-11-25 07:42:32 +04:00
|
|
|
|
<Page Include="NSystem\WidgetMSD.xaml">
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
<Generator>MSBuild:Compile</Generator>
|
|
|
|
|
</Page>
|
2018-01-30 06:34:24 +04:00
|
|
|
|
<Page Include="PkWare\WidgetZIP.xaml">
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
<Generator>MSBuild:Compile</Generator>
|
|
|
|
|
</Page>
|
2015-11-07 03:11:26 +04:00
|
|
|
|
<Page Include="Qlie\WidgetQLIE.xaml">
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
<Generator>MSBuild:Compile</Generator>
|
|
|
|
|
</Page>
|
2015-08-19 21:40:32 +04:00
|
|
|
|
<Page Include="RenPy\CreateRPAWidget.xaml">
|
2014-08-17 01:31:58 +04:00
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
<Generator>MSBuild:Compile</Generator>
|
|
|
|
|
</Page>
|
2015-08-19 21:40:32 +04:00
|
|
|
|
<Page Include="NitroPlus\CreateSGWidget.xaml">
|
2014-07-29 07:02:49 +04:00
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
<Generator>MSBuild:Compile</Generator>
|
|
|
|
|
</Page>
|
2015-09-20 05:25:48 +04:00
|
|
|
|
<Page Include="RPM\WidgetARC.xaml">
|
|
|
|
|
<SubType>Designer</SubType>
|
2016-07-28 04:57:11 +04:00
|
|
|
|
<Generator>MSBuild:Compile</Generator>
|
|
|
|
|
</Page>
|
2018-12-23 14:30:01 +04:00
|
|
|
|
<Page Include="StudioJikkenshitsu\WidgetSJDAT.xaml">
|
|
|
|
|
<Generator>MSBuild:Compile</Generator>
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
</Page>
|
2016-07-28 04:57:11 +04:00
|
|
|
|
<Page Include="Tactics\WidgetTactics.xaml">
|
|
|
|
|
<SubType>Designer</SubType>
|
2015-09-20 05:25:48 +04:00
|
|
|
|
<Generator>MSBuild:Compile</Generator>
|
|
|
|
|
</Page>
|
2017-11-16 11:34:52 +04:00
|
|
|
|
<Page Include="Tamamo\WidgetPCK.xaml">
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
<Generator>MSBuild:Compile</Generator>
|
|
|
|
|
</Page>
|
2015-08-19 21:40:32 +04:00
|
|
|
|
<Page Include="Will\CreateARCWidget.xaml">
|
2014-11-01 02:14:51 +04:00
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
<Generator>MSBuild:Compile</Generator>
|
|
|
|
|
</Page>
|
2015-08-19 21:40:32 +04:00
|
|
|
|
<Page Include="KiriKiri\CreateXP3Widget.xaml">
|
2014-07-26 23:13:17 +04:00
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
<Generator>MSBuild:Compile</Generator>
|
|
|
|
|
</Page>
|
2015-08-19 21:40:32 +04:00
|
|
|
|
<Page Include="YuRis\CreateYPFWidget.xaml">
|
2014-08-16 04:42:20 +04:00
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
<Generator>MSBuild:Compile</Generator>
|
|
|
|
|
</Page>
|
2015-08-19 21:40:32 +04:00
|
|
|
|
<Page Include="Dac\WidgetDPK.xaml">
|
2015-06-02 03:16:11 +04:00
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
<Generator>MSBuild:Compile</Generator>
|
|
|
|
|
</Page>
|
2015-08-19 21:40:32 +04:00
|
|
|
|
<Page Include="CatSystem\WidgetINT.xaml">
|
2014-07-21 23:26:28 +04:00
|
|
|
|
<Generator>MSBuild:Compile</Generator>
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
</Page>
|
2015-08-19 21:40:32 +04:00
|
|
|
|
<Page Include="Ikura\WidgetISF.xaml">
|
2015-06-18 17:04:12 +04:00
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
<Generator>MSBuild:Compile</Generator>
|
|
|
|
|
</Page>
|
2015-08-19 21:40:32 +04:00
|
|
|
|
<Page Include="Selene\WidgetKCAP.xaml">
|
2015-03-11 16:37:51 +04:00
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
<Generator>MSBuild:Compile</Generator>
|
|
|
|
|
</Page>
|
2015-08-19 21:40:32 +04:00
|
|
|
|
<Page Include="Lucifen\WidgetLPK.xaml">
|
2015-04-25 02:07:14 +04:00
|
|
|
|
<Generator>MSBuild:Compile</Generator>
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
</Page>
|
2015-08-19 21:40:32 +04:00
|
|
|
|
<Page Include="Marble\WidgetMBL.xaml">
|
2015-06-04 01:13:25 +04:00
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
<Generator>MSBuild:Compile</Generator>
|
|
|
|
|
</Page>
|
2015-08-19 21:40:32 +04:00
|
|
|
|
<Page Include="Entis\WidgetNOA.xaml">
|
2015-05-27 14:19:54 +04:00
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
<Generator>MSBuild:Compile</Generator>
|
|
|
|
|
</Page>
|
2015-08-19 21:40:32 +04:00
|
|
|
|
<Page Include="NitroPlus\WidgetNPA.xaml">
|
2014-07-21 23:26:28 +04:00
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
<Generator>MSBuild:Compile</Generator>
|
|
|
|
|
</Page>
|
2015-08-19 21:40:32 +04:00
|
|
|
|
<Page Include="Majiro\WidgetRCT.xaml">
|
2015-08-12 01:33:51 +04:00
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
<Generator>MSBuild:Compile</Generator>
|
|
|
|
|
</Page>
|
2015-08-19 21:40:32 +04:00
|
|
|
|
<Page Include="ShiinaRio\WidgetWARC.xaml">
|
2015-04-20 20:57:01 +04:00
|
|
|
|
<Generator>MSBuild:Compile</Generator>
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
</Page>
|
2015-08-19 21:40:32 +04:00
|
|
|
|
<Page Include="KiriKiri\WidgetXP3.xaml">
|
2014-07-21 23:26:28 +04:00
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
<Generator>MSBuild:Compile</Generator>
|
|
|
|
|
</Page>
|
2015-08-19 21:40:32 +04:00
|
|
|
|
<Page Include="YuRis\WidgetYPF.xaml">
|
2014-07-21 23:26:28 +04:00
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
<Generator>MSBuild:Compile</Generator>
|
|
|
|
|
</Page>
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
2015-10-27 20:27:15 +04:00
|
|
|
|
<EmbeddedResource Include="Strings\arcStrings.ko-KR.resx" />
|
2014-07-21 23:26:28 +04: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 18:39:43 +04:00
|
|
|
|
<ItemGroup />
|
2014-07-21 23:26:28 +04:00
|
|
|
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
2014-10-31 18:50:43 +04:00
|
|
|
|
<PropertyGroup>
|
2015-10-22 21:04:05 +04:00
|
|
|
|
<PreBuildEvent>perl "$(SolutionDir)inc-revision.pl" "$(ProjectPath)" $(ConfigurationName)
|
|
|
|
|
exit 0</PreBuildEvent>
|
2014-10-31 18:50:43 +04:00
|
|
|
|
</PropertyGroup>
|
2016-09-17 19:50:23 +04:00
|
|
|
|
<PropertyGroup>
|
2016-09-29 11:23:41 +04:00
|
|
|
|
<PostBuildEvent>if not exist "$(TargetDir)\GameData" mkdir "$(TargetDir)\GameData"
|
2016-09-28 00:12:59 +04:00
|
|
|
|
xcopy "$(ProjectDir)\Resources\Formats.dat" "$(TargetDir)\GameData\" /D /Y >NUL</PostBuildEvent>
|
2016-09-17 19:50:23 +04:00
|
|
|
|
</PropertyGroup>
|
2024-09-14 20:57:14 +08:00
|
|
|
|
<Import Project="..\packages\ZstdNet.1.4.5\build\ZstdNet.targets" Condition="Exists('..\packages\ZstdNet.1.4.5\build\ZstdNet.targets')" />
|
2014-07-21 23:26:28 +04: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>
|
|
|
|
|
-->
|
2024-12-09 10:58:11 +08:00
|
|
|
|
</Project>
|