From 2ba5117206c152cece2e5ac40067a6232dfb2870 Mon Sep 17 00:00:00 2001
From: 啊鑫 <t2856754968@163.com>
Date: 星期三, 10 九月 2025 17:12:08 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/master'

---
 WebApi/Gs.JJGZ/Gs.JJGZ.csproj |   36 ++++++++++++++++++------------------
 1 files changed, 18 insertions(+), 18 deletions(-)

diff --git a/WebApi/Gs.JJGZ/Gs.JJGZ.csproj b/WebApi/Gs.JJGZ/Gs.JJGZ.csproj
index befd36a..42768cf 100644
--- a/WebApi/Gs.JJGZ/Gs.JJGZ.csproj
+++ b/WebApi/Gs.JJGZ/Gs.JJGZ.csproj
@@ -1,26 +1,26 @@
 锘�<Project Sdk="Microsoft.NET.Sdk">
 
-    <PropertyGroup>
-        <TargetFramework>net8.0</TargetFramework>
-        <ImplicitUsings>enable</ImplicitUsings>
-        <Nullable>enable</Nullable>
-        <BaseOutputPath>..\Gs.HostIIS\bin</BaseOutputPath>
-        <GenerateDocumentationFile>True</GenerateDocumentationFile>
-    </PropertyGroup>
+	<PropertyGroup>
+		<TargetFramework>net8.0</TargetFramework>
+		<ImplicitUsings>enable</ImplicitUsings>
+		<Nullable>enable</Nullable>
+		<BaseOutputPath>..\Gs.HostIIS\bin</BaseOutputPath>
+		<GenerateDocumentationFile>True</GenerateDocumentationFile>
+	</PropertyGroup>
 
-    <PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
-        <OutputPath>..\Gs.HostIIS\bin\Debug\</OutputPath>
-        <DocumentationFile>..\Gs.HostIIS\bin\Debug\GS.JJGZ.xml</DocumentationFile>
-    </PropertyGroup>
+	<PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
+		<OutputPath>..\Gs.HostIIS\bin\Debug\</OutputPath>
+		<DocumentationFile>..\Gs.HostIIS\bin\Debug\GS.JJGZ.xml</DocumentationFile>
+	</PropertyGroup>
 
 
-    <PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
-        <OutputPath>..\Gs.HostIIS\bin\Release\</OutputPath>
-    </PropertyGroup>
+	<PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
+		<OutputPath>..\Gs.HostIIS\bin\Release\</OutputPath>
+	</PropertyGroup>
 
-    <ItemGroup>
-        <ProjectReference Include="..\Gs.Toolbox\Gs.Toolbox.csproj"/>
-        <ProjectReference Include="..\Gs.Entity\Gs.Entity.csproj"/>
-    </ItemGroup>
+	<ItemGroup>
+    <ProjectReference Include="..\Gs.Toolbox\Gs.Toolbox.csproj" />
+    <ProjectReference Include="..\Gs.Entity\Gs.Entity.csproj" />
+  </ItemGroup>
 
 </Project>

--
Gitblit v1.9.3