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.

17 lines
780 B

  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
  4. <PropertyGroup Condition="'$(Configuration)'=='Debug'" Label="Configuration">
  5. <UseDebugLibraries>true</UseDebugLibraries>
  6. </PropertyGroup>
  7. <PropertyGroup Condition="'$(Configuration)'=='Release'" Label="Configuration">
  8. <UseDebugLibraries>false</UseDebugLibraries>
  9. <WholeProgramOptimization>true</WholeProgramOptimization>
  10. </PropertyGroup>
  11. <PropertyGroup Label="Configuration">
  12. <CharacterSet>MultiByte</CharacterSet>
  13. <UseOfMfc>Dynamic</UseOfMfc>
  14. </PropertyGroup>
  15. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
  16. </Project>