aboutsummaryrefslogtreecommitdiff
path: root/windows/msvc/release.props
diff options
context:
space:
mode:
Diffstat (limited to 'windows/msvc/release.props')
-rw-r--r--windows/msvc/release.props16
1 files changed, 16 insertions, 0 deletions
diff --git a/windows/msvc/release.props b/windows/msvc/release.props
new file mode 100644
index 000000000..ea0bf433d
--- /dev/null
+++ b/windows/msvc/release.props
@@ -0,0 +1,16 @@
+<?xml version="1.0" encoding="utf-8"?>
+<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
+ <ImportGroup Label="PropertySheets" />
+ <PropertyGroup Label="UserMacros" />
+ <PropertyGroup />
+ <ItemDefinitionGroup>
+ <Link>
+ <OptimizeReferences>true</OptimizeReferences>
+ <EnableCOMDATFolding>true</EnableCOMDATFolding>
+ </Link>
+ <ClCompile>
+ <IntrinsicFunctions>true</IntrinsicFunctions>
+ </ClCompile>
+ </ItemDefinitionGroup>
+ <ItemGroup />
+</Project>