forked from gematik/lib-vau-csharp
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlib-vau-csharp.sln
More file actions
66 lines (66 loc) · 3.85 KB
/
lib-vau-csharp.sln
File metadata and controls
66 lines (66 loc) · 3.85 KB
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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.10.35122.118
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "lib-vau-csharp", "lib-vau-csharp\lib-vau-csharp.csproj", "{0A2D306D-909F-4480-A2AF-437B83AB2483}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "jenkinsfiles", "jenkinsfiles", "{0BC2AF7A-EBD6-4F0E-90C3-F375BFDBFE1A}"
ProjectSection(SolutionItems) = preProject
jenkinsfiles\ci.jenkinsfile = jenkinsfiles\ci.jenkinsfile
jenkinsfiles\cross_tests_ci.jenkinsfile = jenkinsfiles\cross_tests_ci.jenkinsfile
jenkinsfiles\dependabot.jenkinsfile = jenkinsfiles\dependabot.jenkinsfile
jenkinsfiles\publishToGitHub.jenkinsfile = jenkinsfiles\publishToGitHub.jenkinsfile
jenkinsfiles\pullFromGitHubToGitLab.jenkinsfile = jenkinsfiles\pullFromGitHubToGitLab.jenkinsfile
jenkinsfiles\release.jenkinsfile = jenkinsfiles\release.jenkinsfile
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "ospo", "ospo", "{AE21E090-37AB-4B8D-87E2-05C5846AA21C}"
ProjectSection(SolutionItems) = preProject
LICENSE.md = LICENSE.md
README.md = README.md
ReleaseNotes.md = ReleaseNotes.md
SECURITY.md = SECURITY.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "lib-vau-csharp-test", "lib-vau-csharp-test\lib-vau-csharp-test.csproj", "{CECC4305-C44C-4344-B733-48EFBB3E148C}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "vau-proxy-csharp", "vau-proxy-csharp\vau-proxy-csharp.csproj", "{99CA4075-8AB4-4A38-8967-DF9D53C59414}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "VauProxyClientCSharp", "Docker\VauProxyClientCSharp\VauProxyClientCSharp.csproj", "{EA06F77C-2825-4B2E-857B-0E5CF8D46CB4}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{0632A505-E0F0-48BD-B70D-34A30D095D87}"
ProjectSection(SolutionItems) = preProject
docker-compose.yaml = docker-compose.yaml
Dockerfile = Dockerfile
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{0A2D306D-909F-4480-A2AF-437B83AB2483}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0A2D306D-909F-4480-A2AF-437B83AB2483}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0A2D306D-909F-4480-A2AF-437B83AB2483}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0A2D306D-909F-4480-A2AF-437B83AB2483}.Release|Any CPU.Build.0 = Release|Any CPU
{CECC4305-C44C-4344-B733-48EFBB3E148C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CECC4305-C44C-4344-B733-48EFBB3E148C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CECC4305-C44C-4344-B733-48EFBB3E148C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CECC4305-C44C-4344-B733-48EFBB3E148C}.Release|Any CPU.Build.0 = Release|Any CPU
{99CA4075-8AB4-4A38-8967-DF9D53C59414}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{99CA4075-8AB4-4A38-8967-DF9D53C59414}.Debug|Any CPU.Build.0 = Debug|Any CPU
{99CA4075-8AB4-4A38-8967-DF9D53C59414}.Release|Any CPU.ActiveCfg = Release|Any CPU
{99CA4075-8AB4-4A38-8967-DF9D53C59414}.Release|Any CPU.Build.0 = Release|Any CPU
{EA06F77C-2825-4B2E-857B-0E5CF8D46CB4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EA06F77C-2825-4B2E-857B-0E5CF8D46CB4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EA06F77C-2825-4B2E-857B-0E5CF8D46CB4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EA06F77C-2825-4B2E-857B-0E5CF8D46CB4}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {661E9A44-47AB-42A0-9ADA-B95AC4BF6CD4}
EndGlobalSection
EndGlobal