This commit is contained in:
xyy
2026-01-05 19:21:33 +08:00
parent b0489b4315
commit b0126b2e17
27 changed files with 14210 additions and 438 deletions

View File

@@ -12,6 +12,7 @@
<AssemblyName>BasicDemo_CS</AssemblyName>
<TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<IsWebBootstrapper>false</IsWebBootstrapper>
<PublishUrl>publish\</PublishUrl>
<Install>true</Install>
<InstallFrom>Disk</InstallFrom>
@@ -24,7 +25,6 @@
<MapFileExtensions>true</MapFileExtensions>
<ApplicationRevision>0</ApplicationRevision>
<ApplicationVersion>1.0.0.%2a</ApplicationVersion>
<IsWebBootstrapper>false</IsWebBootstrapper>
<UseApplicationTrust>false</UseApplicationTrust>
<BootstrapperEnabled>true</BootstrapperEnabled>
</PropertyGroup>
@@ -102,6 +102,12 @@
<Reference Include="System.Xml" />
</ItemGroup>
<ItemGroup>
<Compile Include="AutoCameraForm.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="AutoCameraForm.Designer.cs">
<DependentUpon>AutoCameraForm.cs</DependentUpon>
</Compile>
<Compile Include="BasicDemo.cs">
<SubType>Form</SubType>
</Compile>