-
Notifications
You must be signed in to change notification settings - Fork 1
/
HardVacuumRobot.sln
53 lines (53 loc) · 3 KB
/
HardVacuumRobot.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29613.14
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "HardVacuumRobot", "HardVacuumRobot\HardVacuumRobot.csproj", "{DFCFF093-5B28-4CD8-BF3E-433F41B7DEF9}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{44804B52-D012-41BC-9285-10020CA43546}"
ProjectSection(SolutionItems) = preProject
LICENSE.txt = LICENSE.txt
NOTICE.txt = NOTICE.txt
NuGet.config = NuGet.config
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
{DFCFF093-5B28-4CD8-BF3E-433F41B7DEF9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DFCFF093-5B28-4CD8-BF3E-433F41B7DEF9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DFCFF093-5B28-4CD8-BF3E-433F41B7DEF9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DFCFF093-5B28-4CD8-BF3E-433F41B7DEF9}.Release|Any CPU.Build.0 = Release|Any CPU
{D0320285-B46A-4FFE-8911-300BA2AEEC01}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D0320285-B46A-4FFE-8911-300BA2AEEC01}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D0320285-B46A-4FFE-8911-300BA2AEEC01}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D0320285-B46A-4FFE-8911-300BA2AEEC01}.Release|Any CPU.Build.0 = Release|Any CPU
{DDEE1B5D-1680-4718-9795-8F84B6BB747C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DDEE1B5D-1680-4718-9795-8F84B6BB747C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DDEE1B5D-1680-4718-9795-8F84B6BB747C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DDEE1B5D-1680-4718-9795-8F84B6BB747C}.Release|Any CPU.Build.0 = Release|Any CPU
{976B9057-59C4-4FE3-8CC1-E6096176ED39}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{976B9057-59C4-4FE3-8CC1-E6096176ED39}.Debug|Any CPU.Build.0 = Debug|Any CPU
{976B9057-59C4-4FE3-8CC1-E6096176ED39}.Release|Any CPU.ActiveCfg = Release|Any CPU
{976B9057-59C4-4FE3-8CC1-E6096176ED39}.Release|Any CPU.Build.0 = Release|Any CPU
{D8A91E21-E237-423F-A89C-0C686039419A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D8A91E21-E237-423F-A89C-0C686039419A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D8A91E21-E237-423F-A89C-0C686039419A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D8A91E21-E237-423F-A89C-0C686039419A}.Release|Any CPU.Build.0 = Release|Any CPU
{1156237D-8E5D-41B4-8E34-2C6D5BD6940B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1156237D-8E5D-41B4-8E34-2C6D5BD6940B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1156237D-8E5D-41B4-8E34-2C6D5BD6940B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1156237D-8E5D-41B4-8E34-2C6D5BD6940B}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {472C145C-A625-4B58-8FFD-25DB59384062}
EndGlobalSection
EndGlobal