summaryrefslogtreecommitdiff
path: root/vsprops/optimization_release.props
diff options
context:
space:
mode:
authorGravatar ShizZy2013-09-04 20:46:01 -0400
committerGravatar ShizZy2013-09-04 20:46:01 -0400
commitd953d3d0176cd26381967e05e3ddcca9a268ec37 (patch)
treec7a5595b55dcc9edc11bf41d4b993f604c698fbe /vsprops/optimization_release.props
parentupdated CMakeLists.txt file for new common files (diff)
downloadyuzu-d953d3d0176cd26381967e05e3ddcca9a268ec37.tar.gz
yuzu-d953d3d0176cd26381967e05e3ddcca9a268ec37.tar.xz
yuzu-d953d3d0176cd26381967e05e3ddcca9a268ec37.zip
renamed VS properties to be correct filename case
Diffstat (limited to 'vsprops/optimization_release.props')
-rw-r--r--vsprops/optimization_release.props41
1 files changed, 41 insertions, 0 deletions
diff --git a/vsprops/optimization_release.props b/vsprops/optimization_release.props
new file mode 100644
index 000000000..ea1573e6c
--- /dev/null
+++ b/vsprops/optimization_release.props
@@ -0,0 +1,41 @@
1<?xml version="1.0" encoding="utf-8"?>
2<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3 <ImportGroup Label="PropertySheets" />
4 <PropertyGroup Label="UserMacros" />
5 <PropertyGroup />
6 <ItemDefinitionGroup>
7 <ClCompile>
8 <InlineFunctionExpansion>AnySuitable</InlineFunctionExpansion>
9 </ClCompile>
10 </ItemDefinitionGroup>
11 <ItemDefinitionGroup>
12 <ClCompile>
13 <IntrinsicFunctions>true</IntrinsicFunctions>
14 </ClCompile>
15 </ItemDefinitionGroup>
16 <ItemDefinitionGroup>
17 <ClCompile>
18 <FavorSizeOrSpeed>Speed</FavorSizeOrSpeed>
19 </ClCompile>
20 </ItemDefinitionGroup>
21 <ItemDefinitionGroup>
22 <ClCompile>
23 <OmitFramePointers>true</OmitFramePointers>
24 </ClCompile>
25 </ItemDefinitionGroup>
26 <ItemDefinitionGroup>
27 <ClCompile>
28 <EnableFiberSafeOptimizations>true</EnableFiberSafeOptimizations>
29 </ClCompile>
30 </ItemDefinitionGroup>
31 <ItemDefinitionGroup>
32 <ClCompile>
33 <WholeProgramOptimization>true</WholeProgramOptimization>
34 <Optimization>MaxSpeed</Optimization>
35 </ClCompile>
36 <Link>
37 <LinkTimeCodeGeneration>UseLinkTimeCodeGeneration</LinkTimeCodeGeneration>
38 </Link>
39 </ItemDefinitionGroup>
40 <ItemGroup />
41</Project> \ No newline at end of file