-
Notifications
You must be signed in to change notification settings - Fork 114
/
pusher-dotnet-client.sln
61 lines (61 loc) · 3.56 KB
/
pusher-dotnet-client.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
49
50
51
52
53
54
55
56
57
58
59
60
61
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29009.5
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Files", "Files", "{2D9F07A0-C627-434A-8C94-CD7CD175720F}"
ProjectSection(SolutionItems) = preProject
.gitattributes = .gitattributes
.gitignore = .gitignore
AppConfig.sample.json = AppConfig.sample.json
CHANGELOG.md = CHANGELOG.md
CPU.count.2.runsettings = CPU.count.2.runsettings
package.cmd = package.cmd
README.md = README.md
Root.Build.props = Root.Build.props
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PusherClient", "PusherClient\PusherClient.csproj", "{A325BB9F-6476-4422-AEF4-C22FA53890DD}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AuthHost", "AuthHost\AuthHost.csproj", "{5199A7CF-2370-4A8E-9BFB-FB6722E68F2B}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PusherClient.Tests", "PusherClient.Tests\PusherClient.Tests.csproj", "{6CC1E65E-7F76-4A39-B07B-ADC9A7343A5A}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PusherClient.Tests.Utilities", "PusherClient.Tests.Utilities\PusherClient.Tests.Utilities.csproj", "{BAA85D91-CDB7-4ACF-A4F6-1EFBC5A9581F}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ExampleApplication", "ExampleApplication\ExampleApplication.csproj", "{66F3E31F-6275-429F-81F9-319A3940E924}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{A325BB9F-6476-4422-AEF4-C22FA53890DD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A325BB9F-6476-4422-AEF4-C22FA53890DD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A325BB9F-6476-4422-AEF4-C22FA53890DD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A325BB9F-6476-4422-AEF4-C22FA53890DD}.Release|Any CPU.Build.0 = Release|Any CPU
{5199A7CF-2370-4A8E-9BFB-FB6722E68F2B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5199A7CF-2370-4A8E-9BFB-FB6722E68F2B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5199A7CF-2370-4A8E-9BFB-FB6722E68F2B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5199A7CF-2370-4A8E-9BFB-FB6722E68F2B}.Release|Any CPU.Build.0 = Release|Any CPU
{6CC1E65E-7F76-4A39-B07B-ADC9A7343A5A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6CC1E65E-7F76-4A39-B07B-ADC9A7343A5A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6CC1E65E-7F76-4A39-B07B-ADC9A7343A5A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6CC1E65E-7F76-4A39-B07B-ADC9A7343A5A}.Release|Any CPU.Build.0 = Release|Any CPU
{BAA85D91-CDB7-4ACF-A4F6-1EFBC5A9581F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BAA85D91-CDB7-4ACF-A4F6-1EFBC5A9581F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BAA85D91-CDB7-4ACF-A4F6-1EFBC5A9581F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BAA85D91-CDB7-4ACF-A4F6-1EFBC5A9581F}.Release|Any CPU.Build.0 = Release|Any CPU
{66F3E31F-6275-429F-81F9-319A3940E924}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{66F3E31F-6275-429F-81F9-319A3940E924}.Debug|Any CPU.Build.0 = Debug|Any CPU
{66F3E31F-6275-429F-81F9-319A3940E924}.Release|Any CPU.ActiveCfg = Release|Any CPU
{66F3E31F-6275-429F-81F9-319A3940E924}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {4F56D497-EB8C-4666-8ED9-F66B79A64B7B}
EndGlobalSection
EndGlobal