You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

27 lines
1.6 KiB

  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. <OutDir>$(SolutionDir)$(PlatformName)\bin.$(Configuration)\</OutDir>
  6. <IntDir>$(SolutionDir)$(PlatformName)\obj.$(ProjectName).$(Configuration)\</IntDir>
  7. <LinkIncremental>false</LinkIncremental>
  8. </PropertyGroup>
  9. <ItemDefinitionGroup>
  10. <ClCompile>
  11. <AdditionalIncludeDirectories>..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  12. <PreprocessorDefinitions>WIN32;_WIN32_WINNT=0x0501;WINVER=0x0501;INSIDE_LOG4CPLUS;_SCL_SECURE_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  13. <FunctionLevelLinking>true</FunctionLevelLinking>
  14. <PrecompiledHeaderOutputFile>$(IntDir)$(ProjectName).pch</PrecompiledHeaderOutputFile>
  15. <AssemblerListingLocation>$(IntDir)</AssemblerListingLocation>
  16. <ObjectFileName>$(IntDir)</ObjectFileName>
  17. <ProgramDataBaseFileName>$(OutDir)$(TargetName).c.pdb</ProgramDataBaseFileName>
  18. <XMLDocumentationFileName>$(IntDir)</XMLDocumentationFileName>
  19. <WarningLevel>Level3</WarningLevel>
  20. <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
  21. </ClCompile>
  22. <Link>
  23. <GenerateDebugInformation>true</GenerateDebugInformation>
  24. <OptimizeReferences>true</OptimizeReferences>
  25. <EnableCOMDATFolding>false</EnableCOMDATFolding>
  26. </Link>
  27. </ItemDefinitionGroup>
  28. </Project>