11.1Sriastrad<?xml version="1.0" encoding="utf-8"?> 21.1Sriastrad<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> 31.1Sriastrad 41.1Sriastrad <PropertyGroup> 51.1Sriastrad <_PropertySheetDisplayName>Console Release Static</_PropertySheetDisplayName> 61.1Sriastrad <DefaultLinkage>static</DefaultLinkage> 71.1Sriastrad </PropertyGroup> 81.1Sriastrad 91.1Sriastrad <ImportGroup Label="PropertySheets"> 101.1Sriastrad <Import Project="Release.props" /> 111.1Sriastrad <Import Project="EXE.props" /> 121.1Sriastrad </ImportGroup> 131.1Sriastrad 141.1Sriastrad <ItemDefinitionGroup> 151.1Sriastrad <ClCompile> 161.1Sriastrad <RuntimeLibrary>MultiThreaded</RuntimeLibrary> 171.1Sriastrad </ClCompile> 181.1Sriastrad </ItemDefinitionGroup> 191.1Sriastrad 201.1Sriastrad</Project>