1 <?xml version="1.0" encoding="utf-8"?> 2 <Project DefaultTargets="Build" ToolsVersion="15.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 <ProjectConfiguration Include="Debug|x64"> 13 <Configuration>Debug</Configuration> 14 <Platform>x64</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>{CF8EBC89-8762-49DC-9440-6C82B3499913}</ProjectGuid> 23 <Keyword>Win32Proj</Keyword> 24 <RootNamespace>unittests</RootNamespace> 25 <WindowsTargetPlatformVersion>10.0.16299.0</WindowsTargetPlatformVersion> 26 </PropertyGroup> 27 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> 28 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> 29 <ConfigurationType>Application</ConfigurationType> 30 <UseDebugLibraries>true</UseDebugLibraries> 31 <PlatformToolset>v141</PlatformToolset> 32 <CharacterSet>Unicode</CharacterSet> 33 </PropertyGroup> 34 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> 35 <ConfigurationType>Application</ConfigurationType> 36 <UseDebugLibraries>false</UseDebugLibraries> 37 <PlatformToolset>v141</PlatformToolset> 38 <WholeProgramOptimization>true</WholeProgramOptimization> 39 <CharacterSet>Unicode</CharacterSet> 40 </PropertyGroup> 41 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration"> 42 <ConfigurationType>Application</ConfigurationType> 43 <UseDebugLibraries>true</UseDebugLibraries> 44 <PlatformToolset>v141</PlatformToolset> 45 <CharacterSet>Unicode</CharacterSet> 46 </PropertyGroup> 47 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration"> 48 <ConfigurationType>Application</ConfigurationType> 49 <UseDebugLibraries>false</UseDebugLibraries> 50 <PlatformToolset>v141</PlatformToolset> 51 <WholeProgramOptimization>true</WholeProgramOptimization> 52 <CharacterSet>Unicode</CharacterSet> 53 </PropertyGroup> 54 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> 55 <ImportGroup Label="ExtensionSettings"> 56 </ImportGroup> 57 <ImportGroup Label="Shared"> 58 </ImportGroup> 59 <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> 60 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> 61 </ImportGroup> 62 <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> 63 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> 64 </ImportGroup> 65 <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> 66 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> 67 </ImportGroup> 68 <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> 69 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> 70 </ImportGroup> 71 <PropertyGroup Label="UserMacros" /> 72 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> 73 <LinkIncremental>true</LinkIncremental> 74 <IncludePath>$(IncludePath)</IncludePath> 75 </PropertyGroup> 76 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> 77 <LinkIncremental>true</LinkIncremental> 78 <IncludePath>$(IncludePath)</IncludePath> 79 </PropertyGroup> 80 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> 81 <LinkIncremental>false</LinkIncremental> 82 <IncludePath>$(IncludePath)</IncludePath> 83 </PropertyGroup> 84 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> 85 <LinkIncremental>false</LinkIncremental> 86 <IncludePath>$(IncludePath)</IncludePath> 87 </PropertyGroup> 88 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> 89 <ClCompile> 90 <PrecompiledHeader> 91 </PrecompiledHeader> 92 <WarningLevel>Level3</WarningLevel> 93 <Optimization>Disabled</Optimization> 94 <PreprocessorDefinitions>GL_GLEXT_PROTOTYPES;STANDALONE;WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions> 95 <SDLCheck>true</SDLCheck> 96 <AdditionalIncludeDirectories>$(SolutionDir)include\;$(SolutionDir)third_party\googletest\googletest\include\;$(SolutionDir)third_party\googletest\googletest\;$(SolutionDir)third_party\googletest\googlemock\include\;SubmoduleCheck;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> 97 <ForcedIncludeFiles> 98 </ForcedIncludeFiles> 99 <TreatSpecificWarningsAsErrors>4018;5038</TreatSpecificWarningsAsErrors> 100 </ClCompile> 101 <Link> 102 <SubSystem>Console</SubSystem> 103 <GenerateDebugInformation>true</GenerateDebugInformation> 104 </Link> 105 </ItemDefinitionGroup> 106 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> 107 <ClCompile> 108 <PrecompiledHeader> 109 </PrecompiledHeader> 110 <WarningLevel>Level3</WarningLevel> 111 <Optimization>Disabled</Optimization> 112 <PreprocessorDefinitions>GL_GLEXT_PROTOTYPES;STANDALONE;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions> 113 <SDLCheck>true</SDLCheck> 114 <AdditionalIncludeDirectories>$(SolutionDir)include\;$(SolutionDir)third_party\googletest\googletest\include\;$(SolutionDir)third_party\googletest\googletest\;$(SolutionDir)third_party\googletest\googlemock\include\;SubmoduleCheck;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> 115 <ForcedIncludeFiles> 116 </ForcedIncludeFiles> 117 <TreatSpecificWarningsAsErrors>4018;5038</TreatSpecificWarningsAsErrors> 118 </ClCompile> 119 <Link> 120 <SubSystem>Console</SubSystem> 121 <GenerateDebugInformation>true</GenerateDebugInformation> 122 </Link> 123 </ItemDefinitionGroup> 124 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> 125 <ClCompile> 126 <WarningLevel>Level3</WarningLevel> 127 <PrecompiledHeader> 128 </PrecompiledHeader> 129 <Optimization>MaxSpeed</Optimization> 130 <FunctionLevelLinking>true</FunctionLevelLinking> 131 <IntrinsicFunctions>true</IntrinsicFunctions> 132 <PreprocessorDefinitions>GL_GLEXT_PROTOTYPES;STANDALONE;WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions> 133 <SDLCheck>true</SDLCheck> 134 <AdditionalIncludeDirectories>$(SolutionDir)include\;$(SolutionDir)third_party\googletest\googletest\include\;$(SolutionDir)third_party\googletest\googletest\;$(SolutionDir)third_party\googletest\googlemock\include\;SubmoduleCheck;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> 135 <ForcedIncludeFiles> 136 </ForcedIncludeFiles> 137 <TreatSpecificWarningsAsErrors>4018;5038</TreatSpecificWarningsAsErrors> 138 </ClCompile> 139 <Link> 140 <SubSystem>Console</SubSystem> 141 <EnableCOMDATFolding>true</EnableCOMDATFolding> 142 <OptimizeReferences>true</OptimizeReferences> 143 <GenerateDebugInformation>true</GenerateDebugInformation> 144 </Link> 145 </ItemDefinitionGroup> 146 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> 147 <ClCompile> 148 <WarningLevel>Level3</WarningLevel> 149 <PrecompiledHeader> 150 </PrecompiledHeader> 151 <Optimization>MaxSpeed</Optimization> 152 <FunctionLevelLinking>true</FunctionLevelLinking> 153 <IntrinsicFunctions>true</IntrinsicFunctions> 154 <PreprocessorDefinitions>GL_GLEXT_PROTOTYPES;STANDALONE;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions> 155 <SDLCheck>true</SDLCheck> 156 <AdditionalIncludeDirectories>$(SolutionDir)include\;$(SolutionDir)third_party\googletest\googletest\include\;$(SolutionDir)third_party\googletest\googletest\;$(SolutionDir)third_party\googletest\googlemock\include\;SubmoduleCheck;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> 157 <ForcedIncludeFiles> 158 </ForcedIncludeFiles> 159 <TreatSpecificWarningsAsErrors>4018;5038</TreatSpecificWarningsAsErrors> 160 </ClCompile> 161 <Link> 162 <SubSystem>Console</SubSystem> 163 <EnableCOMDATFolding>true</EnableCOMDATFolding> 164 <OptimizeReferences>true</OptimizeReferences> 165 <GenerateDebugInformation>true</GenerateDebugInformation> 166 </Link> 167 </ItemDefinitionGroup> 168 <ItemGroup> 169 <ClCompile Include="..\..\third_party\googletest\googletest\src\gtest-all.cc" /> 170 <ClCompile Include="main.cpp" /> 171 <ClCompile Include="unittests.cpp" /> 172 </ItemGroup> 173 <ItemGroup> 174 <ProjectReference Include="..\..\src\OpenGL\libEGL\libEGL.vcxproj"> 175 <Project>{e746fca9-64c3-433e-85e8-9a5a67ab7ed6}</Project> 176 </ProjectReference> 177 <ProjectReference Include="..\..\src\OpenGL\libGLESv2\libGLESv2.vcxproj"> 178 <Project>{b5871a7a-968c-42e3-a33b-981e6f448e78}</Project> 179 </ProjectReference> 180 </ItemGroup> 181 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> 182 <ImportGroup Label="ExtensionTargets"> 183 </ImportGroup> 184 </Project>