WebMvc.csproj 3.66 KB
<Project Sdk="Microsoft.NET.Sdk.Web">

 <PropertyGroup>
	<TargetFramework>netcoreapp2.2</TargetFramework>
	<UserSecretsId>a55139e2-9710-4dac-a8da-e0c3080d88b1</UserSecretsId>
 </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>
   <Content Remove="Areas\task\Views\Task\WireIn.cshtml" />
   <Content Remove="wwwroot\productjs\task\WireIn.js" />
 </ItemGroup>

 <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="SoapCore" Version="1.0.0" />
	 <PackageReference Include="Swashbuckle.AspNetCore" Version="4.0.1" />
	 <PackageReference Include="System.ServiceModel.Duplex" Version="4.4.*" />
	 <PackageReference Include="System.ServiceModel.Http" Version="4.7.0" />
	 <PackageReference Include="System.ServiceModel.NetTcp" Version="4.4.*" />
	 <PackageReference Include="System.ServiceModel.Security" Version="4.4.*" />
 </ItemGroup>


 <ItemGroup>
   <ProjectReference Include="..\Infrastructure\Infrastructure.csproj" />
   <ProjectReference Include="..\Quartz.AspNetCore\Quartz.AspNetCore.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="Hubs\" />
   <Folder Include="wwwroot\css\homecss\" />
 </ItemGroup>

 <ItemGroup>
   <WCFMetadata Include="Connected Services" />
 </ItemGroup>

 <ProjectExtensions><VisualStudio><UserProperties appsettings_1json__JSONSchema="" /></VisualStudio></ProjectExtensions>

</Project>