-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathTimeLog.API.SDK.sln
More file actions
66 lines (66 loc) · 4.25 KB
/
TimeLog.API.SDK.sln
File metadata and controls
66 lines (66 loc) · 4.25 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.0.31919.166
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Docker", "Docker", "{BF95C1DC-2943-450D-BFA8-97BEB0349D0D}"
ProjectSection(SolutionItems) = preProject
azure-pipelines.yml = azure-pipelines.yml
build_docker_image.ps1 = build_docker_image.ps1
manifests\deployment.yml = manifests\deployment.yml
Dockerfile = Dockerfile
manifests\nginx-ingress.yml = manifests\nginx-ingress.yml
README.md = README.md
run_docker_image.ps1 = run_docker_image.ps1
manifests\service.yml = manifests\service.yml
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TimeLog.API.Documentation", "TimeLog.API.Documentation\TimeLog.API.Documentation.csproj", "{08A5E7D1-D734-437A-917B-7D9252C19357}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TimeLog.Library", "TimeLog.Library\TimeLog.Library.csproj", "{0ABB99CF-54EC-4415-9675-25096E7FC01E}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TimeLog.ReportingAPI.SDK", "TimeLog.ReportingAPI.SDK\TimeLog.ReportingAPI.SDK.csproj", "{8558CD25-C9A6-4F92-A1F7-7AFDDE879F17}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TimeLog.TransactionalAPI.SDK", "TimeLog.TransactionalAPI.SDK\TimeLog.TransactionalAPI.SDK.csproj", "{A1D54CAF-4BCB-43FB-917C-4F392C76A0E4}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TimeLog.API.ConsoleApp", "TimeLog.API.ConsoleApp\TimeLog.API.ConsoleApp.csproj", "{07666C53-3FDF-400C-B337-FA7F9DE1EA49}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TimeLog.ReportingAPI.Exporter", "TimeLog.ReportingApi.Exporter\TimeLog.ReportingAPI.Exporter.csproj", "{C5185737-BC1B-44E5-90A0-7FE2B8F85440}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{08A5E7D1-D734-437A-917B-7D9252C19357}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{08A5E7D1-D734-437A-917B-7D9252C19357}.Debug|Any CPU.Build.0 = Debug|Any CPU
{08A5E7D1-D734-437A-917B-7D9252C19357}.Release|Any CPU.ActiveCfg = Release|Any CPU
{08A5E7D1-D734-437A-917B-7D9252C19357}.Release|Any CPU.Build.0 = Release|Any CPU
{0ABB99CF-54EC-4415-9675-25096E7FC01E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0ABB99CF-54EC-4415-9675-25096E7FC01E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0ABB99CF-54EC-4415-9675-25096E7FC01E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0ABB99CF-54EC-4415-9675-25096E7FC01E}.Release|Any CPU.Build.0 = Release|Any CPU
{8558CD25-C9A6-4F92-A1F7-7AFDDE879F17}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8558CD25-C9A6-4F92-A1F7-7AFDDE879F17}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8558CD25-C9A6-4F92-A1F7-7AFDDE879F17}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8558CD25-C9A6-4F92-A1F7-7AFDDE879F17}.Release|Any CPU.Build.0 = Release|Any CPU
{A1D54CAF-4BCB-43FB-917C-4F392C76A0E4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A1D54CAF-4BCB-43FB-917C-4F392C76A0E4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A1D54CAF-4BCB-43FB-917C-4F392C76A0E4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A1D54CAF-4BCB-43FB-917C-4F392C76A0E4}.Release|Any CPU.Build.0 = Release|Any CPU
{07666C53-3FDF-400C-B337-FA7F9DE1EA49}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{07666C53-3FDF-400C-B337-FA7F9DE1EA49}.Debug|Any CPU.Build.0 = Debug|Any CPU
{07666C53-3FDF-400C-B337-FA7F9DE1EA49}.Release|Any CPU.ActiveCfg = Release|Any CPU
{07666C53-3FDF-400C-B337-FA7F9DE1EA49}.Release|Any CPU.Build.0 = Release|Any CPU
{C5185737-BC1B-44E5-90A0-7FE2B8F85440}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C5185737-BC1B-44E5-90A0-7FE2B8F85440}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C5185737-BC1B-44E5-90A0-7FE2B8F85440}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C5185737-BC1B-44E5-90A0-7FE2B8F85440}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {46BBCE92-D918-46C1-B298-44B484A89052}
EndGlobalSection
EndGlobal