-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathStore.Web.sln
56 lines (56 loc) · 3.28 KB
/
Store.Web.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
48
49
50
51
52
53
54
55
56
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Express 2012 for Web
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Store.Web", "Store.Web\Store.Web.csproj", "{9F1879D8-35EA-4EA5-9E56-76021228255D}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Store.Nhibernate", "Store.Nhibernate\Store.Nhibernate.csproj", "{A6C27200-0010-4315-8C94-7FB927952AED}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Store.Domain", "Store.Domain\Store.Domain.csproj", "{704DC2EF-C53A-4D15-96D4-3592E14862C1}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".nuget", ".nuget", "{49D488F1-06E6-4265-A6E8-BBFE9B8EB9AE}"
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
Debug|x86 = Debug|x86
Release|Any CPU = Release|Any CPU
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{9F1879D8-35EA-4EA5-9E56-76021228255D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9F1879D8-35EA-4EA5-9E56-76021228255D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9F1879D8-35EA-4EA5-9E56-76021228255D}.Debug|x86.ActiveCfg = Debug|x86
{9F1879D8-35EA-4EA5-9E56-76021228255D}.Debug|x86.Build.0 = Debug|x86
{9F1879D8-35EA-4EA5-9E56-76021228255D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9F1879D8-35EA-4EA5-9E56-76021228255D}.Release|Any CPU.Build.0 = Release|Any CPU
{9F1879D8-35EA-4EA5-9E56-76021228255D}.Release|x86.ActiveCfg = Release|x86
{9F1879D8-35EA-4EA5-9E56-76021228255D}.Release|x86.Build.0 = Release|x86
{A6C27200-0010-4315-8C94-7FB927952AED}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A6C27200-0010-4315-8C94-7FB927952AED}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A6C27200-0010-4315-8C94-7FB927952AED}.Debug|x86.ActiveCfg = Debug|x86
{A6C27200-0010-4315-8C94-7FB927952AED}.Debug|x86.Build.0 = Debug|x86
{A6C27200-0010-4315-8C94-7FB927952AED}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A6C27200-0010-4315-8C94-7FB927952AED}.Release|Any CPU.Build.0 = Release|Any CPU
{A6C27200-0010-4315-8C94-7FB927952AED}.Release|x86.ActiveCfg = Release|x86
{A6C27200-0010-4315-8C94-7FB927952AED}.Release|x86.Build.0 = Release|x86
{704DC2EF-C53A-4D15-96D4-3592E14862C1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{704DC2EF-C53A-4D15-96D4-3592E14862C1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{704DC2EF-C53A-4D15-96D4-3592E14862C1}.Debug|x86.ActiveCfg = Debug|x86
{704DC2EF-C53A-4D15-96D4-3592E14862C1}.Debug|x86.Build.0 = Debug|x86
{704DC2EF-C53A-4D15-96D4-3592E14862C1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{704DC2EF-C53A-4D15-96D4-3592E14862C1}.Release|Any CPU.Build.0 = Release|Any CPU
{704DC2EF-C53A-4D15-96D4-3592E14862C1}.Release|x86.ActiveCfg = Release|x86
{704DC2EF-C53A-4D15-96D4-3592E14862C1}.Release|x86.Build.0 = Release|x86
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
EnterpriseLibraryConfigurationToolBinariesPath = packages\Unity.2.1.505.2\lib\NET35
EndGlobalSection
EndGlobal