summaryrefslogtreecommitdiff
path: root/vsprops/optimization_debug.props
diff options
context:
space:
mode:
authorGravatar bunnei2014-09-01 22:29:23 -0400
committerGravatar bunnei2014-09-01 22:29:23 -0400
commitc0e48432cd262baa6ed84b33cd9dd0d8f585e345 (patch)
tree0ed8ccb8b5c42ee27c0c44969771bbd77af8ebf8 /vsprops/optimization_debug.props
parentMerge pull request #84 from bunnei/fix-hw-synchronization (diff)
parentRemove hand-crafted Visual Studio solution. (diff)
downloadyuzu-c0e48432cd262baa6ed84b33cd9dd0d8f585e345.tar.gz
yuzu-c0e48432cd262baa6ed84b33cd9dd0d8f585e345.tar.xz
yuzu-c0e48432cd262baa6ed84b33cd9dd0d8f585e345.zip
Merge pull request #69 from yuriks/cmake-cleanup
CMake cleanup
Diffstat (limited to 'vsprops/optimization_debug.props')
-rw-r--r--vsprops/optimization_debug.props12
1 files changed, 0 insertions, 12 deletions
diff --git a/vsprops/optimization_debug.props b/vsprops/optimization_debug.props
deleted file mode 100644
index 3c7081f16..000000000
--- a/vsprops/optimization_debug.props
+++ /dev/null
@@ -1,12 +0,0 @@
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 <OmitFramePointers>false</OmitFramePointers>
9 </ClCompile>
10 </ItemDefinitionGroup>
11 <ItemGroup />
12</Project> \ No newline at end of file