This repository has been archived by the owner on Jul 20, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCollabVM2.sln
58 lines (58 loc) · 2.96 KB
/
CollabVM2.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
47
48
49
50
51
52
53
54
55
56
57
58
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.28307.489
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CollabVM2.Server", "CollabVM2.Server\CollabVM2.Server.csproj", "{BA79E4B4-6AB0-4A27-99BD-B71A05B71230}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Server", "Server", "{62193596-43BD-4D36-9086-82CE34941639}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "VM Controllers", "VM Controllers", "{E8FCE11E-7C4E-4BC5-AD27-1CA13D87CD42}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DebugController", "DebugController\DebugController.csproj", "{B6A332DB-9543-4100-8230-F7363A6715F6}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Webapp and readme", "Webapp and readme", "{0DF44F8D-445B-41BA-9A51-0D50129E3B25}"
ProjectSection(SolutionItems) = preProject
README.md = README.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Webapp", "Webapp", "{CEA9F921-7DE8-47E9-8CA3-86BEBC96095B}"
ProjectSection(SolutionItems) = preProject
webapp\index.html = webapp\index.html
webapp\main.js = webapp\main.js
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "js", "js", "{3477A11A-BD2D-4A3D-9412-947CB0011FC0}"
ProjectSection(SolutionItems) = preProject
webapp\js\instc.js = webapp\js\instc.js
webapp\js\socket.js = webapp\js\socket.js
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{BA79E4B4-6AB0-4A27-99BD-B71A05B71230}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BA79E4B4-6AB0-4A27-99BD-B71A05B71230}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BA79E4B4-6AB0-4A27-99BD-B71A05B71230}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BA79E4B4-6AB0-4A27-99BD-B71A05B71230}.Release|Any CPU.Build.0 = Release|Any CPU
{B6A332DB-9543-4100-8230-F7363A6715F6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B6A332DB-9543-4100-8230-F7363A6715F6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B6A332DB-9543-4100-8230-F7363A6715F6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B6A332DB-9543-4100-8230-F7363A6715F6}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{BA79E4B4-6AB0-4A27-99BD-B71A05B71230} = {62193596-43BD-4D36-9086-82CE34941639}
{B6A332DB-9543-4100-8230-F7363A6715F6} = {E8FCE11E-7C4E-4BC5-AD27-1CA13D87CD42}
{CEA9F921-7DE8-47E9-8CA3-86BEBC96095B} = {0DF44F8D-445B-41BA-9A51-0D50129E3B25}
{3477A11A-BD2D-4A3D-9412-947CB0011FC0} = {CEA9F921-7DE8-47E9-8CA3-86BEBC96095B}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {F214B4DC-9135-45E9-8160-32B5B6E6B378}
EndGlobalSection
EndGlobal