修改程式0117

This commit is contained in:
JEFF 2025-01-17 14:24:00 +08:00
parent 19febccd11
commit 13f6021ffe
2 changed files with 8 additions and 1 deletions

View File

@ -1,20 +1,26 @@
 
Microsoft Visual Studio Solution File, Format Version 12.00 Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17 # Visual Studio Version 17
VisualStudioVersion = 17.12.35527.113 d17.12 VisualStudioVersion = 17.12.35527.113
MinimumVisualStudioVersion = 10.0.40219.1 MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Camera_connect", "Camera_connect\Camera_connect.csproj", "{AC07B92D-98AE-45ED-92C7-A4F93F4FFD7E}" Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Camera_connect", "Camera_connect\Camera_connect.csproj", "{AC07B92D-98AE-45ED-92C7-A4F93F4FFD7E}"
EndProject EndProject
Global Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU Debug|Any CPU = Debug|Any CPU
Debug|x64 = Debug|x64
Release|Any CPU = Release|Any CPU Release|Any CPU = Release|Any CPU
Release|x64 = Release|x64
EndGlobalSection EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution GlobalSection(ProjectConfigurationPlatforms) = postSolution
{AC07B92D-98AE-45ED-92C7-A4F93F4FFD7E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU {AC07B92D-98AE-45ED-92C7-A4F93F4FFD7E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{AC07B92D-98AE-45ED-92C7-A4F93F4FFD7E}.Debug|Any CPU.Build.0 = Debug|Any CPU {AC07B92D-98AE-45ED-92C7-A4F93F4FFD7E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{AC07B92D-98AE-45ED-92C7-A4F93F4FFD7E}.Debug|x64.ActiveCfg = Debug|x64
{AC07B92D-98AE-45ED-92C7-A4F93F4FFD7E}.Debug|x64.Build.0 = Debug|x64
{AC07B92D-98AE-45ED-92C7-A4F93F4FFD7E}.Release|Any CPU.ActiveCfg = Release|Any CPU {AC07B92D-98AE-45ED-92C7-A4F93F4FFD7E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{AC07B92D-98AE-45ED-92C7-A4F93F4FFD7E}.Release|Any CPU.Build.0 = Release|Any CPU {AC07B92D-98AE-45ED-92C7-A4F93F4FFD7E}.Release|Any CPU.Build.0 = Release|Any CPU
{AC07B92D-98AE-45ED-92C7-A4F93F4FFD7E}.Release|x64.ActiveCfg = Release|x64
{AC07B92D-98AE-45ED-92C7-A4F93F4FFD7E}.Release|x64.Build.0 = Release|x64
EndGlobalSection EndGlobalSection
GlobalSection(SolutionProperties) = preSolution GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE HideSolutionNode = FALSE

View File

@ -6,6 +6,7 @@
<Nullable>enable</Nullable> <Nullable>enable</Nullable>
<UseWindowsForms>true</UseWindowsForms> <UseWindowsForms>true</UseWindowsForms>
<ImplicitUsings>enable</ImplicitUsings> <ImplicitUsings>enable</ImplicitUsings>
<Platforms>AnyCPU;x64</Platforms>
</PropertyGroup> </PropertyGroup>
<ItemGroup> <ItemGroup>