forked from visose/Robots
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Robots.sln
55 lines (55 loc) · 3.32 KB
/
Robots.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.31912.275
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Robots", "src\Robots\Robots.csproj", "{3896FB4D-9007-48FB-B302-6B289B15E9BF}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Robots.Standalone", "src\Robots.Standalone\Robots.Standalone.csproj", "{2556FB1C-3A8D-469B-8553-46C66BCF8BE4}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Robots.Grasshopper", "src\Robots.Grasshopper\Robots.Grasshopper.csproj", "{3E69607D-A2A9-4061-86E8-2EA7CCB79601}"
ProjectSection(ProjectDependencies) = postProject
{3896FB4D-9007-48FB-B302-6B289B15E9BF} = {3896FB4D-9007-48FB-B302-6B289B15E9BF}
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Robots.Tests", "tests\Robots.Tests\Robots.Tests.csproj", "{16C2E987-7825-42F8-A2C7-8695F7964335}"
ProjectSection(ProjectDependencies) = postProject
{3896FB4D-9007-48FB-B302-6B289B15E9BF} = {3896FB4D-9007-48FB-B302-6B289B15E9BF}
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Robots.Build", "build\Robots.Build\Robots.Build.csproj", "{12BB4BF3-E673-4D12-B5FC-145141099C56}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{3896FB4D-9007-48FB-B302-6B289B15E9BF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3896FB4D-9007-48FB-B302-6B289B15E9BF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3896FB4D-9007-48FB-B302-6B289B15E9BF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3896FB4D-9007-48FB-B302-6B289B15E9BF}.Release|Any CPU.Build.0 = Release|Any CPU
{2556FB1C-3A8D-469B-8553-46C66BCF8BE4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2556FB1C-3A8D-469B-8553-46C66BCF8BE4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2556FB1C-3A8D-469B-8553-46C66BCF8BE4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2556FB1C-3A8D-469B-8553-46C66BCF8BE4}.Release|Any CPU.Build.0 = Release|Any CPU
{3E69607D-A2A9-4061-86E8-2EA7CCB79601}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3E69607D-A2A9-4061-86E8-2EA7CCB79601}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3E69607D-A2A9-4061-86E8-2EA7CCB79601}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3E69607D-A2A9-4061-86E8-2EA7CCB79601}.Release|Any CPU.Build.0 = Release|Any CPU
{16C2E987-7825-42F8-A2C7-8695F7964335}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{16C2E987-7825-42F8-A2C7-8695F7964335}.Debug|Any CPU.Build.0 = Debug|Any CPU
{16C2E987-7825-42F8-A2C7-8695F7964335}.Release|Any CPU.ActiveCfg = Release|Any CPU
{16C2E987-7825-42F8-A2C7-8695F7964335}.Release|Any CPU.Build.0 = Release|Any CPU
{12BB4BF3-E673-4D12-B5FC-145141099C56}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{12BB4BF3-E673-4D12-B5FC-145141099C56}.Debug|Any CPU.Build.0 = Debug|Any CPU
{12BB4BF3-E673-4D12-B5FC-145141099C56}.Release|Any CPU.ActiveCfg = Release|Any CPU
{12BB4BF3-E673-4D12-B5FC-145141099C56}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {3F543D57-184A-4A12-BA49-D25B411A1D05}
EndGlobalSection
EndGlobal