From 9a7283fa49f1f6e1b71842183db7169995573e76 Mon Sep 17 00:00:00 2001 From: Andy McFadden Date: Mon, 15 Dec 2014 21:58:15 -0800 Subject: [PATCH] Fix build complaint For some reason there was a "minimum version" with no "subsystem". I'm not really sure what this is all about, but all the other projects have this value, and it seems happier now. --- diskimg/diskimg.vcxproj | 2 ++ 1 file changed, 2 insertions(+) diff --git a/diskimg/diskimg.vcxproj b/diskimg/diskimg.vcxproj index cf4d885..6cf1cc4 100644 --- a/diskimg/diskimg.vcxproj +++ b/diskimg/diskimg.vcxproj @@ -79,6 +79,7 @@ $(OutDir)$(TargetName).lib MachineX86 + Windows NDEBUG;%(PreprocessorDefinitions) @@ -124,6 +125,7 @@ $(OutDir)$(TargetName).lib MachineX86 + Windows _DEBUG;%(PreprocessorDefinitions)