|
|
|
@ -9,6 +9,8 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "test", "test", "{04DBDB01-7 |
|
|
|
EndProject |
|
|
|
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "EShopOnAbp.BasketService", "src\EShopOnAbp.BasketService\EShopOnAbp.BasketService.csproj", "{83F0BE02-6B71-4695-B86F-18DEEE34B485}" |
|
|
|
EndProject |
|
|
|
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "EShopOnAbp.BasketService.Contracts", "src\EShopOnAbp.BasketService.Contracts\EShopOnAbp.BasketService.Contracts.csproj", "{D2C4E464-221E-42F3-B1BB-79ABC5C3AC64}" |
|
|
|
EndProject |
|
|
|
Global |
|
|
|
GlobalSection(SolutionConfigurationPlatforms) = preSolution |
|
|
|
Debug|Any CPU = Debug|Any CPU |
|
|
|
@ -19,12 +21,17 @@ Global |
|
|
|
{83F0BE02-6B71-4695-B86F-18DEEE34B485}.Debug|Any CPU.Build.0 = Debug|Any CPU |
|
|
|
{83F0BE02-6B71-4695-B86F-18DEEE34B485}.Release|Any CPU.ActiveCfg = Release|Any CPU |
|
|
|
{83F0BE02-6B71-4695-B86F-18DEEE34B485}.Release|Any CPU.Build.0 = Release|Any CPU |
|
|
|
{D2C4E464-221E-42F3-B1BB-79ABC5C3AC64}.Debug|Any CPU.ActiveCfg = Debug|Any CPU |
|
|
|
{D2C4E464-221E-42F3-B1BB-79ABC5C3AC64}.Debug|Any CPU.Build.0 = Debug|Any CPU |
|
|
|
{D2C4E464-221E-42F3-B1BB-79ABC5C3AC64}.Release|Any CPU.ActiveCfg = Release|Any CPU |
|
|
|
{D2C4E464-221E-42F3-B1BB-79ABC5C3AC64}.Release|Any CPU.Build.0 = Release|Any CPU |
|
|
|
EndGlobalSection |
|
|
|
GlobalSection(SolutionProperties) = preSolution |
|
|
|
HideSolutionNode = FALSE |
|
|
|
EndGlobalSection |
|
|
|
GlobalSection(NestedProjects) = preSolution |
|
|
|
{83F0BE02-6B71-4695-B86F-18DEEE34B485} = {CA9AC87F-097E-4F15-8393-4BC07735A5B0} |
|
|
|
{D2C4E464-221E-42F3-B1BB-79ABC5C3AC64} = {CA9AC87F-097E-4F15-8393-4BC07735A5B0} |
|
|
|
EndGlobalSection |
|
|
|
GlobalSection(ExtensibilityGlobals) = postSolution |
|
|
|
SolutionGuid = {6AAFA1C6-603E-13FA-45E5-7910AA9F661D} |
|
|
|
|