diff options
| author | 2013-09-04 20:46:01 -0400 | |
|---|---|---|
| committer | 2013-09-04 20:46:01 -0400 | |
| commit | d953d3d0176cd26381967e05e3ddcca9a268ec37 (patch) | |
| tree | c7a5595b55dcc9edc11bf41d4b993f604c698fbe /vsprops/optimization_debug.props | |
| parent | updated CMakeLists.txt file for new common files (diff) | |
| download | yuzu-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.props | 12 |
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 @@ | |||
| 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 | ||