summaryrefslogtreecommitdiffhomepage
path: root/Opcode
diff options
context:
space:
mode:
Diffstat (limited to 'Opcode')
-rw-r--r--Opcode/Opcode.vcxproj4
1 files changed, 3 insertions, 1 deletions
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 @@
<IntDir>.\Debug\</IntDir>
<LinkIncremental>false</LinkIncremental>
<IncludePath>..\Opcode;$(IncludePath)</IncludePath>
+ <TargetName>$(ProjectName)_D</TargetName>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug VS2012|Win32'">
<OutDir>.\Debug\</OutDir>
@@ -207,6 +208,7 @@
<IntDir>.\Debug\</IntDir>
<LinkIncremental>false</LinkIncremental>
<IncludePath>..\Opcode;$(IncludePath)</IncludePath>
+ <TargetName>$(ProjectName)_D</TargetName>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug VS2012|x64'">
<OutDir>.\Debug\</OutDir>
@@ -252,7 +254,7 @@
<Optimization>Disabled</Optimization>
<SuppressStartupBanner>true</SuppressStartupBanner>
<WarningLevel>Level3</WarningLevel>
- <MinimalRebuild>true</MinimalRebuild>
+ <MinimalRebuild>false</MinimalRebuild>
<PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;_USRDLL;OPCODE_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<AssemblerListingLocation>.\Debug\</AssemblerListingLocation>
<BrowseInformation>true</BrowseInformation>