From b76ca09562602734a2760907b38d65dab24f0768 Mon Sep 17 00:00:00 2001 From: Andy McFadden Date: Sat, 16 May 2020 11:37:15 -0700 Subject: [PATCH] Migrate from VS 2017 CE to 2019 I installed VS 2019 CE, opened the project, and fiddled around a bit. Everything seems to work, so I'm making the upgrade official. I didn't see any problems when I switched back to 2017. --- SourceNotes.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/SourceNotes.md b/SourceNotes.md index 27fd1f5..1ebb9f2 100644 --- a/SourceNotes.md +++ b/SourceNotes.md @@ -1,8 +1,9 @@ # 6502bench Source Code Notes # All of the code is written in C# .NET, using the (free to download) Visual -Studio Community 2017 IDE as the primary development environment. The user -interface uses the WPF API. +Studio Community 2019 IDE as the primary development environment. The user +interface uses the WPF API. When installing Visual Studio, be sure to +include ".NET Desktop Development". The Solution file is called "WorkBench.sln" rather than "6502bench.sln" because some things in Visual Studio got weird when it didn't start with a