-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DigitalRuby.SimplePubSub.sln
45 lines (45 loc) · 2.46 KB
/
DigitalRuby.SimplePubSub.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.2.32516.85
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DigitalRuby.SimplePubSub", "DigitalRuby.SimplePubSub\DigitalRuby.SimplePubSub.csproj", "{D4A67F81-1798-4005-A883-EC83408F61B9}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DigitalRuby.SimplePubSub.Sandbox", "DigitalRuby.SimplePubSub.Sandbox\DigitalRuby.SimplePubSub.Sandbox.csproj", "{C5561352-E73A-4A7E-858E-EDCC29C43A17}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "SolutionItems", "SolutionItems", "{A99A7850-E0EA-4C8F-9F95-FB1AF952D371}"
ProjectSection(SolutionItems) = preProject
.gitignore = .gitignore
icon.png = icon.png
LICENSE = LICENSE
README.md = README.md
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DigitalRuby.SimplePubSubTests", "DigitalRuby.SimplePubSubTests\DigitalRuby.SimplePubSubTests.csproj", "{A9774D97-D6DB-44C6-88E1-2EE6C46F0766}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{D4A67F81-1798-4005-A883-EC83408F61B9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D4A67F81-1798-4005-A883-EC83408F61B9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D4A67F81-1798-4005-A883-EC83408F61B9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D4A67F81-1798-4005-A883-EC83408F61B9}.Release|Any CPU.Build.0 = Release|Any CPU
{C5561352-E73A-4A7E-858E-EDCC29C43A17}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C5561352-E73A-4A7E-858E-EDCC29C43A17}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C5561352-E73A-4A7E-858E-EDCC29C43A17}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C5561352-E73A-4A7E-858E-EDCC29C43A17}.Release|Any CPU.Build.0 = Release|Any CPU
{A9774D97-D6DB-44C6-88E1-2EE6C46F0766}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A9774D97-D6DB-44C6-88E1-2EE6C46F0766}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A9774D97-D6DB-44C6-88E1-2EE6C46F0766}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A9774D97-D6DB-44C6-88E1-2EE6C46F0766}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {C2B4774F-911F-4DD6-890D-2070764CD4DD}
EndGlobalSection
EndGlobal