-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathCarbon.Sample.API.sln
More file actions
66 lines (66 loc) · 4.16 KB
/
Carbon.Sample.API.sln
File metadata and controls
66 lines (66 loc) · 4.16 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 16
VisualStudioVersion = 16.0.32002.261
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Carbon.Sample.API", "Carbon.Sample.API\Carbon.Sample.API.csproj", "{7F22ED01-F04B-4BA5-987C-951E18B09A86}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "helm", "helm", "{CF5D8803-12A6-415B-B84F-15EF12D112F6}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "CarbonSample-api", "CarbonSample-api", "{8DFF8D70-3B2A-4E2D-9300-126D2C0689EA}"
ProjectSection(SolutionItems) = preProject
helm\CarbonSample-api\.helmignore = helm\CarbonSample-api\.helmignore
helm\CarbonSample-api\Chart.yaml = helm\CarbonSample-api\Chart.yaml
helm\CarbonSample-api\HelmCommands.txt = helm\CarbonSample-api\HelmCommands.txt
helm\CarbonSample-api\values.yaml = helm\CarbonSample-api\values.yaml
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "templates", "templates", "{5D38D641-82EA-4617-8539-3E09D874F754}"
ProjectSection(SolutionItems) = preProject
helm\CarbonSample-api\templates\_helpers.tpl = helm\CarbonSample-api\templates\_helpers.tpl
helm\CarbonSample-api\templates\configmap.yaml = helm\CarbonSample-api\templates\configmap.yaml
helm\CarbonSample-api\templates\deployment.yaml = helm\CarbonSample-api\templates\deployment.yaml
helm\CarbonSample-api\templates\hpa.yaml = helm\CarbonSample-api\templates\hpa.yaml
helm\CarbonSample-api\templates\ingress.yaml = helm\CarbonSample-api\templates\ingress.yaml
helm\CarbonSample-api\templates\NOTES.txt = helm\CarbonSample-api\templates\NOTES.txt
helm\CarbonSample-api\templates\service.yaml = helm\CarbonSample-api\templates\service.yaml
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Entity-Framework-Migrations", "Entity-Framework-Migrations", "{EEA2E57D-B073-4468-AB48-A9950FD30CB8}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Carbon.Sample.API.MSSQL", "Entity-Framework-Migrations\Carbon.Sample.API.MSSQL\Carbon.Sample.API.MSSQL.csproj", "{D66DB63D-EA75-4035-BB98-4D24AD4081F9}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Carbon.Sample.API.PostgreSQL", "Entity-Framework-Migrations\Carbon.Sample.API.PostgreSQL\Carbon.Sample.API.PostgreSQL.csproj", "{1B266A4F-FFF1-44E1-BFFD-94BE9C20B3B8}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{7F22ED01-F04B-4BA5-987C-951E18B09A86}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7F22ED01-F04B-4BA5-987C-951E18B09A86}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7F22ED01-F04B-4BA5-987C-951E18B09A86}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7F22ED01-F04B-4BA5-987C-951E18B09A86}.Release|Any CPU.Build.0 = Release|Any CPU
{D66DB63D-EA75-4035-BB98-4D24AD4081F9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D66DB63D-EA75-4035-BB98-4D24AD4081F9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D66DB63D-EA75-4035-BB98-4D24AD4081F9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D66DB63D-EA75-4035-BB98-4D24AD4081F9}.Release|Any CPU.Build.0 = Release|Any CPU
{1B266A4F-FFF1-44E1-BFFD-94BE9C20B3B8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1B266A4F-FFF1-44E1-BFFD-94BE9C20B3B8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1B266A4F-FFF1-44E1-BFFD-94BE9C20B3B8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1B266A4F-FFF1-44E1-BFFD-94BE9C20B3B8}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{8DFF8D70-3B2A-4E2D-9300-126D2C0689EA} = {CF5D8803-12A6-415B-B84F-15EF12D112F6}
{5D38D641-82EA-4617-8539-3E09D874F754} = {8DFF8D70-3B2A-4E2D-9300-126D2C0689EA}
{D66DB63D-EA75-4035-BB98-4D24AD4081F9} = {EEA2E57D-B073-4468-AB48-A9950FD30CB8}
{1B266A4F-FFF1-44E1-BFFD-94BE9C20B3B8} = {EEA2E57D-B073-4468-AB48-A9950FD30CB8}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {0A2B1D59-A504-467F-9768-B087D4CF5157}
EndGlobalSection
EndGlobal