ProductionLineMonitor.Application.csproj 515 B

1234567891011121314151617
  1. <Project Sdk="Microsoft.NET.Sdk">
  2. <PropertyGroup>
  3. <TargetFramework>netstandard2.1</TargetFramework>
  4. <Nullable>enable</Nullable>
  5. </PropertyGroup>
  6. <ItemGroup>
  7. <None Remove="Services\HomeService\Dtos\zwvsybvn.irv~" />
  8. </ItemGroup>
  9. <ItemGroup>
  10. <ProjectReference Include="..\ProductionLineMonitor.Core\ProductionLineMonitor.Core.csproj" />
  11. <ProjectReference Include="..\ProductionLineMonitor.EntityFramework\ProductionLineMonitor.EntityFramework.csproj" />
  12. </ItemGroup>
  13. </Project>