AspNetCore.Docs.Samples/fundamentals/minimal-apis/samples/MinApiTestsSample/MinApiTestsSample.sln

32 lines
1.6 KiB
Plaintext

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.31903.59
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "WebMinRouteGroup", "WebMinRouteGroup\WebMinRouteGroup.csproj", "{3256AE2D-3E23-4869-B914-51A04C2357CF}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MinApiTests", "MinApiTests\MinApiTests.csproj", "{2B14F621-3DC6-40D5-87F5-469CDE54F788}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{3256AE2D-3E23-4869-B914-51A04C2357CF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3256AE2D-3E23-4869-B914-51A04C2357CF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3256AE2D-3E23-4869-B914-51A04C2357CF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3256AE2D-3E23-4869-B914-51A04C2357CF}.Release|Any CPU.Build.0 = Release|Any CPU
{2B14F621-3DC6-40D5-87F5-469CDE54F788}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2B14F621-3DC6-40D5-87F5-469CDE54F788}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2B14F621-3DC6-40D5-87F5-469CDE54F788}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2B14F621-3DC6-40D5-87F5-469CDE54F788}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {47B1B0C6-1AC8-4B66-84E5-6F4A09F2E1BB}
EndGlobalSection
EndGlobal