Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

17 lignes
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>