shopping-cart-blazor-wasm/ShoppingCartStarter.sln
2020-06-19 09:20:16 +01:00

37 lines
2.1 KiB
Text

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30114.105
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ShoppingCartStarter.Server", "Server\ShoppingCartStarter.Server.csproj", "{15E94E72-DC8E-481C-AF8A-804F368C10A1}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ShoppingCartStarter.Client", "Client\ShoppingCartStarter.Client.csproj", "{33701126-2393-4FD4-819F-910B85EF0207}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ShoppingCartStarter.Shared", "Shared\ShoppingCartStarter.Shared.csproj", "{8FCBFFD6-A076-4E5E-A84C-E00AA3299934}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{15E94E72-DC8E-481C-AF8A-804F368C10A1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{15E94E72-DC8E-481C-AF8A-804F368C10A1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{15E94E72-DC8E-481C-AF8A-804F368C10A1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{15E94E72-DC8E-481C-AF8A-804F368C10A1}.Release|Any CPU.Build.0 = Release|Any CPU
{33701126-2393-4FD4-819F-910B85EF0207}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{33701126-2393-4FD4-819F-910B85EF0207}.Debug|Any CPU.Build.0 = Debug|Any CPU
{33701126-2393-4FD4-819F-910B85EF0207}.Release|Any CPU.ActiveCfg = Release|Any CPU
{33701126-2393-4FD4-819F-910B85EF0207}.Release|Any CPU.Build.0 = Release|Any CPU
{8FCBFFD6-A076-4E5E-A84C-E00AA3299934}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8FCBFFD6-A076-4E5E-A84C-E00AA3299934}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8FCBFFD6-A076-4E5E-A84C-E00AA3299934}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8FCBFFD6-A076-4E5E-A84C-E00AA3299934}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {A7CE8054-53E9-4126-A8AF-F92B0E80BBE0}
EndGlobalSection
EndGlobal