Undelete important files and remove no longer needed <None/>s

fixing up 5b7b65724
This commit is contained in:
YoshiRulz 2020-02-09 05:15:31 +10:00
parent d7f97b1539
commit 0075693ec7
No known key found for this signature in database
GPG Key ID: C4DE31C245353FB7
3 changed files with 21 additions and 2 deletions

View File

@ -204,8 +204,6 @@
<EmbeddedResource Remove="Resources/ZXSpectrumKeyboard.bmp" />
<None Include="app.config" />
<None Include="app.manifest" />
<None Remove="MainForm.resources" />
<None Remove="NameStateForm.resources" />
<None Remove="packages.config" />
<None Remove="ProjectPkgRefs.props" />
<None Remove="Properties/Resources.resources" />

View File

@ -0,0 +1,16 @@
<Project>
<ItemGroup>
<PackageReference Include="Newtonsoft.Json" Version="12.0.3" PrivateAssets="All" />
<Reference Include="$(MachineNuGetPackageDir)/newtonsoft.json/12.0.3/lib/net45/Newtonsoft.Json.dll"
FusionName="Newtonsoft.Json, Version=12.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed"
Name="Newtonsoft.Json"
Private="true"
SpecificVersion="true" />
<PackageReference Include="SharpZipLib" Version="1.1.0" PrivateAssets="All" />
<Reference Include="$(MachineNuGetPackageDir)/sharpziplib/1.1.0/lib/net45/ICSharpCode.SharpZipLib.dll"
FusionName="ICSharpCode.SharpZipLib, Version=1.1.0.145, Culture=neutral, PublicKeyToken=1b03e6acf1164f73"
Name="ICSharpCode.SharpZipLib"
Private="true"
SpecificVersion="true" />
</ItemGroup>
</Project>

View File

@ -0,0 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="Newtonsoft.Json" version="12.0.3" targetFramework="net45" />
<package id="SharpZipLib" version="1.1.0" targetFramework="net45" />
</packages>