mirror of
https://github.com/crskycode/GARbro.git
synced 2026-06-13 01:08:59 +08:00
Update project files. Update nuget packages.
This commit is contained in:
@@ -223,12 +223,12 @@
|
||||
<Compile Include="Mink\ImageGDF.cs" />
|
||||
<Compile Include="Mutation\ImageRBM.cs" />
|
||||
<Compile Include="Nabe\ImageYPF.cs" />
|
||||
<Compile Include="Nanami\ArcBMM.cs" />
|
||||
<Compile Include="Nekotaro\ArcNSC.cs" />
|
||||
<Compile Include="Nekotaro\ImageGCmp.cs" />
|
||||
<Compile Include="PlanTech\ArcPAC.cs" />
|
||||
<Compile Include="Zone\ArcPKD.cs" />
|
||||
<Compile Include="Zone\ImageBM_.cs" />
|
||||
<None Include="app.config" />
|
||||
<None Include="PlanTech\ImagePAC.cs" />
|
||||
<Compile Include="Pochette\ImageGDT.cs" />
|
||||
<Compile Include="ProjectMyu\ImageKGR.cs" />
|
||||
@@ -273,6 +273,7 @@
|
||||
<ItemGroup>
|
||||
<Folder Include="Bom\" />
|
||||
<Folder Include="HyperWorks\" />
|
||||
<Folder Include="Nanami\" />
|
||||
</ItemGroup>
|
||||
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
||||
<PropertyGroup>
|
||||
|
||||
15
Legacy/app.config
Normal file
15
Legacy/app.config
Normal file
@@ -0,0 +1,15 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<configuration>
|
||||
<runtime>
|
||||
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
|
||||
<dependentAssembly>
|
||||
<assemblyIdentity name="System.Buffers" publicKeyToken="cc7b13ffcd2ddd51" culture="neutral" />
|
||||
<bindingRedirect oldVersion="0.0.0.0-4.0.3.0" newVersion="4.0.3.0" />
|
||||
</dependentAssembly>
|
||||
<dependentAssembly>
|
||||
<assemblyIdentity name="System.Runtime.CompilerServices.Unsafe" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
|
||||
<bindingRedirect oldVersion="0.0.0.0-5.0.0.0" newVersion="5.0.0.0" />
|
||||
</dependentAssembly>
|
||||
</assemblyBinding>
|
||||
</runtime>
|
||||
</configuration>
|
||||
Reference in New Issue
Block a user