blob: a7181a0c117ba9a3e2a869d92822850714cf34bf [file] [log] [blame]
Lenny Komow10ec1212016-08-09 15:56:15 -06001<?xml version="1.0" encoding="utf-8"?>
Slawomir Cyganc075b752017-06-14 19:15:31 +02002<Project DefaultTargets="Build" ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
Lenny Komow10ec1212016-08-09 15:56:15 -06003 <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>
Slawomir Cyganc075b752017-06-14 19:15:31 +020021 <PlatformToolset>v140</PlatformToolset>
Lenny Komow10ec1212016-08-09 15:56:15 -060022 <CharacterSet>MultiByte</CharacterSet>
23 </PropertyGroup>
24 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
25 <ConfigurationType>Application</ConfigurationType>
26 <UseDebugLibraries>false</UseDebugLibraries>
Slawomir Cyganc075b752017-06-14 19:15:31 +020027 <PlatformToolset>v140</PlatformToolset>
Lenny Komow10ec1212016-08-09 15:56:15 -060028 <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>
Lenny Komow6a37d122016-08-30 18:38:05 -060047 <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
Slawomir Cyganc075b752017-06-14 19:15:31 +020048 <ControlFlowGuard>Guard</ControlFlowGuard>
Lenny Komow10ec1212016-08-09 15:56:15 -060049 </ClCompile>
50 <Link>
51 <GenerateDebugInformation>true</GenerateDebugInformation>
52 <SubSystem>Windows</SubSystem>
53 <EntryPointSymbol>mainCRTStartup</EntryPointSymbol>
54 </Link>
55 </ItemDefinitionGroup>
56 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
57 <ClCompile>
58 <WarningLevel>Level2</WarningLevel>
59 <Optimization>MaxSpeed</Optimization>
60 <FunctionLevelLinking>true</FunctionLevelLinking>
61 <IntrinsicFunctions>true</IntrinsicFunctions>
62 <SDLCheck>false</SDLCheck>
Lenny Komow6a37d122016-08-30 18:38:05 -060063 <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
Slawomir Cyganc075b752017-06-14 19:15:31 +020064 <ControlFlowGuard>Guard</ControlFlowGuard>
Lenny Komow10ec1212016-08-09 15:56:15 -060065 </ClCompile>
66 <Link>
67 <GenerateDebugInformation>true</GenerateDebugInformation>
68 <EnableCOMDATFolding>true</EnableCOMDATFolding>
69 <OptimizeReferences>true</OptimizeReferences>
70 <SubSystem>Windows</SubSystem>
71 <EntryPointSymbol>mainCRTStartup</EntryPointSymbol>
72 </Link>
73 </ItemDefinitionGroup>
74 <ItemGroup>
75 <ClCompile Include="configure_runtime.c" />
76 </ItemGroup>
77 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
78 <ImportGroup Label="ExtensionTargets">
79 </ImportGroup>
80</Project>