Update project files. Update nuget packages.

This commit is contained in:
crskycode
2021-02-24 16:05:02 +08:00
parent c5e13f6db1
commit 7caef5c3e6
16 changed files with 180 additions and 69 deletions

View File

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