-
Notifications
You must be signed in to change notification settings - Fork 0
/
RosNet.sln
49 lines (49 loc) · 2.98 KB
/
RosNet.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.32112.339
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "RosNet", "RosNet\RosNet.csproj", "{6B1190A6-35DE-45A0-98BA-0EC5C9FBC37B}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "RosNet.Test", "RosNet.Test\RosNet.Test.csproj", "{6F6A690D-4006-472D-9A15-BAD97F135700}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MessageGenerationCli", "MessageGenerationCli\MessageGenerationCli.csproj", "{A7985819-40D3-4DF7-B5AA-B4FE5CD9C0F6}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MessageGeneration", "MessageGeneration\MessageGeneration.csproj", "{367AEA5B-5DF6-4D7B-B0B3-42D20E513AC1}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DocFX", "DocFX\DocFX.csproj", "{C9847F23-45DC-4FEB-9277-73E4D53CFF61}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{6B1190A6-35DE-45A0-98BA-0EC5C9FBC37B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6B1190A6-35DE-45A0-98BA-0EC5C9FBC37B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6B1190A6-35DE-45A0-98BA-0EC5C9FBC37B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6B1190A6-35DE-45A0-98BA-0EC5C9FBC37B}.Release|Any CPU.Build.0 = Release|Any CPU
{6F6A690D-4006-472D-9A15-BAD97F135700}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6F6A690D-4006-472D-9A15-BAD97F135700}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6F6A690D-4006-472D-9A15-BAD97F135700}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6F6A690D-4006-472D-9A15-BAD97F135700}.Release|Any CPU.Build.0 = Release|Any CPU
{A7985819-40D3-4DF7-B5AA-B4FE5CD9C0F6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A7985819-40D3-4DF7-B5AA-B4FE5CD9C0F6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A7985819-40D3-4DF7-B5AA-B4FE5CD9C0F6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A7985819-40D3-4DF7-B5AA-B4FE5CD9C0F6}.Release|Any CPU.Build.0 = Release|Any CPU
{367AEA5B-5DF6-4D7B-B0B3-42D20E513AC1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{367AEA5B-5DF6-4D7B-B0B3-42D20E513AC1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{367AEA5B-5DF6-4D7B-B0B3-42D20E513AC1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{367AEA5B-5DF6-4D7B-B0B3-42D20E513AC1}.Release|Any CPU.Build.0 = Release|Any CPU
{C9847F23-45DC-4FEB-9277-73E4D53CFF61}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C9847F23-45DC-4FEB-9277-73E4D53CFF61}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C9847F23-45DC-4FEB-9277-73E4D53CFF61}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C9847F23-45DC-4FEB-9277-73E4D53CFF61}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {43DBB5B8-46A1-4AEE-8D71-B76BEA14FBD0}
EndGlobalSection
EndGlobal