Austin Schuh | 889ac43 | 2018-10-29 22:57:02 -0700 | [diff] [blame^] | 1 | <?xml version="1.0" encoding="utf-8"?> |
| 2 | <Project DefaultTargets="Build" ToolsVersion="4.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="Debug|x64"> |
| 9 | <Configuration>Debug</Configuration> |
| 10 | <Platform>x64</Platform> |
| 11 | </ProjectConfiguration> |
| 12 | <ProjectConfiguration Include="Release|Win32"> |
| 13 | <Configuration>Release</Configuration> |
| 14 | <Platform>Win32</Platform> |
| 15 | </ProjectConfiguration> |
| 16 | <ProjectConfiguration Include="Release|x64"> |
| 17 | <Configuration>Release</Configuration> |
| 18 | <Platform>x64</Platform> |
| 19 | </ProjectConfiguration> |
| 20 | </ItemGroup> |
| 21 | <PropertyGroup Label="Globals"> |
| 22 | <ProjectGuid>{4D9FDFB5-986A-4139-823C-F4EE0ED481A1}</ProjectGuid> |
| 23 | <Keyword>Win32Proj</Keyword> |
| 24 | </PropertyGroup> |
| 25 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> |
| 26 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> |
| 27 | <ConfigurationType>Application</ConfigurationType> |
| 28 | <CharacterSet>MultiByte</CharacterSet> |
| 29 | <PlatformToolset>v100</PlatformToolset> |
| 30 | </PropertyGroup> |
| 31 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration"> |
| 32 | <ConfigurationType>Application</ConfigurationType> |
| 33 | <CharacterSet>MultiByte</CharacterSet> |
| 34 | <PlatformToolset>v100</PlatformToolset> |
| 35 | </PropertyGroup> |
| 36 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> |
| 37 | <ConfigurationType>Application</ConfigurationType> |
| 38 | <CharacterSet>MultiByte</CharacterSet> |
| 39 | <PlatformToolset>v100</PlatformToolset> |
| 40 | </PropertyGroup> |
| 41 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration"> |
| 42 | <ConfigurationType>Application</ConfigurationType> |
| 43 | <CharacterSet>MultiByte</CharacterSet> |
| 44 | <PlatformToolset>v100</PlatformToolset> |
| 45 | </PropertyGroup> |
| 46 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> |
| 47 | <ImportGroup Label="ExtensionSettings"> |
| 48 | </ImportGroup> |
| 49 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets"> |
| 50 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
| 51 | </ImportGroup> |
| 52 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets"> |
| 53 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
| 54 | </ImportGroup> |
| 55 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets"> |
| 56 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
| 57 | </ImportGroup> |
| 58 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets"> |
| 59 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
| 60 | </ImportGroup> |
| 61 | <PropertyGroup Label="UserMacros" /> |
| 62 | <PropertyGroup> |
| 63 | <_ProjectFileVersion>10.0.40219.1</_ProjectFileVersion> |
| 64 | <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(SolutionDir)$(SolutionName)\$(Platform)-$(Configuration)\</OutDir> |
| 65 | <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(OutDir)temp\$(ProjectName)\</IntDir> |
| 66 | <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</LinkIncremental> |
| 67 | <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</LinkIncremental> |
| 68 | <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(SolutionDir)$(SolutionName)\$(Platform)-$(Configuration)\</OutDir> |
| 69 | <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(OutDir)temp\$(ProjectName)\</IntDir> |
| 70 | <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</LinkIncremental> |
| 71 | <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|x64'">false</LinkIncremental> |
| 72 | </PropertyGroup> |
| 73 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> |
| 74 | <OutDir>$(SolutionDir)$(SolutionName)\$(Platform)-$(Configuration)\</OutDir> |
| 75 | <IntDir>$(OutDir)temp\$(ProjectName)\</IntDir> |
| 76 | </PropertyGroup> |
| 77 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> |
| 78 | <OutDir>$(SolutionDir)$(SolutionName)\$(Platform)-$(Configuration)\</OutDir> |
| 79 | <IntDir>$(OutDir)temp\$(ProjectName)\</IntDir> |
| 80 | </PropertyGroup> |
| 81 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> |
| 82 | <ClCompile> |
| 83 | <Optimization>Disabled</Optimization> |
| 84 | <PreprocessorDefinitions>WIN32;_VARIADIC_MAX=10;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
| 85 | <MinimalRebuild>true</MinimalRebuild> |
| 86 | <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks> |
| 87 | <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> |
| 88 | <PrecompiledHeader>Use</PrecompiledHeader> |
| 89 | <WarningLevel>Level3</WarningLevel> |
| 90 | <DebugInformationFormat>EditAndContinue</DebugInformationFormat> |
| 91 | <AdditionalIncludeDirectories>..\..\include;..\..;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> |
| 92 | </ClCompile> |
| 93 | <Link> |
| 94 | <GenerateDebugInformation>true</GenerateDebugInformation> |
| 95 | <ProgramDatabaseFile>$(OutDir)gtest_unittest.pdb</ProgramDatabaseFile> |
| 96 | <SubSystem>Console</SubSystem> |
| 97 | <TargetMachine>MachineX86</TargetMachine> |
| 98 | </Link> |
| 99 | </ItemDefinitionGroup> |
| 100 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> |
| 101 | <ClCompile> |
| 102 | <Optimization>Disabled</Optimization> |
| 103 | <PreprocessorDefinitions>WIN32;_VARIADIC_MAX=10;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
| 104 | <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks> |
| 105 | <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> |
| 106 | <PrecompiledHeader>Use</PrecompiledHeader> |
| 107 | <WarningLevel>Level3</WarningLevel> |
| 108 | <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> |
| 109 | <AdditionalIncludeDirectories>..\..\include;..\..;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> |
| 110 | </ClCompile> |
| 111 | <Link> |
| 112 | <GenerateDebugInformation>true</GenerateDebugInformation> |
| 113 | <ProgramDatabaseFile>$(OutDir)gtest_unittest.pdb</ProgramDatabaseFile> |
| 114 | <SubSystem>Console</SubSystem> |
| 115 | </Link> |
| 116 | </ItemDefinitionGroup> |
| 117 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> |
| 118 | <ClCompile> |
| 119 | <PreprocessorDefinitions>WIN32;_VARIADIC_MAX=10;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
| 120 | <RuntimeLibrary>MultiThreaded</RuntimeLibrary> |
| 121 | <PrecompiledHeader>Use</PrecompiledHeader> |
| 122 | <WarningLevel>Level3</WarningLevel> |
| 123 | <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> |
| 124 | <AdditionalIncludeDirectories>..\..\include;..\..;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> |
| 125 | </ClCompile> |
| 126 | <Link> |
| 127 | <GenerateDebugInformation>true</GenerateDebugInformation> |
| 128 | <SubSystem>Console</SubSystem> |
| 129 | <OptimizeReferences>true</OptimizeReferences> |
| 130 | <EnableCOMDATFolding>true</EnableCOMDATFolding> |
| 131 | <TargetMachine>MachineX86</TargetMachine> |
| 132 | </Link> |
| 133 | </ItemDefinitionGroup> |
| 134 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> |
| 135 | <ClCompile> |
| 136 | <PreprocessorDefinitions>WIN32;_VARIADIC_MAX=10;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
| 137 | <RuntimeLibrary>MultiThreaded</RuntimeLibrary> |
| 138 | <PrecompiledHeader>Use</PrecompiledHeader> |
| 139 | <WarningLevel>Level3</WarningLevel> |
| 140 | <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> |
| 141 | <AdditionalIncludeDirectories>..\..\include;..\..;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> |
| 142 | </ClCompile> |
| 143 | <Link> |
| 144 | <GenerateDebugInformation>true</GenerateDebugInformation> |
| 145 | <SubSystem>Console</SubSystem> |
| 146 | <OptimizeReferences>true</OptimizeReferences> |
| 147 | <EnableCOMDATFolding>true</EnableCOMDATFolding> |
| 148 | </Link> |
| 149 | </ItemDefinitionGroup> |
| 150 | <ItemGroup> |
| 151 | <ClCompile Include="..\..\test\gtest_unittest.cc"> |
| 152 | <Optimization Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">MinSpace</Optimization> |
| 153 | <Optimization Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">MinSpace</Optimization> |
| 154 | <AdditionalIncludeDirectories Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">..;..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> |
| 155 | <AdditionalIncludeDirectories Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">..;..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> |
| 156 | <BasicRuntimeChecks Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Default</BasicRuntimeChecks> |
| 157 | <BasicRuntimeChecks Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">Default</BasicRuntimeChecks> |
| 158 | <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> |
| 159 | </PrecompiledHeader> |
| 160 | <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> |
| 161 | </PrecompiledHeader> |
| 162 | <DebugInformationFormat Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">ProgramDatabase</DebugInformationFormat> |
| 163 | <DebugInformationFormat Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">ProgramDatabase</DebugInformationFormat> |
| 164 | <AdditionalIncludeDirectories Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">..;..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> |
| 165 | <AdditionalIncludeDirectories Condition="'$(Configuration)|$(Platform)'=='Release|x64'">..;..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> |
| 166 | <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> |
| 167 | </PrecompiledHeader> |
| 168 | <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> |
| 169 | </PrecompiledHeader> |
| 170 | </ClCompile> |
| 171 | </ItemGroup> |
| 172 | <ItemGroup> |
| 173 | <ProjectReference Include="gtest_main.vcxproj"> |
| 174 | <Project>{3af54c8a-10bf-4332-9147-f68ed9862032}</Project> |
| 175 | </ProjectReference> |
| 176 | </ItemGroup> |
| 177 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> |
| 178 | <ImportGroup Label="ExtensionTargets"> |
| 179 | </ImportGroup> |
| 180 | </Project> |