-
Notifications
You must be signed in to change notification settings - Fork 5
/
IbmMqClient.sln
39 lines (39 loc) · 1.85 KB
/
IbmMqClient.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.2.32630.192
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{48A85027-A1C2-4C7E-A732-0C0602597BF4}"
ProjectSection(SolutionItems) = preProject
.gitignore = .gitignore
LICENSE = LICENSE
pack.ps1 = pack.ps1
README.md = README.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "IbmMqClient", "IbmMqClient\IbmMqClient.csproj", "{FD1DB486-0DF2-42F9-ADA8-E82B8C147EE9}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TestConsoleApp", "TestConsoleApp\TestConsoleApp.csproj", "{409C7D63-8078-4F13-AD1B-41D8CC7EB78B}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{FD1DB486-0DF2-42F9-ADA8-E82B8C147EE9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FD1DB486-0DF2-42F9-ADA8-E82B8C147EE9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FD1DB486-0DF2-42F9-ADA8-E82B8C147EE9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FD1DB486-0DF2-42F9-ADA8-E82B8C147EE9}.Release|Any CPU.Build.0 = Release|Any CPU
{409C7D63-8078-4F13-AD1B-41D8CC7EB78B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{409C7D63-8078-4F13-AD1B-41D8CC7EB78B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{409C7D63-8078-4F13-AD1B-41D8CC7EB78B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{409C7D63-8078-4F13-AD1B-41D8CC7EB78B}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {EE7CC48C-11E4-422F-8CF4-C29FCADD5F1E}
EndGlobalSection
EndGlobal