Skip to content

Commit

Permalink
add solution
Browse files Browse the repository at this point in the history
  • Loading branch information
vfabing committed Jul 17, 2019
1 parent 62f774d commit 486489a
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions docker-aspnetcore-react.sln
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.28803.202
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "docker-aspnetcore-react", "docker-aspnetcore-react.csproj", "{5F82D2AF-FD9F-408D-AD30-FAAAC06E13E6}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{5F82D2AF-FD9F-408D-AD30-FAAAC06E13E6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5F82D2AF-FD9F-408D-AD30-FAAAC06E13E6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5F82D2AF-FD9F-408D-AD30-FAAAC06E13E6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5F82D2AF-FD9F-408D-AD30-FAAAC06E13E6}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {32E2ACE3-2978-43A2-994F-DA01FE7C6F42}
EndGlobalSection
EndGlobal

0 comments on commit 486489a

Please sign in to comment.