-
Notifications
You must be signed in to change notification settings - Fork 2
/
XRSample.Pico.sln
33 lines (32 loc) · 1.71 KB
/
XRSample.Pico.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29409.12
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "XRSample.Pico", "XRSample.Pico\XRSample.Pico.csproj", "{73EB9523-F1B3-408B-9B73-B8CA9E74971F}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "XRSample", "XRSample\XRSample.csproj", "{3105F9FF-6D37-45BE-95C0-63EA56EF924A}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{73EB9523-F1B3-408B-9B73-B8CA9E74971F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{73EB9523-F1B3-408B-9B73-B8CA9E74971F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{73EB9523-F1B3-408B-9B73-B8CA9E74971F}.Debug|Any CPU.Deploy.0 = Debug|Any CPU
{73EB9523-F1B3-408B-9B73-B8CA9E74971F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{73EB9523-F1B3-408B-9B73-B8CA9E74971F}.Release|Any CPU.Build.0 = Release|Any CPU
{73EB9523-F1B3-408B-9B73-B8CA9E74971F}.Release|Any CPU.Deploy.0 = Release|Any CPU
{3105F9FF-6D37-45BE-95C0-63EA56EF924A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3105F9FF-6D37-45BE-95C0-63EA56EF924A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3105F9FF-6D37-45BE-95C0-63EA56EF924A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3105F9FF-6D37-45BE-95C0-63EA56EF924A}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {10225C5D-2687-4BC0-8CDD-79298DBC56BB}
EndGlobalSection
EndGlobal