-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathRMD-VR.sln
38 lines (38 loc) · 2.26 KB
/
RMD-VR.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "RMD-VR.Plugins", "RMD-VR.Plugins.csproj", "{5D903062-9941-7BC9-82B8-EAA6957A6109}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "RMD-VR", "RMD-VR.csproj", "{1B2B306D-FF66-2BB7-3C51-4949F191121C}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "RMD-VR.Editor.Plugins", "RMD-VR.Editor.Plugins.csproj", "{299ACCED-675F-7D92-FFDC-71BDB070D971}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "RMD-VR.Editor", "RMD-VR.Editor.csproj", "{EBBF672C-C8EF-464D-F2A3-B36D8C470577}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{5D903062-9941-7BC9-82B8-EAA6957A6109}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5D903062-9941-7BC9-82B8-EAA6957A6109}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5D903062-9941-7BC9-82B8-EAA6957A6109}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5D903062-9941-7BC9-82B8-EAA6957A6109}.Release|Any CPU.Build.0 = Release|Any CPU
{1B2B306D-FF66-2BB7-3C51-4949F191121C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1B2B306D-FF66-2BB7-3C51-4949F191121C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1B2B306D-FF66-2BB7-3C51-4949F191121C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1B2B306D-FF66-2BB7-3C51-4949F191121C}.Release|Any CPU.Build.0 = Release|Any CPU
{299ACCED-675F-7D92-FFDC-71BDB070D971}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{299ACCED-675F-7D92-FFDC-71BDB070D971}.Debug|Any CPU.Build.0 = Debug|Any CPU
{299ACCED-675F-7D92-FFDC-71BDB070D971}.Release|Any CPU.ActiveCfg = Release|Any CPU
{299ACCED-675F-7D92-FFDC-71BDB070D971}.Release|Any CPU.Build.0 = Release|Any CPU
{EBBF672C-C8EF-464D-F2A3-B36D8C470577}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EBBF672C-C8EF-464D-F2A3-B36D8C470577}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EBBF672C-C8EF-464D-F2A3-B36D8C470577}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EBBF672C-C8EF-464D-F2A3-B36D8C470577}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal