mirror of
https://github.com/crskycode/GARbro.git
synced 2026-06-09 15:19:07 +08:00
chore: csproj update
This commit is contained in:
@@ -141,6 +141,7 @@
|
||||
<Compile Include="AIRNovel\ArcAIR.cs" />
|
||||
<Compile Include="aNCHOR\ArcFPD.cs" />
|
||||
<Compile Include="aNCHOR\AudioFCD.cs" />
|
||||
<Compile Include="aNCHOR\Blowfish.cs" />
|
||||
<Compile Include="Artemis\ImageNekoPNG.cs" />
|
||||
<Compile Include="CsWare\AudioWAV.cs" />
|
||||
<Compile Include="CsWare\ImageGDT.cs" />
|
||||
@@ -177,6 +178,10 @@
|
||||
<Compile Include="BlueGale\ImageBBM.cs" />
|
||||
<Compile Include="ClickTeam\ArcMF.cs" />
|
||||
<Compile Include="DxLib\ArcDX8.cs" />
|
||||
<Compile Include="HuneX\ArcHFA.cs" />
|
||||
<Compile Include="HuneX\ArcMZP.cs" />
|
||||
<Compile Include="HuneX\Decoder.cs" />
|
||||
<Compile Include="HuneX\ImageCBG.cs" />
|
||||
<Compile Include="Hypatia\ArcLPK.cs" />
|
||||
<Compile Include="Hypatia\ImageLSG.cs" />
|
||||
<Compile Include="Illusion\ArcPP.cs" />
|
||||
@@ -372,6 +377,7 @@
|
||||
<Compile Include="MultiFileArchive.cs" />
|
||||
<Compile Include="Musica\ArcANI.cs" />
|
||||
<Compile Include="MyAdv\ArcPAC.cs" />
|
||||
<Compile Include="Nekopack\ArcDAT.cs" />
|
||||
<Compile Include="Nekopack\ArcNEKO2.cs" />
|
||||
<Compile Include="Nekopack\ArcNEKO3.cs" />
|
||||
<Compile Include="MAGES\ArcLAY.cs" />
|
||||
@@ -438,7 +444,6 @@
|
||||
<Compile Include="RealLive\ImageG00Jpeg.cs" />
|
||||
<Compile Include="ResourceSettings.cs" />
|
||||
<Compile Include="Rits\ImageHBM.cs" />
|
||||
<Compile Include="RPM\ArcZENOS.cs" />
|
||||
<Compile Include="rUGP\AudioRHA.cs" />
|
||||
<Compile Include="Lilim\ArcFGA.cs" />
|
||||
<Compile Include="ScenePlayer\ArcPMA.cs" />
|
||||
|
||||
@@ -1209,7 +1209,6 @@ namespace GameRes.Formats.Rugp
|
||||
public CObject field_14;
|
||||
public CObject field_18;
|
||||
public CObject field_1C;
|
||||
public CObject field_20;
|
||||
public CObject field_24;
|
||||
public CObject field_28;
|
||||
public CObject field_2C;
|
||||
|
||||
@@ -27,7 +27,7 @@
|
||||
<PlatformTarget>AnyCPU</PlatformTarget>
|
||||
<DebugType>pdbonly</DebugType>
|
||||
<Optimize>true</Optimize>
|
||||
<OutputPath>..\bin\Debug\</OutputPath>
|
||||
<OutputPath>..\bin\Release\</OutputPath>
|
||||
<DefineConstants>TRACE</DefineConstants>
|
||||
<ErrorReport>prompt</ErrorReport>
|
||||
<WarningLevel>4</WarningLevel>
|
||||
|
||||
Reference in New Issue
Block a user