1<?xml version="1.0" encoding="utf-8"?> 2<Project DefaultTargets="Build" ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> 3 <PropertyGroup> 4 <PreferredToolArchitecture>x64</PreferredToolArchitecture> 5 </PropertyGroup> 6 <ItemGroup Label="ProjectConfigurations"> 7 <ProjectConfiguration Include="Debug|x64"> 8 <Configuration>Debug</Configuration> 9 <Platform>x64</Platform> 10 </ProjectConfiguration> 11 <ProjectConfiguration Include="Release|x64"> 12 <Configuration>Release</Configuration> 13 <Platform>x64</Platform> 14 </ProjectConfiguration> 15 </ItemGroup> 16 <PropertyGroup Label="Globals"> 17 <ProjectGuid>{3978CAAD-F578-396F-B6DA-02E54873CA6A}</ProjectGuid> 18 <WindowsTargetPlatformVersion>10.0.16299.0</WindowsTargetPlatformVersion> 19 <Keyword>Win32Proj</Keyword> 20 <Platform>x64</Platform> 21 <ProjectName>ALL_BUILD</ProjectName> 22 <VCProjectUpgraderObjectName>NoUpgrade</VCProjectUpgraderObjectName> 23 </PropertyGroup> 24 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> 25 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration"> 26 <ConfigurationType>Utility</ConfigurationType> 27 <CharacterSet>MultiByte</CharacterSet> 28 <PlatformToolset>v141</PlatformToolset> 29 </PropertyGroup> 30 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration"> 31 <ConfigurationType>Utility</ConfigurationType> 32 <CharacterSet>MultiByte</CharacterSet> 33 <PlatformToolset>v141</PlatformToolset> 34 </PropertyGroup> 35 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> 36 <ImportGroup Label="ExtensionSettings"> 37 </ImportGroup> 38 <ImportGroup Label="PropertySheets"> 39 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> 40 </ImportGroup> 41 <PropertyGroup Label="UserMacros" /> 42 <PropertyGroup> 43 <_ProjectFileVersion>10.0.20506.1</_ProjectFileVersion> 44 <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir> 45 <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir> 46 </PropertyGroup> 47 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> 48 <Midl> 49 <AdditionalIncludeDirectories>%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> 50 <OutputDirectory>$(ProjectDir)/$(IntDir)</OutputDirectory> 51 <HeaderFileName>%(Filename).h</HeaderFileName> 52 <TypeLibraryName>%(Filename).tlb</TypeLibraryName> 53 <InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName> 54 <ProxyFileName>%(Filename)_p.c</ProxyFileName> 55 </Midl> 56 </ItemDefinitionGroup> 57 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> 58 <Midl> 59 <AdditionalIncludeDirectories>%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> 60 <OutputDirectory>$(ProjectDir)/$(IntDir)</OutputDirectory> 61 <HeaderFileName>%(Filename).h</HeaderFileName> 62 <TypeLibraryName>%(Filename).tlb</TypeLibraryName> 63 <InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName> 64 <ProxyFileName>%(Filename)_p.c</ProxyFileName> 65 </Midl> 66 </ItemDefinitionGroup> 67 <ItemGroup> 68 </ItemGroup> 69 <ItemGroup> 70 <ProjectReference Include="$(SolutionDir)build\Visual Studio 15 2017 Win64\GLCompiler.vcxproj"> 71 <Project>{047A7872-884C-3C12-80D7-FCFF050028EB}</Project> 72 <Name>GLCompiler</Name> 73 <ReferenceOutputAssembly>false</ReferenceOutputAssembly> 74 <CopyToOutputDirectory>Never</CopyToOutputDirectory> 75 </ProjectReference> 76 <ProjectReference Include="$(SolutionDir)build\Visual Studio 15 2017 Win64\OGLES2HelloAPI.vcxproj"> 77 <Project>{88686241-535B-3351-BCC0-0FD605CADB7B}</Project> 78 <Name>OGLES2HelloAPI</Name> 79 <ReferenceOutputAssembly>false</ReferenceOutputAssembly> 80 <CopyToOutputDirectory>Never</CopyToOutputDirectory> 81 </ProjectReference> 82 <ProjectReference Include="$(SolutionDir)build\Visual Studio 15 2017 Win64\ReactorLLVM.vcxproj"> 83 <Project>{5ECCA9F3-BDF7-3269-9AE0-1EE596E7751A}</Project> 84 <Name>ReactorLLVM</Name> 85 <ReferenceOutputAssembly>false</ReferenceOutputAssembly> 86 <CopyToOutputDirectory>Never</CopyToOutputDirectory> 87 </ProjectReference> 88 <ProjectReference Include="$(SolutionDir)build\Visual Studio 15 2017 Win64\ReactorUnitTests.vcxproj"> 89 <Project>{AF18C8DD-B7B4-3A26-8CB4-AD6D01F259A3}</Project> 90 <Name>ReactorUnitTests</Name> 91 <ReferenceOutputAssembly>false</ReferenceOutputAssembly> 92 <CopyToOutputDirectory>Never</CopyToOutputDirectory> 93 </ProjectReference> 94 <ProjectReference Include="$(SolutionDir)build\Visual Studio 15 2017 Win64\third_party\SPIRV-Tools\source\SPIRV-Tools.vcxproj"> 95 <Project>{3E7F109C-4B35-3E20-A822-17E6AD235062}</Project> 96 <Name>SPIRV-Tools</Name> 97 <ReferenceOutputAssembly>false</ReferenceOutputAssembly> 98 <CopyToOutputDirectory>Never</CopyToOutputDirectory> 99 </ProjectReference> 100 <ProjectReference Include="$(SolutionDir)build\Visual Studio 15 2017 Win64\third_party\SPIRV-Tools\source\link\SPIRV-Tools-link.vcxproj"> 101 <Project>{68834AD5-EAB1-379D-BD2B-1682FC06CAB6}</Project> 102 <Name>SPIRV-Tools-link</Name> 103 <ReferenceOutputAssembly>false</ReferenceOutputAssembly> 104 <CopyToOutputDirectory>Never</CopyToOutputDirectory> 105 </ProjectReference> 106 <ProjectReference Include="$(SolutionDir)build\Visual Studio 15 2017 Win64\third_party\SPIRV-Tools\source\opt\SPIRV-Tools-opt.vcxproj"> 107 <Project>{B0B037D2-2FCD-36F3-B140-FAAEEC271424}</Project> 108 <Name>SPIRV-Tools-opt</Name> 109 <ReferenceOutputAssembly>false</ReferenceOutputAssembly> 110 <CopyToOutputDirectory>Never</CopyToOutputDirectory> 111 </ProjectReference> 112 <ProjectReference Include="$(SolutionDir)build\Visual Studio 15 2017 Win64\third_party\SPIRV-Tools\source\reduce\SPIRV-Tools-reduce.vcxproj"> 113 <Project>{75611AE6-0325-3E59-8273-FF7FB44B94F7}</Project> 114 <Name>SPIRV-Tools-reduce</Name> 115 <ReferenceOutputAssembly>false</ReferenceOutputAssembly> 116 <CopyToOutputDirectory>Never</CopyToOutputDirectory> 117 </ProjectReference> 118 <ProjectReference Include="$(SolutionDir)build\Visual Studio 15 2017 Win64\third_party\SPIRV-Tools\source\SPIRV-Tools-shared.vcxproj"> 119 <Project>{C94EDFAF-90F6-3A9B-848C-E5FCBD1F5C4C}</Project> 120 <Name>SPIRV-Tools-shared</Name> 121 <ReferenceOutputAssembly>false</ReferenceOutputAssembly> 122 <CopyToOutputDirectory>Never</CopyToOutputDirectory> 123 </ProjectReference> 124 <ProjectReference Include="$(SolutionDir)build\Visual Studio 15 2017 Win64\SwiftShader.vcxproj"> 125 <Project>{E0557C2F-3FD0-3856-8D9A-B7B2E2756E9B}</Project> 126 <Name>SwiftShader</Name> 127 <ReferenceOutputAssembly>false</ReferenceOutputAssembly> 128 <CopyToOutputDirectory>Never</CopyToOutputDirectory> 129 </ProjectReference> 130 <ProjectReference Include="$(SolutionDir)build\Visual Studio 15 2017 Win64\libEGL.vcxproj"> 131 <Project>{2E445C8F-6ADD-392A-89F9-6ED9DD702A33}</Project> 132 <Name>libEGL</Name> 133 <ReferenceOutputAssembly>false</ReferenceOutputAssembly> 134 <CopyToOutputDirectory>Never</CopyToOutputDirectory> 135 </ProjectReference> 136 <ProjectReference Include="$(SolutionDir)build\Visual Studio 15 2017 Win64\libGLES_CM.vcxproj"> 137 <Project>{77C807B5-07FE-346C-9ED2-69EB8AFDE11F}</Project> 138 <Name>libGLES_CM</Name> 139 <ReferenceOutputAssembly>false</ReferenceOutputAssembly> 140 <CopyToOutputDirectory>Never</CopyToOutputDirectory> 141 </ProjectReference> 142 <ProjectReference Include="$(SolutionDir)build\Visual Studio 15 2017 Win64\libGLESv2.vcxproj"> 143 <Project>{E830C9A7-C84E-3582-8CF8-260995751A36}</Project> 144 <Name>libGLESv2</Name> 145 <ReferenceOutputAssembly>false</ReferenceOutputAssembly> 146 <CopyToOutputDirectory>Never</CopyToOutputDirectory> 147 </ProjectReference> 148 <ProjectReference Include="$(SolutionDir)build\Visual Studio 15 2017 Win64\libvk_swiftshader.vcxproj"> 149 <Project>{1E30FEC0-63E8-3536-8F87-17632206F9E2}</Project> 150 <Name>libvk_swiftshader</Name> 151 <ReferenceOutputAssembly>false</ReferenceOutputAssembly> 152 <CopyToOutputDirectory>Never</CopyToOutputDirectory> 153 </ProjectReference> 154 <ProjectReference Include="$(SolutionDir)build\Visual Studio 15 2017 Win64\llvm.vcxproj"> 155 <Project>{B44D8E62-2817-31C5-B7BB-FCF653D5AF44}</Project> 156 <Name>llvm</Name> 157 <ReferenceOutputAssembly>false</ReferenceOutputAssembly> 158 <CopyToOutputDirectory>Never</CopyToOutputDirectory> 159 </ProjectReference> 160 <ProjectReference Include="$(SolutionDir)build\Visual Studio 15 2017 Win64\third_party\SPIRV-Tools\spirv-tools-pkg-config.vcxproj"> 161 <Project>{4A218750-64B6-317F-BB39-6343D956CDFE}</Project> 162 <Name>spirv-tools-pkg-config</Name> 163 <ReferenceOutputAssembly>false</ReferenceOutputAssembly> 164 <CopyToOutputDirectory>Never</CopyToOutputDirectory> 165 </ProjectReference> 166 <ProjectReference Include="$(SolutionDir)build\Visual Studio 15 2017 Win64\third_party\SPIRV-Tools\spirv-tools-shared-pkg-config.vcxproj"> 167 <Project>{DC3E944C-5424-3F8B-B027-42D2C8D00D87}</Project> 168 <Name>spirv-tools-shared-pkg-config</Name> 169 <ReferenceOutputAssembly>false</ReferenceOutputAssembly> 170 <CopyToOutputDirectory>Never</CopyToOutputDirectory> 171 </ProjectReference> 172 <ProjectReference Include="$(SolutionDir)build\Visual Studio 15 2017 Win64\unittests.vcxproj"> 173 <Project>{38D16894-006A-34D5-886C-E4C89169E935}</Project> 174 <Name>unittests</Name> 175 <ReferenceOutputAssembly>false</ReferenceOutputAssembly> 176 <CopyToOutputDirectory>Never</CopyToOutputDirectory> 177 </ProjectReference> 178 </ItemGroup> 179 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> 180 <ImportGroup Label="ExtensionTargets"> 181 </ImportGroup> 182</Project>