-
Notifications
You must be signed in to change notification settings - Fork 6
/
MSearch.sln
38 lines (38 loc) · 1.84 KB
/
MSearch.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26730.16
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "README", "README", "{070AE2AF-B124-4C90-9F30-F8CF4FCDD915}"
ProjectSection(SolutionItems) = preProject
MSearch\Configuration.md = MSearch\Configuration.md
Documentation.md = Documentation.md
README.md = README.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MSearch", "MSearch\MSearch.csproj", "{2EAA6490-F182-4AA1-B46C-17045DBF0B0C}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MSearch.Tests", "MSearch.Tests\MSearch.Tests.csproj", "{7E0B8DDD-7EB7-451A-84E9-BEBA03B8734C}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{2EAA6490-F182-4AA1-B46C-17045DBF0B0C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2EAA6490-F182-4AA1-B46C-17045DBF0B0C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2EAA6490-F182-4AA1-B46C-17045DBF0B0C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2EAA6490-F182-4AA1-B46C-17045DBF0B0C}.Release|Any CPU.Build.0 = Release|Any CPU
{7E0B8DDD-7EB7-451A-84E9-BEBA03B8734C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7E0B8DDD-7EB7-451A-84E9-BEBA03B8734C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7E0B8DDD-7EB7-451A-84E9-BEBA03B8734C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7E0B8DDD-7EB7-451A-84E9-BEBA03B8734C}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {E9155196-5903-42B8-98DE-617521E918BC}
EndGlobalSection
EndGlobal