diff --git a/src/renderer/atlas/atlas.vcxproj b/src/renderer/atlas/atlas.vcxproj
index 37dac662d8..526ba31dba 100644
--- a/src/renderer/atlas/atlas.vcxproj
+++ b/src/renderer/atlas/atlas.vcxproj
@@ -41,25 +41,9 @@
Pixel
- 4.0
- true
- %(Filename)
-
- $(OutDir)$(ProjectName)\%(Filename).h
- true
- /Zpc %(AdditionalOptions)
- /O3 /Qstrip_debug /Qstrip_reflect %(AdditionalOptions)
Vertex
- 4.0
- true
- %(Filename)
-
- $(OutDir)$(ProjectName)\%(Filename).h
- true
- /Zpc %(AdditionalOptions)
- /O3 /Qstrip_debug /Qstrip_reflect %(AdditionalOptions)
true
@@ -69,25 +53,9 @@
Pixel
- 4.0
- true
- %(Filename)
-
- $(OutDir)$(ProjectName)\%(Filename).h
- true
- /Zpc %(AdditionalOptions)
- /O3 /Qstrip_debug /Qstrip_reflect %(AdditionalOptions)
Vertex
- 4.0
- true
- %(Filename)
-
- $(OutDir)$(ProjectName)\%(Filename).h
- true
- /Zpc %(AdditionalOptions)
- /O3 /Qstrip_debug /Qstrip_reflect %(AdditionalOptions)
@@ -100,5 +68,15 @@
pch.h
$(SolutionDir)\oss\stb;$(OutDir)$(ProjectName);%(AdditionalIncludeDirectories)
+
+ 4.0
+ true
+ %(Filename)
+
+ $(OutDir)$(ProjectName)\%(Filename).h
+ true
+ true
+ /O3 /Zsb /Fd $(OutDir)$(ProjectName)\ /Qstrip_debug /Qstrip_reflect %(AdditionalOptions)
+
\ No newline at end of file