-
Notifications
You must be signed in to change notification settings - Fork 5
/
dotnet.push.sln
55 lines (55 loc) · 2.94 KB
/
dotnet.push.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.9.34902.65
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{C3402294-C352-4F8A-85A9-7D4DCBF34011}"
ProjectSection(SolutionItems) = preProject
communicate_apns.md = communicate_apns.md
CONTRIBUTING.md = CONTRIBUTING.md
generate_auth_key.md = generate_auth_key.md
http2handler.md = http2handler.md
LICENSE.txt = LICENSE.txt
README.md = README.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "logo-files", "logo-files", "{3A3ABA83-DE36-49DB-A3BA-92078F3E14E4}"
ProjectSection(SolutionItems) = preProject
logo-files\dotnet.push.ico = logo-files\dotnet.push.ico
logo-files\dotnet.push.png = logo-files\dotnet.push.png
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DotNet.Push", "src\DotNet.Push\DotNet.Push.csproj", "{5A9B0D96-F639-446C-BA8E-BD11BD09E3B3}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DotNet.Push.Sample", "src\DotNet.Push.Sample\DotNet.Push.Sample.csproj", "{EC3FF747-55B8-44EC-A2F1-047EE3B2B68E}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DotNet.Push.Maui", "src\DotNet.Push.Maui\DotNet.Push.Maui.csproj", "{0965F86B-9CC7-49F1-A5D0-3E3AAAC01EA0}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{5A9B0D96-F639-446C-BA8E-BD11BD09E3B3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5A9B0D96-F639-446C-BA8E-BD11BD09E3B3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5A9B0D96-F639-446C-BA8E-BD11BD09E3B3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5A9B0D96-F639-446C-BA8E-BD11BD09E3B3}.Release|Any CPU.Build.0 = Release|Any CPU
{EC3FF747-55B8-44EC-A2F1-047EE3B2B68E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EC3FF747-55B8-44EC-A2F1-047EE3B2B68E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EC3FF747-55B8-44EC-A2F1-047EE3B2B68E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EC3FF747-55B8-44EC-A2F1-047EE3B2B68E}.Release|Any CPU.Build.0 = Release|Any CPU
{0965F86B-9CC7-49F1-A5D0-3E3AAAC01EA0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0965F86B-9CC7-49F1-A5D0-3E3AAAC01EA0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0965F86B-9CC7-49F1-A5D0-3E3AAAC01EA0}.Debug|Any CPU.Deploy.0 = Debug|Any CPU
{0965F86B-9CC7-49F1-A5D0-3E3AAAC01EA0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0965F86B-9CC7-49F1-A5D0-3E3AAAC01EA0}.Release|Any CPU.Build.0 = Release|Any CPU
{0965F86B-9CC7-49F1-A5D0-3E3AAAC01EA0}.Release|Any CPU.Deploy.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {197AC834-0F4F-4DE2-BF6A-388E2AC8CEA0}
EndGlobalSection
EndGlobal