2019-03-29 00:15:40 -07:00
|
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
|
|
|
2016-08-30 15:02:48 -07:00
|
|
|
|
<PropertyGroup>
|
|
|
|
|
|
<OutputType>Exe</OutputType>
|
2020-11-15 15:34:00 -08:00
|
|
|
|
<TargetFrameworks>net48;netcoreapp3.1;net5.0</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-08-30 15:02:48 -07:00
|
|
|
|
</PropertyGroup>
|
2019-03-29 00:15:40 -07:00
|
|
|
|
|
2020-11-11 11:28:14 -08:00
|
|
|
|
<PropertyGroup Condition="'$(TargetFramework)'=='net48'">
|
2020-06-11 10:22:00 -07:00
|
|
|
|
<DefineConstants>NET_FRAMEWORK</DefineConstants>
|
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
|
2016-08-30 15:02:48 -07:00
|
|
|
|
<ItemGroup>
|
2020-11-11 11:28:14 -08:00
|
|
|
|
<PackageReference Include="Microsoft.Data.Sqlite" Version="5.0.0" />
|
2016-09-02 15:10:14 -07:00
|
|
|
|
</ItemGroup>
|
2019-03-29 00:15:40 -07:00
|
|
|
|
|
2017-05-04 02:45:46 -07:00
|
|
|
|
<ItemGroup>
|
2020-12-08 13:48:57 -08:00
|
|
|
|
<ProjectReference Include="..\SabreTools.Filtering\SabreTools.Filtering.csproj" />
|
2020-12-07 13:57:26 -08:00
|
|
|
|
<ProjectReference Include="..\SabreTools.Help\SabreTools.Help.csproj" />
|
2019-03-29 00:15:40 -07:00
|
|
|
|
<ProjectReference Include="..\SabreTools.Library\SabreTools.Library.csproj" />
|
2020-12-07 14:29:45 -08:00
|
|
|
|
<ProjectReference Include="..\SabreTools.Logging\SabreTools.Logging.csproj" />
|
2017-05-04 02:45:46 -07:00
|
|
|
|
</ItemGroup>
|
2019-03-29 00:15:40 -07:00
|
|
|
|
|
|
|
|
|
|
</Project>
|