-
Notifications
You must be signed in to change notification settings - Fork 0
/
LINQ Extensions Library.sln
43 lines (43 loc) · 2.3 KB
/
LINQ Extensions Library.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
41
42
43
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.28307.421
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "LinqExt", "LinqExt\LinqExt.csproj", "{A339686F-D97F-45A0-A099-F91EFAA712B5}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "LinqExtTests", "LinqExtTests\LinqExtTests.csproj", "{2AE43651-DF19-4F1B-80D3-CC42C506BC5A}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SortTester", "SortTester\SortTester.csproj", "{53BBE4AC-0B8E-4DF7-9541-D01AB04175E2}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{CABEAD80-1200-4BB7-9972-5873FA641BFA}"
ProjectSection(SolutionItems) = preProject
AllExceptSort.playlist = AllExceptSort.playlist
Historian.playlist = Historian.playlist
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{A339686F-D97F-45A0-A099-F91EFAA712B5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A339686F-D97F-45A0-A099-F91EFAA712B5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A339686F-D97F-45A0-A099-F91EFAA712B5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A339686F-D97F-45A0-A099-F91EFAA712B5}.Release|Any CPU.Build.0 = Release|Any CPU
{2AE43651-DF19-4F1B-80D3-CC42C506BC5A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2AE43651-DF19-4F1B-80D3-CC42C506BC5A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2AE43651-DF19-4F1B-80D3-CC42C506BC5A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2AE43651-DF19-4F1B-80D3-CC42C506BC5A}.Release|Any CPU.Build.0 = Release|Any CPU
{53BBE4AC-0B8E-4DF7-9541-D01AB04175E2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{53BBE4AC-0B8E-4DF7-9541-D01AB04175E2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{53BBE4AC-0B8E-4DF7-9541-D01AB04175E2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{53BBE4AC-0B8E-4DF7-9541-D01AB04175E2}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {9BC52DE3-57C8-4992-8927-200868F056CC}
EndGlobalSection
EndGlobal