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="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>{D048EF6F-5312-AF41-8D8A-DB22CD8634E6}</ProjectGuid> 23 <Keyword>Win32Proj</Keyword> 24 <RootNamespace>All</RootNamespace> 25 </PropertyGroup> 26 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props"/> 27 <PropertyGroup Label="Configuration"> 28 <CharacterSet>MultiByte</CharacterSet> 29 <ConfigurationType>Utility</ConfigurationType> 30 </PropertyGroup> 31 <PropertyGroup Label="Locals"> 32 <PlatformToolset>v120</PlatformToolset> 33 </PropertyGroup> 34 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props"/> 35 <ImportGroup Label="ExtensionSettings"/> 36 <ImportGroup Label="PropertySheets"> 37 <Import Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props"/> 38 </ImportGroup> 39 <PropertyGroup Label="UserMacros"/> 40 <PropertyGroup> 41 <ExecutablePath>$(ExecutablePath);$(MSBuildProjectDirectory)\..\..\third_party\cygwin\bin\;$(MSBuildProjectDirectory)\..\..\third_party\python_26\</ExecutablePath> 42 <OutDir>$(SolutionDir)$(Configuration)_$(Platform)\</OutDir> 43 <IntDir>$(OutDir)obj\$(ProjectName)\</IntDir> 44 <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</LinkIncremental> 45 <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|x64'">false</LinkIncremental> 46 <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</LinkIncremental> 47 <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</LinkIncremental> 48 <TargetName>$(ProjectName)</TargetName> 49 </PropertyGroup> 50 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> 51 <ClCompile> 52 <AdditionalIncludeDirectories>$(OutDir)obj\global_intermediate\angle;..\..\src;..\..\include;..\..\src\libGLESv2;..\..\samples\angle\sample_util;..\..\util;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> 53 <AdditionalOptions>/MP %(AdditionalOptions)</AdditionalOptions> 54 <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks> 55 <BufferSecurityCheck>true</BufferSecurityCheck> 56 <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> 57 <DisableSpecificWarnings>4201;%(DisableSpecificWarnings)</DisableSpecificWarnings> 58 <ExceptionHandling>false</ExceptionHandling> 59 <FunctionLevelLinking>true</FunctionLevelLinking> 60 <MinimalRebuild>false</MinimalRebuild> 61 <Optimization>Disabled</Optimization> 62 <PreprocessorDefinitions>ANGLE_TRANSLATOR_STATIC;GL_APICALL=;GL_GLEXT_PROTOTYPES=;EGLAPI=;ANGLE_PRELOADED_D3DCOMPILER_MODULE_NAMES={ "d3dcompiler_46.dll", "d3dcompiler_43.dll" };%(PreprocessorDefinitions)</PreprocessorDefinitions> 63 <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> 64 <RuntimeTypeInfo>true</RuntimeTypeInfo> 65 <TreatWarningAsError>true</TreatWarningAsError> 66 <WarningLevel>Level4</WarningLevel> 67 </ClCompile> 68 <Lib> 69 <AdditionalLibraryDirectories>C:/Program Files (x86)/Windows Kits/8.0/Lib/win8/um/x86;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> 70 <TargetMachine>MachineX86</TargetMachine> 71 </Lib> 72 <Link> 73 <AdditionalDependencies></AdditionalDependencies> 74 <AdditionalLibraryDirectories>C:/Program Files (x86)/Windows Kits/8.0/Lib/win8/um/x86;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> 75 <FixedBaseAddress>false</FixedBaseAddress> 76 <GenerateDebugInformation>true</GenerateDebugInformation> 77 <ImportLibrary>$(OutDir)lib\$(TargetName).lib</ImportLibrary> 78 <MapFileName>$(OutDir)$(TargetName).map</MapFileName> 79 <SubSystem>Console</SubSystem> 80 <TargetMachine>MachineX86</TargetMachine> 81 </Link> 82 <ResourceCompile> 83 <AdditionalIncludeDirectories>$(OutDir)obj\global_intermediate\angle;..\..\src;..\..\include;..\..\src\libGLESv2;..\..\samples\angle\sample_util;..\..\util;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> 84 <Culture>0x0409</Culture> 85 <PreprocessorDefinitions>ANGLE_TRANSLATOR_STATIC;GL_APICALL=;GL_GLEXT_PROTOTYPES=;EGLAPI=;ANGLE_PRELOADED_D3DCOMPILER_MODULE_NAMES={ "d3dcompiler_46.dll", "d3dcompiler_43.dll" };%(PreprocessorDefinitions);%(PreprocessorDefinitions)</PreprocessorDefinitions> 86 </ResourceCompile> 87 </ItemDefinitionGroup> 88 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> 89 <ClCompile> 90 <AdditionalIncludeDirectories>$(OutDir)obj\global_intermediate\angle;..\..\src;..\..\include;..\..\src\libGLESv2;..\..\samples\angle\sample_util;..\..\util;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> 91 <AdditionalOptions>/MP %(AdditionalOptions)</AdditionalOptions> 92 <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks> 93 <BufferSecurityCheck>true</BufferSecurityCheck> 94 <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> 95 <DisableSpecificWarnings>4201;%(DisableSpecificWarnings)</DisableSpecificWarnings> 96 <ExceptionHandling>false</ExceptionHandling> 97 <FunctionLevelLinking>true</FunctionLevelLinking> 98 <MinimalRebuild>false</MinimalRebuild> 99 <Optimization>Disabled</Optimization> 100 <PreprocessorDefinitions>ANGLE_TRANSLATOR_STATIC;GL_APICALL=;GL_GLEXT_PROTOTYPES=;EGLAPI=;ANGLE_PRELOADED_D3DCOMPILER_MODULE_NAMES={ "d3dcompiler_46.dll", "d3dcompiler_43.dll" };%(PreprocessorDefinitions)</PreprocessorDefinitions> 101 <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> 102 <RuntimeTypeInfo>true</RuntimeTypeInfo> 103 <TreatWarningAsError>true</TreatWarningAsError> 104 <WarningLevel>Level4</WarningLevel> 105 </ClCompile> 106 <Lib> 107 <AdditionalLibraryDirectories>C:/Program Files (x86)/Windows Kits/8.0/Lib/win8/um/x64;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> 108 </Lib> 109 <Link> 110 <AdditionalDependencies></AdditionalDependencies> 111 <AdditionalLibraryDirectories>C:/Program Files (x86)/Windows Kits/8.0/Lib/win8/um/x64;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> 112 <FixedBaseAddress>false</FixedBaseAddress> 113 <GenerateDebugInformation>true</GenerateDebugInformation> 114 <ImportLibrary>$(OutDir)lib\$(TargetName).lib</ImportLibrary> 115 <MapFileName>$(OutDir)$(TargetName).map</MapFileName> 116 <SubSystem>Console</SubSystem> 117 <TargetMachine>MachineX64</TargetMachine> 118 </Link> 119 <ResourceCompile> 120 <AdditionalIncludeDirectories>$(OutDir)obj\global_intermediate\angle;..\..\src;..\..\include;..\..\src\libGLESv2;..\..\samples\angle\sample_util;..\..\util;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> 121 <Culture>0x0409</Culture> 122 <PreprocessorDefinitions>ANGLE_TRANSLATOR_STATIC;GL_APICALL=;GL_GLEXT_PROTOTYPES=;EGLAPI=;ANGLE_PRELOADED_D3DCOMPILER_MODULE_NAMES={ "d3dcompiler_46.dll", "d3dcompiler_43.dll" };%(PreprocessorDefinitions);%(PreprocessorDefinitions)</PreprocessorDefinitions> 123 </ResourceCompile> 124 </ItemDefinitionGroup> 125 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> 126 <ClCompile> 127 <AdditionalIncludeDirectories>$(OutDir)obj\global_intermediate\angle;..\..\src;..\..\include;..\..\src\libGLESv2;..\..\samples\angle\sample_util;..\..\util;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> 128 <AdditionalOptions>/MP %(AdditionalOptions)</AdditionalOptions> 129 <BufferSecurityCheck>true</BufferSecurityCheck> 130 <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> 131 <DisableSpecificWarnings>4201;%(DisableSpecificWarnings)</DisableSpecificWarnings> 132 <ExceptionHandling>false</ExceptionHandling> 133 <FunctionLevelLinking>true</FunctionLevelLinking> 134 <MinimalRebuild>false</MinimalRebuild> 135 <Optimization>MaxSpeed</Optimization> 136 <PreprocessorDefinitions>ANGLE_TRANSLATOR_STATIC;GL_APICALL=;GL_GLEXT_PROTOTYPES=;EGLAPI=;ANGLE_PRELOADED_D3DCOMPILER_MODULE_NAMES={ "d3dcompiler_46.dll", "d3dcompiler_43.dll" };%(PreprocessorDefinitions)</PreprocessorDefinitions> 137 <RuntimeLibrary>MultiThreaded</RuntimeLibrary> 138 <RuntimeTypeInfo>true</RuntimeTypeInfo> 139 <TreatWarningAsError>true</TreatWarningAsError> 140 <WarningLevel>Level4</WarningLevel> 141 </ClCompile> 142 <Lib> 143 <AdditionalLibraryDirectories>C:/Program Files (x86)/Windows Kits/8.0/Lib/win8/um/x86;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> 144 <TargetMachine>MachineX86</TargetMachine> 145 </Lib> 146 <Link> 147 <AdditionalDependencies></AdditionalDependencies> 148 <AdditionalLibraryDirectories>C:/Program Files (x86)/Windows Kits/8.0/Lib/win8/um/x86;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> 149 <FixedBaseAddress>false</FixedBaseAddress> 150 <GenerateDebugInformation>false</GenerateDebugInformation> 151 <ImportLibrary>$(OutDir)lib\$(TargetName).lib</ImportLibrary> 152 <MapFileName>$(OutDir)$(TargetName).map</MapFileName> 153 <SubSystem>Console</SubSystem> 154 <TargetMachine>MachineX86</TargetMachine> 155 </Link> 156 <ResourceCompile> 157 <AdditionalIncludeDirectories>$(OutDir)obj\global_intermediate\angle;..\..\src;..\..\include;..\..\src\libGLESv2;..\..\samples\angle\sample_util;..\..\util;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> 158 <Culture>0x0409</Culture> 159 <PreprocessorDefinitions>ANGLE_TRANSLATOR_STATIC;GL_APICALL=;GL_GLEXT_PROTOTYPES=;EGLAPI=;ANGLE_PRELOADED_D3DCOMPILER_MODULE_NAMES={ "d3dcompiler_46.dll", "d3dcompiler_43.dll" };%(PreprocessorDefinitions);%(PreprocessorDefinitions)</PreprocessorDefinitions> 160 </ResourceCompile> 161 </ItemDefinitionGroup> 162 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> 163 <ClCompile> 164 <AdditionalIncludeDirectories>$(OutDir)obj\global_intermediate\angle;..\..\src;..\..\include;..\..\src\libGLESv2;..\..\samples\angle\sample_util;..\..\util;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> 165 <AdditionalOptions>/MP %(AdditionalOptions)</AdditionalOptions> 166 <BufferSecurityCheck>true</BufferSecurityCheck> 167 <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> 168 <DisableSpecificWarnings>4201;%(DisableSpecificWarnings)</DisableSpecificWarnings> 169 <ExceptionHandling>false</ExceptionHandling> 170 <FunctionLevelLinking>true</FunctionLevelLinking> 171 <MinimalRebuild>false</MinimalRebuild> 172 <Optimization>MaxSpeed</Optimization> 173 <PreprocessorDefinitions>ANGLE_TRANSLATOR_STATIC;GL_APICALL=;GL_GLEXT_PROTOTYPES=;EGLAPI=;ANGLE_PRELOADED_D3DCOMPILER_MODULE_NAMES={ "d3dcompiler_46.dll", "d3dcompiler_43.dll" };%(PreprocessorDefinitions)</PreprocessorDefinitions> 174 <RuntimeLibrary>MultiThreaded</RuntimeLibrary> 175 <RuntimeTypeInfo>true</RuntimeTypeInfo> 176 <TreatWarningAsError>true</TreatWarningAsError> 177 <WarningLevel>Level4</WarningLevel> 178 </ClCompile> 179 <Lib> 180 <AdditionalLibraryDirectories>C:/Program Files (x86)/Windows Kits/8.0/Lib/win8/um/x64;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> 181 </Lib> 182 <Link> 183 <AdditionalDependencies></AdditionalDependencies> 184 <AdditionalLibraryDirectories>C:/Program Files (x86)/Windows Kits/8.0/Lib/win8/um/x64;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> 185 <FixedBaseAddress>false</FixedBaseAddress> 186 <GenerateDebugInformation>false</GenerateDebugInformation> 187 <ImportLibrary>$(OutDir)lib\$(TargetName).lib</ImportLibrary> 188 <MapFileName>$(OutDir)$(TargetName).map</MapFileName> 189 <SubSystem>Console</SubSystem> 190 <TargetMachine>MachineX64</TargetMachine> 191 </Link> 192 <ResourceCompile> 193 <AdditionalIncludeDirectories>$(OutDir)obj\global_intermediate\angle;..\..\src;..\..\include;..\..\src\libGLESv2;..\..\samples\angle\sample_util;..\..\util;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> 194 <Culture>0x0409</Culture> 195 <PreprocessorDefinitions>ANGLE_TRANSLATOR_STATIC;GL_APICALL=;GL_GLEXT_PROTOTYPES=;EGLAPI=;ANGLE_PRELOADED_D3DCOMPILER_MODULE_NAMES={ "d3dcompiler_46.dll", "d3dcompiler_43.dll" };%(PreprocessorDefinitions);%(PreprocessorDefinitions)</PreprocessorDefinitions> 196 </ResourceCompile> 197 </ItemDefinitionGroup> 198 <ItemGroup> 199 <None Include="..\..\build\all.gyp"/> 200 </ItemGroup> 201 <ItemGroup> 202 <ProjectReference Include="..\src\copy_scripts.vcxproj"> 203 <Project>{63FB0B97-D1D9-5158-8E85-7F5B1E403817}</Project> 204 <ReferenceOutputAssembly>false</ReferenceOutputAssembly> 205 </ProjectReference> 206 <ProjectReference Include="..\src\preprocessor.vcxproj"> 207 <Project>{C7BAF548-697D-2DCB-9DF3-9D1506A7B444}</Project> 208 <ReferenceOutputAssembly>false</ReferenceOutputAssembly> 209 </ProjectReference> 210 <ProjectReference Include="..\src\translator_lib.vcxproj"> 211 <Project>{276D20F5-2943-414C-0FF6-21F4723A5CF6}</Project> 212 <ReferenceOutputAssembly>false</ReferenceOutputAssembly> 213 </ProjectReference> 214 <ProjectReference Include="..\src\translator.vcxproj"> 215 <Project>{C15697F6-5057-016E-BD29-422971875679}</Project> 216 <ReferenceOutputAssembly>false</ReferenceOutputAssembly> 217 </ProjectReference> 218 <ProjectReference Include="..\src\translator_static.vcxproj"> 219 <Project>{19386E01-D811-FA3B-9F1E-122BB0C0E9F5}</Project> 220 <ReferenceOutputAssembly>false</ReferenceOutputAssembly> 221 </ProjectReference> 222 <ProjectReference Include="..\src\commit_id.vcxproj"> 223 <Project>{3B7F5656-177F-52EE-26B3-D6A75368D0A9}</Project> 224 <ReferenceOutputAssembly>false</ReferenceOutputAssembly> 225 </ProjectReference> 226 <ProjectReference Include="..\src\copy_compiler_dll.vcxproj"> 227 <Project>{22DC02D5-1598-943C-13E1-82185B469F81}</Project> 228 <ReferenceOutputAssembly>false</ReferenceOutputAssembly> 229 </ProjectReference> 230 <ProjectReference Include="..\src\libANGLE.vcxproj"> 231 <Project>{CAAA04EE-A56A-43FB-D011-1A56053C070C}</Project> 232 <ReferenceOutputAssembly>false</ReferenceOutputAssembly> 233 </ProjectReference> 234 <ProjectReference Include="..\src\libGLESv2.vcxproj"> 235 <Project>{7FBD6F69-B9A4-69F1-A12B-8DACB3F8CD81}</Project> 236 <ReferenceOutputAssembly>false</ReferenceOutputAssembly> 237 </ProjectReference> 238 <ProjectReference Include="..\src\libGLESv2_static.vcxproj"> 239 <Project>{F8ABD31A-EC2F-A211-D514-076C763B69F9}</Project> 240 <ReferenceOutputAssembly>false</ReferenceOutputAssembly> 241 </ProjectReference> 242 <ProjectReference Include="..\src\libEGL.vcxproj"> 243 <Project>{FBAEE4F6-562A-588F-01F9-72DCABB3B061}</Project> 244 <ReferenceOutputAssembly>false</ReferenceOutputAssembly> 245 </ProjectReference> 246 <ProjectReference Include="..\samples\essl_to_glsl.vcxproj"> 247 <Project>{293E74D1-544C-D368-02A0-52F61A4D0679}</Project> 248 <ReferenceOutputAssembly>false</ReferenceOutputAssembly> 249 </ProjectReference> 250 <ProjectReference Include="..\samples\essl_to_hlsl.vcxproj"> 251 <Project>{B4D06330-EED1-6F99-BCA4-2F913908C38A}</Project> 252 <ReferenceOutputAssembly>false</ReferenceOutputAssembly> 253 </ProjectReference> 254 <ProjectReference Include="..\samples\dds_to_header.vcxproj"> 255 <Project>{6BC75FF2-C11A-C393-F9BB-BF29FF29D736}</Project> 256 <ReferenceOutputAssembly>false</ReferenceOutputAssembly> 257 </ProjectReference> 258 <ProjectReference Include="..\samples\sample_util.vcxproj"> 259 <Project>{297C46B0-9263-A9EA-82B1-EA221E7D7C7F}</Project> 260 <ReferenceOutputAssembly>false</ReferenceOutputAssembly> 261 </ProjectReference> 262 <ProjectReference Include="..\samples\hello_triangle.vcxproj"> 263 <Project>{3F4D97A9-0809-E0E4-5A3F-B6ACB6EABB46}</Project> 264 <ReferenceOutputAssembly>false</ReferenceOutputAssembly> 265 </ProjectReference> 266 <ProjectReference Include="..\samples\mip_map_2d.vcxproj"> 267 <Project>{A6E86EB3-561F-9FAB-670F-EF23556344BE}</Project> 268 <ReferenceOutputAssembly>false</ReferenceOutputAssembly> 269 </ProjectReference> 270 <ProjectReference Include="..\samples\multi_texture.vcxproj"> 271 <Project>{37E1BB43-65DC-A25A-042E-30B88E6C75A2}</Project> 272 <ReferenceOutputAssembly>false</ReferenceOutputAssembly> 273 </ProjectReference> 274 <ProjectReference Include="..\samples\particle_system.vcxproj"> 275 <Project>{8C20B90A-FBCB-B63F-435A-3299A1C38B2C}</Project> 276 <ReferenceOutputAssembly>false</ReferenceOutputAssembly> 277 </ProjectReference> 278 <ProjectReference Include="..\samples\simple_instancing.vcxproj"> 279 <Project>{130A534E-6BA3-DB9C-B0D2-5ACE5CCB2632}</Project> 280 <ReferenceOutputAssembly>false</ReferenceOutputAssembly> 281 </ProjectReference> 282 <ProjectReference Include="..\samples\multiple_draw_buffers.vcxproj"> 283 <Project>{58BE89D7-25D5-CC84-EDBF-412C12C59709}</Project> 284 <ReferenceOutputAssembly>false</ReferenceOutputAssembly> 285 </ProjectReference> 286 <ProjectReference Include="..\samples\simple_texture_2d.vcxproj"> 287 <Project>{0BD6333E-E82C-7665-C386-CDA40096413D}</Project> 288 <ReferenceOutputAssembly>false</ReferenceOutputAssembly> 289 </ProjectReference> 290 <ProjectReference Include="..\samples\simple_texture_cubemap.vcxproj"> 291 <Project>{93B7F18A-947E-69A1-9CD8-D1E5144E792A}</Project> 292 <ReferenceOutputAssembly>false</ReferenceOutputAssembly> 293 </ProjectReference> 294 <ProjectReference Include="..\samples\simple_vertex_shader.vcxproj"> 295 <Project>{459E5678-892C-4EF9-6ED8-0D9E5272B4FF}</Project> 296 <ReferenceOutputAssembly>false</ReferenceOutputAssembly> 297 </ProjectReference> 298 <ProjectReference Include="..\samples\stencil_operations.vcxproj"> 299 <Project>{92582B26-5131-8C32-39D9-5768C7FA12B4}</Project> 300 <ReferenceOutputAssembly>false</ReferenceOutputAssembly> 301 </ProjectReference> 302 <ProjectReference Include="..\samples\texture_wrap.vcxproj"> 303 <Project>{46160987-0221-9E14-3B88-80F9FCFCFFBF}</Project> 304 <ReferenceOutputAssembly>false</ReferenceOutputAssembly> 305 </ProjectReference> 306 <ProjectReference Include="..\samples\post_sub_buffer.vcxproj"> 307 <Project>{CBE3D362-43EA-60FC-D5AC-490039CA449A}</Project> 308 <ReferenceOutputAssembly>false</ReferenceOutputAssembly> 309 </ProjectReference> 310 <ProjectReference Include="..\util\angle_util.vcxproj"> 311 <Project>{E4DD691C-228B-A904-A008-10E26DC0F09E}</Project> 312 <ReferenceOutputAssembly>false</ReferenceOutputAssembly> 313 </ProjectReference> 314 </ItemGroup> 315 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets"/> 316 <ImportGroup Label="ExtensionTargets"/> 317 </Project> 318