123456789101112131415161718192021 |
- <Project Sdk="Microsoft.NET.Sdk">
- <PropertyGroup>
- <OutputType>Exe</OutputType>
- <IsPublishable>false</IsPublishable>
- <TargetFramework>netcoreapp3.1</TargetFramework>
- </PropertyGroup>
- <ItemGroup>
- <ProjectReference Include="..\FControlFUSIONCF\FControlFUSIONCF.csproj" />
- <ProjectReference Include="..\ForecourtControl\ForecourtControl.csproj" />
- <ProjectReference Include="..\Wayne.Common\Wayne.Common.csproj" />
- </ItemGroup>
- <ItemGroup>
- <None Update="nlog.config">
- <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
- </None>
- </ItemGroup>
- </Project>
|