-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathLucinq.Sitecore.sln
34 lines (34 loc) · 1.9 KB
/
Lucinq.Sitecore.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2012
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Lucinq.SitecoreIntegration", "Lucinq.Sitecore\Lucinq.SitecoreIntegration.csproj", "{DDD54B05-9498-4A96-BBDC-8563F4FA44B6}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Lucinq.SitecoreIntegration.UnitTests", "Unit Tests\Lucinq.Sitecore.UnitTests\Lucinq.SitecoreIntegration.UnitTests.csproj", "{84C1B842-27B6-45ED-8063-1A27D687E1BD}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Unit Tests", "Unit Tests", "{1BB7A22E-BE5C-4C05-87AA-A38E39FEEFA7}"
ProjectSection(SolutionItems) = preProject
Unit Tests\Lucinq.UnitTests\Lucinq.UnitTests.csproj = Unit Tests\Lucinq.UnitTests\Lucinq.UnitTests.csproj
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{DDD54B05-9498-4A96-BBDC-8563F4FA44B6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DDD54B05-9498-4A96-BBDC-8563F4FA44B6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DDD54B05-9498-4A96-BBDC-8563F4FA44B6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DDD54B05-9498-4A96-BBDC-8563F4FA44B6}.Release|Any CPU.Build.0 = Release|Any CPU
{84C1B842-27B6-45ED-8063-1A27D687E1BD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{84C1B842-27B6-45ED-8063-1A27D687E1BD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{84C1B842-27B6-45ED-8063-1A27D687E1BD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{84C1B842-27B6-45ED-8063-1A27D687E1BD}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{84C1B842-27B6-45ED-8063-1A27D687E1BD} = {1BB7A22E-BE5C-4C05-87AA-A38E39FEEFA7}
EndGlobalSection
EndGlobal