2020-12-08 13:48:57 -08:00
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
|
|
|
|
|
|
<PropertyGroup>
|
|
|
|
|
<TargetFrameworks>net48;netcoreapp3.1;net5.0</TargetFrameworks>
|
|
|
|
|
<RuntimeIdentifiers>win10-x64;win7-x86</RuntimeIdentifiers>
|
|
|
|
|
<Configurations>Debug;Release</Configurations>
|
|
|
|
|
<Platforms>AnyCPU;x64</Platforms>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
|
|
|
|
<PropertyGroup Condition="'$(TargetFramework)'=='net48'">
|
|
|
|
|
<DefineConstants>NET_FRAMEWORK</DefineConstants>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<ProjectReference Include="..\SabreTools.Core\SabreTools.Core.csproj" />
|
2020-12-13 14:01:16 -08:00
|
|
|
<ProjectReference Include="..\SabreTools.DatItems\SabreTools.DatItems.csproj" />
|
2020-12-08 13:48:57 -08:00
|
|
|
<ProjectReference Include="..\SabreTools.IO\SabreTools.IO.csproj" />
|
|
|
|
|
<ProjectReference Include="..\SabreTools.Logging\SabreTools.Logging.csproj" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
|
|
</Project>
|