summaryrefslogtreecommitdiff
path: root/vsprops/Optimization_Debug.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_Debug.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_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