-
Notifications
You must be signed in to change notification settings - Fork 0
/
Sirius.Tools.CustodyCLI.sln
53 lines (53 loc) · 3.19 KB
/
Sirius.Tools.CustodyCLI.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
Microsoft Visual Studio Solution File, Format Version 12.00
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Sirius.Tools.CustodyCLI", "src\Sirius.Tools.CustodyCLI\Sirius.Tools.CustodyCLI.csproj", "{3D860969-B5A5-45CC-96A7-09254F83B37B}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tests", "tests", "{18B024EA-46D2-49C7-8631-F08C5DC9FD77}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Sirius.Tools.CustodyCLI.Tests", "tests\Sirius.Tools.CustodyCLI.Tests\Sirius.Tools.CustodyCLI.Tests.csproj", "{4B6A942B-421F-406E-ACAE-CA4CD0213819}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "assets", "assets", "{FA97D77E-BC70-44E2-A671-0193E293FDC8}"
ProjectSection(SolutionItems) = preProject
.dockerignore = .dockerignore
.editorconfig = .editorconfig
.gitattributes = .gitattributes
.gitignore = .gitignore
LICENSE = LICENSE
README.md = README.md
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "VaultApiClient", "src\VaultApiClient\VaultApiClient.csproj", "{200495E7-EBA5-4886-835C-BFC0442EE467}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "GuardianApiClient", "src\GuardianApiClient\GuardianApiClient.csproj", "{47715910-9AD9-4507-9301-C1253D88BD43}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "clients", "clients", "{CACCEF39-9AAA-4C93-A4D1-6168AE35BE83}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{3D860969-B5A5-45CC-96A7-09254F83B37B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3D860969-B5A5-45CC-96A7-09254F83B37B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3D860969-B5A5-45CC-96A7-09254F83B37B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3D860969-B5A5-45CC-96A7-09254F83B37B}.Release|Any CPU.Build.0 = Release|Any CPU
{4B6A942B-421F-406E-ACAE-CA4CD0213819}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4B6A942B-421F-406E-ACAE-CA4CD0213819}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4B6A942B-421F-406E-ACAE-CA4CD0213819}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4B6A942B-421F-406E-ACAE-CA4CD0213819}.Release|Any CPU.Build.0 = Release|Any CPU
{200495E7-EBA5-4886-835C-BFC0442EE467}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{200495E7-EBA5-4886-835C-BFC0442EE467}.Debug|Any CPU.Build.0 = Debug|Any CPU
{200495E7-EBA5-4886-835C-BFC0442EE467}.Release|Any CPU.ActiveCfg = Release|Any CPU
{200495E7-EBA5-4886-835C-BFC0442EE467}.Release|Any CPU.Build.0 = Release|Any CPU
{47715910-9AD9-4507-9301-C1253D88BD43}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{47715910-9AD9-4507-9301-C1253D88BD43}.Debug|Any CPU.Build.0 = Debug|Any CPU
{47715910-9AD9-4507-9301-C1253D88BD43}.Release|Any CPU.ActiveCfg = Release|Any CPU
{47715910-9AD9-4507-9301-C1253D88BD43}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{4B6A942B-421F-406E-ACAE-CA4CD0213819} = {18B024EA-46D2-49C7-8631-F08C5DC9FD77}
{47715910-9AD9-4507-9301-C1253D88BD43} = {CACCEF39-9AAA-4C93-A4D1-6168AE35BE83}
{200495E7-EBA5-4886-835C-BFC0442EE467} = {CACCEF39-9AAA-4C93-A4D1-6168AE35BE83}
EndGlobalSection
EndGlobal