From b2a1d93c7fe284d614021a8b0126543460aaac14 Mon Sep 17 00:00:00 2001 From: properchopsticks Date: Wed, 27 May 2020 22:23:03 +0200 Subject: [PATCH] Readme: Changes to COMPILING.md about compiling on windows (#829) update COMPILING.md with notes regarding compiling the project on windows and using the right version of .net framework --- COMPILING.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/COMPILING.md b/COMPILING.md index dbb9989a..051d729b 100644 --- a/COMPILING.md +++ b/COMPILING.md @@ -3,8 +3,12 @@ #### *Standalone* 1) Open the solution in Visual Studio 2019 -2) Compile as Release/x64 or Release/x86 -3) Run +2) Set "GUI.NET" as the Startup Project +3) Compile as Release/x64 or Release/x86 +4) Run Mesen.exe + +Note: When loading the the solution in Visual Studio make sure all the projects are loaded successfully. +Note: If you get an error about the project targeted .NET Framework 4.5 chose to download the missing packages then install ".NET Framework 4.5 targeting pack" from the Visual Studio Installer. #### *Libretro*