2020-09-10 21:59:50 -07:00
|
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
|
|
|
2018-07-16 17:10:45 -07:00
|
|
|
|
<PropertyGroup>
|
2022-04-16 21:58:54 -07:00
|
|
|
|
<TargetFrameworks>net48;netcoreapp3.1;net5.0;net6.0</TargetFrameworks>
|
2020-09-10 21:59:50 -07:00
|
|
|
|
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
|
2020-09-30 23:19:50 -07:00
|
|
|
|
<OutputType>Exe</OutputType>
|
2018-07-16 17:10:45 -07:00
|
|
|
|
</PropertyGroup>
|
2020-09-10 21:59:50 -07:00
|
|
|
|
|
2018-07-16 17:10:45 -07:00
|
|
|
|
<ItemGroup>
|
2020-09-10 21:59:50 -07:00
|
|
|
|
<ProjectReference Include="..\BurnOutSharp\BurnOutSharp.csproj" />
|
2018-07-16 17:10:45 -07:00
|
|
|
|
</ItemGroup>
|
2020-09-10 21:59:50 -07:00
|
|
|
|
|
2018-07-16 17:10:45 -07:00
|
|
|
|
<ItemGroup>
|
2020-09-10 21:59:50 -07:00
|
|
|
|
<None Update="App.config">
|
|
|
|
|
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
|
|
|
|
</None>
|
2018-07-16 17:10:45 -07:00
|
|
|
|
</ItemGroup>
|
2020-09-10 21:59:50 -07:00
|
|
|
|
|
2018-07-16 17:10:45 -07:00
|
|
|
|
</Project>
|