summaryrefslogtreecommitdiffhomepage
path: root/Stars45/Stars.vcxproj
diff options
context:
space:
mode:
Diffstat (limited to 'Stars45/Stars.vcxproj')
-rw-r--r--Stars45/Stars.vcxproj5
1 files changed, 5 insertions, 0 deletions
diff --git a/Stars45/Stars.vcxproj b/Stars45/Stars.vcxproj
index 37a5cc1..f0c3bdc 100644
--- a/Stars45/Stars.vcxproj
+++ b/Stars45/Stars.vcxproj
@@ -51,11 +51,16 @@
<OutDir>.\Debug\</OutDir>
<IntDir>.\Debug\</IntDir>
<LinkIncremental>true</LinkIncremental>
+ <IncludePath>$(DXSDK_DIR)\include;$(IncludePath)</IncludePath>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
<OutDir>.\Release\</OutDir>
<IntDir>.\Release\</IntDir>
<LinkIncremental>false</LinkIncremental>
+ <IncludePath>$(DXSDK_DIR)\include;$(IncludePath)</IncludePath>
+ </PropertyGroup>
+ <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Template|Win32'">
+ <IncludePath>$(DXSDK_DIR)\include;$(IncludePath)</IncludePath>
</PropertyGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
<ClCompile>