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-07-15 09:41:59 -07:00
|
|
|
|
<TargetFrameworks>net48;netcoreapp3.1</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-06-11 10:22:00 -07:00
|
|
|
|
<PropertyGroup Condition="'$(TargetFramework)'!='netcoreapp3.1'">
|
|
|
|
|
|
<DefineConstants>NET_FRAMEWORK</DefineConstants>
|
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
|
2016-04-06 00:01:54 -07:00
|
|
|
|
<ItemGroup>
|
2019-03-29 00:15:40 -07: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" />
|
2016-04-06 00:01:54 -07:00
|
|
|
|
</ItemGroup>
|
2019-03-29 00:15:40 -07:00
|
|
|
|
|
2016-04-06 00:01:54 -07:00
|
|
|
|
<ItemGroup>
|
2019-03-29 00:15:40 -07:00
|
|
|
|
<Content Include="Skippers\a7800.xml">
|
2016-09-12 11:59:25 -07:00
|
|
|
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
2019-03-29 00:15:40 -07:00
|
|
|
|
</Content>
|
|
|
|
|
|
<Content Include="Skippers\fds.xml">
|
|
|
|
|
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
|
|
|
|
</Content>
|
|
|
|
|
|
<Content Include="Skippers\lynx.xml">
|
|
|
|
|
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
|
|
|
|
</Content>
|
|
|
|
|
|
<Content Include="Skippers\n64.xml">
|
|
|
|
|
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
|
|
|
|
</Content>
|
|
|
|
|
|
<Content Include="Skippers\nes.xml">
|
|
|
|
|
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
|
|
|
|
</Content>
|
|
|
|
|
|
<Content Include="Skippers\pce.xml">
|
|
|
|
|
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
|
|
|
|
</Content>
|
|
|
|
|
|
<Content Include="Skippers\psid.xml">
|
|
|
|
|
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
|
|
|
|
</Content>
|
|
|
|
|
|
<Content Include="Skippers\snes.xml">
|
|
|
|
|
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
|
|
|
|
</Content>
|
|
|
|
|
|
<Content Include="Skippers\spc.xml">
|
|
|
|
|
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
|
|
|
|
</Content>
|
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
|
|
|
|
<ItemGroup>
|
2020-07-15 09:41:59 -07:00
|
|
|
|
<PackageReference Include="Microsoft.Data.Sqlite" Version="3.1.6" />
|
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>
|