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