From 4ed1b3be79915602aceb28c7119f933ecfee2efc Mon Sep 17 00:00:00 2001 From: Jean-Paul Mari Date: Mon, 19 Apr 2021 14:26:40 -0400 Subject: [PATCH] Update virtualjaguar.vcxproj Update to allow source code edit/compile during Visual Studio debugging. --- Win-VS2017/virtualjaguar.vcxproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Win-VS2017/virtualjaguar.vcxproj b/Win-VS2017/virtualjaguar.vcxproj index 0ea0c9b..3aa96ec 100644 --- a/Win-VS2017/virtualjaguar.vcxproj +++ b/Win-VS2017/virtualjaguar.vcxproj @@ -112,7 +112,7 @@ -Zc:strictStrings -Zc:throwingNew -w34100 -w34189 -w44996 -w44456 -w44457 -w44458 %(AdditionalOptions) $(IntDir)asm\ false - ProgramDatabase + EditAndContinue 4577;%(DisableSpecificWarnings) Sync $(IntDir)obj\ -- 2.20.1