-
Notifications
You must be signed in to change notification settings - Fork 1
/
PushEndToEnd.sln
40 lines (39 loc) · 1.96 KB
/
PushEndToEnd.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 25.0.1706.10
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PushEndToEnd", "PushEndToEnd\PushEndToEnd.csproj", "{DBC33EB5-7F7B-4F17-AED2-192963991767}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{DABAB79F-FE7C-4803-B699-D99B11358C1F}"
ProjectSection(SolutionItems) = preProject
readme.md = readme.md
Directory.build.props = Directory.build.props
Directory.build.targets = Directory.build.targets
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PushApi", "PushApi\PushApi.csproj", "{BA105C6E-84E3-477F-BD7F-5430539CAC89}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{DBC33EB5-7F7B-4F17-AED2-192963991767}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DBC33EB5-7F7B-4F17-AED2-192963991767}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DBC33EB5-7F7B-4F17-AED2-192963991767}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DBC33EB5-7F7B-4F17-AED2-192963991767}.Release|Any CPU.Build.0 = Release|Any CPU
{BA105C6E-84E3-477F-BD7F-5430539CAC89}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BA105C6E-84E3-477F-BD7F-5430539CAC89}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BA105C6E-84E3-477F-BD7F-5430539CAC89}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BA105C6E-84E3-477F-BD7F-5430539CAC89}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {5D3CF40A-234B-4F4F-B520-723A42CE8DE0}
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
EndGlobalSection
EndGlobal