AspNetCore.Docs/aspnetcore/migration/webapi/sample/WebAPIMigration.sln

32 lines
1.6 KiB
Plaintext

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27428.2037
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ProductsApp", "ProductsApp\ProductsApp.csproj", "{8811BC19-201C-4487-A264-C6704D245010}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ProductsCore", "ProductsCore\ProductsCore.csproj", "{F5953B87-53DB-4E62-97D3-7406F1400A91}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{8811BC19-201C-4487-A264-C6704D245010}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8811BC19-201C-4487-A264-C6704D245010}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8811BC19-201C-4487-A264-C6704D245010}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8811BC19-201C-4487-A264-C6704D245010}.Release|Any CPU.Build.0 = Release|Any CPU
{F5953B87-53DB-4E62-97D3-7406F1400A91}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F5953B87-53DB-4E62-97D3-7406F1400A91}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F5953B87-53DB-4E62-97D3-7406F1400A91}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F5953B87-53DB-4E62-97D3-7406F1400A91}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {1024D7DD-0480-410D-9500-4CFBC4F2035A}
EndGlobalSection
EndGlobal