diff options
| author | 2013-08-29 23:35:09 -0400 | |
|---|---|---|
| committer | 2013-08-29 23:35:09 -0400 | |
| commit | 27474060e1287a67c45cd790d29b9095b35b2bdf (patch) | |
| tree | fcbc56f1182617c01597f13e1a18dbec147d4216 /vsprops/Optimization_Debug.props | |
| parent | Initial commit (diff) | |
| download | yuzu-27474060e1287a67c45cd790d29b9095b35b2bdf.tar.gz yuzu-27474060e1287a67c45cd790d29b9095b35b2bdf.tar.xz yuzu-27474060e1287a67c45cd790d29b9095b35b2bdf.zip | |
adding initial project layout
Diffstat (limited to '')
| -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 | ||