TestRun.csproj 612 B

123456789101112131415161718192021
  1. <Project Sdk="Microsoft.NET.Sdk">
  2. <PropertyGroup>
  3. <OutputType>Exe</OutputType>
  4. <IsPublishable>false</IsPublishable>
  5. <TargetFramework>netcoreapp3.1</TargetFramework>
  6. </PropertyGroup>
  7. <ItemGroup>
  8. <ProjectReference Include="..\FControlFUSIONCF\FControlFUSIONCF.csproj" />
  9. <ProjectReference Include="..\ForecourtControl\ForecourtControl.csproj" />
  10. <ProjectReference Include="..\Wayne.Common\Wayne.Common.csproj" />
  11. </ItemGroup>
  12. <ItemGroup>
  13. <None Update="nlog.config">
  14. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  15. </None>
  16. </ItemGroup>
  17. </Project>