-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathTelemetryStash.Backend.sln
99 lines (99 loc) · 6.08 KB
/
TelemetryStash.Backend.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
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.10.34818.151
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Functions", "Functions", "{19F05283-86C3-4D40-A5D7-C70017DF9EFC}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Pipelines", "Pipelines", "{19E8FEF9-8A0E-4ADA-9F06-20B7887573A3}"
ProjectSection(SolutionItems) = preProject
Pipelines\README.md = Pipelines\README.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Api", "Api", "{C9161958-70AD-46D7-BEDA-6BEAD7880C54}"
ProjectSection(SolutionItems) = preProject
Api\README.md = Api\README.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Database", "Database", "{7807ABF0-CB83-4EE8-A735-094CABD47A56}"
ProjectSection(SolutionItems) = preProject
Database\README.md = Database\README.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{5B7A9E00-9861-47D5-9CA6-EC22FEECBB1D}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
Directory.Build.props = Directory.Build.props
Directory.Packages.props = Directory.Packages.props
global.json = global.json
NuGet.Config = NuGet.Config
README.md = README.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Ts.TelemetryDatabase", "Database\Ts.TelemetryDatabase\Ts.TelemetryDatabase.csproj", "{CAEACE29-1F68-4B3D-85AF-797BB0A9355B}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Ts.Functions", "Functions\Ts.Functions\Ts.Functions.csproj", "{0A6224ED-0BA4-4D6B-BC0C-1E8CC1C2279C}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Ts.Database.Tests", "Database\Ts.Database.Tests\Ts.Database.Tests.csproj", "{71E5CF55-45E8-4EA7-A217-F8B2600E8C92}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Ts.Functions.Tests", "Functions\Ts.Functions.Tests\Ts.Functions.Tests.csproj", "{4A7E329B-DB4A-4A4A-9DE6-5A20AF17EECD}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Infrastructure", "Infrastructure", "{FBF8F9D0-CADA-4B53-B63F-D0E5B972A3BB}"
EndProject
Project("{00D1A9C2-B5F0-4AF3-8072-F6C62B433612}") = "Ts.TelemetryDatabase.Sql", "Database\Ts.TelemetryDatabase.Sql\Ts.TelemetryDatabase.Sql.sqlproj", "{D6B56A08-B5C2-4C8B-9E49-51994F67FF4B}"
EndProject
Project("{13B669BE-BB05-4DDF-9536-439F39A36129}") = "Ts.Infrastructure", "Infrastructure\Ts.Infrastructure\Ts.Infrastructure.msbuildproj", "{DECB9EA3-BC17-4C06-A09E-7E70BFD48ECD}"
EndProject
Project("{13B669BE-BB05-4DDF-9536-439F39A36129}") = "Ts.Pipelines.GitHub", "..\..\.github\Ts.Pipelines.GitHub.msbuildproj", "{BDC289BC-01B1-40DF-8426-1A02F7C2BACC}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{CAEACE29-1F68-4B3D-85AF-797BB0A9355B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CAEACE29-1F68-4B3D-85AF-797BB0A9355B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CAEACE29-1F68-4B3D-85AF-797BB0A9355B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CAEACE29-1F68-4B3D-85AF-797BB0A9355B}.Release|Any CPU.Build.0 = Release|Any CPU
{0A6224ED-0BA4-4D6B-BC0C-1E8CC1C2279C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0A6224ED-0BA4-4D6B-BC0C-1E8CC1C2279C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0A6224ED-0BA4-4D6B-BC0C-1E8CC1C2279C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0A6224ED-0BA4-4D6B-BC0C-1E8CC1C2279C}.Release|Any CPU.Build.0 = Release|Any CPU
{71E5CF55-45E8-4EA7-A217-F8B2600E8C92}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{71E5CF55-45E8-4EA7-A217-F8B2600E8C92}.Debug|Any CPU.Build.0 = Debug|Any CPU
{71E5CF55-45E8-4EA7-A217-F8B2600E8C92}.Release|Any CPU.ActiveCfg = Release|Any CPU
{71E5CF55-45E8-4EA7-A217-F8B2600E8C92}.Release|Any CPU.Build.0 = Release|Any CPU
{4A7E329B-DB4A-4A4A-9DE6-5A20AF17EECD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4A7E329B-DB4A-4A4A-9DE6-5A20AF17EECD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4A7E329B-DB4A-4A4A-9DE6-5A20AF17EECD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4A7E329B-DB4A-4A4A-9DE6-5A20AF17EECD}.Release|Any CPU.Build.0 = Release|Any CPU
{D6B56A08-B5C2-4C8B-9E49-51994F67FF4B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D6B56A08-B5C2-4C8B-9E49-51994F67FF4B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D6B56A08-B5C2-4C8B-9E49-51994F67FF4B}.Debug|Any CPU.Deploy.0 = Debug|Any CPU
{D6B56A08-B5C2-4C8B-9E49-51994F67FF4B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D6B56A08-B5C2-4C8B-9E49-51994F67FF4B}.Release|Any CPU.Build.0 = Release|Any CPU
{D6B56A08-B5C2-4C8B-9E49-51994F67FF4B}.Release|Any CPU.Deploy.0 = Release|Any CPU
{DECB9EA3-BC17-4C06-A09E-7E70BFD48ECD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DECB9EA3-BC17-4C06-A09E-7E70BFD48ECD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BDC289BC-01B1-40DF-8426-1A02F7C2BACC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BDC289BC-01B1-40DF-8426-1A02F7C2BACC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BDC289BC-01B1-40DF-8426-1A02F7C2BACC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BDC289BC-01B1-40DF-8426-1A02F7C2BACC}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{CAEACE29-1F68-4B3D-85AF-797BB0A9355B} = {7807ABF0-CB83-4EE8-A735-094CABD47A56}
{0A6224ED-0BA4-4D6B-BC0C-1E8CC1C2279C} = {19F05283-86C3-4D40-A5D7-C70017DF9EFC}
{71E5CF55-45E8-4EA7-A217-F8B2600E8C92} = {7807ABF0-CB83-4EE8-A735-094CABD47A56}
{4A7E329B-DB4A-4A4A-9DE6-5A20AF17EECD} = {19F05283-86C3-4D40-A5D7-C70017DF9EFC}
{D6B56A08-B5C2-4C8B-9E49-51994F67FF4B} = {7807ABF0-CB83-4EE8-A735-094CABD47A56}
{DECB9EA3-BC17-4C06-A09E-7E70BFD48ECD} = {FBF8F9D0-CADA-4B53-B63F-D0E5B972A3BB}
{BDC289BC-01B1-40DF-8426-1A02F7C2BACC} = {19E8FEF9-8A0E-4ADA-9F06-20B7887573A3}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {73B6DB14-9569-4D5F-BEF4-D33784E84725}
EndGlobalSection
EndGlobal