创建得辉达定制分支

This commit is contained in:
moxiliang
2025-06-21 10:00:45 +08:00
parent dcd9b20fb0
commit c189711a92
145 changed files with 96629 additions and 5073 deletions

View File

@@ -0,0 +1,4 @@
// <autogenerated />
using System;
using System.Reflection;
[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETFramework,Version=v4.7.2", FrameworkDisplayName = ".NET Framework 4.7.2")]

View File

@@ -0,0 +1,19 @@
E:\platform\LL-28\C-Windows-1\obj\Release\C-Windows-LL18.csproj.AssemblyReference.cache
E:\platform\LL-28\C-Windows-1\obj\Release\C-Windows-LL18.csproj.SuggestedBindingRedirects.cache
E:\platform\LL-28\C-Windows-1\obj\Release\LL18-Control.exe.config
E:\platform\LL-28\C-Windows-1\obj\Release\C_Windows_1.Activationcode.resources
E:\platform\LL-28\C-Windows-1\obj\Release\C_Windows_1.Config.resources
E:\platform\LL-28\C-Windows-1\obj\Release\C_Windows_1.Form1.resources
E:\platform\LL-28\C-Windows-1\obj\Release\C_Windows_1.Form2.resources
E:\platform\LL-28\C-Windows-1\obj\Release\C_Windows_1.Form3.resources
E:\platform\LL-28\C-Windows-1\obj\Release\C_Windows_1.Form4.resources
E:\platform\LL-28\C-Windows-1\obj\Release\C_Windows_1.LogOn.resources
E:\platform\LL-28\C-Windows-1\obj\Release\C_Windows_1.MESConfig.resources
E:\platform\LL-28\C-Windows-1\obj\Release\C_Windows_1.MyGroupBox.resources
E:\platform\LL-28\C-Windows-1\obj\Release\C_Windows_1.PortSetting.resources
E:\platform\LL-28\C-Windows-1\obj\Release\C_Windows_1.Properties.Resources.resources
E:\platform\LL-28\C-Windows-1\obj\Release\C_Windows_1.Save.resources
E:\platform\LL-28\C-Windows-1\obj\Release\C_Windows_1.TestPara.resources
E:\platform\LL-28\C-Windows-1\obj\Release\C_Windows_1.UserPassword.resources
E:\platform\LL-28\C-Windows-1\obj\Release\C-Windows-LL18.csproj.GenerateResource.cache
E:\platform\LL-28\C-Windows-1\obj\Release\C-Windows-LL18.csproj.CoreCompileInputs.cache

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@@ -0,0 +1,38 @@
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<startup>
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.7.2" />
</startup>
<runtime>
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
<dependentAssembly>
<assemblyIdentity name="Newtonsoft.Json" publicKeyToken="30ad4fe6b2a6aeed" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-13.0.0.0" newVersion="13.0.0.0" />
</dependentAssembly>
</assemblyBinding>
<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>
</assemblyBinding>
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
<dependentAssembly>
<assemblyIdentity name="System.Memory" publicKeyToken="cc7b13ffcd2ddd51" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-4.0.1.2" newVersion="4.0.1.2" />
</dependentAssembly>
</assemblyBinding>
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
<dependentAssembly>
<assemblyIdentity name="System.Numerics.Vectors" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-4.1.4.0" newVersion="4.1.4.0" />
</dependentAssembly>
</assemblyBinding>
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
<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>

View File