-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathUnitTestingSitecoreComponents.sln
37 lines (37 loc) · 2.01 KB
/
UnitTestingSitecoreComponents.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29905.134
MinimumVisualStudioVersion = 15.0.26124.0
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Web", "Web\Web.csproj", "{E25F1994-3F0C-4B39-9201-8825092FFDF9}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Data", "Data\Data.csproj", "{1F4E004B-4ECB-47DA-A8E7-53B86827E4D5}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "UnitTest", "UnitTest\UnitTest.csproj", "{BF95F068-F9CB-42FE-B314-C73BAE11EF14}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{E25F1994-3F0C-4B39-9201-8825092FFDF9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E25F1994-3F0C-4B39-9201-8825092FFDF9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E25F1994-3F0C-4B39-9201-8825092FFDF9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E25F1994-3F0C-4B39-9201-8825092FFDF9}.Release|Any CPU.Build.0 = Release|Any CPU
{1F4E004B-4ECB-47DA-A8E7-53B86827E4D5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1F4E004B-4ECB-47DA-A8E7-53B86827E4D5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1F4E004B-4ECB-47DA-A8E7-53B86827E4D5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1F4E004B-4ECB-47DA-A8E7-53B86827E4D5}.Release|Any CPU.Build.0 = Release|Any CPU
{BF95F068-F9CB-42FE-B314-C73BAE11EF14}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BF95F068-F9CB-42FE-B314-C73BAE11EF14}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BF95F068-F9CB-42FE-B314-C73BAE11EF14}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BF95F068-F9CB-42FE-B314-C73BAE11EF14}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {AD4AD0BF-5E1B-43AE-B565-BA93BE672CBA}
EndGlobalSection
EndGlobal