summaryrefslogtreecommitdiffhomepage
path: root/Opcode
diff options
context:
space:
mode:
authorYasha Jannoo <alledodo@gmail.com>2019-09-15 11:35:36 +0100
committerYasha Jannoo <alledodo@gmail.com>2019-09-15 11:35:36 +0100
commita8d17e8007584f8a773344776817058c0a868ac5 (patch)
treefe23e71da110f27a4ce5b6335730114551ad2a98 /Opcode
parentb747cf9b29178577305ce506fc45be40ab88fcbf (diff)
downloadstarshatter-a8d17e8007584f8a773344776817058c0a868ac5.zip
starshatter-a8d17e8007584f8a773344776817058c0a868ac5.tar.gz
starshatter-a8d17e8007584f8a773344776817058c0a868ac5.tar.bz2
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.
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>