-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathPubSub.NET.sln
More file actions
39 lines (39 loc) · 2.03 KB
/
Copy pathPubSub.NET.sln
File metadata and controls
39 lines (39 loc) · 2.03 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29409.12
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PubSub.NET", "PubSub.NET\PubSub.NET.csproj", "{83D17D8E-9158-4814-A75C-CE1C12961500}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Sources", "Sources", "{DBA6DB86-33C1-41FE-88A3-3BDE3F7A2518}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Tests", "Tests", "{3393554F-F0E5-4D73-A074-2E52081B741C}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PubSub.NET.Tests", "PubSub.NET.Tests\PubSub.NET.Tests.csproj", "{D1325D54-ADC2-4644-8CF3-702592ACC18F}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{83D17D8E-9158-4814-A75C-CE1C12961500}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{83D17D8E-9158-4814-A75C-CE1C12961500}.Debug|Any CPU.Build.0 = Debug|Any CPU
{83D17D8E-9158-4814-A75C-CE1C12961500}.Release|Any CPU.ActiveCfg = Release|Any CPU
{83D17D8E-9158-4814-A75C-CE1C12961500}.Release|Any CPU.Build.0 = Release|Any CPU
{D1325D54-ADC2-4644-8CF3-702592ACC18F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D1325D54-ADC2-4644-8CF3-702592ACC18F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D1325D54-ADC2-4644-8CF3-702592ACC18F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D1325D54-ADC2-4644-8CF3-702592ACC18F}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{83D17D8E-9158-4814-A75C-CE1C12961500} = {DBA6DB86-33C1-41FE-88A3-3BDE3F7A2518}
{D1325D54-ADC2-4644-8CF3-702592ACC18F} = {3393554F-F0E5-4D73-A074-2E52081B741C}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {3BA811C4-9839-452F-993D-C47A8809DE5C}
EndGlobalSection
EndGlobal