unidebug.props 1.0 KB

12345678910111213141516171819202122232425
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <ImportGroup Label="PropertySheets">
  4. <Import Project="$(ProjectDir)..\..\build\props\unibase.props" Condition=" '$(UniBaseImported)' == '' "/>
  5. </ImportGroup>
  6. <PropertyGroup>
  7. <_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion>
  8. <LinkIncremental>true</LinkIncremental>
  9. </PropertyGroup>
  10. <ItemDefinitionGroup>
  11. <ClCompile>
  12. <Optimization>Disabled</Optimization>
  13. <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  14. <MinimalRebuild>true</MinimalRebuild>
  15. <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
  16. <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
  17. <PrecompiledHeader>
  18. </PrecompiledHeader>
  19. <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
  20. </ClCompile>
  21. <Link>
  22. <GenerateDebugInformation>true</GenerateDebugInformation>
  23. </Link>
  24. </ItemDefinitionGroup>
  25. </Project>