diff options
| author | 2014-09-01 18:04:07 -0300 | |
|---|---|---|
| committer | 2014-09-01 18:06:30 -0300 | |
| commit | c57de3e4046c662c5179d3b55340361a046a57ff (patch) | |
| tree | 0ed8ccb8b5c42ee27c0c44969771bbd77af8ebf8 /vsprops/optimization_debug.props | |
| parent | Avoid LOGGING redefinition warnings. (diff) | |
| download | yuzu-c57de3e4046c662c5179d3b55340361a046a57ff.tar.gz yuzu-c57de3e4046c662c5179d3b55340361a046a57ff.tar.xz yuzu-c57de3e4046c662c5179d3b55340361a046a57ff.zip | |
Remove hand-crafted Visual Studio solution.
Diffstat (limited to 'vsprops/optimization_debug.props')
| -rw-r--r-- | vsprops/optimization_debug.props | 12 |
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 | ||