Files
BinaryObjectScanner/Test/Test.csproj

23 lines
816 B
XML
Raw Normal View History

2020-09-10 21:59:50 -07:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFrameworks>net48;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" />
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" />
</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>