-
Notifications
You must be signed in to change notification settings - Fork 1
/
iabi.bCertApi.sln
82 lines (82 loc) · 4.88 KB
/
iabi.bCertApi.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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27004.2005
MinimumVisualStudioVersion = 15.0.26124.0
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{52050244-8C09-43DA-9E31-A0206B516A0A}"
ProjectSection(SolutionItems) = preProject
AppendxUnitFramework.ps1 = AppendxUnitFramework.ps1
LICENSE.md = LICENSE.md
README.md = README.md
Tests.ps1 = Tests.ps1
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{8E5DEFD3-B2F6-418B-A642-DF3E1F6637FB}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "test", "test", "{7A00BAD7-81E3-4CE6-A0F1-0C85E3341A15}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "iabi.bCertApi", "src\iabi.bCertApi\iabi.bCertApi.csproj", "{6EA1D1DB-B594-4AB9-9DFF-E35B3FE0B406}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "iabi.bCertApi.Tests", "test\iabi.bCertApi.Tests\iabi.bCertApi.Tests.csproj", "{7A5C3475-6FE1-493F-BEB7-F313E0BA4ACE}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "iabi.bCertApi.Console", "src\iabi.bCertApi.Console\iabi.bCertApi.Console.csproj", "{7DF51973-94B8-4A5F-905F-1FCF2C3C9A34}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|x64 = Debug|x64
Debug|x86 = Debug|x86
Release|Any CPU = Release|Any CPU
Release|x64 = Release|x64
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{6EA1D1DB-B594-4AB9-9DFF-E35B3FE0B406}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6EA1D1DB-B594-4AB9-9DFF-E35B3FE0B406}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6EA1D1DB-B594-4AB9-9DFF-E35B3FE0B406}.Debug|x64.ActiveCfg = Debug|Any CPU
{6EA1D1DB-B594-4AB9-9DFF-E35B3FE0B406}.Debug|x64.Build.0 = Debug|Any CPU
{6EA1D1DB-B594-4AB9-9DFF-E35B3FE0B406}.Debug|x86.ActiveCfg = Debug|Any CPU
{6EA1D1DB-B594-4AB9-9DFF-E35B3FE0B406}.Debug|x86.Build.0 = Debug|Any CPU
{6EA1D1DB-B594-4AB9-9DFF-E35B3FE0B406}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6EA1D1DB-B594-4AB9-9DFF-E35B3FE0B406}.Release|Any CPU.Build.0 = Release|Any CPU
{6EA1D1DB-B594-4AB9-9DFF-E35B3FE0B406}.Release|x64.ActiveCfg = Release|Any CPU
{6EA1D1DB-B594-4AB9-9DFF-E35B3FE0B406}.Release|x64.Build.0 = Release|Any CPU
{6EA1D1DB-B594-4AB9-9DFF-E35B3FE0B406}.Release|x86.ActiveCfg = Release|Any CPU
{6EA1D1DB-B594-4AB9-9DFF-E35B3FE0B406}.Release|x86.Build.0 = Release|Any CPU
{7A5C3475-6FE1-493F-BEB7-F313E0BA4ACE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7A5C3475-6FE1-493F-BEB7-F313E0BA4ACE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7A5C3475-6FE1-493F-BEB7-F313E0BA4ACE}.Debug|x64.ActiveCfg = Debug|Any CPU
{7A5C3475-6FE1-493F-BEB7-F313E0BA4ACE}.Debug|x64.Build.0 = Debug|Any CPU
{7A5C3475-6FE1-493F-BEB7-F313E0BA4ACE}.Debug|x86.ActiveCfg = Debug|Any CPU
{7A5C3475-6FE1-493F-BEB7-F313E0BA4ACE}.Debug|x86.Build.0 = Debug|Any CPU
{7A5C3475-6FE1-493F-BEB7-F313E0BA4ACE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7A5C3475-6FE1-493F-BEB7-F313E0BA4ACE}.Release|Any CPU.Build.0 = Release|Any CPU
{7A5C3475-6FE1-493F-BEB7-F313E0BA4ACE}.Release|x64.ActiveCfg = Release|Any CPU
{7A5C3475-6FE1-493F-BEB7-F313E0BA4ACE}.Release|x64.Build.0 = Release|Any CPU
{7A5C3475-6FE1-493F-BEB7-F313E0BA4ACE}.Release|x86.ActiveCfg = Release|Any CPU
{7A5C3475-6FE1-493F-BEB7-F313E0BA4ACE}.Release|x86.Build.0 = Release|Any CPU
{7DF51973-94B8-4A5F-905F-1FCF2C3C9A34}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7DF51973-94B8-4A5F-905F-1FCF2C3C9A34}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7DF51973-94B8-4A5F-905F-1FCF2C3C9A34}.Debug|x64.ActiveCfg = Debug|Any CPU
{7DF51973-94B8-4A5F-905F-1FCF2C3C9A34}.Debug|x64.Build.0 = Debug|Any CPU
{7DF51973-94B8-4A5F-905F-1FCF2C3C9A34}.Debug|x86.ActiveCfg = Debug|Any CPU
{7DF51973-94B8-4A5F-905F-1FCF2C3C9A34}.Debug|x86.Build.0 = Debug|Any CPU
{7DF51973-94B8-4A5F-905F-1FCF2C3C9A34}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7DF51973-94B8-4A5F-905F-1FCF2C3C9A34}.Release|Any CPU.Build.0 = Release|Any CPU
{7DF51973-94B8-4A5F-905F-1FCF2C3C9A34}.Release|x64.ActiveCfg = Release|Any CPU
{7DF51973-94B8-4A5F-905F-1FCF2C3C9A34}.Release|x64.Build.0 = Release|Any CPU
{7DF51973-94B8-4A5F-905F-1FCF2C3C9A34}.Release|x86.ActiveCfg = Release|Any CPU
{7DF51973-94B8-4A5F-905F-1FCF2C3C9A34}.Release|x86.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{6EA1D1DB-B594-4AB9-9DFF-E35B3FE0B406} = {8E5DEFD3-B2F6-418B-A642-DF3E1F6637FB}
{7A5C3475-6FE1-493F-BEB7-F313E0BA4ACE} = {7A00BAD7-81E3-4CE6-A0F1-0C85E3341A15}
{7DF51973-94B8-4A5F-905F-1FCF2C3C9A34} = {8E5DEFD3-B2F6-418B-A642-DF3E1F6637FB}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {806BBD70-76D4-47FF-A779-43084894F769}
EndGlobalSection
EndGlobal