This commit is contained in:
2024-05-14 23:26:27 +08:00
parent 0db4b1fe58
commit 8c6b348597
27 changed files with 1984 additions and 789 deletions
File diff suppressed because one or more lines are too long
+1 -1
View File
@@ -46,7 +46,7 @@
</system.Web>
-->
<system.web>
<compilation debug="true" targetFramework="4.6.1"/>
<compilation debug="true" targetFramework="4.8"/>
<httpRuntime/>
<pages controlRenderingCompatibilityVersion="4.0"/>
</system.web>
+1 -1
View File
@@ -14,7 +14,7 @@
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>WebAPI</RootNamespace>
<AssemblyName>WebAPI</AssemblyName>
<TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
<TargetFrameworkVersion>v4.8</TargetFrameworkVersion>
<MvcBuildViews>false</MvcBuildViews>
<UseIISExpress>true</UseIISExpress>
<Use64BitIISExpress />
+1 -1
View File
@@ -39,7 +39,7 @@
<StartWorkingDirectory>
</StartWorkingDirectory>
<EnableENC>True</EnableENC>
<AlwaysStartWebServerOnDebug>True</AlwaysStartWebServerOnDebug>
<AlwaysStartWebServerOnDebug>False</AlwaysStartWebServerOnDebug>
</WebProjectProperties>
</FlavorProperties>
</VisualStudio>