EFB/EFB.sln
lukejelse04 e1c97e5b8c Initial Project Upload
This contains the base ASP.Net Core web application running on .Net Core Version 5
2021-09-20 07:16:48 +01:00

26 lines
1.1 KiB
Plaintext

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.31424.327
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "EFB", "EFB.csproj", "{F9CCDA81-74BF-44D4-8CDF-E7E51F1B4A6C}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{F9CCDA81-74BF-44D4-8CDF-E7E51F1B4A6C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F9CCDA81-74BF-44D4-8CDF-E7E51F1B4A6C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F9CCDA81-74BF-44D4-8CDF-E7E51F1B4A6C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F9CCDA81-74BF-44D4-8CDF-E7E51F1B4A6C}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {4AC9001F-25BA-4085-9222-0C32D607C985}
EndGlobalSection
EndGlobal