forked from apache/activemq-nms-api
-
Notifications
You must be signed in to change notification settings - Fork 1
/
vs2019-nms.sln
34 lines (34 loc) · 1.7 KB
/
vs2019-nms.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.28917.181
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "vs2019-nms-api", "vs2019-nms-api.csproj", "{527FA0B7-FBA9-4D4F-B49A-014EC16ECC18}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "vs2019-nms-api-test", "vs2019-nms-api-test.csproj", "{54125058-69AF-46EA-BB09-BA739C6CBD3F}"
ProjectSection(ProjectDependencies) = postProject
{527FA0B7-FBA9-4D4F-B49A-014EC16ECC18} = {527FA0B7-FBA9-4D4F-B49A-014EC16ECC18}
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{527FA0B7-FBA9-4D4F-B49A-014EC16ECC18}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{527FA0B7-FBA9-4D4F-B49A-014EC16ECC18}.Debug|Any CPU.Build.0 = Debug|Any CPU
{527FA0B7-FBA9-4D4F-B49A-014EC16ECC18}.Release|Any CPU.ActiveCfg = Release|Any CPU
{527FA0B7-FBA9-4D4F-B49A-014EC16ECC18}.Release|Any CPU.Build.0 = Release|Any CPU
{54125058-69AF-46EA-BB09-BA739C6CBD3F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{54125058-69AF-46EA-BB09-BA739C6CBD3F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{54125058-69AF-46EA-BB09-BA739C6CBD3F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{54125058-69AF-46EA-BB09-BA739C6CBD3F}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {56A30ED4-C3B2-42E6-9BFE-383835662642}
EndGlobalSection
EndGlobal