From a8d17e8007584f8a773344776817058c0a868ac5 Mon Sep 17 00:00:00 2001 From: Yasha Jannoo Date: Sun, 15 Sep 2019 11:35:36 +0100 Subject: Update Opcode.vcxproj Set the TargetNames for all the debug builds to be the same. Turn off Minimal Rebuild as we have for the other projects in commit ecb247e. --- Opcode/Opcode.vcxproj | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'Opcode') diff --git a/Opcode/Opcode.vcxproj b/Opcode/Opcode.vcxproj index 8f8103e..30985a9 100644 --- a/Opcode/Opcode.vcxproj +++ b/Opcode/Opcode.vcxproj @@ -194,6 +194,7 @@ .\Debug\ false ..\Opcode;$(IncludePath) + $(ProjectName)_D .\Debug\ @@ -207,6 +208,7 @@ .\Debug\ false ..\Opcode;$(IncludePath) + $(ProjectName)_D .\Debug\ @@ -252,7 +254,7 @@ Disabled true Level3 - true + false WIN32;_DEBUG;_WINDOWS;_USRDLL;OPCODE_EXPORTS;%(PreprocessorDefinitions) .\Debug\ true -- cgit v1.1