generated from mbucchia/OpenXR-Layer-Template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
XR_APILAYER_NOVENDOR_template.sln
52 lines (52 loc) · 2.36 KB
/
XR_APILAYER_NOVENDOR_template.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.31911.196
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
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Scripts", "Scripts", "{BA775DE9-671E-4E3B-92AC-9828C2AAF490}"
ProjectSection(SolutionItems) = preProject
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
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
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{BA775DE9-671E-4E3B-92AC-9828C2AAF490} = {A53ED6CB-95D3-4833-8A16-C6A588F16F6E}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {07E77829-9766-4585-AC6C-0A28BA014E77}
EndGlobalSection
EndGlobal