Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/mpc-hc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXhmikosR <xhmikosr@users.sourceforge.net>2012-05-11 17:14:31 +0400
committerXhmikosR <xhmikosr@users.sourceforge.net>2012-05-11 17:14:31 +0400
commit5080d65778a44add29c2a609c582c79fbdd81bbd (patch)
tree59799a92da214a96403528cd63a6f6b348eb94f5 /src/CmdUI/CmdUI.vcxproj
parent4b187a09f09241ab18a47a5e29da314036e24c2a (diff)
move DebugInformationFormat property to common.props for Debug x64
git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@4690 10f7b99b-c216-0410-bff0-8a66a9350fd8
Diffstat (limited to 'src/CmdUI/CmdUI.vcxproj')
-rw-r--r--src/CmdUI/CmdUI.vcxproj1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/CmdUI/CmdUI.vcxproj b/src/CmdUI/CmdUI.vcxproj
index 9e7577dd5..dc0889780 100644
--- a/src/CmdUI/CmdUI.vcxproj
+++ b/src/CmdUI/CmdUI.vcxproj
@@ -75,7 +75,6 @@
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
<ClCompile>
<PreprocessorDefinitions>_WIN64;_DEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
- <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
</ClCompile>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">