-
Notifications
You must be signed in to change notification settings - Fork 226
/
Copy pathStore.sln
47 lines (47 loc) · 2.67 KB
/
Store.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
44
45
46
47
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2013
VisualStudioVersion = 12.0.30501.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Store.Model", "Store.Model\Store.Model.csproj", "{9388DC18-B02E-4CE2-8211-A958B7DD2DF2}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Store.Data", "Store.Data\Store.Data.csproj", "{8745ED96-7F5A-4CB1-84E3-A2226D9A2C72}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Store.Service", "Store.Service\Store.Service.csproj", "{BD210642-AC0E-41F8-B954-70D52A27EDEB}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Store.Web", "Store.Web\Store.Web.csproj", "{5FD16663-9592-4F57-9452-6908BBF863D8}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".nuget", ".nuget", "{A7C07EFB-6344-4AA4-8024-97BE6D5D2E04}"
ProjectSection(SolutionItems) = preProject
.nuget\NuGet.Config = .nuget\NuGet.Config
.nuget\NuGet.exe = .nuget\NuGet.exe
.nuget\NuGet.targets = .nuget\NuGet.targets
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{9388DC18-B02E-4CE2-8211-A958B7DD2DF2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9388DC18-B02E-4CE2-8211-A958B7DD2DF2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9388DC18-B02E-4CE2-8211-A958B7DD2DF2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9388DC18-B02E-4CE2-8211-A958B7DD2DF2}.Release|Any CPU.Build.0 = Release|Any CPU
{8745ED96-7F5A-4CB1-84E3-A2226D9A2C72}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8745ED96-7F5A-4CB1-84E3-A2226D9A2C72}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8745ED96-7F5A-4CB1-84E3-A2226D9A2C72}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8745ED96-7F5A-4CB1-84E3-A2226D9A2C72}.Release|Any CPU.Build.0 = Release|Any CPU
{BD210642-AC0E-41F8-B954-70D52A27EDEB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BD210642-AC0E-41F8-B954-70D52A27EDEB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BD210642-AC0E-41F8-B954-70D52A27EDEB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BD210642-AC0E-41F8-B954-70D52A27EDEB}.Release|Any CPU.Build.0 = Release|Any CPU
{5FD16663-9592-4F57-9452-6908BBF863D8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5FD16663-9592-4F57-9452-6908BBF863D8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5FD16663-9592-4F57-9452-6908BBF863D8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5FD16663-9592-4F57-9452-6908BBF863D8}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal