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.

16 lines
530 B

  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <PropertyGroup>
  4. <_PropertySheetDisplayName>Console Application</_PropertySheetDisplayName>
  5. <IsExe>true</IsExe>
  6. </PropertyGroup>
  7. <ItemDefinitionGroup>
  8. <ClCompile>
  9. <PreprocessorDefinitions>_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  10. </ClCompile>
  11. <Link>
  12. <SubSystem>Console</SubSystem>
  13. </Link>
  14. </ItemDefinitionGroup>
  15. </Project>