-
-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathXR_APILAYER_MBUCCHIA_quad_views_foveated.sln
77 lines (77 loc) · 3.94 KB
/
XR_APILAYER_MBUCCHIA_quad_views_foveated.sln
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.7.34031.279
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "openxr-api-layer", "openxr-api-layer\openxr-api-layer.vcxproj", "{93D573D0-634F-4BA0-8FE0-FB63D7D00A05}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Files", "Solution Files", "{A53ED6CB-95D3-4833-8A16-C6A588F16F6E}"
ProjectSection(SolutionItems) = preProject
.clang-format = .clang-format
.gitattributes = .gitattributes
.gitignore = .gitignore
LICENSE = LICENSE
README.md = README.md
version.info = version.info
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Scripts", "Scripts", "{BA775DE9-671E-4E3B-92AC-9828C2AAF490}"
ProjectSection(SolutionItems) = preProject
scripts\Capture-ETL.bat = scripts\Capture-ETL.bat
scripts\Install-Layer.ps1 = scripts\Install-Layer.ps1
scripts\Install-Layer32.ps1 = scripts\Install-Layer32.ps1
scripts\Tracing.wprp = scripts\Tracing.wprp
scripts\Uninstall-Layer.ps1 = scripts\Uninstall-Layer.ps1
scripts\Uninstall-Layer32.ps1 = scripts\Uninstall-Layer32.ps1
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "GitHub", "GitHub", "{AE910B95-8E3F-42D4-B121-8C477A679441}"
ProjectSection(SolutionItems) = preProject
.github\workflows\msbuild.yml = .github\workflows\msbuild.yml
EndProjectSection
EndProject
Project("{54435603-DBB4-11D2-8724-00A0C9A8B90C}") = "installer", "installer\installer.vdproj", "{8CD923BD-6B3B-4409-8290-FDAC00DCB59D}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CustomSetup", "CustomSetup\CustomSetup.csproj", "{B6C07936-A1D2-4A80-B559-B55E3F15CC97}"
ProjectSection(ProjectDependencies) = postProject
{93D573D0-634F-4BA0-8FE0-FB63D7D00A05} = {93D573D0-634F-4BA0-8FE0-FB63D7D00A05}
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Win32 = Debug|Win32
Debug|x64 = Debug|x64
Release|Win32 = Release|Win32
Release|x64 = Release|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{93D573D0-634F-4BA0-8FE0-FB63D7D00A05}.Debug|Win32.ActiveCfg = Debug|Win32
{93D573D0-634F-4BA0-8FE0-FB63D7D00A05}.Debug|Win32.Build.0 = Debug|Win32
{93D573D0-634F-4BA0-8FE0-FB63D7D00A05}.Debug|x64.ActiveCfg = Debug|x64
{93D573D0-634F-4BA0-8FE0-FB63D7D00A05}.Debug|x64.Build.0 = Debug|x64
{93D573D0-634F-4BA0-8FE0-FB63D7D00A05}.Release|Win32.ActiveCfg = Release|Win32
{93D573D0-634F-4BA0-8FE0-FB63D7D00A05}.Release|Win32.Build.0 = Release|Win32
{93D573D0-634F-4BA0-8FE0-FB63D7D00A05}.Release|x64.ActiveCfg = Release|x64
{93D573D0-634F-4BA0-8FE0-FB63D7D00A05}.Release|x64.Build.0 = Release|x64
{8CD923BD-6B3B-4409-8290-FDAC00DCB59D}.Debug|Win32.ActiveCfg = Debug
{8CD923BD-6B3B-4409-8290-FDAC00DCB59D}.Debug|x64.ActiveCfg = Debug
{8CD923BD-6B3B-4409-8290-FDAC00DCB59D}.Release|Win32.ActiveCfg = Release
{8CD923BD-6B3B-4409-8290-FDAC00DCB59D}.Release|x64.ActiveCfg = Release
{8CD923BD-6B3B-4409-8290-FDAC00DCB59D}.Release|x64.Build.0 = Release
{B6C07936-A1D2-4A80-B559-B55E3F15CC97}.Debug|Win32.ActiveCfg = Debug|Any CPU
{B6C07936-A1D2-4A80-B559-B55E3F15CC97}.Debug|x64.ActiveCfg = Debug|Any CPU
{B6C07936-A1D2-4A80-B559-B55E3F15CC97}.Release|Win32.ActiveCfg = Release|Any CPU
{B6C07936-A1D2-4A80-B559-B55E3F15CC97}.Release|x64.ActiveCfg = Release|Any CPU
{B6C07936-A1D2-4A80-B559-B55E3F15CC97}.Release|x64.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{BA775DE9-671E-4E3B-92AC-9828C2AAF490} = {A53ED6CB-95D3-4833-8A16-C6A588F16F6E}
{AE910B95-8E3F-42D4-B121-8C477A679441} = {A53ED6CB-95D3-4833-8A16-C6A588F16F6E}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {07E77829-9766-4585-AC6C-0A28BA014E77}
EndGlobalSection
EndGlobal