aboutsummaryrefslogtreecommitdiff
path: root/docker/crupest-api/CrupestApi/CrupestApi.sln
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2022-12-01 19:31:25 +0800
committercrupest <crupest@outlook.com>2022-12-02 13:35:35 +0800
commit31416d8e047e4209f797881fd24e0e77256f3da1 (patch)
tree44d7bdc8bf9ea5a6469442c1c1f5e8801088813d /docker/crupest-api/CrupestApi/CrupestApi.sln
parentb44f957e6d886387e9f275dfb623540ae0acd737 (diff)
downloadcrupest-31416d8e047e4209f797881fd24e0e77256f3da1.tar.gz
crupest-31416d8e047e4209f797881fd24e0e77256f3da1.tar.bz2
crupest-31416d8e047e4209f797881fd24e0e77256f3da1.zip
Add secrets and remove database.
Diffstat (limited to 'docker/crupest-api/CrupestApi/CrupestApi.sln')
-rw-r--r--docker/crupest-api/CrupestApi/CrupestApi.sln6
1 files changed, 6 insertions, 0 deletions
diff --git a/docker/crupest-api/CrupestApi/CrupestApi.sln b/docker/crupest-api/CrupestApi/CrupestApi.sln
index f22c307..9869d3b 100644
--- a/docker/crupest-api/CrupestApi/CrupestApi.sln
+++ b/docker/crupest-api/CrupestApi/CrupestApi.sln
@@ -7,6 +7,8 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CrupestApi", "CrupestApi\Cr
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CrupestApi.Todos", "CrupestApi.Todos\CrupestApi.Todos.csproj", "{BF9F5F71-AE65-4896-8E6F-FE0D4AD0E7D1}"
EndProject
+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CrupestApi.Secrets", "CrupestApi.Secrets\CrupestApi.Secrets.csproj", "{9A7CC9F9-70CB-408A-ADFC-5119C0BDB236}"
+EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
@@ -24,5 +26,9 @@ Global
{BF9F5F71-AE65-4896-8E6F-FE0D4AD0E7D1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BF9F5F71-AE65-4896-8E6F-FE0D4AD0E7D1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BF9F5F71-AE65-4896-8E6F-FE0D4AD0E7D1}.Release|Any CPU.Build.0 = Release|Any CPU
+ {9A7CC9F9-70CB-408A-ADFC-5119C0BDB236}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
+ {9A7CC9F9-70CB-408A-ADFC-5119C0BDB236}.Debug|Any CPU.Build.0 = Debug|Any CPU
+ {9A7CC9F9-70CB-408A-ADFC-5119C0BDB236}.Release|Any CPU.ActiveCfg = Release|Any CPU
+ {9A7CC9F9-70CB-408A-ADFC-5119C0BDB236}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
EndGlobal