<?xml version="1.0" encoding="utf-8"?> <Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> <ImportGroup Label="PropertySheets" /> <PropertyGroup Label="UserMacros" /> <PropertyGroup> <LinkIncremental>true</LinkIncremental> </PropertyGroup> <ItemDefinitionGroup> <ResourceCompile> <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> </ResourceCompile> <ClCompile> <DebugInformationFormat>EditAndContinue</DebugInformationFormat> <Optimization>Disabled</Optimization> <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> <MinimalRebuild>true</MinimalRebuild> <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary> <FunctionLevelLinking>true</FunctionLevelLinking> <AssemblerOutput>All</AssemblerOutput> <SmallerTypeCheck>false</SmallerTypeCheck> <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks> </ClCompile> <Link> <GenerateDebugInformation>Debug</GenerateDebugInformation> <RandomizedBaseAddress>true</RandomizedBaseAddress> </Link> </ItemDefinitionGroup> <ItemGroup /> </Project>