forked from ninjanye/SearchExtensions
-
Notifications
You must be signed in to change notification settings - Fork 0
/
SearchExtensions.sln
38 lines (38 loc) · 2.56 KB
/
SearchExtensions.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 2012
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NinjaNye.SearchExtensions", "NinjaNye.SearchExtensions\NinjaNye.SearchExtensions.csproj", "{60B8E347-999F-4EE2-8172-9367D4F71860}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NinjaNye.SearchExtensions.Tests", "NinjaNye.SearchExtensions.Tests\NinjaNye.SearchExtensions.Tests.csproj", "{A2B64396-FE41-4F02-9A11-5050F16524C3}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NinjaNye.SearchExtensions.Performance", "NinjaNye.SearchExtensions.Performance\NinjaNye.SearchExtensions.Performance.csproj", "{3BA8EC52-60C1-41E6-B154-53D40407115B}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NinjaNye.SearchExtensions.Tests.Integration", "NinjaNye.SearchExtensions.Tests.Integration\NinjaNye.SearchExtensions.Tests.Integration.csproj", "{F167ED45-5E0B-4085-A040-2784116A70FD}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{60B8E347-999F-4EE2-8172-9367D4F71860}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{60B8E347-999F-4EE2-8172-9367D4F71860}.Debug|Any CPU.Build.0 = Debug|Any CPU
{60B8E347-999F-4EE2-8172-9367D4F71860}.Release|Any CPU.ActiveCfg = Release|Any CPU
{60B8E347-999F-4EE2-8172-9367D4F71860}.Release|Any CPU.Build.0 = Release|Any CPU
{A2B64396-FE41-4F02-9A11-5050F16524C3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A2B64396-FE41-4F02-9A11-5050F16524C3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A2B64396-FE41-4F02-9A11-5050F16524C3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A2B64396-FE41-4F02-9A11-5050F16524C3}.Release|Any CPU.Build.0 = Release|Any CPU
{3BA8EC52-60C1-41E6-B154-53D40407115B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3BA8EC52-60C1-41E6-B154-53D40407115B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3BA8EC52-60C1-41E6-B154-53D40407115B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3BA8EC52-60C1-41E6-B154-53D40407115B}.Release|Any CPU.Build.0 = Release|Any CPU
{F167ED45-5E0B-4085-A040-2784116A70FD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F167ED45-5E0B-4085-A040-2784116A70FD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F167ED45-5E0B-4085-A040-2784116A70FD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F167ED45-5E0B-4085-A040-2784116A70FD}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal