From b49ee4b99c527704a164abc93dcd0b641cd20c1c Mon Sep 17 00:00:00 2001 From: prof79 Date: Thu, 14 Jun 2018 20:13:42 +0200 Subject: [PATCH] Attempt at VS 2015 compatibility using the Microsoft.Net.Compilers package. --- TheC64Disker/TheC64Disker.csproj | 9 +++++++++ TheC64Disker/packages.config | 1 + 2 files changed, 10 insertions(+) diff --git a/TheC64Disker/TheC64Disker.csproj b/TheC64Disker/TheC64Disker.csproj index bccda43..4256082 100644 --- a/TheC64Disker/TheC64Disker.csproj +++ b/TheC64Disker/TheC64Disker.csproj @@ -1,5 +1,6 @@  + Debug @@ -13,6 +14,8 @@ {60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} 4 true + + AnyCPU @@ -160,4 +163,10 @@ + + + This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. + + + \ No newline at end of file diff --git a/TheC64Disker/packages.config b/TheC64Disker/packages.config index 442a3ea..28887bf 100644 --- a/TheC64Disker/packages.config +++ b/TheC64Disker/packages.config @@ -1,6 +1,7 @@  +