-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathSitecore.ContentSearch.Fluent.sln
40 lines (40 loc) · 2.6 KB
/
Sitecore.ContentSearch.Fluent.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30907.101
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Sitecore.ContentSearch.Fluent", "src\Sitecore.ContentSearch.Fluent\Sitecore.ContentSearch.Fluent.csproj", "{D7596FFD-0D6F-4963-8C98-9F056E00595F}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Sitecore.ContentSearch.Fluent.Tests", "tests\Sitecore.ContentSearch.Fluent.Tests\Sitecore.ContentSearch.Fluent.Tests.csproj", "{CDBB2A81-08D6-4929-B66E-23871B668AAC}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Configuration", "Configuration", "{6F06D208-1E55-42FC-94E4-F14023A49AA7}"
ProjectSection(SolutionItems) = preProject
.gitignore = .gitignore
License.txt = License.txt
.nuget\nuget.config = .nuget\nuget.config
README.md = README.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{D7596FFD-0D6F-4963-8C98-9F056E00595F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D7596FFD-0D6F-4963-8C98-9F056E00595F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D7596FFD-0D6F-4963-8C98-9F056E00595F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D7596FFD-0D6F-4963-8C98-9F056E00595F}.Release|Any CPU.Build.0 = Release|Any CPU
{CDBB2A81-08D6-4929-B66E-23871B668AAC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CDBB2A81-08D6-4929-B66E-23871B668AAC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CDBB2A81-08D6-4929-B66E-23871B668AAC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CDBB2A81-08D6-4929-B66E-23871B668AAC}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
EnterpriseLibraryConfigurationToolBinariesPathV6 = packages\EnterpriseLibrary.Common.6.0.1304.0\lib\NET45;packages\EnterpriseLibrary.TransientFaultHandling.6.0.1304.0\lib\portable-net45+win+wp8;packages\EnterpriseLibrary.TransientFaultHandling.Caching.6.0.1304.0\lib\NET45;packages\EnterpriseLibrary.TransientFaultHandling.Data.6.0.1304.1\lib\NET45;packages\EnterpriseLibrary.TransientFaultHandling.ServiceBus.6.0.1304.0\lib\NET45;packages\EnterpriseLibrary.TransientFaultHandling.WindowsAzure.Storage.6.0.1304.0\lib\NET45;packages\EnterpriseLibrary.TransientFaultHandling.Configuration.6.0.1304.0\lib\NET45
SolutionGuid = {C348096F-E292-4822-874A-6A60548095E4}
EndGlobalSection
EndGlobal