| | |
| | | <Project Sdk="Microsoft.NET.Sdk.Web"> |
| | | |
| | | <PropertyGroup Label="Globals"> |
| | | <SccProjectName>SAK</SccProjectName> |
| | | <SccProvider>SAK</SccProvider> |
| | | <SccAuxPath>SAK</SccAuxPath> |
| | | <SccLocalPath>SAK</SccLocalPath> |
| | | <SccProjectName></SccProjectName> |
| | | <SccProvider></SccProvider> |
| | | <SccAuxPath></SccAuxPath> |
| | | <SccLocalPath></SccLocalPath> |
| | | <Platforms>AnyCPU;x86</Platforms> |
| | | </PropertyGroup> |
| | | |
| | |
| | | <Product>Tiger Api Host</Product> |
| | | <Company>SZ TigerClouds Co.,Ltd.</Company> |
| | | <Authors>TigerClouds Team</Authors> |
| | | <Copyright>Copyright © 2020-2023 TigerClouds. All rights reserved.</Copyright> |
| | | <Copyright>Copyright © 2020-2024 TigerClouds. All rights reserved.</Copyright> |
| | | <PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance> |
| | | <GenerateDocumentationFile>True</GenerateDocumentationFile> |
| | | <StartupObject></StartupObject> |
| | |
| | | |
| | | |
| | | <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> |
| | | |
| | |
| | | <PackageReference Include="Swashbuckle.AspNetCore" Version="6.5.0" /> |
| | | </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> |
| | | <Folder Include="Controllers\EMS\" /> |
| | | <Folder Include="Controllers\QMS\" /> |
| | | </ItemGroup> |
| | | <ItemGroup> |
| | | <None Include="Views\Home\Index.cshtml" /> |