Docker Support

This commit is contained in:
2023-08-30 17:37:12 +02:00
parent 9bac635d24
commit 4ba7ac8948
5 changed files with 97 additions and 14 deletions

25
my-weather-api.sln Normal file
View File

@@ -0,0 +1,25 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.7.34018.315
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "my-weather-api", "my-weather-api.csproj", "{B05ABBAD-4EEC-453E-A3CB-CF5BEF6DBEEE}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{B05ABBAD-4EEC-453E-A3CB-CF5BEF6DBEEE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B05ABBAD-4EEC-453E-A3CB-CF5BEF6DBEEE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B05ABBAD-4EEC-453E-A3CB-CF5BEF6DBEEE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B05ABBAD-4EEC-453E-A3CB-CF5BEF6DBEEE}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {99664F82-6C35-4D02-9D75-55C140CE08BC}
EndGlobalSection
EndGlobal