forked from mikeedwards83/Glass.Mapper
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathGlass.Mapper - Sitecore.sln
More file actions
111 lines (111 loc) · 8.07 KB
/
Glass.Mapper - Sitecore.sln
File metadata and controls
111 lines (111 loc) · 8.07 KB
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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2012
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Source", "Source", "{5D6EA9DE-3C8B-4381-82EF-4824DED2BA58}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Sites", "Sites", "{53D4AA07-205B-47B7-B040-F29F82855772}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Sitecore", "Sitecore", "{3A907A16-C131-4B03-A819-5962866C875E}"
ProjectSection(SolutionItems) = preProject
Sites\Sitecore\Setup.txt = Sites\Sitecore\Setup.txt
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Glass.Mapper.Sites.Sc", "Sites\Sitecore\Glass.Mapper.Sites.Sc\Glass.Mapper.Sites.Sc.csproj", "{C6E8F5C7-7D3C-4492-B38B-707A885B7D27}"
EndProject
Project("{CAA73BB0-EF22-4D79-A57E-DF67B3BA9C80}") = "Glass.Mapper.Sites.Sc.Tds", "Sites\Sitecore\Glass.Mapper.Sites.Sc.Tds\Glass.Mapper.Sites.Sc.Tds.scproj", "{90D86CFB-1744-4D9D-A294-A5B64618DC50}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Tests", "Tests", "{AE1024DD-D8C9-4068-B183-6DB114888D39}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Integration Tests", "Integration Tests", "{D213393F-AC22-4424-A982-1B66D09AB9B5}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Sitecore", "Sitecore", "{CD5D2D4B-47EF-47D6-B863-F3C9BD98EB8E}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Glass.Mapper.Sc.Integration", "Tests\Integration Tests\Sitecore\Glass.Mapper.Sc.Integration\Glass.Mapper.Sc.Integration.csproj", "{ED059096-C6AC-42AA-B0B2-74104E1AF861}"
EndProject
Project("{CAA73BB0-EF22-4D79-A57E-DF67B3BA9C80}") = "Glass.Mapper.Sc.Integration.Tds", "Tests\Integration Tests\Sitecore\Glass.Mapper.Sc.Integration.Tds\Glass.Mapper.Sc.Integration.Tds.scproj", "{FEE6B0E9-B4A4-404C-9236-4396B2261C17}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Glass.Mapper", "Source\Glass.Mapper\Glass.Mapper.csproj", "{566109ED-A88A-467E-BDDB-BBF7F831A006}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Glass.Mapper.Sc", "Source\Glass.Mapper.Sc\Glass.Mapper.Sc.csproj", "{0B8E0B06-46B8-4794-862F-73B391F8B1A1}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Glass.Mapper.Sc.Upgrade", "Source\Glass.Mapper.Sc.Upgrade\Glass.Mapper.Sc.Upgrade.csproj", "{AFC35AE3-307B-43BC-A9B8-9BCFB4EA3CCF}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Glass.Mapper.Sc.Website", "Source\Glass.Mapper.Sc.Website\Glass.Mapper.Sc.Website.csproj", "{93420975-6370-4E1F-BC3C-9F9B4EEECEB1}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Unit Tests", "Unit Tests", "{B3AD5A1C-51FC-4D1A-9C3F-80C79B173B77}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Glass.Mapper.Tests", "Tests\Unit Tests\Glass.Mapper.Tests\Glass.Mapper.Tests.csproj", "{728CF1A7-0F06-4464-B434-33A982D97C82}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Glass.Mapper.Sc.Tests", "Tests\Unit Tests\Glass.Mapper.Sc.Tests\Glass.Mapper.Sc.Tests.csproj", "{38DB0F01-9232-45BE-BC14-8DEDB738D538}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{C6E8F5C7-7D3C-4492-B38B-707A885B7D27}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C6E8F5C7-7D3C-4492-B38B-707A885B7D27}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C6E8F5C7-7D3C-4492-B38B-707A885B7D27}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C6E8F5C7-7D3C-4492-B38B-707A885B7D27}.Release|Any CPU.Build.0 = Release|Any CPU
{90D86CFB-1744-4D9D-A294-A5B64618DC50}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{90D86CFB-1744-4D9D-A294-A5B64618DC50}.Debug|Any CPU.Build.0 = Debug|Any CPU
{90D86CFB-1744-4D9D-A294-A5B64618DC50}.Debug|Any CPU.Deploy.0 = Debug|Any CPU
{90D86CFB-1744-4D9D-A294-A5B64618DC50}.Release|Any CPU.ActiveCfg = Release|Any CPU
{90D86CFB-1744-4D9D-A294-A5B64618DC50}.Release|Any CPU.Build.0 = Release|Any CPU
{90D86CFB-1744-4D9D-A294-A5B64618DC50}.Release|Any CPU.Deploy.0 = Release|Any CPU
{ED059096-C6AC-42AA-B0B2-74104E1AF861}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{ED059096-C6AC-42AA-B0B2-74104E1AF861}.Debug|Any CPU.Build.0 = Debug|Any CPU
{ED059096-C6AC-42AA-B0B2-74104E1AF861}.Release|Any CPU.ActiveCfg = Release|Any CPU
{ED059096-C6AC-42AA-B0B2-74104E1AF861}.Release|Any CPU.Build.0 = Release|Any CPU
{FEE6B0E9-B4A4-404C-9236-4396B2261C17}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FEE6B0E9-B4A4-404C-9236-4396B2261C17}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FEE6B0E9-B4A4-404C-9236-4396B2261C17}.Debug|Any CPU.Deploy.0 = Debug|Any CPU
{FEE6B0E9-B4A4-404C-9236-4396B2261C17}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FEE6B0E9-B4A4-404C-9236-4396B2261C17}.Release|Any CPU.Build.0 = Release|Any CPU
{FEE6B0E9-B4A4-404C-9236-4396B2261C17}.Release|Any CPU.Deploy.0 = Release|Any CPU
{566109ED-A88A-467E-BDDB-BBF7F831A006}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{566109ED-A88A-467E-BDDB-BBF7F831A006}.Debug|Any CPU.Build.0 = Debug|Any CPU
{566109ED-A88A-467E-BDDB-BBF7F831A006}.Release|Any CPU.ActiveCfg = Release|Any CPU
{566109ED-A88A-467E-BDDB-BBF7F831A006}.Release|Any CPU.Build.0 = Release|Any CPU
{0B8E0B06-46B8-4794-862F-73B391F8B1A1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0B8E0B06-46B8-4794-862F-73B391F8B1A1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0B8E0B06-46B8-4794-862F-73B391F8B1A1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0B8E0B06-46B8-4794-862F-73B391F8B1A1}.Release|Any CPU.Build.0 = Release|Any CPU
{AFC35AE3-307B-43BC-A9B8-9BCFB4EA3CCF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{AFC35AE3-307B-43BC-A9B8-9BCFB4EA3CCF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{AFC35AE3-307B-43BC-A9B8-9BCFB4EA3CCF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{AFC35AE3-307B-43BC-A9B8-9BCFB4EA3CCF}.Release|Any CPU.Build.0 = Release|Any CPU
{93420975-6370-4E1F-BC3C-9F9B4EEECEB1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{93420975-6370-4E1F-BC3C-9F9B4EEECEB1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{93420975-6370-4E1F-BC3C-9F9B4EEECEB1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{93420975-6370-4E1F-BC3C-9F9B4EEECEB1}.Release|Any CPU.Build.0 = Release|Any CPU
{728CF1A7-0F06-4464-B434-33A982D97C82}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{728CF1A7-0F06-4464-B434-33A982D97C82}.Debug|Any CPU.Build.0 = Debug|Any CPU
{728CF1A7-0F06-4464-B434-33A982D97C82}.Release|Any CPU.ActiveCfg = Release|Any CPU
{728CF1A7-0F06-4464-B434-33A982D97C82}.Release|Any CPU.Build.0 = Release|Any CPU
{38DB0F01-9232-45BE-BC14-8DEDB738D538}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{38DB0F01-9232-45BE-BC14-8DEDB738D538}.Debug|Any CPU.Build.0 = Debug|Any CPU
{38DB0F01-9232-45BE-BC14-8DEDB738D538}.Release|Any CPU.ActiveCfg = Release|Any CPU
{38DB0F01-9232-45BE-BC14-8DEDB738D538}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{566109ED-A88A-467E-BDDB-BBF7F831A006} = {5D6EA9DE-3C8B-4381-82EF-4824DED2BA58}
{0B8E0B06-46B8-4794-862F-73B391F8B1A1} = {5D6EA9DE-3C8B-4381-82EF-4824DED2BA58}
{AFC35AE3-307B-43BC-A9B8-9BCFB4EA3CCF} = {5D6EA9DE-3C8B-4381-82EF-4824DED2BA58}
{93420975-6370-4E1F-BC3C-9F9B4EEECEB1} = {5D6EA9DE-3C8B-4381-82EF-4824DED2BA58}
{3A907A16-C131-4B03-A819-5962866C875E} = {53D4AA07-205B-47B7-B040-F29F82855772}
{C6E8F5C7-7D3C-4492-B38B-707A885B7D27} = {3A907A16-C131-4B03-A819-5962866C875E}
{90D86CFB-1744-4D9D-A294-A5B64618DC50} = {3A907A16-C131-4B03-A819-5962866C875E}
{D213393F-AC22-4424-A982-1B66D09AB9B5} = {AE1024DD-D8C9-4068-B183-6DB114888D39}
{B3AD5A1C-51FC-4D1A-9C3F-80C79B173B77} = {AE1024DD-D8C9-4068-B183-6DB114888D39}
{CD5D2D4B-47EF-47D6-B863-F3C9BD98EB8E} = {D213393F-AC22-4424-A982-1B66D09AB9B5}
{ED059096-C6AC-42AA-B0B2-74104E1AF861} = {CD5D2D4B-47EF-47D6-B863-F3C9BD98EB8E}
{FEE6B0E9-B4A4-404C-9236-4396B2261C17} = {CD5D2D4B-47EF-47D6-B863-F3C9BD98EB8E}
{728CF1A7-0F06-4464-B434-33A982D97C82} = {B3AD5A1C-51FC-4D1A-9C3F-80C79B173B77}
{38DB0F01-9232-45BE-BC14-8DEDB738D538} = {B3AD5A1C-51FC-4D1A-9C3F-80C79B173B77}
EndGlobalSection
EndGlobal