log4cplus_debug.props 545 B

12345678910111213
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <PropertyGroup>
  4. <_ProjectFileVersion>10.0.40219.1</_ProjectFileVersion>
  5. </PropertyGroup>
  6. <ItemDefinitionGroup>
  7. <ClCompile>
  8. <Optimization>Disabled</Optimization>
  9. <PreprocessorDefinitions>_DEBUG;DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  10. <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
  11. </ClCompile>
  12. </ItemDefinitionGroup>
  13. </Project>