This repository has been archived by the owner on Jan 13, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCategory5Scouting.sln
43 lines (43 loc) · 2.55 KB
/
Category5Scouting.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 Version 17
VisualStudioVersion = 17.3.32929.385
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Category5Scouting", "Category5Scouting\Category5Scouting.csproj", "{693D33D9-6355-4755-AB9E-0DC13C531A24}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Cat5Processing", "Cat5Processing\Cat5Processing.csproj", "{205F54D6-1321-47AF-A957-D76B925BF2C7}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Category5Scouting.Deploy", "Category5Scouting.Deploy\Category5Scouting.Deploy.csproj", "{1269BC72-BEA7-43B6-8E69-032DD306B387}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Cat5Bot", "Cat5Bot\Cat5Bot.csproj", "{62594EA5-6AD0-41AD-BD44-00130BD59F01}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{693D33D9-6355-4755-AB9E-0DC13C531A24}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{693D33D9-6355-4755-AB9E-0DC13C531A24}.Debug|Any CPU.Build.0 = Debug|Any CPU
{693D33D9-6355-4755-AB9E-0DC13C531A24}.Release|Any CPU.ActiveCfg = Release|Any CPU
{693D33D9-6355-4755-AB9E-0DC13C531A24}.Release|Any CPU.Build.0 = Release|Any CPU
{205F54D6-1321-47AF-A957-D76B925BF2C7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{205F54D6-1321-47AF-A957-D76B925BF2C7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{205F54D6-1321-47AF-A957-D76B925BF2C7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{205F54D6-1321-47AF-A957-D76B925BF2C7}.Release|Any CPU.Build.0 = Release|Any CPU
{1269BC72-BEA7-43B6-8E69-032DD306B387}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1269BC72-BEA7-43B6-8E69-032DD306B387}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1269BC72-BEA7-43B6-8E69-032DD306B387}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1269BC72-BEA7-43B6-8E69-032DD306B387}.Release|Any CPU.Build.0 = Release|Any CPU
{62594EA5-6AD0-41AD-BD44-00130BD59F01}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{62594EA5-6AD0-41AD-BD44-00130BD59F01}.Debug|Any CPU.Build.0 = Debug|Any CPU
{62594EA5-6AD0-41AD-BD44-00130BD59F01}.Release|Any CPU.ActiveCfg = Release|Any CPU
{62594EA5-6AD0-41AD-BD44-00130BD59F01}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {F03E1A15-CE50-4E00-9E21-1C0E8F1E4AF7}
EndGlobalSection
EndGlobal