forked from oigbokwe73/AdventureWorks
-
Notifications
You must be signed in to change notification settings - Fork 0
/
AdventureWorks.sln
52 lines (52 loc) · 2.77 KB
/
AdventureWorks.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.23107.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AdventureWorks", "AdventureWorks\AdventureWorks.csproj", "{469813E1-309D-4625-BD1B-E47E3F7E5150}"
ProjectSection(ProjectDependencies) = postProject
{D0DBBF1E-DB78-4436-83C7-5F5A2A17AE10} = {D0DBBF1E-DB78-4436-83C7-5F5A2A17AE10}
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AdventureWorksDAL", "AdventureWorksDAL\AdventureWorksDAL.csproj", "{F7D8E47C-9649-4BA5-9357-F76D5BE24790}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "StoreFrontService", "StoreFrontService\StoreFrontService.csproj", "{D0DBBF1E-DB78-4436-83C7-5F5A2A17AE10}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{469813E1-309D-4625-BD1B-E47E3F7E5150}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{469813E1-309D-4625-BD1B-E47E3F7E5150}.Debug|Any CPU.Build.0 = Debug|Any CPU
{469813E1-309D-4625-BD1B-E47E3F7E5150}.Release|Any CPU.ActiveCfg = Release|Any CPU
{469813E1-309D-4625-BD1B-E47E3F7E5150}.Release|Any CPU.Build.0 = Release|Any CPU
{F7D8E47C-9649-4BA5-9357-F76D5BE24790}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F7D8E47C-9649-4BA5-9357-F76D5BE24790}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F7D8E47C-9649-4BA5-9357-F76D5BE24790}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F7D8E47C-9649-4BA5-9357-F76D5BE24790}.Release|Any CPU.Build.0 = Release|Any CPU
{D0DBBF1E-DB78-4436-83C7-5F5A2A17AE10}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D0DBBF1E-DB78-4436-83C7-5F5A2A17AE10}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D0DBBF1E-DB78-4436-83C7-5F5A2A17AE10}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D0DBBF1E-DB78-4436-83C7-5F5A2A17AE10}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(TeamFoundationVersionControl) = preSolution
SccNumberOfProjects = 4
SccEnterpriseProvider = {4CA58AB2-18FA-4F8D-95D4-32DDF27D184C}
SccTeamFoundationServer = https://platformbasedsolutions.visualstudio.com/defaultcollection
SccLocalPath0 = .
SccProjectUniqueName1 = AdventureWorks\\AdventureWorks.csproj
SccProjectName1 = AdventureWorks
SccLocalPath1 = AdventureWorks
SccProjectUniqueName2 = AdventureWorksDAL\\AdventureWorksDAL.csproj
SccProjectName2 = AdventureWorksDAL
SccLocalPath2 = AdventureWorksDAL
SccProjectUniqueName3 = StoreFrontService\\StoreFrontService.csproj
SccProjectName3 = StoreFrontService
SccLocalPath3 = StoreFrontService
EndGlobalSection
EndGlobal