-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsolace-dotnet-wrapper.sln
More file actions
42 lines (41 loc) · 3.32 KB
/
solace-dotnet-wrapper.sln
File metadata and controls
42 lines (41 loc) · 3.32 KB
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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SolaceDotNetWrapper.Core", "SolaceDotNetWrapper.Core\SolaceDotNetWrapper.Core.csproj", "{6112E8A6-7A6E-45DD-AEC1-DA9EE38C8977}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Samples", "Samples", "{70A81410-3CA4-4E12-98E9-910F4B09BFD8}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SimplePubSub", "Samples\SimplePubSub\SimplePubSub.csproj", "{CB431B1E-CC72-4971-BDE7-870D9A0E0432}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Tests", "Tests", "{1F0B0A12-B941-46B4-8FE6-591435E50B27}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SolaceDotNetWrapper.Tests", "Tests\SolaceDotNetWrapper.Tests\SolaceDotNetWrapper.Tests.csproj", "{B93F4840-522A-4717-A75A-8FBE165861BE}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{6112E8A6-7A6E-45DD-AEC1-DA9EE38C8977}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6112E8A6-7A6E-45DD-AEC1-DA9EE38C8977}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6112E8A6-7A6E-45DD-AEC1-DA9EE38C8977}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6112E8A6-7A6E-45DD-AEC1-DA9EE38C8977}.Release|Any CPU.Build.0 = Release|Any CPU
{CB431B1E-CC72-4971-BDE7-870D9A0E0432}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CB431B1E-CC72-4971-BDE7-870D9A0E0432}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CB431B1E-CC72-4971-BDE7-870D9A0E0432}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CB431B1E-CC72-4971-BDE7-870D9A0E0432}.Release|Any CPU.Build.0 = Release|Any CPU
{B93F4840-522A-4717-A75A-8FBE165861BE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B93F4840-522A-4717-A75A-8FBE165861BE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B93F4840-522A-4717-A75A-8FBE165861BE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B93F4840-522A-4717-A75A-8FBE165861BE}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(MonoDevelopProperties) = preSolution
Policies = $0
$0.StandardHeader = $1
$1.Text = @// ------------------------------------------------------------------------------------\n// Copyright (c) Dishant Langayan\n// All rights reserved. \n// \n// Licensed under the Apache License, Version 2.0 (the ""License""); you may not use this \n// file except in compliance with the License. You may obtain a copy of the License at \n// http://www.apache.org/licenses/LICENSE-2.0 \n// \n// THIS CODE IS PROVIDED *AS IS* BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, \n// EITHER EXPRESS OR IMPLIED, INCLUDING WITHOUT LIMITATION ANY IMPLIED WARRANTIES OR \n// CONDITIONS OF TITLE, FITNESS FOR A PARTICULAR PURPOSE, MERCHANTABLITY OR \n// NON-INFRINGEMENT. \n// \n// See the Apache Version 2.0 License for specific language governing permissions and \n// limitations under the License.\n// ------------------------------------------------------------------------------------
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{CB431B1E-CC72-4971-BDE7-870D9A0E0432} = {70A81410-3CA4-4E12-98E9-910F4B09BFD8}
{B93F4840-522A-4717-A75A-8FBE165861BE} = {1F0B0A12-B941-46B4-8FE6-591435E50B27}
EndGlobalSection
EndGlobal