-
Notifications
You must be signed in to change notification settings - Fork 1
/
SimpleShop.sln
43 lines (43 loc) · 2.55 KB
/
SimpleShop.sln
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.31105.61
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SimpleShop.UI", "SimpleShop.UI\SimpleShop.UI.csproj", "{D0F66815-762B-4F68-8AC1-509EC5BFF159}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SimpleShop.API", "SimpleShop.API\SimpleShop.API.csproj", "{10DC5EEC-8E02-46FC-9F5C-C23E258F5AFB}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SimpleShop.Shared", "SimpleShop.Shared\SimpleShop.Shared.csproj", "{6C4EA6EA-91E4-4216-98A9-A156B33A4087}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SimpleShop.UnitTest", "SimpleShop.UnitTest\SimpleShop.UnitTest.csproj", "{CC01D058-6246-4FE9-A2F5-F6AEDD5322D8}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{D0F66815-762B-4F68-8AC1-509EC5BFF159}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D0F66815-762B-4F68-8AC1-509EC5BFF159}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D0F66815-762B-4F68-8AC1-509EC5BFF159}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D0F66815-762B-4F68-8AC1-509EC5BFF159}.Release|Any CPU.Build.0 = Release|Any CPU
{10DC5EEC-8E02-46FC-9F5C-C23E258F5AFB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{10DC5EEC-8E02-46FC-9F5C-C23E258F5AFB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{10DC5EEC-8E02-46FC-9F5C-C23E258F5AFB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{10DC5EEC-8E02-46FC-9F5C-C23E258F5AFB}.Release|Any CPU.Build.0 = Release|Any CPU
{6C4EA6EA-91E4-4216-98A9-A156B33A4087}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6C4EA6EA-91E4-4216-98A9-A156B33A4087}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6C4EA6EA-91E4-4216-98A9-A156B33A4087}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6C4EA6EA-91E4-4216-98A9-A156B33A4087}.Release|Any CPU.Build.0 = Release|Any CPU
{CC01D058-6246-4FE9-A2F5-F6AEDD5322D8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CC01D058-6246-4FE9-A2F5-F6AEDD5322D8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CC01D058-6246-4FE9-A2F5-F6AEDD5322D8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CC01D058-6246-4FE9-A2F5-F6AEDD5322D8}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {C23FC3A1-20DC-4F90-8AD0-D0C0E6BC41F3}
EndGlobalSection
EndGlobal