-
Notifications
You must be signed in to change notification settings - Fork 50
/
pusher-dotnet-server.sln
47 lines (47 loc) · 2.24 KB
/
pusher-dotnet-server.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.31005.135
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Files", "Files", "{13FCFB53-1898-4AE9-B229-F917B8F52DB2}"
ProjectSection(SolutionItems) = preProject
.gitattributes = .gitattributes
.gitignore = .gitignore
AppConfig.sample.json = AppConfig.sample.json
CHANGELOG.md = CHANGELOG.md
LICENSE.txt = LICENSE.txt
NetFxOnLinux.props = NetFxOnLinux.props
pull_request_template.md = pull_request_template.md
README.md = README.md
Root.Build.props = Root.Build.props
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PusherServer.Tests", "PusherServer.Tests\PusherServer.Tests.csproj", "{68D41211-774A-4CF4-846E-0C38FD968D7C}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PusherServer", "PusherServer\PusherServer.csproj", "{1B404714-5F81-4F3E-836E-106D88972A59}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{68D41211-774A-4CF4-846E-0C38FD968D7C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{68D41211-774A-4CF4-846E-0C38FD968D7C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{68D41211-774A-4CF4-846E-0C38FD968D7C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{68D41211-774A-4CF4-846E-0C38FD968D7C}.Release|Any CPU.Build.0 = Release|Any CPU
{1B404714-5F81-4F3E-836E-106D88972A59}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1B404714-5F81-4F3E-836E-106D88972A59}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1B404714-5F81-4F3E-836E-106D88972A59}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1B404714-5F81-4F3E-836E-106D88972A59}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {1C25E22B-A520-4475-8E99-CFAD0D934C6E}
EndGlobalSection
GlobalSection(TestCaseManagementSettings) = postSolution
CategoryFile = PusherRESTDotNet.vsmdi
EndGlobalSection
EndGlobal