-
-
Notifications
You must be signed in to change notification settings - Fork 117
/
dotnet-passbook.sln
47 lines (47 loc) · 2.62 KB
/
dotnet-passbook.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 17
VisualStudioVersion = 17.0.31606.5
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{4C5E4812-6174-4F75-8AEE-45100AB9205F}"
ProjectSection(SolutionItems) = preProject
license.txt = license.txt
README.md = README.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Passbook.Generator", "Passbook.Generator\Passbook.Generator.csproj", "{3723CA11-BB28-4CE6-B70C-2631DF1F14A1}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Passbook.Generator.Tests", "Passbook.Generator.Tests\Passbook.Generator.Tests.csproj", "{391EC91F-4EFD-4CB4-85F6-B391B8F15308}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Production|Any CPU = Production|Any CPU
Release|Any CPU = Release|Any CPU
Test|Any CPU = Test|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{3723CA11-BB28-4CE6-B70C-2631DF1F14A1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3723CA11-BB28-4CE6-B70C-2631DF1F14A1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3723CA11-BB28-4CE6-B70C-2631DF1F14A1}.Production|Any CPU.ActiveCfg = Debug|Any CPU
{3723CA11-BB28-4CE6-B70C-2631DF1F14A1}.Production|Any CPU.Build.0 = Debug|Any CPU
{3723CA11-BB28-4CE6-B70C-2631DF1F14A1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3723CA11-BB28-4CE6-B70C-2631DF1F14A1}.Release|Any CPU.Build.0 = Release|Any CPU
{3723CA11-BB28-4CE6-B70C-2631DF1F14A1}.Test|Any CPU.ActiveCfg = Debug|Any CPU
{3723CA11-BB28-4CE6-B70C-2631DF1F14A1}.Test|Any CPU.Build.0 = Debug|Any CPU
{391EC91F-4EFD-4CB4-85F6-B391B8F15308}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{391EC91F-4EFD-4CB4-85F6-B391B8F15308}.Debug|Any CPU.Build.0 = Debug|Any CPU
{391EC91F-4EFD-4CB4-85F6-B391B8F15308}.Production|Any CPU.ActiveCfg = Debug|Any CPU
{391EC91F-4EFD-4CB4-85F6-B391B8F15308}.Production|Any CPU.Build.0 = Debug|Any CPU
{391EC91F-4EFD-4CB4-85F6-B391B8F15308}.Release|Any CPU.ActiveCfg = Release|Any CPU
{391EC91F-4EFD-4CB4-85F6-B391B8F15308}.Release|Any CPU.Build.0 = Release|Any CPU
{391EC91F-4EFD-4CB4-85F6-B391B8F15308}.Test|Any CPU.ActiveCfg = Debug|Any CPU
{391EC91F-4EFD-4CB4-85F6-B391B8F15308}.Test|Any CPU.Build.0 = Debug|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {54B008B1-44CF-4DF1-B912-BC96C93CD23E}
EndGlobalSection
EndGlobal