Files
BinaryObjectScanner/Test/Test.csproj

19 lines
483 B
XML
Raw Normal View History

2020-09-10 21:59:50 -07:00
<Project Sdk="Microsoft.NET.Sdk">
<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>
<OutputType>Exe</OutputType>
</PropertyGroup>
2020-09-10 21:59:50 -07:00
<ItemGroup>
2020-09-10 21:59:50 -07:00
<ProjectReference Include="..\BurnOutSharp\BurnOutSharp.csproj" />
</ItemGroup>
2020-09-10 21:59:50 -07:00
<ItemGroup>
2020-09-10 21:59:50 -07:00
<None Update="App.config">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
</ItemGroup>
2020-09-10 21:59:50 -07:00
</Project>