This commit is contained in:
xyy
2026-01-03 11:47:02 +08:00
parent f1ea96fe59
commit 830d9dcf90
16 changed files with 17 additions and 26 deletions

17
.gitignore vendored
View File

@@ -5,3 +5,20 @@
/外科辅料和患者防护罩激光抗性测试仪/.vs/外科辅料和患者防护罩激光抗性测试仪/FileContentIndex
/外科辅料和患者防护罩激光抗性测试仪/.vs/外科辅料和患者防护罩激光抗性测试仪/v17/.suo
/外科辅料和患者防护罩激光抗性测试仪/.vs/外科辅料和患者防护罩激光抗性测试仪/v17/DocumentLayout.backup.json
/外科辅料和患者防护罩激光抗性测试仪/.vs/ProjectEvaluation
/外科辅料和患者防护罩激光抗性测试仪/.vs/外科辅料和患者防护罩激光抗性测试仪/CopilotIndices/17.14.939.21063/CodeChunks.db
/外科辅料和患者防护罩激光抗性测试仪/.vs/外科辅料和患者防护罩激光抗性测试仪/CopilotIndices/17.14.939.21063/CodeChunks.db-wal
/外科辅料和患者防护罩激光抗性测试仪/.vs/外科辅料和患者防护罩激光抗性测试仪/CopilotIndices/17.14.939.21063/SemanticSymbols.db
/外科辅料和患者防护罩激光抗性测试仪/.vs/外科辅料和患者防护罩激光抗性测试仪/CopilotIndices/17.14.939.21063/SemanticSymbols.db-wal
/外科辅料和患者防护罩激光抗性测试仪/.vs/外科辅料和患者防护罩激光抗性测试仪/DesignTimeBuild/.dtbcache.v2
/外科辅料和患者防护罩激光抗性测试仪/Backup
/外科辅料和患者防护罩激光抗性测试仪/外科辅料和患者防护罩激光抗性测试仪/bin/Debug/net8.0-windows/外科辅料和患者防护罩激光抗性测试仪.dll
/外科辅料和患者防护罩激光抗性测试仪/外科辅料和患者防护罩激光抗性测试仪/bin/Debug/net8.0-windows/外科辅料和患者防护罩激光抗性测试仪.exe
/外科辅料和患者防护罩激光抗性测试仪/外科辅料和患者防护罩激光抗性测试仪/bin/Debug/net8.0-windows/外科辅料和患者防护罩激光抗性测试仪.pdb
/外科辅料和患者防护罩激光抗性测试仪/外科辅料和患者防护罩激光抗性测试仪/obj/Debug/net8.0-windows/ref/外科辅料和患者防护罩激光抗性测试仪.dll
/外科辅料和患者防护罩激光抗性测试仪/外科辅料和患者防护罩激光抗性测试仪/obj/Debug/net8.0-windows/apphost.exe
/外科辅料和患者防护罩激光抗性测试仪/外科辅料和患者防护罩激光抗性测试仪/obj/Debug/net8.0-windows/refint/外科辅料和患者防护罩激光抗性测试仪.dll
/外科辅料和患者防护罩激光抗性测试仪/外科辅料和患者防护罩激光抗性测试仪/obj/Debug/net8.0-windows/外科辅料和患者防护罩激光抗性测试仪.AssemblyInfo.cs
/外科辅料和患者防护罩激光抗性测试仪/外科辅料和患者防护罩激光抗性测试仪/obj/Debug/net8.0-windows/外科辅料和患者防护罩激光抗性测试仪.AssemblyInfoInputs.cache
/外科辅料和患者防护罩激光抗性测试仪/外科辅料和患者防护罩激光抗性测试仪/obj/Debug/net8.0-windows/外科辅料和患者防护罩激光抗性测试仪.dll
/外科辅料和患者防护罩激光抗性测试仪/外科辅料和患者防护罩激光抗性测试仪/obj/Debug/net8.0-windows/外科辅料和患者防护罩激光抗性测试仪.pdb

View File

@@ -1,25 +0,0 @@
//------------------------------------------------------------------------------
// <auto-generated>
// 此代码由工具生成。
// 运行时版本:4.0.30319.42000
//
// 对此文件的更改可能会导致不正确的行为,并且如果
// 重新生成代码,这些更改将会丢失。
// </auto-generated>
//------------------------------------------------------------------------------
using System;
using System.Reflection;
[assembly: System.Reflection.AssemblyCompanyAttribute("外科辅料和患者防护罩激光抗性测试仪")]
[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+19021293294a0234bb1259283633788d98df95bd")]
[assembly: System.Reflection.AssemblyProductAttribute("外科辅料和患者防护罩激光抗性测试仪")]
[assembly: System.Reflection.AssemblyTitleAttribute("外科辅料和患者防护罩激光抗性测试仪")]
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
[assembly: System.Runtime.Versioning.TargetPlatformAttribute("Windows7.0")]
[assembly: System.Runtime.Versioning.SupportedOSPlatformAttribute("Windows7.0")]
// 由 MSBuild WriteCodeFragment 类生成。