-
Notifications
You must be signed in to change notification settings - Fork 6
/
PassKitHelper.sln
46 lines (46 loc) · 2.45 KB
/
PassKitHelper.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29215.179
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{3DE6FB8D-8225-4E4A-B065-3A2ECCC88B06}"
ProjectSection(SolutionItems) = preProject
.gitignore = .gitignore
GlobalSuppressions.cs = GlobalSuppressions.cs
how_to_create_pfx.md = how_to_create_pfx.md
README.md = README.md
sample_pass.jpg = sample_pass.jpg
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PassKitHelper", "PassKitHelper\PassKitHelper.csproj", "{62340E25-13EF-4CF4-9671-DA0B66D7C7EC}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PassKitHelper.Tests", "PassKitHelper.Tests\PassKitHelper.Tests.csproj", "{DD268BAD-A8D4-43FE-9F37-ECE898FD5A88}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PassKitHelper.Demo", "PassKitHelper.Demo\PassKitHelper.Demo.csproj", "{47193AEF-2265-436A-86BD-0C2052EB23FF}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{62340E25-13EF-4CF4-9671-DA0B66D7C7EC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{62340E25-13EF-4CF4-9671-DA0B66D7C7EC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{62340E25-13EF-4CF4-9671-DA0B66D7C7EC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{62340E25-13EF-4CF4-9671-DA0B66D7C7EC}.Release|Any CPU.Build.0 = Release|Any CPU
{DD268BAD-A8D4-43FE-9F37-ECE898FD5A88}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DD268BAD-A8D4-43FE-9F37-ECE898FD5A88}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DD268BAD-A8D4-43FE-9F37-ECE898FD5A88}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DD268BAD-A8D4-43FE-9F37-ECE898FD5A88}.Release|Any CPU.Build.0 = Release|Any CPU
{47193AEF-2265-436A-86BD-0C2052EB23FF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{47193AEF-2265-436A-86BD-0C2052EB23FF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{47193AEF-2265-436A-86BD-0C2052EB23FF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{47193AEF-2265-436A-86BD-0C2052EB23FF}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {D2540F5B-4D6B-4C37-9A82-6A96184FC2F3}
EndGlobalSection
EndGlobal