forked from GSerjo/Lucene
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathLu.sln
40 lines (40 loc) · 2.19 KB
/
Lu.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 2012
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "LuceneSearch", "Source\LuceneSearch\LuceneSearch.csproj", "{704263E4-F68A-455E-B6B3-B34984347EF6}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Terminal", "Source\Terminal\Terminal.csproj", "{D193523D-0642-4196-A28E-972567620E10}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "UnitTests", "Source\UnitTests\UnitTests.csproj", "{02E7856B-A99C-4E9F-8225-09804AAB78E0}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".nuget", ".nuget", "{683EE1D2-7372-4634-BA62-7581BEFC6013}"
ProjectSection(SolutionItems) = preProject
.nuget\NuGet.Config = .nuget\NuGet.Config
.nuget\NuGet.exe = .nuget\NuGet.exe
.nuget\NuGet.targets = .nuget\NuGet.targets
.nuget\packages.config = .nuget\packages.config
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{704263E4-F68A-455E-B6B3-B34984347EF6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{704263E4-F68A-455E-B6B3-B34984347EF6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{704263E4-F68A-455E-B6B3-B34984347EF6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{704263E4-F68A-455E-B6B3-B34984347EF6}.Release|Any CPU.Build.0 = Release|Any CPU
{D193523D-0642-4196-A28E-972567620E10}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D193523D-0642-4196-A28E-972567620E10}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D193523D-0642-4196-A28E-972567620E10}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D193523D-0642-4196-A28E-972567620E10}.Release|Any CPU.Build.0 = Release|Any CPU
{02E7856B-A99C-4E9F-8225-09804AAB78E0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{02E7856B-A99C-4E9F-8225-09804AAB78E0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{02E7856B-A99C-4E9F-8225-09804AAB78E0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{02E7856B-A99C-4E9F-8225-09804AAB78E0}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal