BuildConfigurationDLLDebug.props 795 B

12345678910111213141516171819
  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="BuildConfigurationDebug.props" />
  5. <Import Project="BuildConfigurationDLL.props" />
  6. </ImportGroup>
  7. <PropertyGroup>
  8. <_ProjectFileVersion>10.0.40219.1</_ProjectFileVersion>
  9. </PropertyGroup>
  10. <ItemDefinitionGroup>
  11. <ClCompile>
  12. <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
  13. <PreprocessorDefinitions>WIN32;_DEBUG;_USRDLL;$(ProjectName)_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  14. </ClCompile>
  15. <Link>
  16. <ProgramDatabaseFile>$(IntDir)$(TargetName).pdb</ProgramDatabaseFile>
  17. </Link>
  18. </ItemDefinitionGroup>
  19. </Project>