2020-12-07 14:29:45 -08:00
|
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
2020-12-07 13:02:42 -08:00
|
|
|
|
|
|
|
|
|
|
<PropertyGroup>
|
2020-12-14 15:22:14 -08:00
|
|
|
|
<TargetFrameworks>netcoreapp3.1;net5.0</TargetFrameworks>
|
2020-12-07 13:02:42 -08:00
|
|
|
|
<RuntimeIdentifiers>win10-x64;win7-x86</RuntimeIdentifiers>
|
|
|
|
|
|
<Configurations>Debug;Release</Configurations>
|
|
|
|
|
|
<Platforms>AnyCPU;x64</Platforms>
|
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
|
2020-12-07 14:29:45 -08:00
|
|
|
|
<ItemGroup>
|
|
|
|
|
|
<ProjectReference Include="..\SabreTools.Logging\SabreTools.Logging.csproj" />
|
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
2020-12-07 13:02:42 -08:00
|
|
|
|
<ItemGroup>
|
2020-12-20 14:20:03 -08:00
|
|
|
|
<None Remove="Skippers\*" />
|
2020-12-07 13:02:42 -08:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
|
|
|
|
<ItemGroup>
|
2020-12-20 14:20:03 -08:00
|
|
|
|
<Content Include="Skippers\*">
|
2020-12-07 13:02:42 -08:00
|
|
|
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
|
|
|
|
</Content>
|
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
|
|
|
|
</Project>
|