-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathScoutApp.sln
71 lines (71 loc) · 3.68 KB
/
ScoutApp.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
59
60
61
62
63
64
65
66
67
68
69
70
71
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.24720.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Meteor Project", "Meteor Project", "{53B5E828-1053-4A5E-99EC-F2DB7CEEE4B5}"
ProjectSection(SolutionItems) = preProject
Index.html = Index.html
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "client", "client", "{FC2C60DC-D27A-42ED-859C-485CE38B83FB}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "scripts", "scripts", "{15F7652A-588E-4776-9EC4-5D082FFFD055}"
ProjectSection(SolutionItems) = preProject
client\scripts\controllers.js = client\scripts\controllers.js
client\scripts\directives.js = client\scripts\directives.js
client\scripts\routes.js = client\scripts\routes.js
client\scripts\services.js = client\scripts\services.js
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "templates", "templates", "{B821CE8A-0E6A-488A-97B3-1C7DE855B80A}"
ProjectSection(SolutionItems) = preProject
client\templates\autonomous.html = client\templates\autonomous.html
client\templates\chats.html = client\templates\chats.html
client\templates\cloud.html = client\templates\cloud.html
client\templates\configuration.html = client\templates\configuration.html
client\templates\login.html = client\templates\login.html
client\templates\match.html = client\templates\match.html
client\templates\pitScouting.html = client\templates\pitScouting.html
client\templates\setup.html = client\templates\setup.html
client\templates\signup.html = client\templates\signup.html
client\templates\tab7DefaultPage.html = client\templates\tab7DefaultPage.html
client\templates\tabs.html = client\templates\tabs.html
client\templates\teleOp.html = client\templates\teleOp.html
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "lib", "lib", "{7B1522FD-939C-4A80-A43D-12F3D3A66A93}"
ProjectSection(SolutionItems) = preProject
client\scripts\lib\Scout.js = client\scripts\lib\Scout.js
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "public", "public", "{EF2379AE-85B7-46A9-9CCE-229402A28981}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "lib", "lib", "{F846B491-5DEF-4235-97E9-9D5597EA38B7}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "collections", "collections", "{F009BA08-6581-49F2-8653-281B4BD4B9A4}"
ProjectSection(SolutionItems) = preProject
lib\collections\Matches.js = lib\collections\Matches.js
lib\collections\Teams.js = lib\collections\Teams.js
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "server", "server", "{6DA9C6DC-E425-4EA0-AC3F-ADE5CAF6A837}"
ProjectSection(SolutionItems) = preProject
server\Bootstrap.js = server\Bootstrap.js
EndProjectSection
EndProject
Global
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{FC2C60DC-D27A-42ED-859C-485CE38B83FB} = {53B5E828-1053-4A5E-99EC-F2DB7CEEE4B5}
{15F7652A-588E-4776-9EC4-5D082FFFD055} = {FC2C60DC-D27A-42ED-859C-485CE38B83FB}
{B821CE8A-0E6A-488A-97B3-1C7DE855B80A} = {FC2C60DC-D27A-42ED-859C-485CE38B83FB}
{7B1522FD-939C-4A80-A43D-12F3D3A66A93} = {15F7652A-588E-4776-9EC4-5D082FFFD055}
{EF2379AE-85B7-46A9-9CCE-229402A28981} = {53B5E828-1053-4A5E-99EC-F2DB7CEEE4B5}
{F846B491-5DEF-4235-97E9-9D5597EA38B7} = {53B5E828-1053-4A5E-99EC-F2DB7CEEE4B5}
{F009BA08-6581-49F2-8653-281B4BD4B9A4} = {F846B491-5DEF-4235-97E9-9D5597EA38B7}
{6DA9C6DC-E425-4EA0-AC3F-ADE5CAF6A837} = {53B5E828-1053-4A5E-99EC-F2DB7CEEE4B5}
EndGlobalSection
EndGlobal