<Project Sdk="Microsoft.NET.Sdk.Web">
|
|
<PropertyGroup Label="Globals">
|
<SccProjectName></SccProjectName>
|
<SccProvider></SccProvider>
|
<SccAuxPath></SccAuxPath>
|
<SccLocalPath></SccLocalPath>
|
<Platforms>AnyCPU;x86</Platforms>
|
</PropertyGroup>
|
|
<PropertyGroup>
|
<TargetFramework>net6.0</TargetFramework>
|
<ApplicationIcon>Icons\HonghuApi64.ico</ApplicationIcon>
|
<OutputType>Exe</OutputType>
|
<AssemblyName>TigerApiHost</AssemblyName>
|
<UserSecretsId>63e1c730-ccbc-4208-a72d-3e6460877d4d</UserSecretsId>
|
<FileVersion>6.0.2</FileVersion>
|
<AssemblyVersion>6.0.2</AssemblyVersion>
|
<PackageReleaseNotes></PackageReleaseNotes>
|
<Description>Api Host Program Base on .Net 6
|
Hash : 673cd3b3fa311e691e8dd8136b580ed0bcc64cf0</Description>
|
<Version>6.0.2</Version>
|
<Product>Tiger Api Host</Product>
|
<Company>深圳市钛格云科技有限公司 (SZ TigerClouds Technology Co.,Ltd.)</Company>
|
<Authors>TigerClouds Team</Authors>
|
<Copyright>Copyright © 2020-2025 SZ TigerClouds Technology Co.,Ltd.. All rights reserved.</Copyright>
|
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
|
<GenerateDocumentationFile>True</GenerateDocumentationFile>
|
<StartupObject></StartupObject>
|
</PropertyGroup>
|
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
<DocumentationFile>bin\Debug\net6.0\Tiger.Api.xml</DocumentationFile>
|
</PropertyGroup>
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x86'">
|
<DocumentationFile>bin\x86\Debug\net5.0\Tiger.Api.xml</DocumentationFile>
|
<OutputPath></OutputPath>
|
<PlatformTarget>x86</PlatformTarget>
|
</PropertyGroup>
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
|
<DocumentationFile>bin\Release\net5.0\Tiger.Api.xml</DocumentationFile>
|
</PropertyGroup>
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x86'">
|
<DocumentationFile>bin\Release\net5.0\Tiger.Api.xml</DocumentationFile>
|
</PropertyGroup>
|
|
|
<ItemGroup>
|
<Compile Remove="Controllers\EMS\**" />
|
<Compile Remove="Controllers\QMS\**" />
|
<Compile Remove="wwwroot\**" />
|
<Content Remove="Controllers\EMS\**" />
|
<Content Remove="Controllers\QMS\**" />
|
<Content Remove="wwwroot\**" />
|
<EmbeddedResource Remove="Controllers\EMS\**" />
|
<EmbeddedResource Remove="Controllers\QMS\**" />
|
<EmbeddedResource Remove="wwwroot\**" />
|
<None Remove="Controllers\EMS\**" />
|
<None Remove="Controllers\QMS\**" />
|
<None Remove="wwwroot\**" />
|
</ItemGroup>
|
|
|
<ItemGroup>
|
<Compile Remove="iBiz\Logger.cs" />
|
</ItemGroup>
|
|
|
<ItemGroup>
|
<Content Include="Icons\HonghuApi64.ico" />
|
</ItemGroup>
|
<ItemGroup>
|
<PackageReference Include="Microsoft.AspNetCore.Hosting.WindowsServices" Version="6.0.33" />
|
<PackageReference Include="Microsoft.AspNetCore.Mvc.NewtonsoftJson" Version="6.0.33" />
|
<PackageReference Include="Microsoft.Extensions.Hosting.WindowsServices" Version="7.0.1" />
|
</ItemGroup>
|
<ItemGroup>
|
<ProjectReference Include="..\Tiger.IBusiness.MES\Tiger.IBusiness.MES.csproj" />
|
<ProjectReference Include="..\Tiger.IBusiness.WMS\Tiger.IBusiness.WMS.csproj" />
|
<ProjectReference Include="..\Tiger.IBusiness\Tiger.IBusiness.csproj" />
|
</ItemGroup>
|
<ItemGroup>
|
<None Include="Views\Home\Index.cshtml" />
|
<None Include="Views\Home\Privacy.cshtml" />
|
<None Include="Views\Shared\Error.cshtml" />
|
<None Include="Views\Shared\_Layout.cshtml" />
|
<None Include="Views\Shared\_ValidationScriptsPartial.cshtml" />
|
<None Include="Views\_ViewImports.cshtml" />
|
<None Include="Views\_ViewStart.cshtml" />
|
</ItemGroup>
|
<ItemGroup>
|
<Content Update="appsettings.json">
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
</Content>
|
<Content Update="Autofac\SingleInstance.json">
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
</Content>
|
<Content Update="Autofac\InterfaceService1.json">
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
</Content>
|
<Content Update="Autofac\InterfaceService.json">
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
</Content>
|
<Content Update="Autofac\Template.json">
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
</Content>
|
<Content Update="BizSettings.json">
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
</Content>
|
</ItemGroup>
|
<ItemGroup>
|
<None Update="Language.db">
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
</None>
|
</ItemGroup>
|
<ProjectExtensions><VisualStudio><UserProperties appsettings_1json__JsonSchema="" autofac_4template_1json__JsonSchema="https://json.schemastore.org/appsettings.json" /></VisualStudio></ProjectExtensions>
|
</Project>
|