2020-10-07 15:42:30 -07:00
|
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
2019-03-29 00:15:40 -07:00
|
|
|
|
|
2016-04-06 00:01:54 -07:00
|
|
|
|
<PropertyGroup>
|
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-04-06 00:01:54 -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>
|
|
|
|
|
|
|
2020-12-07 12:33:24 -08:00
|
|
|
|
<ItemGroup>
|
|
|
|
|
|
<ProjectReference Include="..\SabreTools.Data\SabreTools.Data.csproj" />
|
2020-12-07 13:02:42 -08:00
|
|
|
|
<ProjectReference Include="..\SabreTools.Skippers\SabreTools.Skippers.csproj" />
|
2019-03-29 00:15:40 -07:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
|
|
|
|
<ItemGroup>
|
2020-11-11 11:28:14 -08:00
|
|
|
|
<PackageReference Include="Microsoft.Data.Sqlite" Version="5.0.0" />
|
2020-06-15 21:00:09 -07:00
|
|
|
|
<PackageReference Include="Newtonsoft.Json" Version="12.0.3" />
|
2020-07-26 22:52:24 -07:00
|
|
|
|
<PackageReference Include="SharpCompress" Version="0.26.0" />
|
2019-03-29 00:15:40 -07:00
|
|
|
|
<PackageReference Include="System.ValueTuple" Version="4.5.0" />
|
2016-04-06 00:01:54 -07:00
|
|
|
|
</ItemGroup>
|
2019-03-29 00:15:40 -07:00
|
|
|
|
|
2016-04-09 00:38:28 -07:00
|
|
|
|
<ItemGroup>
|
2019-03-29 00:15:40 -07:00
|
|
|
|
<None Update="Licenses\LICENSE">
|
2017-03-01 21:35:23 -08:00
|
|
|
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
|
|
|
|
</None>
|
2019-03-29 00:15:40 -07:00
|
|
|
|
<None Update="Licenses\LICENSE.sharpcompress.txt">
|
2017-03-01 21:35:23 -08:00
|
|
|
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
|
|
|
|
</None>
|
2019-03-29 00:15:40 -07:00
|
|
|
|
<None Update="README.1ST">
|
2016-04-20 17:02:15 -07:00
|
|
|
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
2019-03-29 00:15:40 -07:00
|
|
|
|
</None>
|
2016-04-09 00:38:28 -07:00
|
|
|
|
</ItemGroup>
|
2019-03-29 00:15:40 -07:00
|
|
|
|
|
|
|
|
|
|
</Project>
|