| | |
| | | <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> |
| | | |
| | |
| | | |
| | | |
| | | <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.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" /> |