Nicolas Capens | 499b440 | 2014-05-08 15:37:17 -0400 | [diff] [blame] | 1 | Microsoft Visual Studio Solution File, Format Version 12.00
|
Nicolas Capens | c43244d | 2020-03-30 13:24:50 -0400 | [diff] [blame] | 2 | # Visual Studio Version 16
|
| 3 | VisualStudioVersion = 16.0.29905.134
|
Nicolas Capens | 6f1f156 | 2014-06-03 00:05:08 -0400 | [diff] [blame] | 4 | MinimumVisualStudioVersion = 10.0.40219.1
|
Alexis Hetu | 98a1666 | 2016-07-11 16:50:32 -0400 | [diff] [blame] | 5 | Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "LLVM", "LLVM", "{B408B98A-E888-4ECF-81E0-7A37A6854B17}"
|
John Bauman | 19bac1e | 2014-05-06 15:23:49 -0400 | [diff] [blame] | 6 | EndProject
|
Nicolas Capens | aaed636 | 2016-05-11 23:23:15 -0400 | [diff] [blame] | 7 | Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "SwiftShader", "src\SwiftShader\SwiftShader.vcxproj", "{7B02CB19-4CDF-4F79-BC9B-7F3F6164A003}"
|
John Bauman | 19bac1e | 2014-05-06 15:23:49 -0400 | [diff] [blame] | 8 | EndProject
|
Nicolas Capens | aaed636 | 2016-05-11 23:23:15 -0400 | [diff] [blame] | 9 | Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Reactor", "src\Reactor\Reactor.vcxproj", "{28FD076D-10B5-4BD8-A4CF-F44C7002A803}"
|
John Bauman | 19bac1e | 2014-05-06 15:23:49 -0400 | [diff] [blame] | 10 | EndProject
|
Nicolas Capens | aaed636 | 2016-05-11 23:23:15 -0400 | [diff] [blame] | 11 | Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "D3D9", "src\D3D9\D3D9.vcxproj", "{F18D5ABF-CA3A-4B74-BDB2-4A1957C86F18}"
|
Nicolas Capens | 2876e09 | 2015-07-17 11:09:00 -0400 | [diff] [blame] | 12 | EndProject
|
Nicolas Capens | 17b29fd | 2016-09-15 09:32:16 -0400 | [diff] [blame] | 13 | Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "D3D8", "src\D3D8\D3D8.vcxproj", "{F18D5ABF-CA3A-4B74-BDB2-4A1956C86F18}"
|
| 14 | EndProject
|
Nicolas Capens | 598f8d8 | 2016-09-26 15:09:10 -0400 | [diff] [blame] | 15 | Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Subzero", "src\Reactor\Subzero.vcxproj", "{0EB31AEC-B020-46AB-BA05-730F6D01C29B}"
|
| 16 | EndProject
|
Nicolas Capens | 2a29271 | 2016-10-12 13:17:24 -0400 | [diff] [blame] | 17 | Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "SubzeroLLVMDependencies", "src\Reactor\SubzeroLLVMDependencies.vcxproj", "{E3BBD7DA-45C1-43EF-9C87-3F411031BDE4}"
|
| 18 | EndProject
|
Nicolas Capens | 27e2873 | 2019-07-29 17:18:38 -0400 | [diff] [blame] | 19 | Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "llvm", "build\Visual Studio 15 2017 Win64\llvm.vcxproj", "{481093B5-4EF0-391E-82FF-BB73CFCD3D51}"
|
Nicolas Capens | a69ca60 | 2019-02-04 16:23:25 -0500 | [diff] [blame] | 20 | EndProject
|
John Bauman | 19bac1e | 2014-05-06 15:23:49 -0400 | [diff] [blame] | 21 | Global
|
| 22 | GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
John Bauman | 19bac1e | 2014-05-06 15:23:49 -0400 | [diff] [blame] | 23 | Debug|x64 = Debug|x64
|
Nicolas Capens | cd3e11d | 2019-03-08 17:45:37 -0500 | [diff] [blame] | 24 | Debug|x86 = Debug|x86
|
John Bauman | 19bac1e | 2014-05-06 15:23:49 -0400 | [diff] [blame] | 25 | Profile|x64 = Profile|x64
|
Nicolas Capens | cd3e11d | 2019-03-08 17:45:37 -0500 | [diff] [blame] | 26 | Profile|x86 = Profile|x86
|
John Bauman | 19bac1e | 2014-05-06 15:23:49 -0400 | [diff] [blame] | 27 | Release|x64 = Release|x64
|
Nicolas Capens | cd3e11d | 2019-03-08 17:45:37 -0500 | [diff] [blame] | 28 | Release|x86 = Release|x86
|
John Bauman | 19bac1e | 2014-05-06 15:23:49 -0400 | [diff] [blame] | 29 | EndGlobalSection
|
| 30 | GlobalSection(ProjectConfigurationPlatforms) = postSolution
|
Nicolas Capens | f6ad4ef | 2014-11-11 10:14:22 -0500 | [diff] [blame] | 31 | {7B02CB19-4CDF-4F79-BC9B-7F3F6164A003}.Debug|x64.ActiveCfg = Debug|x64
|
| 32 | {7B02CB19-4CDF-4F79-BC9B-7F3F6164A003}.Debug|x64.Build.0 = Debug|x64
|
Nicolas Capens | cd3e11d | 2019-03-08 17:45:37 -0500 | [diff] [blame] | 33 | {7B02CB19-4CDF-4F79-BC9B-7F3F6164A003}.Debug|x86.ActiveCfg = Debug|Win32
|
| 34 | {7B02CB19-4CDF-4F79-BC9B-7F3F6164A003}.Debug|x86.Build.0 = Debug|Win32
|
John Bauman | 19bac1e | 2014-05-06 15:23:49 -0400 | [diff] [blame] | 35 | {7B02CB19-4CDF-4F79-BC9B-7F3F6164A003}.Profile|x64.ActiveCfg = Profile|x64
|
| 36 | {7B02CB19-4CDF-4F79-BC9B-7F3F6164A003}.Profile|x64.Build.0 = Profile|x64
|
Nicolas Capens | cd3e11d | 2019-03-08 17:45:37 -0500 | [diff] [blame] | 37 | {7B02CB19-4CDF-4F79-BC9B-7F3F6164A003}.Profile|x86.ActiveCfg = Profile|Win32
|
| 38 | {7B02CB19-4CDF-4F79-BC9B-7F3F6164A003}.Profile|x86.Build.0 = Profile|Win32
|
John Bauman | 19bac1e | 2014-05-06 15:23:49 -0400 | [diff] [blame] | 39 | {7B02CB19-4CDF-4F79-BC9B-7F3F6164A003}.Release|x64.ActiveCfg = Release|x64
|
| 40 | {7B02CB19-4CDF-4F79-BC9B-7F3F6164A003}.Release|x64.Build.0 = Release|x64
|
Nicolas Capens | cd3e11d | 2019-03-08 17:45:37 -0500 | [diff] [blame] | 41 | {7B02CB19-4CDF-4F79-BC9B-7F3F6164A003}.Release|x86.ActiveCfg = Release|Win32
|
| 42 | {7B02CB19-4CDF-4F79-BC9B-7F3F6164A003}.Release|x86.Build.0 = Release|Win32
|
Nicolas Capens | f6ad4ef | 2014-11-11 10:14:22 -0500 | [diff] [blame] | 43 | {28FD076D-10B5-4BD8-A4CF-F44C7002A803}.Debug|x64.ActiveCfg = Debug|x64
|
| 44 | {28FD076D-10B5-4BD8-A4CF-F44C7002A803}.Debug|x64.Build.0 = Debug|x64
|
Nicolas Capens | cd3e11d | 2019-03-08 17:45:37 -0500 | [diff] [blame] | 45 | {28FD076D-10B5-4BD8-A4CF-F44C7002A803}.Debug|x86.ActiveCfg = Debug|Win32
|
| 46 | {28FD076D-10B5-4BD8-A4CF-F44C7002A803}.Debug|x86.Build.0 = Debug|Win32
|
John Bauman | 19bac1e | 2014-05-06 15:23:49 -0400 | [diff] [blame] | 47 | {28FD076D-10B5-4BD8-A4CF-F44C7002A803}.Profile|x64.ActiveCfg = Profile|x64
|
| 48 | {28FD076D-10B5-4BD8-A4CF-F44C7002A803}.Profile|x64.Build.0 = Profile|x64
|
Nicolas Capens | cd3e11d | 2019-03-08 17:45:37 -0500 | [diff] [blame] | 49 | {28FD076D-10B5-4BD8-A4CF-F44C7002A803}.Profile|x86.ActiveCfg = Profile|Win32
|
| 50 | {28FD076D-10B5-4BD8-A4CF-F44C7002A803}.Profile|x86.Build.0 = Profile|Win32
|
John Bauman | 19bac1e | 2014-05-06 15:23:49 -0400 | [diff] [blame] | 51 | {28FD076D-10B5-4BD8-A4CF-F44C7002A803}.Release|x64.ActiveCfg = Release|x64
|
| 52 | {28FD076D-10B5-4BD8-A4CF-F44C7002A803}.Release|x64.Build.0 = Release|x64
|
Nicolas Capens | cd3e11d | 2019-03-08 17:45:37 -0500 | [diff] [blame] | 53 | {28FD076D-10B5-4BD8-A4CF-F44C7002A803}.Release|x86.ActiveCfg = Release|Win32
|
| 54 | {28FD076D-10B5-4BD8-A4CF-F44C7002A803}.Release|x86.Build.0 = Release|Win32
|
Nicolas Capens | 2876e09 | 2015-07-17 11:09:00 -0400 | [diff] [blame] | 55 | {F18D5ABF-CA3A-4B74-BDB2-4A1957C86F18}.Debug|x64.ActiveCfg = Debug|x64
|
| 56 | {F18D5ABF-CA3A-4B74-BDB2-4A1957C86F18}.Debug|x64.Build.0 = Debug|x64
|
Nicolas Capens | cd3e11d | 2019-03-08 17:45:37 -0500 | [diff] [blame] | 57 | {F18D5ABF-CA3A-4B74-BDB2-4A1957C86F18}.Debug|x86.ActiveCfg = Debug|Win32
|
| 58 | {F18D5ABF-CA3A-4B74-BDB2-4A1957C86F18}.Debug|x86.Build.0 = Debug|Win32
|
Nicolas Capens | 2876e09 | 2015-07-17 11:09:00 -0400 | [diff] [blame] | 59 | {F18D5ABF-CA3A-4B74-BDB2-4A1957C86F18}.Profile|x64.ActiveCfg = Profile|x64
|
| 60 | {F18D5ABF-CA3A-4B74-BDB2-4A1957C86F18}.Profile|x64.Build.0 = Profile|x64
|
Nicolas Capens | cd3e11d | 2019-03-08 17:45:37 -0500 | [diff] [blame] | 61 | {F18D5ABF-CA3A-4B74-BDB2-4A1957C86F18}.Profile|x86.ActiveCfg = Profile|Win32
|
| 62 | {F18D5ABF-CA3A-4B74-BDB2-4A1957C86F18}.Profile|x86.Build.0 = Profile|Win32
|
Nicolas Capens | 2876e09 | 2015-07-17 11:09:00 -0400 | [diff] [blame] | 63 | {F18D5ABF-CA3A-4B74-BDB2-4A1957C86F18}.Release|x64.ActiveCfg = Release|x64
|
| 64 | {F18D5ABF-CA3A-4B74-BDB2-4A1957C86F18}.Release|x64.Build.0 = Release|x64
|
Nicolas Capens | cd3e11d | 2019-03-08 17:45:37 -0500 | [diff] [blame] | 65 | {F18D5ABF-CA3A-4B74-BDB2-4A1957C86F18}.Release|x86.ActiveCfg = Release|Win32
|
| 66 | {F18D5ABF-CA3A-4B74-BDB2-4A1957C86F18}.Release|x86.Build.0 = Release|Win32
|
Nicolas Capens | 17b29fd | 2016-09-15 09:32:16 -0400 | [diff] [blame] | 67 | {F18D5ABF-CA3A-4B74-BDB2-4A1956C86F18}.Debug|x64.ActiveCfg = Debug|Win32
|
Nicolas Capens | cd3e11d | 2019-03-08 17:45:37 -0500 | [diff] [blame] | 68 | {F18D5ABF-CA3A-4B74-BDB2-4A1956C86F18}.Debug|x86.ActiveCfg = Debug|Win32
|
| 69 | {F18D5ABF-CA3A-4B74-BDB2-4A1956C86F18}.Debug|x86.Build.0 = Debug|Win32
|
Nicolas Capens | 17b29fd | 2016-09-15 09:32:16 -0400 | [diff] [blame] | 70 | {F18D5ABF-CA3A-4B74-BDB2-4A1956C86F18}.Profile|x64.ActiveCfg = Profile|Win32
|
Nicolas Capens | cd3e11d | 2019-03-08 17:45:37 -0500 | [diff] [blame] | 71 | {F18D5ABF-CA3A-4B74-BDB2-4A1956C86F18}.Profile|x86.ActiveCfg = Profile|Win32
|
| 72 | {F18D5ABF-CA3A-4B74-BDB2-4A1956C86F18}.Profile|x86.Build.0 = Profile|Win32
|
Nicolas Capens | 17b29fd | 2016-09-15 09:32:16 -0400 | [diff] [blame] | 73 | {F18D5ABF-CA3A-4B74-BDB2-4A1956C86F18}.Release|x64.ActiveCfg = Release|Win32
|
Nicolas Capens | cd3e11d | 2019-03-08 17:45:37 -0500 | [diff] [blame] | 74 | {F18D5ABF-CA3A-4B74-BDB2-4A1956C86F18}.Release|x86.ActiveCfg = Release|Win32
|
| 75 | {F18D5ABF-CA3A-4B74-BDB2-4A1956C86F18}.Release|x86.Build.0 = Release|Win32
|
Nicolas Capens | 598f8d8 | 2016-09-26 15:09:10 -0400 | [diff] [blame] | 76 | {0EB31AEC-B020-46AB-BA05-730F6D01C29B}.Debug|x64.ActiveCfg = Debug|x64
|
Nicolas Capens | 2a29271 | 2016-10-12 13:17:24 -0400 | [diff] [blame] | 77 | {0EB31AEC-B020-46AB-BA05-730F6D01C29B}.Debug|x64.Build.0 = Debug|x64
|
Nicolas Capens | cd3e11d | 2019-03-08 17:45:37 -0500 | [diff] [blame] | 78 | {0EB31AEC-B020-46AB-BA05-730F6D01C29B}.Debug|x86.ActiveCfg = Debug|Win32
|
| 79 | {0EB31AEC-B020-46AB-BA05-730F6D01C29B}.Debug|x86.Build.0 = Debug|Win32
|
Nicolas Capens | 598f8d8 | 2016-09-26 15:09:10 -0400 | [diff] [blame] | 80 | {0EB31AEC-B020-46AB-BA05-730F6D01C29B}.Profile|x64.ActiveCfg = Release|x64
|
Nicolas Capens | 2a29271 | 2016-10-12 13:17:24 -0400 | [diff] [blame] | 81 | {0EB31AEC-B020-46AB-BA05-730F6D01C29B}.Profile|x64.Build.0 = Release|x64
|
Nicolas Capens | cd3e11d | 2019-03-08 17:45:37 -0500 | [diff] [blame] | 82 | {0EB31AEC-B020-46AB-BA05-730F6D01C29B}.Profile|x86.ActiveCfg = Release|Win32
|
| 83 | {0EB31AEC-B020-46AB-BA05-730F6D01C29B}.Profile|x86.Build.0 = Release|Win32
|
Nicolas Capens | 598f8d8 | 2016-09-26 15:09:10 -0400 | [diff] [blame] | 84 | {0EB31AEC-B020-46AB-BA05-730F6D01C29B}.Release|x64.ActiveCfg = Release|x64
|
Nicolas Capens | 2a29271 | 2016-10-12 13:17:24 -0400 | [diff] [blame] | 85 | {0EB31AEC-B020-46AB-BA05-730F6D01C29B}.Release|x64.Build.0 = Release|x64
|
Nicolas Capens | cd3e11d | 2019-03-08 17:45:37 -0500 | [diff] [blame] | 86 | {0EB31AEC-B020-46AB-BA05-730F6D01C29B}.Release|x86.ActiveCfg = Release|Win32
|
| 87 | {0EB31AEC-B020-46AB-BA05-730F6D01C29B}.Release|x86.Build.0 = Release|Win32
|
Nicolas Capens | 2a29271 | 2016-10-12 13:17:24 -0400 | [diff] [blame] | 88 | {E3BBD7DA-45C1-43EF-9C87-3F411031BDE4}.Debug|x64.ActiveCfg = Debug|x64
|
| 89 | {E3BBD7DA-45C1-43EF-9C87-3F411031BDE4}.Debug|x64.Build.0 = Debug|x64
|
Nicolas Capens | cd3e11d | 2019-03-08 17:45:37 -0500 | [diff] [blame] | 90 | {E3BBD7DA-45C1-43EF-9C87-3F411031BDE4}.Debug|x86.ActiveCfg = Debug|Win32
|
| 91 | {E3BBD7DA-45C1-43EF-9C87-3F411031BDE4}.Debug|x86.Build.0 = Debug|Win32
|
Nicolas Capens | 2a29271 | 2016-10-12 13:17:24 -0400 | [diff] [blame] | 92 | {E3BBD7DA-45C1-43EF-9C87-3F411031BDE4}.Profile|x64.ActiveCfg = Release|x64
|
| 93 | {E3BBD7DA-45C1-43EF-9C87-3F411031BDE4}.Profile|x64.Build.0 = Release|x64
|
Nicolas Capens | cd3e11d | 2019-03-08 17:45:37 -0500 | [diff] [blame] | 94 | {E3BBD7DA-45C1-43EF-9C87-3F411031BDE4}.Profile|x86.ActiveCfg = Release|Win32
|
| 95 | {E3BBD7DA-45C1-43EF-9C87-3F411031BDE4}.Profile|x86.Build.0 = Release|Win32
|
Nicolas Capens | 2a29271 | 2016-10-12 13:17:24 -0400 | [diff] [blame] | 96 | {E3BBD7DA-45C1-43EF-9C87-3F411031BDE4}.Release|x64.ActiveCfg = Release|x64
|
| 97 | {E3BBD7DA-45C1-43EF-9C87-3F411031BDE4}.Release|x64.Build.0 = Release|x64
|
Nicolas Capens | cd3e11d | 2019-03-08 17:45:37 -0500 | [diff] [blame] | 98 | {E3BBD7DA-45C1-43EF-9C87-3F411031BDE4}.Release|x86.ActiveCfg = Release|Win32
|
| 99 | {E3BBD7DA-45C1-43EF-9C87-3F411031BDE4}.Release|x86.Build.0 = Release|Win32
|
Nicolas Capens | 27e2873 | 2019-07-29 17:18:38 -0400 | [diff] [blame] | 100 | {481093B5-4EF0-391E-82FF-BB73CFCD3D51}.Debug|x64.ActiveCfg = Debug|x64
|
| 101 | {481093B5-4EF0-391E-82FF-BB73CFCD3D51}.Debug|x64.Build.0 = Debug|x64
|
Nicolas Capens | c43244d | 2020-03-30 13:24:50 -0400 | [diff] [blame] | 102 | {481093B5-4EF0-391E-82FF-BB73CFCD3D51}.Debug|x86.ActiveCfg = Debug|Win32
|
| 103 | {481093B5-4EF0-391E-82FF-BB73CFCD3D51}.Debug|x86.Build.0 = Debug|Win32
|
Nicolas Capens | 27e2873 | 2019-07-29 17:18:38 -0400 | [diff] [blame] | 104 | {481093B5-4EF0-391E-82FF-BB73CFCD3D51}.Profile|x64.ActiveCfg = Release|x64
|
| 105 | {481093B5-4EF0-391E-82FF-BB73CFCD3D51}.Profile|x64.Build.0 = Release|x64
|
Nicolas Capens | c43244d | 2020-03-30 13:24:50 -0400 | [diff] [blame] | 106 | {481093B5-4EF0-391E-82FF-BB73CFCD3D51}.Profile|x86.ActiveCfg = Release|Win32
|
| 107 | {481093B5-4EF0-391E-82FF-BB73CFCD3D51}.Profile|x86.Build.0 = Release|Win32
|
Nicolas Capens | 27e2873 | 2019-07-29 17:18:38 -0400 | [diff] [blame] | 108 | {481093B5-4EF0-391E-82FF-BB73CFCD3D51}.Release|x64.ActiveCfg = Release|x64
|
| 109 | {481093B5-4EF0-391E-82FF-BB73CFCD3D51}.Release|x64.Build.0 = Release|x64
|
Nicolas Capens | c43244d | 2020-03-30 13:24:50 -0400 | [diff] [blame] | 110 | {481093B5-4EF0-391E-82FF-BB73CFCD3D51}.Release|x86.ActiveCfg = Release|Win32
|
| 111 | {481093B5-4EF0-391E-82FF-BB73CFCD3D51}.Release|x86.Build.0 = Release|Win32
|
John Bauman | 19bac1e | 2014-05-06 15:23:49 -0400 | [diff] [blame] | 112 | EndGlobalSection
|
| 113 | GlobalSection(SolutionProperties) = preSolution
|
| 114 | HideSolutionNode = FALSE
|
| 115 | EndGlobalSection
|
| 116 | GlobalSection(NestedProjects) = preSolution
|
Nicolas Capens | 27e2873 | 2019-07-29 17:18:38 -0400 | [diff] [blame] | 117 | {481093B5-4EF0-391E-82FF-BB73CFCD3D51} = {B408B98A-E888-4ECF-81E0-7A37A6854B17}
|
John Bauman | 19bac1e | 2014-05-06 15:23:49 -0400 | [diff] [blame] | 118 | EndGlobalSection
|
Nicolas Capens | 8c59ccd | 2017-10-04 13:39:16 -0400 | [diff] [blame] | 119 | GlobalSection(ExtensibilityGlobals) = postSolution
|
| 120 | SolutionGuid = {4DF423D2-8425-48A7-9CEC-835C4C3CA957}
|
| 121 | EndGlobalSection
|
John Bauman | 19bac1e | 2014-05-06 15:23:49 -0400 | [diff] [blame] | 122 | EndGlobal
|