1 <?xml version="1.0" encoding="utf-8"?> 2 <Project DefaultTargets="Build" ToolsVersion="12.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> 3 <ItemGroup Label="ProjectConfigurations"> 4 <ProjectConfiguration Include="Debug|Win32"> 5 <Configuration>Debug</Configuration> 6 <Platform>Win32</Platform> 7 </ProjectConfiguration> 8 <ProjectConfiguration Include="Release|Win32"> 9 <Configuration>Release</Configuration> 10 <Platform>Win32</Platform> 11 </ProjectConfiguration> 12 </ItemGroup> 13 <PropertyGroup Label="Globals"> 14 <ProjectGuid>{09753397-FB1C-469E-9BCA-8F0A19B9A8DA}</ProjectGuid> 15 <RootNamespace>ConfigureRT</RootNamespace> 16 </PropertyGroup> 17 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> 18 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> 19 <ConfigurationType>Application</ConfigurationType> 20 <UseDebugLibraries>true</UseDebugLibraries> 21 <PlatformToolset>v120</PlatformToolset> 22 <CharacterSet>MultiByte</CharacterSet> 23 </PropertyGroup> 24 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> 25 <ConfigurationType>Application</ConfigurationType> 26 <UseDebugLibraries>false</UseDebugLibraries> 27 <PlatformToolset>v120</PlatformToolset> 28 <WholeProgramOptimization>true</WholeProgramOptimization> 29 <CharacterSet>MultiByte</CharacterSet> 30 </PropertyGroup> 31 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> 32 <ImportGroup Label="ExtensionSettings"> 33 </ImportGroup> 34 <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> 35 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> 36 </ImportGroup> 37 <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> 38 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> 39 </ImportGroup> 40 <PropertyGroup Label="UserMacros" /> 41 <PropertyGroup /> 42 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> 43 <ClCompile> 44 <WarningLevel>Level2</WarningLevel> 45 <Optimization>Disabled</Optimization> 46 <SDLCheck>false</SDLCheck> 47 <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> 48 </ClCompile> 49 <Link> 50 <GenerateDebugInformation>true</GenerateDebugInformation> 51 <SubSystem>Windows</SubSystem> 52 <EntryPointSymbol>mainCRTStartup</EntryPointSymbol> 53 </Link> 54 </ItemDefinitionGroup> 55 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> 56 <ClCompile> 57 <WarningLevel>Level2</WarningLevel> 58 <Optimization>MaxSpeed</Optimization> 59 <FunctionLevelLinking>true</FunctionLevelLinking> 60 <IntrinsicFunctions>true</IntrinsicFunctions> 61 <SDLCheck>false</SDLCheck> 62 <RuntimeLibrary>MultiThreaded</RuntimeLibrary> 63 </ClCompile> 64 <Link> 65 <GenerateDebugInformation>true</GenerateDebugInformation> 66 <EnableCOMDATFolding>true</EnableCOMDATFolding> 67 <OptimizeReferences>true</OptimizeReferences> 68 <SubSystem>Windows</SubSystem> 69 <EntryPointSymbol>mainCRTStartup</EntryPointSymbol> 70 </Link> 71 </ItemDefinitionGroup> 72 <ItemGroup> 73 <ClCompile Include="configure_runtime.c" /> 74 </ItemGroup> 75 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> 76 <ImportGroup Label="ExtensionTargets"> 77 </ImportGroup> 78 </Project>