2020-12-07 14:29:45 -08:00
|
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
2020-12-07 13:02:42 -08:00
|
|
|
|
|
|
|
|
|
|
<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>
|
|
|
|
|
|
|
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-09 11:21:14 -08:00
|
|
|
|
<None Remove="Skippers\a7800.xml" />
|
|
|
|
|
|
<None Remove="Skippers\fds.xml" />
|
|
|
|
|
|
<None Remove="Skippers\lynx.xml" />
|
|
|
|
|
|
<None Remove="Skippers\n64.xml" />
|
|
|
|
|
|
<None Remove="Skippers\nes.xml" />
|
|
|
|
|
|
<None Remove="Skippers\pce.xml" />
|
|
|
|
|
|
<None Remove="Skippers\psid.xml" />
|
|
|
|
|
|
<None Remove="Skippers\snes.xml" />
|
|
|
|
|
|
<None Remove="Skippers\spc.xml" />
|
2020-12-07 13:02:42 -08:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
|
|
|
|
<ItemGroup>
|
2020-12-09 11:21:14 -08:00
|
|
|
|
<Content Include="Skippers\a7800.xml">
|
2020-12-07 13:02:42 -08:00
|
|
|
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
|
|
|
|
</Content>
|
2020-12-09 11:21:14 -08:00
|
|
|
|
<Content Include="Skippers\fds.xml">
|
2020-12-07 13:02:42 -08:00
|
|
|
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
|
|
|
|
</Content>
|
2020-12-09 11:21:14 -08:00
|
|
|
|
<Content Include="Skippers\lynx.xml">
|
2020-12-07 13:02:42 -08:00
|
|
|
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
|
|
|
|
</Content>
|
2020-12-09 11:21:14 -08:00
|
|
|
|
<Content Include="Skippers\n64.xml">
|
2020-12-07 13:02:42 -08:00
|
|
|
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
|
|
|
|
</Content>
|
2020-12-09 11:21:14 -08:00
|
|
|
|
<Content Include="Skippers\nes.xml">
|
2020-12-07 13:02:42 -08:00
|
|
|
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
|
|
|
|
</Content>
|
2020-12-09 11:21:14 -08:00
|
|
|
|
<Content Include="Skippers\pce.xml">
|
2020-12-07 13:02:42 -08:00
|
|
|
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
|
|
|
|
</Content>
|
2020-12-09 11:21:14 -08:00
|
|
|
|
<Content Include="Skippers\psid.xml">
|
2020-12-07 13:02:42 -08:00
|
|
|
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
|
|
|
|
</Content>
|
2020-12-09 11:21:14 -08:00
|
|
|
|
<Content Include="Skippers\snes.xml">
|
2020-12-07 13:02:42 -08:00
|
|
|
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
|
|
|
|
</Content>
|
2020-12-09 11:21:14 -08:00
|
|
|
|
<Content Include="Skippers\spc.xml">
|
2020-12-07 13:02:42 -08:00
|
|
|
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
|
|
|
|
</Content>
|
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
|
|
|
|
</Project>
|