forked from jchristn/IndexEngine
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathIndexEngine.sln
35 lines (35 loc) · 1.85 KB
/
IndexEngine.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.28307.168
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Test", "Test\Test.csproj", "{EF20449E-D1A0-4B81-8833-E6F8B3FD505F}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "IndexEngine", "IndexEngine\IndexEngine.csproj", "{4380F5EE-F5AC-4535-A951-568C79071E6A}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{EF20449E-D1A0-4B81-8833-E6F8B3FD505F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EF20449E-D1A0-4B81-8833-E6F8B3FD505F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EF20449E-D1A0-4B81-8833-E6F8B3FD505F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EF20449E-D1A0-4B81-8833-E6F8B3FD505F}.Release|Any CPU.Build.0 = Release|Any CPU
{4380F5EE-F5AC-4535-A951-568C79071E6A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4380F5EE-F5AC-4535-A951-568C79071E6A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4380F5EE-F5AC-4535-A951-568C79071E6A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4380F5EE-F5AC-4535-A951-568C79071E6A}.Release|Any CPU.Build.0 = Release|Any CPU
{C244F78E-C05D-4366-A6D9-78F0C373239B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C244F78E-C05D-4366-A6D9-78F0C373239B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C244F78E-C05D-4366-A6D9-78F0C373239B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C244F78E-C05D-4366-A6D9-78F0C373239B}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {CF2890B9-62B2-4DAB-A387-2802A5718965}
EndGlobalSection
EndGlobal