summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/MSVC/Release.props
diff options
context:
space:
mode:
authorPete Hurst <pete@streamuniverse.tv>2013-05-15 06:03:36 +0100
committerPete Hurst <pete@streamuniverse.tv>2013-05-19 23:01:03 +0100
commit8a774a003f908abd037dffaec489240b8c311fec (patch)
tree6c45195a5cac5ee688ede221c8e50cf728dbf4d8 /crawl-ref/source/MSVC/Release.props
parent5380d9a903ce2e985bbf3f1bb7ac26337622c733 (diff)
downloadcrawl-ref-8a774a003f908abd037dffaec489240b8c311fec.tar.gz
crawl-ref-8a774a003f908abd037dffaec489240b8c311fec.zip
Update MSVC files for VS2012
Diffstat (limited to 'crawl-ref/source/MSVC/Release.props')
-rw-r--r--crawl-ref/source/MSVC/Release.props23
1 files changed, 23 insertions, 0 deletions
diff --git a/crawl-ref/source/MSVC/Release.props b/crawl-ref/source/MSVC/Release.props
new file mode 100644
index 0000000000..c4491e2193
--- /dev/null
+++ b/crawl-ref/source/MSVC/Release.props
@@ -0,0 +1,23 @@
+<?xml version="1.0" encoding="utf-8"?>
+<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
+ <ImportGroup Label="PropertySheets">
+ </ImportGroup>
+ <PropertyGroup Label="UserMacros" />
+ <PropertyGroup>
+ <_ProjectFileVersion>11.0.60315.1</_ProjectFileVersion>
+ </PropertyGroup>
+ <ItemDefinitionGroup>
+ <ClCompile>
+ <Optimization>MaxSpeed</Optimization>
+ <InlineFunctionExpansion>AnySuitable</InlineFunctionExpansion>
+ <IntrinsicFunctions>true</IntrinsicFunctions>
+ <FavorSizeOrSpeed>Speed</FavorSizeOrSpeed>
+ <WholeProgramOptimization>false</WholeProgramOptimization>
+ <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
+ </ClCompile>
+ <Link>
+ <IgnoreSpecificDefaultLibraries>MSVCRT;%(IgnoreSpecificDefaultLibraries)</IgnoreSpecificDefaultLibraries>
+ </Link>
+ </ItemDefinitionGroup>
+ <ItemGroup />
+</Project>