forked from Sergey004/Quest2-VRC
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Quest2-VRC.sln
46 lines (46 loc) · 2.43 KB
/
Quest2-VRC.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.4.33205.214
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Quest2-VRC.Core", "Quest2-VRC\Quest2-VRC.Core.csproj", "{0BFC8128-748B-49AB-A5F6-CE52D656FD1C}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Quest2-VRC.GUI", "Quest2-VRC.GUI\Quest2-VRC.GUI.csproj", "{B8C01B77-7853-408C-8B9E-6740B890571A}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{2A72F8F3-D09C-43AD-BEA2-C54D8B2D06C5}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|x64 = Debug|x64
Release|Any CPU = Release|Any CPU
Release|x64 = Release|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{0BFC8128-748B-49AB-A5F6-CE52D656FD1C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0BFC8128-748B-49AB-A5F6-CE52D656FD1C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0BFC8128-748B-49AB-A5F6-CE52D656FD1C}.Debug|x64.ActiveCfg = Debug|x64
{0BFC8128-748B-49AB-A5F6-CE52D656FD1C}.Debug|x64.Build.0 = Debug|x64
{0BFC8128-748B-49AB-A5F6-CE52D656FD1C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0BFC8128-748B-49AB-A5F6-CE52D656FD1C}.Release|Any CPU.Build.0 = Release|Any CPU
{0BFC8128-748B-49AB-A5F6-CE52D656FD1C}.Release|x64.ActiveCfg = Release|x64
{0BFC8128-748B-49AB-A5F6-CE52D656FD1C}.Release|x64.Build.0 = Release|x64
{B8C01B77-7853-408C-8B9E-6740B890571A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B8C01B77-7853-408C-8B9E-6740B890571A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B8C01B77-7853-408C-8B9E-6740B890571A}.Debug|x64.ActiveCfg = Debug|x64
{B8C01B77-7853-408C-8B9E-6740B890571A}.Debug|x64.Build.0 = Debug|x64
{B8C01B77-7853-408C-8B9E-6740B890571A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B8C01B77-7853-408C-8B9E-6740B890571A}.Release|Any CPU.Build.0 = Release|Any CPU
{B8C01B77-7853-408C-8B9E-6740B890571A}.Release|x64.ActiveCfg = Release|x64
{B8C01B77-7853-408C-8B9E-6740B890571A}.Release|x64.Build.0 = Release|x64
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {78F188A3-3D87-4BB5-93F1-DEE876F3C41C}
EndGlobalSection
EndGlobal