<Project Sdk="Microsoft.NET.Sdk.Web"> <PropertyGroup> <TargetFramework>netcoreapp2.2</TargetFramework> </PropertyGroup> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'"> <OutputPath>bin\Debug\netcoreapp2.2</OutputPath> <DocumentationFile>bin\Debug\netcoreapp2.2\WebMvc.xml</DocumentationFile> <NoWarn>1701;1702;1591;0219;1573</NoWarn> </PropertyGroup> <ItemGroup> <PackageReference Include="Autofac.Extensions.DependencyInjection" Version="4.0.0" /> <PackageReference Include="HslCommunication" Version="7.0.1" /> <PackageReference Include="Microsoft.AspNetCore" Version="2.2.0" /> <PackageReference Include="Microsoft.AspNetCore.App" Version="2.2.0" /> <PackageReference Include="Microsoft.EntityFrameworkCore" Version="2.2.0" /> <PackageReference Include="Swashbuckle.AspNetCore" Version="4.0.1" /> </ItemGroup> <ItemGroup> <ProjectReference Include="..\Infrastructure\Infrastructure.csproj" /> <ProjectReference Include="..\Quartz.AspNetCore\Quartz.AspNetCore.csproj" /> <ProjectReference Include="..\SoapCore\SoapCore.csproj" /> <ProjectReference Include="..\WebApp\WebApp.csproj" /> <ProjectReference Include="..\WebRepository\WebRepository.csproj" /> </ItemGroup> <ItemGroup> <Content Update="appsettings.json"> <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> </Content> <Content Update="Areas\WCS\Views\TBoxEntranceStation1\Index.cshtml"> <Pack>$(IncludeRazorContentInPack)</Pack> </Content> <Content Update="Areas\WCS\Views\TBoxEntranceStation2\Index.cshtml"> <Pack>$(IncludeRazorContentInPack)</Pack> </Content> <Content Update="Areas\WCS\Views\VMApartArea\Index.cshtml"> <Pack>$(IncludeRazorContentInPack)</Pack> </Content> <Content Update="Areas\WCS\Views\VMBoxIn\Index.cshtml"> <Pack>$(IncludeRazorContentInPack)</Pack> </Content> <Content Update="Areas\WCS\Views\VMBufferArea\Index.cshtml"> <Pack>$(IncludeRazorContentInPack)</Pack> </Content> <Content Update="Areas\WCS\Views\VMExitArea\Index.cshtml"> <Pack>$(IncludeRazorContentInPack)</Pack> </Content> <Content Update="Areas\WCS\Views\VMHearyArea\Index.cshtml"> <Pack>$(IncludeRazorContentInPack)</Pack> </Content> <Content Update="Areas\WCS\Views\VMPalletAbnormal\Index.cshtml"> <Pack>$(IncludeRazorContentInPack)</Pack> </Content> <Content Update="Areas\WCS\Views\VMPalletIn\Index.cshtml"> <Pack>$(IncludeRazorContentInPack)</Pack> </Content> <Content Update="Areas\WCS\Views\VMTogetherArea\Index.cshtml"> <Pack>$(IncludeRazorContentInPack)</Pack> </Content> <Content Update="Areas\WCS\Views\VMBoxAbnormal\Index.cshtml"> <Pack>$(IncludeRazorContentInPack)</Pack> </Content> <Content Update="Areas\WCS\Views\TBoxPickStation\Index.cshtml"> <Pack>$(IncludeRazorContentInPack)</Pack> </Content> <Content Update="Views\Home\Main.cshtml"> <Pack>$(IncludeRazorContentInPack)</Pack> </Content> </ItemGroup> <ItemGroup> <Folder Include="Areas\WebService\" /> <Folder Include="Hubs\" /> <Folder Include="wwwroot\css\homecss\" /> </ItemGroup> <ProjectExtensions><VisualStudio><UserProperties appsettings_1json__JSONSchema="" /></VisualStudio></ProjectExtensions> </Project>