John Bauman | 66b8ab2 | 2014-05-06 15:57:45 -0400 | [diff] [blame] | 1 | <?xml version="1.0" encoding="utf-8"?>
|
Nicolas Capens | 8c59ccd | 2017-10-04 13:39:16 -0400 | [diff] [blame] | 2 | <Project DefaultTargets="Build" ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
John Bauman | 66b8ab2 | 2014-05-06 15:57:45 -0400 | [diff] [blame] | 3 | <ItemGroup Label="ProjectConfigurations">
|
| 4 | <ProjectConfiguration Include="Debug|Win32">
|
| 5 | <Configuration>Debug</Configuration>
|
| 6 | <Platform>Win32</Platform>
|
| 7 | </ProjectConfiguration>
|
Alexis Hetu | b36a4c5 | 2014-11-10 14:01:27 -0500 | [diff] [blame] | 8 | <ProjectConfiguration Include="Debug|x64">
|
| 9 | <Configuration>Debug</Configuration>
|
| 10 | <Platform>x64</Platform>
|
| 11 | </ProjectConfiguration>
|
John Bauman | 66b8ab2 | 2014-05-06 15:57:45 -0400 | [diff] [blame] | 12 | <ProjectConfiguration Include="Profile|Win32">
|
| 13 | <Configuration>Profile</Configuration>
|
| 14 | <Platform>Win32</Platform>
|
| 15 | </ProjectConfiguration>
|
Alexis Hetu | b36a4c5 | 2014-11-10 14:01:27 -0500 | [diff] [blame] | 16 | <ProjectConfiguration Include="Profile|x64">
|
| 17 | <Configuration>Profile</Configuration>
|
| 18 | <Platform>x64</Platform>
|
| 19 | </ProjectConfiguration>
|
John Bauman | 66b8ab2 | 2014-05-06 15:57:45 -0400 | [diff] [blame] | 20 | <ProjectConfiguration Include="Release|Win32">
|
| 21 | <Configuration>Release</Configuration>
|
| 22 | <Platform>Win32</Platform>
|
| 23 | </ProjectConfiguration>
|
Alexis Hetu | b36a4c5 | 2014-11-10 14:01:27 -0500 | [diff] [blame] | 24 | <ProjectConfiguration Include="Release|x64">
|
| 25 | <Configuration>Release</Configuration>
|
| 26 | <Platform>x64</Platform>
|
| 27 | </ProjectConfiguration>
|
John Bauman | 66b8ab2 | 2014-05-06 15:57:45 -0400 | [diff] [blame] | 28 | </ItemGroup>
|
| 29 | <PropertyGroup Label="Globals">
|
| 30 | <ProjectGuid>{B5871A7A-968C-42E3-A33B-981E6F448E78}</ProjectGuid>
|
| 31 | <RootNamespace>libGLESv2</RootNamespace>
|
| 32 | <Keyword>Win32Proj</Keyword>
|
Alexis Hetu | 66fff4e | 2017-10-19 14:53:33 -0400 | [diff] [blame] | 33 | <WindowsTargetPlatformVersion>10.0.16299.0</WindowsTargetPlatformVersion>
|
Nicolas Capens | 0475688 | 2019-03-28 10:54:21 -0400 | [diff] [blame] | 34 | <PreferredToolArchitecture>x64</PreferredToolArchitecture>
|
John Bauman | 66b8ab2 | 2014-05-06 15:57:45 -0400 | [diff] [blame] | 35 | </PropertyGroup>
|
| 36 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
| 37 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
|
| 38 | <ConfigurationType>DynamicLibrary</ConfigurationType>
|
| 39 | <CharacterSet>NotSet</CharacterSet>
|
| 40 | <WholeProgramOptimization>true</WholeProgramOptimization>
|
Nicolas Capens | 8c59ccd | 2017-10-04 13:39:16 -0400 | [diff] [blame] | 41 | <PlatformToolset>v141</PlatformToolset>
|
John Bauman | 66b8ab2 | 2014-05-06 15:57:45 -0400 | [diff] [blame] | 42 | </PropertyGroup>
|
Alexis Hetu | b36a4c5 | 2014-11-10 14:01:27 -0500 | [diff] [blame] | 43 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
|
| 44 | <ConfigurationType>DynamicLibrary</ConfigurationType>
|
| 45 | <CharacterSet>NotSet</CharacterSet>
|
| 46 | <WholeProgramOptimization>true</WholeProgramOptimization>
|
Nicolas Capens | 8c59ccd | 2017-10-04 13:39:16 -0400 | [diff] [blame] | 47 | <PlatformToolset>v141</PlatformToolset>
|
Alexis Hetu | b36a4c5 | 2014-11-10 14:01:27 -0500 | [diff] [blame] | 48 | </PropertyGroup>
|
John Bauman | 66b8ab2 | 2014-05-06 15:57:45 -0400 | [diff] [blame] | 49 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Profile|Win32'" Label="Configuration">
|
| 50 | <ConfigurationType>DynamicLibrary</ConfigurationType>
|
| 51 | <CharacterSet>NotSet</CharacterSet>
|
| 52 | <WholeProgramOptimization>true</WholeProgramOptimization>
|
Nicolas Capens | 8c59ccd | 2017-10-04 13:39:16 -0400 | [diff] [blame] | 53 | <PlatformToolset>v141</PlatformToolset>
|
John Bauman | 66b8ab2 | 2014-05-06 15:57:45 -0400 | [diff] [blame] | 54 | </PropertyGroup>
|
Alexis Hetu | b36a4c5 | 2014-11-10 14:01:27 -0500 | [diff] [blame] | 55 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Profile|x64'" Label="Configuration">
|
| 56 | <ConfigurationType>DynamicLibrary</ConfigurationType>
|
| 57 | <CharacterSet>NotSet</CharacterSet>
|
| 58 | <WholeProgramOptimization>true</WholeProgramOptimization>
|
Nicolas Capens | 8c59ccd | 2017-10-04 13:39:16 -0400 | [diff] [blame] | 59 | <PlatformToolset>v141</PlatformToolset>
|
Alexis Hetu | b36a4c5 | 2014-11-10 14:01:27 -0500 | [diff] [blame] | 60 | </PropertyGroup>
|
John Bauman | 66b8ab2 | 2014-05-06 15:57:45 -0400 | [diff] [blame] | 61 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
|
| 62 | <ConfigurationType>DynamicLibrary</ConfigurationType>
|
| 63 | <CharacterSet>NotSet</CharacterSet>
|
Nicolas Capens | 8c59ccd | 2017-10-04 13:39:16 -0400 | [diff] [blame] | 64 | <PlatformToolset>v141</PlatformToolset>
|
John Bauman | 66b8ab2 | 2014-05-06 15:57:45 -0400 | [diff] [blame] | 65 | </PropertyGroup>
|
Alexis Hetu | b36a4c5 | 2014-11-10 14:01:27 -0500 | [diff] [blame] | 66 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
|
| 67 | <ConfigurationType>DynamicLibrary</ConfigurationType>
|
| 68 | <CharacterSet>NotSet</CharacterSet>
|
Nicolas Capens | 8c59ccd | 2017-10-04 13:39:16 -0400 | [diff] [blame] | 69 | <PlatformToolset>v141</PlatformToolset>
|
Alexis Hetu | b36a4c5 | 2014-11-10 14:01:27 -0500 | [diff] [blame] | 70 | </PropertyGroup>
|
John Bauman | 66b8ab2 | 2014-05-06 15:57:45 -0400 | [diff] [blame] | 71 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
|
| 72 | <ImportGroup Label="ExtensionSettings">
|
| 73 | </ImportGroup>
|
| 74 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets">
|
| 75 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
| 76 | </ImportGroup>
|
Alexis Hetu | b36a4c5 | 2014-11-10 14:01:27 -0500 | [diff] [blame] | 77 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets">
|
| 78 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
| 79 | </ImportGroup>
|
John Bauman | 66b8ab2 | 2014-05-06 15:57:45 -0400 | [diff] [blame] | 80 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Profile|Win32'" Label="PropertySheets">
|
| 81 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
| 82 | </ImportGroup>
|
Alexis Hetu | b36a4c5 | 2014-11-10 14:01:27 -0500 | [diff] [blame] | 83 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Profile|x64'" Label="PropertySheets">
|
| 84 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
| 85 | </ImportGroup>
|
John Bauman | 66b8ab2 | 2014-05-06 15:57:45 -0400 | [diff] [blame] | 86 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets">
|
| 87 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
| 88 | </ImportGroup>
|
Alexis Hetu | b36a4c5 | 2014-11-10 14:01:27 -0500 | [diff] [blame] | 89 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets">
|
| 90 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
| 91 | </ImportGroup>
|
John Bauman | 66b8ab2 | 2014-05-06 15:57:45 -0400 | [diff] [blame] | 92 | <PropertyGroup Label="UserMacros" />
|
| 93 | <PropertyGroup>
|
| 94 | <_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion>
|
Nicolas Capens | 6f89b65 | 2016-05-12 15:51:10 -0400 | [diff] [blame] | 95 | <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(SolutionDir)bin\$(MSBuildProjectName)\$(Platform)\$(Configuration)\</OutDir>
|
| 96 | <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(SolutionDir)bin\$(MSBuildProjectName)\$(Platform)\$(Configuration)\</OutDir>
|
| 97 | <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(SolutionDir)obj\$(MSBuildProjectName)\$(Platform)\$(Configuration)\</IntDir>
|
| 98 | <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(SolutionDir)obj\$(MSBuildProjectName)\$(Platform)\$(Configuration)\</IntDir>
|
John Bauman | 66b8ab2 | 2014-05-06 15:57:45 -0400 | [diff] [blame] | 99 | <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</LinkIncremental>
|
Alexis Hetu | b36a4c5 | 2014-11-10 14:01:27 -0500 | [diff] [blame] | 100 | <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</LinkIncremental>
|
Nicolas Capens | 6f89b65 | 2016-05-12 15:51:10 -0400 | [diff] [blame] | 101 | <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(SolutionDir)bin\$(MSBuildProjectName)\$(Platform)\$(Configuration)\</OutDir>
|
| 102 | <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(SolutionDir)bin\$(MSBuildProjectName)\$(Platform)\$(Configuration)\</OutDir>
|
| 103 | <OutDir Condition="'$(Configuration)|$(Platform)'=='Profile|Win32'">$(SolutionDir)bin\$(MSBuildProjectName)\$(Platform)\$(Configuration)\</OutDir>
|
| 104 | <OutDir Condition="'$(Configuration)|$(Platform)'=='Profile|x64'">$(SolutionDir)bin\$(MSBuildProjectName)\$(Platform)\$(Configuration)\</OutDir>
|
| 105 | <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(SolutionDir)obj\$(MSBuildProjectName)\$(Platform)\$(Configuration)\</IntDir>
|
| 106 | <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(SolutionDir)obj\$(MSBuildProjectName)\$(Platform)\$(Configuration)\</IntDir>
|
| 107 | <IntDir Condition="'$(Configuration)|$(Platform)'=='Profile|Win32'">$(SolutionDir)obj\$(MSBuildProjectName)\$(Platform)\$(Configuration)\</IntDir>
|
| 108 | <IntDir Condition="'$(Configuration)|$(Platform)'=='Profile|x64'">$(SolutionDir)obj\$(MSBuildProjectName)\$(Platform)\$(Configuration)\</IntDir>
|
John Bauman | 66b8ab2 | 2014-05-06 15:57:45 -0400 | [diff] [blame] | 109 | <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</LinkIncremental>
|
Alexis Hetu | b36a4c5 | 2014-11-10 14:01:27 -0500 | [diff] [blame] | 110 | <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|x64'">false</LinkIncremental>
|
John Bauman | 66b8ab2 | 2014-05-06 15:57:45 -0400 | [diff] [blame] | 111 | <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Profile|Win32'">false</LinkIncremental>
|
Alexis Hetu | b36a4c5 | 2014-11-10 14:01:27 -0500 | [diff] [blame] | 112 | <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Profile|x64'">false</LinkIncremental>
|
Nicolas Capens | b7510aa | 2016-05-16 13:16:32 -0400 | [diff] [blame] | 113 | <IncludePath Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(SolutionDir)\include;$(IncludePath)</IncludePath>
|
| 114 | <IncludePath Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(SolutionDir)\include;$(IncludePath)</IncludePath>
|
| 115 | <IncludePath Condition="'$(Configuration)|$(Platform)'=='Profile|Win32'">$(SolutionDir)\include;$(IncludePath)</IncludePath>
|
| 116 | <IncludePath Condition="'$(Configuration)|$(Platform)'=='Profile|x64'">$(SolutionDir)\include;$(IncludePath)</IncludePath>
|
| 117 | <IncludePath Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(SolutionDir)\include;$(IncludePath)</IncludePath>
|
| 118 | <IncludePath Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(SolutionDir)\include;$(IncludePath)</IncludePath>
|
John Bauman | 66b8ab2 | 2014-05-06 15:57:45 -0400 | [diff] [blame] | 119 | <LibraryPath Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(DXSDK_DIR)\Lib\x86;$(VCInstallDir)PlatformSDK\lib;$(LibraryPath)</LibraryPath>
|
Nicolas Capens | f6ad4ef | 2014-11-11 10:14:22 -0500 | [diff] [blame] | 120 | <LibraryPath Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(DXSDK_DIR)\Lib\x64;$(VCInstallDir)PlatformSDK\lib;$(LibraryPath)</LibraryPath>
|
Nicolas Capens | 499b440 | 2014-05-08 15:37:17 -0400 | [diff] [blame] | 121 | <LibraryPath Condition="'$(Configuration)|$(Platform)'=='Profile|Win32'">$(DXSDK_DIR)\Lib\x86;$(VCInstallDir)PlatformSDK\lib;$(LibraryPath)</LibraryPath>
|
Nicolas Capens | f6ad4ef | 2014-11-11 10:14:22 -0500 | [diff] [blame] | 122 | <LibraryPath Condition="'$(Configuration)|$(Platform)'=='Profile|x64'">$(DXSDK_DIR)\Lib\x64;$(VCInstallDir)PlatformSDK\lib;$(LibraryPath)</LibraryPath>
|
Nicolas Capens | 499b440 | 2014-05-08 15:37:17 -0400 | [diff] [blame] | 123 | <LibraryPath Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(DXSDK_DIR)\Lib\x86;$(VCInstallDir)PlatformSDK\lib;$(LibraryPath)</LibraryPath>
|
Nicolas Capens | f6ad4ef | 2014-11-11 10:14:22 -0500 | [diff] [blame] | 124 | <LibraryPath Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(DXSDK_DIR)\Lib\x64;$(VCInstallDir)PlatformSDK\lib;$(LibraryPath)</LibraryPath>
|
John Bauman | 66b8ab2 | 2014-05-06 15:57:45 -0400 | [diff] [blame] | 125 | </PropertyGroup>
|
| 126 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
| 127 | <ClCompile>
|
| 128 | <Optimization>Disabled</Optimization>
|
Nicolas Capens | 708c24b | 2017-10-26 13:07:10 -0400 | [diff] [blame] | 129 | <AdditionalIncludeDirectories>$(ProjectDir)/..;$(ProjectDir)/../..;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
Nicolas Capens | 8e6ed2e | 2018-05-31 16:21:02 -0400 | [diff] [blame] | 130 | <PreprocessorDefinitions>WIN32;GL_API=;GL_APICALL=;GLAPI=;GL_GLEXT_PROTOTYPES;NO_SANITIZE_FUNCTION=;_DEBUG;_WINDOWS;_USRDLL;_CRT_SECURE_NO_DEPRECATE;NOMINMAX;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
John Bauman | 66b8ab2 | 2014-05-06 15:57:45 -0400 | [diff] [blame] | 131 | <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
|
| 132 | <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
|
| 133 | <PrecompiledHeader>
|
| 134 | </PrecompiledHeader>
|
| 135 | <WarningLevel>Level3</WarningLevel>
|
| 136 | <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
|
| 137 | <BrowseInformation>true</BrowseInformation>
|
Alexis Hetu | b34591a | 2016-06-28 15:48:35 -0400 | [diff] [blame] | 138 | <TreatWarningAsError>true</TreatWarningAsError>
|
Nicolas Capens | 9ed48ba | 2017-05-11 11:25:00 -0400 | [diff] [blame] | 139 | <DisableSpecificWarnings>5030;%(DisableSpecificWarnings)</DisableSpecificWarnings>
|
Nicolas Capens | 93a6458 | 2016-10-21 16:23:24 -0400 | [diff] [blame] | 140 | <MultiProcessorCompilation>true</MultiProcessorCompilation>
|
Nicolas Capens | b41a9d6 | 2018-06-27 17:15:10 -0400 | [diff] [blame] | 141 | <TreatSpecificWarningsAsErrors>4018;5038;4838</TreatSpecificWarningsAsErrors>
|
Alexis Hetu | e70c351 | 2018-10-17 13:18:04 -0400 | [diff] [blame] | 142 | <AdditionalOptions>/permissive- %(AdditionalOptions)</AdditionalOptions>
|
John Bauman | 66b8ab2 | 2014-05-06 15:57:45 -0400 | [diff] [blame] | 143 | </ClCompile>
|
| 144 | <Link>
|
John Bauman | d4ae863 | 2014-05-06 16:18:33 -0400 | [diff] [blame] | 145 | <AdditionalDependencies>dxguid.lib;WS2_32.lib;%(AdditionalDependencies)</AdditionalDependencies>
|
John Bauman | 66b8ab2 | 2014-05-06 15:57:45 -0400 | [diff] [blame] | 146 | <ModuleDefinitionFile>libGLESv2.def</ModuleDefinitionFile>
|
| 147 | <GenerateDebugInformation>true</GenerateDebugInformation>
|
| 148 | <SubSystem>Windows</SubSystem>
|
John Bauman | 66b8ab2 | 2014-05-06 15:57:45 -0400 | [diff] [blame] | 149 | <TargetMachine>MachineX86</TargetMachine>
|
| 150 | </Link>
|
| 151 | <PostBuildEvent>
|
Nicolas Capens | 64d537a | 2018-10-02 12:40:12 -0400 | [diff] [blame] | 152 | <Command>mkdir "$(SolutionDir)out\$(Configuration)_$(Platform)\"
|
| 153 | copy "$(OutDir)libGLESv2.dll" "$(SolutionDir)out\$(Configuration)_$(Platform)\"
|
| 154 | mkdir "$(SolutionDir)out\$(Configuration)_$(Platform)\translator"
|
| 155 | copy "$(OutDir)libGLESv2.dll" "$(SolutionDir)out\$(Configuration)_$(Platform)\translator\libGLES_V2_translator.dll"</Command>
|
John Bauman | 66b8ab2 | 2014-05-06 15:57:45 -0400 | [diff] [blame] | 156 | </PostBuildEvent>
|
| 157 | </ItemDefinitionGroup>
|
Alexis Hetu | b36a4c5 | 2014-11-10 14:01:27 -0500 | [diff] [blame] | 158 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
| 159 | <ClCompile>
|
| 160 | <Optimization>Disabled</Optimization>
|
Nicolas Capens | 708c24b | 2017-10-26 13:07:10 -0400 | [diff] [blame] | 161 | <AdditionalIncludeDirectories>$(ProjectDir)/..;$(ProjectDir)/../..;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
Nicolas Capens | 8e6ed2e | 2018-05-31 16:21:02 -0400 | [diff] [blame] | 162 | <PreprocessorDefinitions>WIN32;GL_API=;GL_APICALL=;GLAPI=;GL_GLEXT_PROTOTYPES;NO_SANITIZE_FUNCTION=;_DEBUG;_WINDOWS;_USRDLL;_CRT_SECURE_NO_DEPRECATE;NOMINMAX;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
Alexis Hetu | b36a4c5 | 2014-11-10 14:01:27 -0500 | [diff] [blame] | 163 | <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
|
| 164 | <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
|
| 165 | <PrecompiledHeader>
|
| 166 | </PrecompiledHeader>
|
| 167 | <WarningLevel>Level3</WarningLevel>
|
| 168 | <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
|
| 169 | <BrowseInformation>true</BrowseInformation>
|
Alexis Hetu | b34591a | 2016-06-28 15:48:35 -0400 | [diff] [blame] | 170 | <TreatWarningAsError>true</TreatWarningAsError>
|
Nicolas Capens | 9ed48ba | 2017-05-11 11:25:00 -0400 | [diff] [blame] | 171 | <DisableSpecificWarnings>5030;%(DisableSpecificWarnings)</DisableSpecificWarnings>
|
Nicolas Capens | 93a6458 | 2016-10-21 16:23:24 -0400 | [diff] [blame] | 172 | <MultiProcessorCompilation>true</MultiProcessorCompilation>
|
Nicolas Capens | b41a9d6 | 2018-06-27 17:15:10 -0400 | [diff] [blame] | 173 | <TreatSpecificWarningsAsErrors>4018;5038;4838</TreatSpecificWarningsAsErrors>
|
Alexis Hetu | e70c351 | 2018-10-17 13:18:04 -0400 | [diff] [blame] | 174 | <AdditionalOptions>/permissive- %(AdditionalOptions)</AdditionalOptions>
|
Alexis Hetu | b36a4c5 | 2014-11-10 14:01:27 -0500 | [diff] [blame] | 175 | </ClCompile>
|
| 176 | <Link>
|
| 177 | <AdditionalDependencies>dxguid.lib;WS2_32.lib;%(AdditionalDependencies)</AdditionalDependencies>
|
| 178 | <ModuleDefinitionFile>libGLESv2.def</ModuleDefinitionFile>
|
| 179 | <GenerateDebugInformation>true</GenerateDebugInformation>
|
| 180 | <SubSystem>Windows</SubSystem>
|
| 181 | </Link>
|
| 182 | <PostBuildEvent>
|
Nicolas Capens | 64d537a | 2018-10-02 12:40:12 -0400 | [diff] [blame] | 183 | <Command>mkdir "$(SolutionDir)out\$(Configuration)_$(Platform)\"
|
| 184 | copy "$(OutDir)libGLESv2.dll" "$(SolutionDir)out\$(Configuration)_$(Platform)\"
|
| 185 | mkdir "$(SolutionDir)out\$(Configuration)_$(Platform)\translator"
|
| 186 | copy "$(OutDir)libGLESv2.dll" "$(SolutionDir)out\$(Configuration)_$(Platform)\translator\libGLES_V2_translator.dll"</Command>
|
Alexis Hetu | b36a4c5 | 2014-11-10 14:01:27 -0500 | [diff] [blame] | 187 | </PostBuildEvent>
|
Maxime Gregoire | 8848225 | 2015-01-14 08:41:26 -0500 | [diff] [blame] | 188 | <ResourceCompile>
|
| 189 | <PreprocessorDefinitions>WIN64</PreprocessorDefinitions>
|
| 190 | </ResourceCompile>
|
Alexis Hetu | b36a4c5 | 2014-11-10 14:01:27 -0500 | [diff] [blame] | 191 | </ItemDefinitionGroup>
|
John Bauman | 66b8ab2 | 2014-05-06 15:57:45 -0400 | [diff] [blame] | 192 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
| 193 | <ClCompile>
|
| 194 | <Optimization>Full</Optimization>
|
| 195 | <InlineFunctionExpansion>AnySuitable</InlineFunctionExpansion>
|
| 196 | <AdditionalIncludeDirectories>$(ProjectDir)/..;$(ProjectDir)/../..;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
Nicolas Capens | 8e6ed2e | 2018-05-31 16:21:02 -0400 | [diff] [blame] | 197 | <PreprocessorDefinitions>WIN32;GL_API=;GL_APICALL=;GLAPI=;GL_GLEXT_PROTOTYPES;NO_SANITIZE_FUNCTION=;NDEBUG;_WINDOWS;_USRDLL;_CRT_SECURE_NO_DEPRECATE;NOMINMAX;_SECURE_SCL=0;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
John Bauman | 66b8ab2 | 2014-05-06 15:57:45 -0400 | [diff] [blame] | 198 | <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
|
| 199 | <PrecompiledHeader>
|
| 200 | </PrecompiledHeader>
|
| 201 | <WarningLevel>Level3</WarningLevel>
|
| 202 | <DebugInformationFormat>
|
| 203 | </DebugInformationFormat>
|
| 204 | <FavorSizeOrSpeed>Size</FavorSizeOrSpeed>
|
| 205 | <OmitFramePointers>true</OmitFramePointers>
|
| 206 | <EnableFiberSafeOptimizations>true</EnableFiberSafeOptimizations>
|
| 207 | <WholeProgramOptimization>true</WholeProgramOptimization>
|
| 208 | <IntrinsicFunctions>false</IntrinsicFunctions>
|
Alexis Hetu | b34591a | 2016-06-28 15:48:35 -0400 | [diff] [blame] | 209 | <TreatWarningAsError>true</TreatWarningAsError>
|
Nicolas Capens | 9ed48ba | 2017-05-11 11:25:00 -0400 | [diff] [blame] | 210 | <DisableSpecificWarnings>5030;%(DisableSpecificWarnings)</DisableSpecificWarnings>
|
Nicolas Capens | 93a6458 | 2016-10-21 16:23:24 -0400 | [diff] [blame] | 211 | <MultiProcessorCompilation>true</MultiProcessorCompilation>
|
Nicolas Capens | b41a9d6 | 2018-06-27 17:15:10 -0400 | [diff] [blame] | 212 | <TreatSpecificWarningsAsErrors>4018;5038;4838</TreatSpecificWarningsAsErrors>
|
Alexis Hetu | e70c351 | 2018-10-17 13:18:04 -0400 | [diff] [blame] | 213 | <AdditionalOptions>/permissive- %(AdditionalOptions)</AdditionalOptions>
|
John Bauman | 66b8ab2 | 2014-05-06 15:57:45 -0400 | [diff] [blame] | 214 | </ClCompile>
|
| 215 | <Link>
|
John Bauman | d4ae863 | 2014-05-06 16:18:33 -0400 | [diff] [blame] | 216 | <AdditionalDependencies>dxguid.lib;WS2_32.lib;%(AdditionalDependencies)</AdditionalDependencies>
|
John Bauman | 66b8ab2 | 2014-05-06 15:57:45 -0400 | [diff] [blame] | 217 | <IgnoreAllDefaultLibraries>false</IgnoreAllDefaultLibraries>
|
| 218 | <ModuleDefinitionFile>libGLESv2.def</ModuleDefinitionFile>
|
| 219 | <GenerateDebugInformation>true</GenerateDebugInformation>
|
| 220 | <SubSystem>Windows</SubSystem>
|
| 221 | <OptimizeReferences>true</OptimizeReferences>
|
| 222 | <EnableCOMDATFolding>true</EnableCOMDATFolding>
|
John Bauman | 66b8ab2 | 2014-05-06 15:57:45 -0400 | [diff] [blame] | 223 | <TargetMachine>MachineX86</TargetMachine>
|
| 224 | </Link>
|
| 225 | <PostBuildEvent>
|
Nicolas Capens | 64d537a | 2018-10-02 12:40:12 -0400 | [diff] [blame] | 226 | <Command>mkdir "$(SolutionDir)out\$(Configuration)_$(Platform)\"
|
| 227 | copy "$(OutDir)libGLESv2.dll" "$(SolutionDir)out\$(Configuration)_$(Platform)\"
|
| 228 | mkdir "$(SolutionDir)out\$(Configuration)_$(Platform)\translator"
|
| 229 | copy "$(OutDir)libGLESv2.dll" "$(SolutionDir)out\$(Configuration)_$(Platform)\translator\libGLES_V2_translator.dll"</Command>
|
John Bauman | 66b8ab2 | 2014-05-06 15:57:45 -0400 | [diff] [blame] | 230 | </PostBuildEvent>
|
| 231 | </ItemDefinitionGroup>
|
Alexis Hetu | b36a4c5 | 2014-11-10 14:01:27 -0500 | [diff] [blame] | 232 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
| 233 | <ClCompile>
|
| 234 | <Optimization>Full</Optimization>
|
| 235 | <InlineFunctionExpansion>AnySuitable</InlineFunctionExpansion>
|
| 236 | <AdditionalIncludeDirectories>$(ProjectDir)/..;$(ProjectDir)/../..;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
Nicolas Capens | 8e6ed2e | 2018-05-31 16:21:02 -0400 | [diff] [blame] | 237 | <PreprocessorDefinitions>WIN32;GL_API=;GL_APICALL=;GLAPI=;GL_GLEXT_PROTOTYPES;NO_SANITIZE_FUNCTION=;NDEBUG;_WINDOWS;_USRDLL;_CRT_SECURE_NO_DEPRECATE;NOMINMAX;_SECURE_SCL=0;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
Alexis Hetu | b36a4c5 | 2014-11-10 14:01:27 -0500 | [diff] [blame] | 238 | <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
|
| 239 | <PrecompiledHeader>
|
| 240 | </PrecompiledHeader>
|
| 241 | <WarningLevel>Level3</WarningLevel>
|
| 242 | <DebugInformationFormat>
|
| 243 | </DebugInformationFormat>
|
| 244 | <FavorSizeOrSpeed>Size</FavorSizeOrSpeed>
|
| 245 | <OmitFramePointers>true</OmitFramePointers>
|
| 246 | <EnableFiberSafeOptimizations>true</EnableFiberSafeOptimizations>
|
| 247 | <WholeProgramOptimization>true</WholeProgramOptimization>
|
| 248 | <IntrinsicFunctions>false</IntrinsicFunctions>
|
Alexis Hetu | b34591a | 2016-06-28 15:48:35 -0400 | [diff] [blame] | 249 | <TreatWarningAsError>true</TreatWarningAsError>
|
Nicolas Capens | 9ed48ba | 2017-05-11 11:25:00 -0400 | [diff] [blame] | 250 | <DisableSpecificWarnings>5030;%(DisableSpecificWarnings)</DisableSpecificWarnings>
|
Nicolas Capens | 93a6458 | 2016-10-21 16:23:24 -0400 | [diff] [blame] | 251 | <MultiProcessorCompilation>true</MultiProcessorCompilation>
|
Nicolas Capens | b41a9d6 | 2018-06-27 17:15:10 -0400 | [diff] [blame] | 252 | <TreatSpecificWarningsAsErrors>4018;5038;4838</TreatSpecificWarningsAsErrors>
|
Alexis Hetu | e70c351 | 2018-10-17 13:18:04 -0400 | [diff] [blame] | 253 | <AdditionalOptions>/permissive- %(AdditionalOptions)</AdditionalOptions>
|
Alexis Hetu | b36a4c5 | 2014-11-10 14:01:27 -0500 | [diff] [blame] | 254 | </ClCompile>
|
| 255 | <Link>
|
| 256 | <AdditionalDependencies>dxguid.lib;WS2_32.lib;%(AdditionalDependencies)</AdditionalDependencies>
|
| 257 | <IgnoreAllDefaultLibraries>false</IgnoreAllDefaultLibraries>
|
| 258 | <ModuleDefinitionFile>libGLESv2.def</ModuleDefinitionFile>
|
| 259 | <GenerateDebugInformation>true</GenerateDebugInformation>
|
| 260 | <SubSystem>Windows</SubSystem>
|
| 261 | <OptimizeReferences>true</OptimizeReferences>
|
| 262 | <EnableCOMDATFolding>true</EnableCOMDATFolding>
|
| 263 | </Link>
|
| 264 | <PostBuildEvent>
|
Nicolas Capens | 64d537a | 2018-10-02 12:40:12 -0400 | [diff] [blame] | 265 | <Command>mkdir "$(SolutionDir)out\$(Configuration)_$(Platform)\"
|
| 266 | copy "$(OutDir)libGLESv2.dll" "$(SolutionDir)out\$(Configuration)_$(Platform)\"
|
| 267 | mkdir "$(SolutionDir)out\$(Configuration)_$(Platform)\translator"
|
| 268 | copy "$(OutDir)libGLESv2.dll" "$(SolutionDir)out\$(Configuration)_$(Platform)\translator\libGLES_V2_translator.dll"</Command>
|
Alexis Hetu | b36a4c5 | 2014-11-10 14:01:27 -0500 | [diff] [blame] | 269 | </PostBuildEvent>
|
Maxime Gregoire | 8848225 | 2015-01-14 08:41:26 -0500 | [diff] [blame] | 270 | <ResourceCompile>
|
| 271 | <PreprocessorDefinitions>WIN64</PreprocessorDefinitions>
|
| 272 | </ResourceCompile>
|
Alexis Hetu | b36a4c5 | 2014-11-10 14:01:27 -0500 | [diff] [blame] | 273 | </ItemDefinitionGroup>
|
John Bauman | 66b8ab2 | 2014-05-06 15:57:45 -0400 | [diff] [blame] | 274 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Profile|Win32'">
|
| 275 | <ClCompile>
|
| 276 | <Optimization>Full</Optimization>
|
| 277 | <InlineFunctionExpansion>AnySuitable</InlineFunctionExpansion>
|
| 278 | <AdditionalIncludeDirectories>$(ProjectDir)/..; $(ProjectDir)/../..;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
Nicolas Capens | 8e6ed2e | 2018-05-31 16:21:02 -0400 | [diff] [blame] | 279 | <PreprocessorDefinitions>WIN32;GL_API=;GL_APICALL=;GLAPI=;GL_GLEXT_PROTOTYPES;NO_SANITIZE_FUNCTION=;NDEBUG;_WINDOWS;_USRDLL;_CRT_SECURE_NO_DEPRECATE;NOMINMAX;_SECURE_SCL=0;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
John Bauman | 66b8ab2 | 2014-05-06 15:57:45 -0400 | [diff] [blame] | 280 | <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
|
| 281 | <PrecompiledHeader>
|
| 282 | </PrecompiledHeader>
|
| 283 | <WarningLevel>Level3</WarningLevel>
|
| 284 | <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
|
| 285 | <FavorSizeOrSpeed>Size</FavorSizeOrSpeed>
|
| 286 | <OmitFramePointers>false</OmitFramePointers>
|
| 287 | <EnableFiberSafeOptimizations>true</EnableFiberSafeOptimizations>
|
| 288 | <WholeProgramOptimization>true</WholeProgramOptimization>
|
| 289 | <IntrinsicFunctions>false</IntrinsicFunctions>
|
Alexis Hetu | b34591a | 2016-06-28 15:48:35 -0400 | [diff] [blame] | 290 | <TreatWarningAsError>true</TreatWarningAsError>
|
Nicolas Capens | 9ed48ba | 2017-05-11 11:25:00 -0400 | [diff] [blame] | 291 | <DisableSpecificWarnings>5030;%(DisableSpecificWarnings)</DisableSpecificWarnings>
|
Nicolas Capens | b41a9d6 | 2018-06-27 17:15:10 -0400 | [diff] [blame] | 292 | <TreatSpecificWarningsAsErrors>4018;5038;4838</TreatSpecificWarningsAsErrors>
|
Alexis Hetu | e70c351 | 2018-10-17 13:18:04 -0400 | [diff] [blame] | 293 | <AdditionalOptions>/permissive- %(AdditionalOptions)</AdditionalOptions>
|
John Bauman | 66b8ab2 | 2014-05-06 15:57:45 -0400 | [diff] [blame] | 294 | </ClCompile>
|
| 295 | <Link>
|
John Bauman | d4ae863 | 2014-05-06 16:18:33 -0400 | [diff] [blame] | 296 | <AdditionalDependencies>dxguid.lib;WS2_32.lib;%(AdditionalDependencies)</AdditionalDependencies>
|
John Bauman | 66b8ab2 | 2014-05-06 15:57:45 -0400 | [diff] [blame] | 297 | <IgnoreAllDefaultLibraries>false</IgnoreAllDefaultLibraries>
|
| 298 | <ModuleDefinitionFile>libGLESv2.def</ModuleDefinitionFile>
|
| 299 | <GenerateDebugInformation>true</GenerateDebugInformation>
|
| 300 | <SubSystem>Windows</SubSystem>
|
| 301 | <OptimizeReferences>true</OptimizeReferences>
|
| 302 | <EnableCOMDATFolding>true</EnableCOMDATFolding>
|
John Bauman | 66b8ab2 | 2014-05-06 15:57:45 -0400 | [diff] [blame] | 303 | <TargetMachine>MachineX86</TargetMachine>
|
| 304 | </Link>
|
| 305 | <PostBuildEvent>
|
Nicolas Capens | 64d537a | 2018-10-02 12:40:12 -0400 | [diff] [blame] | 306 | <Command>mkdir "$(SolutionDir)out\$(Configuration)_$(Platform)\"
|
| 307 | copy "$(OutDir)libGLESv2.dll" "$(SolutionDir)out\$(Configuration)_$(Platform)\"
|
| 308 | mkdir "$(SolutionDir)out\$(Configuration)_$(Platform)\translator"
|
| 309 | copy "$(OutDir)libGLESv2.dll" "$(SolutionDir)out\$(Configuration)_$(Platform)\translator\libGLES_V2_translator.dll"</Command>
|
John Bauman | 66b8ab2 | 2014-05-06 15:57:45 -0400 | [diff] [blame] | 310 | </PostBuildEvent>
|
| 311 | </ItemDefinitionGroup>
|
Alexis Hetu | b36a4c5 | 2014-11-10 14:01:27 -0500 | [diff] [blame] | 312 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Profile|x64'">
|
| 313 | <ClCompile>
|
| 314 | <Optimization>Full</Optimization>
|
| 315 | <InlineFunctionExpansion>AnySuitable</InlineFunctionExpansion>
|
| 316 | <AdditionalIncludeDirectories>$(ProjectDir)/..; $(ProjectDir)/../..;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
Nicolas Capens | 8e6ed2e | 2018-05-31 16:21:02 -0400 | [diff] [blame] | 317 | <PreprocessorDefinitions>WIN32;GL_API=;GL_APICALL=;GLAPI=;GL_GLEXT_PROTOTYPES;NO_SANITIZE_FUNCTION=;NDEBUG;_WINDOWS;_USRDLL;_CRT_SECURE_NO_DEPRECATE;NOMINMAX;_SECURE_SCL=0;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
Alexis Hetu | b36a4c5 | 2014-11-10 14:01:27 -0500 | [diff] [blame] | 318 | <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
|
| 319 | <PrecompiledHeader>
|
| 320 | </PrecompiledHeader>
|
| 321 | <WarningLevel>Level3</WarningLevel>
|
| 322 | <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
|
| 323 | <FavorSizeOrSpeed>Size</FavorSizeOrSpeed>
|
| 324 | <OmitFramePointers>false</OmitFramePointers>
|
| 325 | <EnableFiberSafeOptimizations>true</EnableFiberSafeOptimizations>
|
| 326 | <WholeProgramOptimization>true</WholeProgramOptimization>
|
| 327 | <IntrinsicFunctions>false</IntrinsicFunctions>
|
Alexis Hetu | b34591a | 2016-06-28 15:48:35 -0400 | [diff] [blame] | 328 | <TreatWarningAsError>true</TreatWarningAsError>
|
Nicolas Capens | 9ed48ba | 2017-05-11 11:25:00 -0400 | [diff] [blame] | 329 | <DisableSpecificWarnings>5030;%(DisableSpecificWarnings)</DisableSpecificWarnings>
|
Nicolas Capens | b41a9d6 | 2018-06-27 17:15:10 -0400 | [diff] [blame] | 330 | <TreatSpecificWarningsAsErrors>4018;5038;4838</TreatSpecificWarningsAsErrors>
|
Alexis Hetu | e70c351 | 2018-10-17 13:18:04 -0400 | [diff] [blame] | 331 | <AdditionalOptions>/permissive- %(AdditionalOptions)</AdditionalOptions>
|
Alexis Hetu | b36a4c5 | 2014-11-10 14:01:27 -0500 | [diff] [blame] | 332 | </ClCompile>
|
| 333 | <Link>
|
| 334 | <AdditionalDependencies>dxguid.lib;WS2_32.lib;%(AdditionalDependencies)</AdditionalDependencies>
|
| 335 | <IgnoreAllDefaultLibraries>false</IgnoreAllDefaultLibraries>
|
| 336 | <ModuleDefinitionFile>libGLESv2.def</ModuleDefinitionFile>
|
| 337 | <GenerateDebugInformation>true</GenerateDebugInformation>
|
| 338 | <SubSystem>Windows</SubSystem>
|
| 339 | <OptimizeReferences>true</OptimizeReferences>
|
| 340 | <EnableCOMDATFolding>true</EnableCOMDATFolding>
|
| 341 | </Link>
|
| 342 | <PostBuildEvent>
|
Nicolas Capens | 64d537a | 2018-10-02 12:40:12 -0400 | [diff] [blame] | 343 | <Command>mkdir "$(SolutionDir)out\$(Configuration)_$(Platform)\"
|
| 344 | copy "$(OutDir)libGLESv2.dll" "$(SolutionDir)out\$(Configuration)_$(Platform)\"
|
| 345 | mkdir "$(SolutionDir)out\$(Configuration)_$(Platform)\translator"
|
| 346 | copy "$(OutDir)libGLESv2.dll" "$(SolutionDir)out\$(Configuration)_$(Platform)\translator\libGLES_V2_translator.dll"</Command>
|
Alexis Hetu | b36a4c5 | 2014-11-10 14:01:27 -0500 | [diff] [blame] | 347 | </PostBuildEvent>
|
Maxime Grégoire | 4c43943 | 2015-05-01 16:11:22 -0400 | [diff] [blame] | 348 | <ResourceCompile>
|
| 349 | <PreprocessorDefinitions>WIN64</PreprocessorDefinitions>
|
| 350 | </ResourceCompile>
|
Alexis Hetu | b36a4c5 | 2014-11-10 14:01:27 -0500 | [diff] [blame] | 351 | </ItemDefinitionGroup>
|
John Bauman | 66b8ab2 | 2014-05-06 15:57:45 -0400 | [diff] [blame] | 352 | <ItemGroup>
|
Alexis Hetu | 0ab9f3b | 2018-11-26 17:25:23 -0500 | [diff] [blame] | 353 | <ClCompile Include="..\..\Common\SharedLibrary.cpp" />
|
Nicolas Capens | deda34b | 2015-04-28 15:21:53 -0700 | [diff] [blame] | 354 | <ClCompile Include="..\common\Image.cpp" />
|
Nicolas Capens | fa0cc04 | 2014-12-10 10:17:07 -0500 | [diff] [blame] | 355 | <ClCompile Include="..\common\Object.cpp" />
|
John Bauman | 66b8ab2 | 2014-05-06 15:57:45 -0400 | [diff] [blame] | 356 | <ClCompile Include="Buffer.cpp" />
|
| 357 | <ClCompile Include="Context.cpp" />
|
| 358 | <ClCompile Include="..\common\debug.cpp" />
|
| 359 | <ClCompile Include="Device.cpp" />
|
Corentin Wallez | b039711 | 2017-10-26 19:27:22 -0400 | [diff] [blame] | 360 | <ClCompile Include="entry_points.cpp" />
|
John Bauman | 66b8ab2 | 2014-05-06 15:57:45 -0400 | [diff] [blame] | 361 | <ClCompile Include="Fence.cpp" />
|
| 362 | <ClCompile Include="Framebuffer.cpp" />
|
John Bauman | 66b8ab2 | 2014-05-06 15:57:45 -0400 | [diff] [blame] | 363 | <ClCompile Include="IndexDataManager.cpp" />
|
| 364 | <ClCompile Include="libGLESv2.cpp" />
|
Nicolas Capens | 574409c | 2015-02-11 15:29:25 -0500 | [diff] [blame] | 365 | <ClCompile Include="libGLESv3.cpp" />
|
John Bauman | 66b8ab2 | 2014-05-06 15:57:45 -0400 | [diff] [blame] | 366 | <ClCompile Include="main.cpp" />
|
| 367 | <ClCompile Include="Program.cpp" />
|
| 368 | <ClCompile Include="Query.cpp" />
|
John Bauman | 66b8ab2 | 2014-05-06 15:57:45 -0400 | [diff] [blame] | 369 | <ClCompile Include="Renderbuffer.cpp" />
|
| 370 | <ClCompile Include="ResourceManager.cpp" />
|
| 371 | <ClCompile Include="Shader.cpp" />
|
| 372 | <ClCompile Include="Texture.cpp" />
|
Alexis Hetu | 2d234af | 2015-04-02 15:31:39 -0400 | [diff] [blame] | 373 | <ClCompile Include="TransformFeedback.cpp" />
|
John Bauman | 66b8ab2 | 2014-05-06 15:57:45 -0400 | [diff] [blame] | 374 | <ClCompile Include="utilities.cpp" />
|
Alexis Hetu | e501b8b | 2015-04-28 10:06:13 -0400 | [diff] [blame] | 375 | <ClCompile Include="VertexArray.cpp" />
|
John Bauman | 66b8ab2 | 2014-05-06 15:57:45 -0400 | [diff] [blame] | 376 | <ClCompile Include="VertexDataManager.cpp" />
|
| 377 | </ItemGroup>
|
| 378 | <ItemGroup>
|
| 379 | <ClInclude Include="..\common\debug.h" />
|
Nicolas Capens | deda34b | 2015-04-28 15:21:53 -0700 | [diff] [blame] | 380 | <ClInclude Include="..\common\Image.hpp" />
|
Nicolas Capens | 80b4125 | 2015-01-29 15:10:09 -0500 | [diff] [blame] | 381 | <ClInclude Include="..\common\NameSpace.hpp" />
|
Nicolas Capens | fa0cc04 | 2014-12-10 10:17:07 -0500 | [diff] [blame] | 382 | <ClInclude Include="..\common\Object.hpp" />
|
Nicolas Capens | 31c07a3 | 2017-06-13 23:44:13 -0400 | [diff] [blame] | 383 | <ClInclude Include="..\common\Surface.hpp" />
|
John Bauman | 66b8ab2 | 2014-05-06 15:57:45 -0400 | [diff] [blame] | 384 | <ClInclude Include="..\include\GLES2\gl2.h" />
|
| 385 | <ClInclude Include="..\include\GLES2\gl2ext.h" />
|
| 386 | <ClInclude Include="..\include\GLES2\gl2platform.h" />
|
| 387 | <ClInclude Include="Buffer.h" />
|
| 388 | <ClInclude Include="Context.h" />
|
| 389 | <ClInclude Include="Device.hpp" />
|
Nicolas Capens | 805d761 | 2018-08-02 13:56:32 -0400 | [diff] [blame] | 390 | <ClInclude Include="entry_points.h" />
|
John Bauman | 66b8ab2 | 2014-05-06 15:57:45 -0400 | [diff] [blame] | 391 | <ClInclude Include="Fence.h" />
|
| 392 | <ClInclude Include="Framebuffer.h" />
|
John Bauman | 66b8ab2 | 2014-05-06 15:57:45 -0400 | [diff] [blame] | 393 | <ClInclude Include="IndexDataManager.h" />
|
Nicolas Capens | a230805 | 2015-04-15 16:50:21 -0400 | [diff] [blame] | 394 | <ClInclude Include="libGLESv2.hpp" />
|
John Bauman | 66b8ab2 | 2014-05-06 15:57:45 -0400 | [diff] [blame] | 395 | <ClInclude Include="main.h" />
|
| 396 | <ClInclude Include="mathutil.h" />
|
| 397 | <ClInclude Include="Program.h" />
|
| 398 | <ClInclude Include="Query.h" />
|
John Bauman | 66b8ab2 | 2014-05-06 15:57:45 -0400 | [diff] [blame] | 399 | <ClInclude Include="Renderbuffer.h" />
|
| 400 | <ClInclude Include="resource.h" />
|
| 401 | <ClInclude Include="ResourceManager.h" />
|
Alexis Hetu | 2d234af | 2015-04-02 15:31:39 -0400 | [diff] [blame] | 402 | <ClInclude Include="Sampler.h" />
|
John Bauman | 66b8ab2 | 2014-05-06 15:57:45 -0400 | [diff] [blame] | 403 | <ClInclude Include="Shader.h" />
|
| 404 | <ClInclude Include="Texture.h" />
|
Alexis Hetu | 2d234af | 2015-04-02 15:31:39 -0400 | [diff] [blame] | 405 | <ClInclude Include="TransformFeedback.h" />
|
John Bauman | 66b8ab2 | 2014-05-06 15:57:45 -0400 | [diff] [blame] | 406 | <ClInclude Include="utilities.h" />
|
Alexis Hetu | 2d234af | 2015-04-02 15:31:39 -0400 | [diff] [blame] | 407 | <ClInclude Include="VertexArray.h" />
|
John Bauman | 66b8ab2 | 2014-05-06 15:57:45 -0400 | [diff] [blame] | 408 | <ClInclude Include="VertexDataManager.h" />
|
| 409 | </ItemGroup>
|
| 410 | <ItemGroup>
|
| 411 | <None Include="libGLESv2.def" />
|
| 412 | </ItemGroup>
|
| 413 | <ItemGroup>
|
| 414 | <ResourceCompile Include="libGLESv2.rc" />
|
| 415 | </ItemGroup>
|
| 416 | <ItemGroup>
|
| 417 | <ProjectReference Include="..\..\SwiftShader\SwiftShader.vcxproj">
|
| 418 | <Project>{7b02cb19-4cdf-4f79-bc9b-7f3f6164a003}</Project>
|
| 419 | <Private>true</Private>
|
| 420 | <ReferenceOutputAssembly>true</ReferenceOutputAssembly>
|
| 421 | <CopyLocalSatelliteAssemblies>false</CopyLocalSatelliteAssemblies>
|
| 422 | <LinkLibraryDependencies>true</LinkLibraryDependencies>
|
| 423 | <UseLibraryDependencyInputs>true</UseLibraryDependencyInputs>
|
| 424 | </ProjectReference>
|
| 425 | <ProjectReference Include="..\compiler\Compiler.vcxproj">
|
| 426 | <Project>{5b3a6db8-1e7e-40d7-92b9-da8aae619fad}</Project>
|
| 427 | </ProjectReference>
|
| 428 | </ItemGroup>
|
| 429 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
| 430 | <ImportGroup Label="ExtensionTargets">
|
| 431 | </ImportGroup>
|
John Bauman | d4ae863 | 2014-05-06 16:18:33 -0400 | [diff] [blame] | 432 | </Project> |