-
Notifications
You must be signed in to change notification settings - Fork 2
/
spot-net.sln
43 lines (43 loc) · 2.33 KB
/
spot-net.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.1.32210.238
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "spot-sdk", "spot-sdk\spot-sdk.csproj", "{06B8913B-CCB4-4EB6-BD8F-86B88C5ED93C}"
ProjectSection(ProjectDependencies) = postProject
{3C83714E-79AF-44D8-A9B3-6ED5A6B6E793} = {3C83714E-79AF-44D8-A9B3-6ED5A6B6E793}
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "bosdyn-protos", "bosdyn-protos\bosdyn-protos.csproj", "{3C83714E-79AF-44D8-A9B3-6ED5A6B6E793}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "spot-sdk.test", "spot-sdk.test\spot-sdk.test.csproj", "{AFBF9843-15A1-4BE4-9E41-CF0076F977C0}"
ProjectSection(ProjectDependencies) = postProject
{06B8913B-CCB4-4EB6-BD8F-86B88C5ED93C} = {06B8913B-CCB4-4EB6-BD8F-86B88C5ED93C}
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{06B8913B-CCB4-4EB6-BD8F-86B88C5ED93C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{06B8913B-CCB4-4EB6-BD8F-86B88C5ED93C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{06B8913B-CCB4-4EB6-BD8F-86B88C5ED93C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{06B8913B-CCB4-4EB6-BD8F-86B88C5ED93C}.Release|Any CPU.Build.0 = Release|Any CPU
{3C83714E-79AF-44D8-A9B3-6ED5A6B6E793}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3C83714E-79AF-44D8-A9B3-6ED5A6B6E793}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3C83714E-79AF-44D8-A9B3-6ED5A6B6E793}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3C83714E-79AF-44D8-A9B3-6ED5A6B6E793}.Release|Any CPU.Build.0 = Release|Any CPU
{AFBF9843-15A1-4BE4-9E41-CF0076F977C0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{AFBF9843-15A1-4BE4-9E41-CF0076F977C0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{AFBF9843-15A1-4BE4-9E41-CF0076F977C0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{AFBF9843-15A1-4BE4-9E41-CF0076F977C0}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {B505A185-4FFD-4DE0-9390-729644D31CBF}
EndGlobalSection
EndGlobal