summaryrefslogtreecommitdiff
path: root/builds/msvc/properties/ReleaseLTCG.props
diff options
context:
space:
mode:
Diffstat (limited to 'builds/msvc/properties/ReleaseLTCG.props')
-rw-r--r--builds/msvc/properties/ReleaseLTCG.props19
1 files changed, 19 insertions, 0 deletions
diff --git a/builds/msvc/properties/ReleaseLTCG.props b/builds/msvc/properties/ReleaseLTCG.props
new file mode 100644
index 0000000..1814c6f
--- /dev/null
+++ b/builds/msvc/properties/ReleaseLTCG.props
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="utf-8"?>
+<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
+
+ <PropertyGroup>
+ <_PropertySheetDisplayName>Static Release Link Time Code Generation Library</_PropertySheetDisplayName>
+ </PropertyGroup>
+
+ <ImportGroup Label="PropertySheets">
+ <Import Project="Release.props" />
+ <Import Project="LTCG.props" />
+ </ImportGroup>
+
+ <ItemDefinitionGroup>
+ <ClCompile>
+ <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
+ </ClCompile>
+ </ItemDefinitionGroup>
+
+</Project> \ No newline at end of file