summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorFWoltermann@gmail.com <FWoltermann@gmail.com@076cb2c4-205e-83fd-5cf3-1be9aa105544>2011-12-09 14:13:40 +0000
committerFWoltermann@gmail.com <FWoltermann@gmail.com@076cb2c4-205e-83fd-5cf3-1be9aa105544>2011-12-09 14:13:40 +0000
commit82d6a794b1112c29b5651ec135b27c1893586612 (patch)
tree9f7637f4063572deb4ae981a562ff1efaba683a9
parentf5e7be0445536c8ad2c693ba79ce3d6cf59f4b3e (diff)
downloadstarshatter-82d6a794b1112c29b5651ec135b27c1893586612.zip
starshatter-82d6a794b1112c29b5651ec135b27c1893586612.tar.gz
starshatter-82d6a794b1112c29b5651ec135b27c1893586612.tar.bz2
Changing the main Starshatter output name to "Starshatter_D.exe" for debug builds
-rw-r--r--Stars45/Stars.vcxproj1
1 files changed, 1 insertions, 0 deletions
diff --git a/Stars45/Stars.vcxproj b/Stars45/Stars.vcxproj
index ce63580..085f6a8 100644
--- a/Stars45/Stars.vcxproj
+++ b/Stars45/Stars.vcxproj
@@ -53,6 +53,7 @@
<IntDir>$(SolutionDir)\$(Configuration)\</IntDir>
<LinkIncremental>true</LinkIncremental>
<IncludePath>$(DXSDK_DIR)\include;$(IncludePath)</IncludePath>
+ <TargetName>$(ProjectName)_D</TargetName>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
<OutDir>$(SolutionDir)\$(Configuration)\</OutDir>