summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/MSVC/Release.vsprops
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/MSVC/Release.vsprops')
-rw-r--r--crawl-ref/source/MSVC/Release.vsprops16
1 files changed, 16 insertions, 0 deletions
diff --git a/crawl-ref/source/MSVC/Release.vsprops b/crawl-ref/source/MSVC/Release.vsprops
new file mode 100644
index 0000000000..76028517a3
--- /dev/null
+++ b/crawl-ref/source/MSVC/Release.vsprops
@@ -0,0 +1,16 @@
+<?xml version="1.0" encoding="Windows-1252"?>
+<VisualStudioPropertySheet
+ ProjectType="Visual C++"
+ Version="8.00"
+ Name="Release"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ Optimization="2"
+ InlineFunctionExpansion="2"
+ EnableIntrinsicFunctions="true"
+ FavorSizeOrSpeed="1"
+ WholeProgramOptimization="false"
+ RuntimeLibrary="0"
+ />
+</VisualStudioPropertySheet>