啊鑫
5 天以前 2ba5117206c152cece2e5ac40067a6232dfb2870
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>