2020-09-10 21:59:50 -07:00
|
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
|
|
|
2018-07-16 17:10:45 -07:00
|
|
|
|
<PropertyGroup>
|
2022-07-13 13:46:30 -07:00
|
|
|
|
<TargetFrameworks>net48;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" />
|
2022-12-22 16:02:10 -08:00
|
|
|
|
<ProjectReference Include="..\BurnOutSharp.Builders\BurnOutSharp.Builders.csproj" />
|
2022-12-08 23:38:28 -08:00
|
|
|
|
<ProjectReference Include="..\BurnOutSharp.Models\BurnOutSharp.Models.csproj" />
|
2022-12-15 00:13:24 -08:00
|
|
|
|
<ProjectReference Include="..\BurnOutSharp.Utilities\BurnOutSharp.Utilities.csproj" />
|
2022-12-08 23:38:28 -08:00
|
|
|
|
<ProjectReference Include="..\BurnOutSharp.Wrappers\BurnOutSharp.Wrappers.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>
|