summaryrefslogtreecommitdiffstats
path: root/vsprops/Optimization_Debug.props
diff options
context:
space:
mode:
authorShizZy <shizzy@6bit.net>2013-08-30 05:35:09 +0200
committerShizZy <shizzy@6bit.net>2013-08-30 05:35:09 +0200
commit27474060e1287a67c45cd790d29b9095b35b2bdf (patch)
treefcbc56f1182617c01597f13e1a18dbec147d4216 /vsprops/Optimization_Debug.props
parentInitial commit (diff)
downloadyuzu-27474060e1287a67c45cd790d29b9095b35b2bdf.tar
yuzu-27474060e1287a67c45cd790d29b9095b35b2bdf.tar.gz
yuzu-27474060e1287a67c45cd790d29b9095b35b2bdf.tar.bz2
yuzu-27474060e1287a67c45cd790d29b9095b35b2bdf.tar.lz
yuzu-27474060e1287a67c45cd790d29b9095b35b2bdf.tar.xz
yuzu-27474060e1287a67c45cd790d29b9095b35b2bdf.tar.zst
yuzu-27474060e1287a67c45cd790d29b9095b35b2bdf.zip
Diffstat (limited to '')
-rw-r--r--vsprops/Optimization_Debug.props12
1 files changed, 12 insertions, 0 deletions
diff --git a/vsprops/Optimization_Debug.props b/vsprops/Optimization_Debug.props
new file mode 100644
index 000000000..3c7081f16
--- /dev/null
+++ b/vsprops/Optimization_Debug.props
@@ -0,0 +1,12 @@
+<?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>
+ <ClCompile>
+ <OmitFramePointers>false</OmitFramePointers>
+ </ClCompile>
+ </ItemDefinitionGroup>
+ <ItemGroup />
+</Project> \ No newline at end of file