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