-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathObvs.NetMQ.sln
48 lines (48 loc) · 2.86 KB
/
Obvs.NetMQ.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30717.126
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Obvs.NetMQ", "Obvs.NetMQ\Obvs.NetMQ.csproj", "{B8256983-F54A-477C-BACA-BF9685135983}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Obvs.NetMQ.Tests", "Obvs.NetMQ.Tests\Obvs.NetMQ.Tests.csproj", "{A24FCCF0-448F-4A82-ADAC-17456F6A3A1C}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Obvs.NetMQ.Tests.Console.Publisher", "Obvs.NetMQ.Tests.Console.Publisher\Obvs.NetMQ.Tests.Console.Publisher.csproj", "{74835659-2171-44FD-9AF7-14CF8C52A9CA}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Obvs.NetMQ.Tests.Console.Subscriber", "Obvs.NetMQ.Tests.Console.Subscriber\Obvs.NetMQ.Tests.Console.Subscriber.csproj", "{0E91B58C-B139-44DB-AD5E-42D7257D0144}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".build", ".build", "{644BFCBC-A703-44DD-B2A1-7C0B600C3F53}"
ProjectSection(SolutionItems) = preProject
appveyor.yml = appveyor.yml
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{B8256983-F54A-477C-BACA-BF9685135983}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B8256983-F54A-477C-BACA-BF9685135983}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B8256983-F54A-477C-BACA-BF9685135983}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B8256983-F54A-477C-BACA-BF9685135983}.Release|Any CPU.Build.0 = Release|Any CPU
{A24FCCF0-448F-4A82-ADAC-17456F6A3A1C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A24FCCF0-448F-4A82-ADAC-17456F6A3A1C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A24FCCF0-448F-4A82-ADAC-17456F6A3A1C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A24FCCF0-448F-4A82-ADAC-17456F6A3A1C}.Release|Any CPU.Build.0 = Release|Any CPU
{74835659-2171-44FD-9AF7-14CF8C52A9CA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{74835659-2171-44FD-9AF7-14CF8C52A9CA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{74835659-2171-44FD-9AF7-14CF8C52A9CA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{74835659-2171-44FD-9AF7-14CF8C52A9CA}.Release|Any CPU.Build.0 = Release|Any CPU
{0E91B58C-B139-44DB-AD5E-42D7257D0144}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0E91B58C-B139-44DB-AD5E-42D7257D0144}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0E91B58C-B139-44DB-AD5E-42D7257D0144}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0E91B58C-B139-44DB-AD5E-42D7257D0144}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {5501570C-007D-488A-BE56-ACD93293094A}
EndGlobalSection
EndGlobal