-
Notifications
You must be signed in to change notification settings - Fork 1
/
UA-CloudMetaverse.sln
43 lines (43 loc) · 2.53 KB
/
UA-CloudMetaverse.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BladeMR", "BladeMR.csproj", "{41CCFB8F-B4AE-95A2-9B2A-F4E33EACF5C4}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BladeMR.Tests.PlayMode", "BladeMR.Tests.PlayMode.csproj", "{3BDF4D4B-3B9B-6BC6-0440-3F45D6857D53}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Assembly-CSharp", "Assembly-CSharp.csproj", "{5A5B4FC8-291D-6222-8065-E980634FBEE1}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BladeMR.Editor", "BladeMR.Editor.csproj", "{1A6F6041-0D8C-295F-AF64-735AC10BC260}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{CBC4591C-E21D-4346-BBC0-121ED2251381}"
ProjectSection(SolutionItems) = preProject
README.md = README.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{41CCFB8F-B4AE-95A2-9B2A-F4E33EACF5C4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{41CCFB8F-B4AE-95A2-9B2A-F4E33EACF5C4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{41CCFB8F-B4AE-95A2-9B2A-F4E33EACF5C4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{41CCFB8F-B4AE-95A2-9B2A-F4E33EACF5C4}.Release|Any CPU.Build.0 = Release|Any CPU
{3BDF4D4B-3B9B-6BC6-0440-3F45D6857D53}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3BDF4D4B-3B9B-6BC6-0440-3F45D6857D53}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3BDF4D4B-3B9B-6BC6-0440-3F45D6857D53}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3BDF4D4B-3B9B-6BC6-0440-3F45D6857D53}.Release|Any CPU.Build.0 = Release|Any CPU
{5A5B4FC8-291D-6222-8065-E980634FBEE1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5A5B4FC8-291D-6222-8065-E980634FBEE1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5A5B4FC8-291D-6222-8065-E980634FBEE1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5A5B4FC8-291D-6222-8065-E980634FBEE1}.Release|Any CPU.Build.0 = Release|Any CPU
{1A6F6041-0D8C-295F-AF64-735AC10BC260}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1A6F6041-0D8C-295F-AF64-735AC10BC260}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1A6F6041-0D8C-295F-AF64-735AC10BC260}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1A6F6041-0D8C-295F-AF64-735AC10BC260}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal