-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathGoogleVR.sln
More file actions
40 lines (40 loc) · 1.91 KB
/
Copy pathGoogleVR.sln
File metadata and controls
40 lines (40 loc) · 1.91 KB
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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.28711.60
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Sdk.Base", "Sdk.Base\Sdk.Base.csproj", "{D29C89D6-48D8-4686-90A5-6B68CC636461}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Sdk.Audio", "Sdk.Audio\Sdk.Audio.csproj", "{D498E87D-CD1B-4668-9DD6-CF15D5897464}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "SolutionItems", "SolutionItems", "{B43F6237-A5F9-48AD-8EB5-6B9224A32F99}"
ProjectSection(SolutionItems) = preProject
build.cake = build.cake
Directory.build.props = Directory.build.props
Directory.build.targets = Directory.build.targets
global.json = global.json
readme.txt = readme.txt
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{D29C89D6-48D8-4686-90A5-6B68CC636461}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D29C89D6-48D8-4686-90A5-6B68CC636461}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D29C89D6-48D8-4686-90A5-6B68CC636461}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D29C89D6-48D8-4686-90A5-6B68CC636461}.Release|Any CPU.Build.0 = Release|Any CPU
{D498E87D-CD1B-4668-9DD6-CF15D5897464}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D498E87D-CD1B-4668-9DD6-CF15D5897464}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D498E87D-CD1B-4668-9DD6-CF15D5897464}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D498E87D-CD1B-4668-9DD6-CF15D5897464}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {ED924272-2378-4C6D-905F-964F3DD6CBF6}
EndGlobalSection
EndGlobal