2019-03-29 00:15:40 -07:00
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
|
|
2016-03-18 01:17:39 -07:00
|
|
|
<PropertyGroup>
|
|
|
|
|
<OutputType>Exe</OutputType>
|
2020-06-10 22:37:19 -07:00
|
|
|
<TargetFrameworks>net462;net472;net48;netcoreapp3.1</TargetFrameworks>
|
2019-03-29 00:24:36 -07:00
|
|
|
<RuntimeIdentifiers>win10-x64;win7-x86</RuntimeIdentifiers>
|
2020-06-10 22:37:19 -07:00
|
|
|
<Configurations>Debug;Release</Configurations>
|
2019-03-29 00:15:40 -07:00
|
|
|
<Platforms>AnyCPU;x64</Platforms>
|
2016-03-18 01:17:39 -07:00
|
|
|
</PropertyGroup>
|
2020-06-11 10:22:00 -07:00
|
|
|
|
|
|
|
|
<PropertyGroup Condition="'$(TargetFramework)'!='netcoreapp3.1'">
|
|
|
|
|
<DefineConstants>NET_FRAMEWORK</DefineConstants>
|
|
|
|
|
</PropertyGroup>
|
2019-03-29 00:15:40 -07:00
|
|
|
|
2016-04-12 15:37:22 -07:00
|
|
|
<ItemGroup>
|
2019-03-29 00:15:40 -07:00
|
|
|
<ProjectReference Include="..\SabreTools.Library\SabreTools.Library.csproj" />
|
2016-04-12 15:37:22 -07:00
|
|
|
</ItemGroup>
|
2019-03-29 00:15:40 -07:00
|
|
|
|
|
|
|
|
</Project>
|