chore: csproj update

This commit is contained in:
scientificworld
2026-04-16 12:44:22 +08:00
parent 9124ce1066
commit 13dee197da
3 changed files with 7 additions and 3 deletions

View File

@@ -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" />

View File

@@ -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;

View File

@@ -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>