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="Release|Win32"> 9 <Configuration>Release</Configuration> 10 <Platform>Win32</Platform> 11 </ProjectConfiguration> 12 </ItemGroup> 13 <PropertyGroup Label="Globals"> 14 <ProjectGuid>{D048EF6F-5312-AF41-8D8A-DB22CD8634E6}</ProjectGuid> 15 <Keyword>Win32Proj</Keyword> 16 <RootNamespace>All</RootNamespace> 17 </PropertyGroup> 18 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props"/> 19 <PropertyGroup Label="Configuration"> 20 <CharacterSet>MultiByte</CharacterSet> 21 <ConfigurationType>Utility</ConfigurationType> 22 </PropertyGroup> 23 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props"/> 24 <ImportGroup Label="ExtensionSettings"/> 25 <ImportGroup Label="PropertySheets"> 26 <Import Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props"/> 27 </ImportGroup> 28 <PropertyGroup Label="UserMacros"/> 29 <PropertyGroup> 30 <ExecutablePath>$(ExecutablePath);$(MSBuildProjectDirectory)\..\..\third_party\cygwin\bin\;$(MSBuildProjectDirectory)\..\..\third_party\python_26\</ExecutablePath> 31 <OutDir>$(SolutionDir)$(Configuration)_$(Platform)\</OutDir> 32 <IntDir>$(OutDir)obj\$(ProjectName)\</IntDir> 33 <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</LinkIncremental> 34 <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</LinkIncremental> 35 <TargetName>$(ProjectName)</TargetName> 36 </PropertyGroup> 37 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> 38 <ClCompile> 39 <AdditionalIncludeDirectories>$(OutDir)obj\global_intermediate\angle;..\..\include;..\..\samples\angle\sample_util;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> 40 <AdditionalOptions>/MP %(AdditionalOptions)</AdditionalOptions> 41 <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks> 42 <BufferSecurityCheck>true</BufferSecurityCheck> 43 <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> 44 <DisableSpecificWarnings>4201;%(DisableSpecificWarnings)</DisableSpecificWarnings> 45 <FunctionLevelLinking>true</FunctionLevelLinking> 46 <MinimalRebuild>false</MinimalRebuild> 47 <Optimization>Disabled</Optimization> 48 <PreprocessorDefinitions>ANGLE_TRANSLATOR_STATIC;%(PreprocessorDefinitions)</PreprocessorDefinitions> 49 <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> 50 <RuntimeTypeInfo>true</RuntimeTypeInfo> 51 <TreatWarningAsError>true</TreatWarningAsError> 52 <WarningLevel>Level4</WarningLevel> 53 </ClCompile> 54 <Lib> 55 <AdditionalLibraryDirectories>C:/Program Files (x86)/Windows Kits/8.0/Lib/win8/um/x86;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> 56 </Lib> 57 <Link> 58 <AdditionalDependencies></AdditionalDependencies> 59 <AdditionalLibraryDirectories>C:/Program Files (x86)/Windows Kits/8.0/Lib/win8/um/x86;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> 60 <FixedBaseAddress>false</FixedBaseAddress> 61 <GenerateDebugInformation>true</GenerateDebugInformation> 62 <ImportLibrary>$(OutDir)lib\$(TargetName).lib</ImportLibrary> 63 <MapFileName>$(OutDir)$(TargetName).map</MapFileName> 64 <SubSystem>Console</SubSystem> 65 <TargetMachine>MachineX86</TargetMachine> 66 </Link> 67 <ResourceCompile> 68 <AdditionalIncludeDirectories>$(OutDir)obj\global_intermediate\angle;..\..\include;..\..\samples\angle\sample_util;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> 69 <Culture>0x0409</Culture> 70 <PreprocessorDefinitions>ANGLE_TRANSLATOR_STATIC;%(PreprocessorDefinitions);%(PreprocessorDefinitions)</PreprocessorDefinitions> 71 </ResourceCompile> 72 </ItemDefinitionGroup> 73 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> 74 <ClCompile> 75 <AdditionalIncludeDirectories>$(OutDir)obj\global_intermediate\angle;..\..\include;..\..\samples\angle\sample_util;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> 76 <AdditionalOptions>/MP %(AdditionalOptions)</AdditionalOptions> 77 <BufferSecurityCheck>true</BufferSecurityCheck> 78 <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> 79 <DisableSpecificWarnings>4201;%(DisableSpecificWarnings)</DisableSpecificWarnings> 80 <FunctionLevelLinking>true</FunctionLevelLinking> 81 <MinimalRebuild>false</MinimalRebuild> 82 <Optimization>MaxSpeed</Optimization> 83 <PreprocessorDefinitions>ANGLE_TRANSLATOR_STATIC;%(PreprocessorDefinitions)</PreprocessorDefinitions> 84 <RuntimeLibrary>MultiThreaded</RuntimeLibrary> 85 <RuntimeTypeInfo>true</RuntimeTypeInfo> 86 <TreatWarningAsError>true</TreatWarningAsError> 87 <WarningLevel>Level4</WarningLevel> 88 </ClCompile> 89 <Lib> 90 <AdditionalLibraryDirectories>C:/Program Files (x86)/Windows Kits/8.0/Lib/win8/um/x86;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> 91 </Lib> 92 <Link> 93 <AdditionalDependencies></AdditionalDependencies> 94 <AdditionalLibraryDirectories>C:/Program Files (x86)/Windows Kits/8.0/Lib/win8/um/x86;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> 95 <FixedBaseAddress>false</FixedBaseAddress> 96 <GenerateDebugInformation>false</GenerateDebugInformation> 97 <ImportLibrary>$(OutDir)lib\$(TargetName).lib</ImportLibrary> 98 <MapFileName>$(OutDir)$(TargetName).map</MapFileName> 99 <SubSystem>Console</SubSystem> 100 <TargetMachine>MachineX86</TargetMachine> 101 </Link> 102 <ResourceCompile> 103 <AdditionalIncludeDirectories>$(OutDir)obj\global_intermediate\angle;..\..\include;..\..\samples\angle\sample_util;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> 104 <Culture>0x0409</Culture> 105 <PreprocessorDefinitions>ANGLE_TRANSLATOR_STATIC;%(PreprocessorDefinitions);%(PreprocessorDefinitions)</PreprocessorDefinitions> 106 </ResourceCompile> 107 </ItemDefinitionGroup> 108 <ItemGroup> 109 <None Include="..\..\build\all.gyp"/> 110 </ItemGroup> 111 <ItemGroup> 112 <ProjectReference Include="..\src\copy_scripts.vcxproj"> 113 <Project>{63FB0B97-D1D9-5158-8E85-7F5B1E403817}</Project> 114 <ReferenceOutputAssembly>false</ReferenceOutputAssembly> 115 </ProjectReference> 116 <ProjectReference Include="..\src\preprocessor.vcxproj"> 117 <Project>{C7BAF548-697D-2DCB-9DF3-9D1506A7B444}</Project> 118 <ReferenceOutputAssembly>false</ReferenceOutputAssembly> 119 </ProjectReference> 120 <ProjectReference Include="..\src\translator_lib.vcxproj"> 121 <Project>{276D20F5-2943-414C-0FF6-21F4723A5CF6}</Project> 122 <ReferenceOutputAssembly>false</ReferenceOutputAssembly> 123 </ProjectReference> 124 <ProjectReference Include="..\src\translator.vcxproj"> 125 <Project>{C15697F6-5057-016E-BD29-422971875679}</Project> 126 <ReferenceOutputAssembly>false</ReferenceOutputAssembly> 127 </ProjectReference> 128 <ProjectReference Include="..\src\translator_static.vcxproj"> 129 <Project>{19386E01-D811-FA3B-9F1E-122BB0C0E9F5}</Project> 130 <ReferenceOutputAssembly>false</ReferenceOutputAssembly> 131 </ProjectReference> 132 <ProjectReference Include="..\src\commit_id.vcxproj"> 133 <Project>{3B7F5656-177F-52EE-26B3-D6A75368D0A9}</Project> 134 <ReferenceOutputAssembly>false</ReferenceOutputAssembly> 135 </ProjectReference> 136 <ProjectReference Include="..\src\copy_compiler_dll.vcxproj"> 137 <Project>{22DC02D5-1598-943C-13E1-82185B469F81}</Project> 138 <ReferenceOutputAssembly>false</ReferenceOutputAssembly> 139 </ProjectReference> 140 <ProjectReference Include="..\src\libGLESv2.vcxproj"> 141 <Project>{7FBD6F69-B9A4-69F1-A12B-8DACB3F8CD81}</Project> 142 <ReferenceOutputAssembly>false</ReferenceOutputAssembly> 143 </ProjectReference> 144 <ProjectReference Include="..\src\libEGL.vcxproj"> 145 <Project>{FBAEE4F6-562A-588F-01F9-72DCABB3B061}</Project> 146 <ReferenceOutputAssembly>false</ReferenceOutputAssembly> 147 </ProjectReference> 148 <ProjectReference Include="..\samples\essl_to_glsl.vcxproj"> 149 <Project>{293E74D1-544C-D368-02A0-52F61A4D0679}</Project> 150 <ReferenceOutputAssembly>false</ReferenceOutputAssembly> 151 </ProjectReference> 152 <ProjectReference Include="..\samples\essl_to_hlsl.vcxproj"> 153 <Project>{B4D06330-EED1-6F99-BCA4-2F913908C38A}</Project> 154 <ReferenceOutputAssembly>false</ReferenceOutputAssembly> 155 </ProjectReference> 156 <ProjectReference Include="..\samples\dds_to_header.vcxproj"> 157 <Project>{6BC75FF2-C11A-C393-F9BB-BF29FF29D736}</Project> 158 <ReferenceOutputAssembly>false</ReferenceOutputAssembly> 159 </ProjectReference> 160 <ProjectReference Include="..\samples\sample_util.vcxproj"> 161 <Project>{297C46B0-9263-A9EA-82B1-EA221E7D7C7F}</Project> 162 <ReferenceOutputAssembly>false</ReferenceOutputAssembly> 163 </ProjectReference> 164 <ProjectReference Include="..\samples\hello_triangle.vcxproj"> 165 <Project>{3F4D97A9-0809-E0E4-5A3F-B6ACB6EABB46}</Project> 166 <ReferenceOutputAssembly>false</ReferenceOutputAssembly> 167 </ProjectReference> 168 <ProjectReference Include="..\samples\mip_map_2d.vcxproj"> 169 <Project>{A6E86EB3-561F-9FAB-670F-EF23556344BE}</Project> 170 <ReferenceOutputAssembly>false</ReferenceOutputAssembly> 171 </ProjectReference> 172 <ProjectReference Include="..\samples\multi_texture.vcxproj"> 173 <Project>{37E1BB43-65DC-A25A-042E-30B88E6C75A2}</Project> 174 <ReferenceOutputAssembly>false</ReferenceOutputAssembly> 175 </ProjectReference> 176 <ProjectReference Include="..\samples\particle_system.vcxproj"> 177 <Project>{8C20B90A-FBCB-B63F-435A-3299A1C38B2C}</Project> 178 <ReferenceOutputAssembly>false</ReferenceOutputAssembly> 179 </ProjectReference> 180 <ProjectReference Include="..\samples\simple_instancing.vcxproj"> 181 <Project>{130A534E-6BA3-DB9C-B0D2-5ACE5CCB2632}</Project> 182 <ReferenceOutputAssembly>false</ReferenceOutputAssembly> 183 </ProjectReference> 184 <ProjectReference Include="..\samples\multiple_draw_buffers.vcxproj"> 185 <Project>{58BE89D7-25D5-CC84-EDBF-412C12C59709}</Project> 186 <ReferenceOutputAssembly>false</ReferenceOutputAssembly> 187 </ProjectReference> 188 <ProjectReference Include="..\samples\simple_texture_2d.vcxproj"> 189 <Project>{0BD6333E-E82C-7665-C386-CDA40096413D}</Project> 190 <ReferenceOutputAssembly>false</ReferenceOutputAssembly> 191 </ProjectReference> 192 <ProjectReference Include="..\samples\simple_texture_cubemap.vcxproj"> 193 <Project>{93B7F18A-947E-69A1-9CD8-D1E5144E792A}</Project> 194 <ReferenceOutputAssembly>false</ReferenceOutputAssembly> 195 </ProjectReference> 196 <ProjectReference Include="..\samples\simple_vertex_shader.vcxproj"> 197 <Project>{459E5678-892C-4EF9-6ED8-0D9E5272B4FF}</Project> 198 <ReferenceOutputAssembly>false</ReferenceOutputAssembly> 199 </ProjectReference> 200 <ProjectReference Include="..\samples\stencil_operations.vcxproj"> 201 <Project>{92582B26-5131-8C32-39D9-5768C7FA12B4}</Project> 202 <ReferenceOutputAssembly>false</ReferenceOutputAssembly> 203 </ProjectReference> 204 <ProjectReference Include="..\samples\texture_wrap.vcxproj"> 205 <Project>{46160987-0221-9E14-3B88-80F9FCFCFFBF}</Project> 206 <ReferenceOutputAssembly>false</ReferenceOutputAssembly> 207 </ProjectReference> 208 <ProjectReference Include="..\samples\post_sub_buffer.vcxproj"> 209 <Project>{CBE3D362-43EA-60FC-D5AC-490039CA449A}</Project> 210 <ReferenceOutputAssembly>false</ReferenceOutputAssembly> 211 </ProjectReference> 212 </ItemGroup> 213 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets"/> 214 <ImportGroup Label="ExtensionTargets"/> 215 </Project> 216