2020-12-07 14:29:45 -08:00
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
|
|
|
|
|
|
<PropertyGroup>
|
2020-12-14 15:22:14 -08:00
|
|
|
<TargetFrameworks>netcoreapp3.1;net5.0</TargetFrameworks>
|
2020-12-07 14:29:45 -08:00
|
|
|
<RuntimeIdentifiers>win10-x64;win7-x86</RuntimeIdentifiers>
|
|
|
|
|
<Configurations>Debug;Release</Configurations>
|
|
|
|
|
<Platforms>AnyCPU;x64</Platforms>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
|
|
|
|
<ItemGroup>
|
2020-12-08 13:23:59 -08:00
|
|
|
<ProjectReference Include="..\SabreTools.Core\SabreTools.Core.csproj" />
|
2020-12-08 00:13:22 -08:00
|
|
|
<ProjectReference Include="..\SabreTools.IO\SabreTools.IO.csproj" />
|
2020-12-07 14:29:45 -08:00
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
|
|
</Project>
|