-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCistern.InlinqLinq.sln
43 lines (43 loc) · 2.61 KB
/
Cistern.InlinqLinq.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 Version 17
VisualStudioVersion = 17.2.32516.85
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Benchmarks", "Benchmarks\Benchmarks.csproj", "{D142E3D1-1839-4EF2-B8F4-46FB0A0E022A}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Cistern.InlineLinq", "Cistern.InlineLinq\Cistern.InlineLinq.csproj", "{080D1391-F556-4540-8870-07A52D935329}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Cistern.InlineLinq.Optimizations", "Cistern.InlinqLinq.Optimizations\Cistern.InlineLinq.Optimizations.csproj", "{FA53C5FF-F2E6-4B31-B305-F4D15BE68E17}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Cistern.InlineLinq.Tests", "Cistern.InlineLinq.Tests\Cistern.InlineLinq.Tests.csproj", "{C119EEFC-99BB-4B96-BDF8-59C7FDD6C397}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{D142E3D1-1839-4EF2-B8F4-46FB0A0E022A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D142E3D1-1839-4EF2-B8F4-46FB0A0E022A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D142E3D1-1839-4EF2-B8F4-46FB0A0E022A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D142E3D1-1839-4EF2-B8F4-46FB0A0E022A}.Release|Any CPU.Build.0 = Release|Any CPU
{080D1391-F556-4540-8870-07A52D935329}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{080D1391-F556-4540-8870-07A52D935329}.Debug|Any CPU.Build.0 = Debug|Any CPU
{080D1391-F556-4540-8870-07A52D935329}.Release|Any CPU.ActiveCfg = Release|Any CPU
{080D1391-F556-4540-8870-07A52D935329}.Release|Any CPU.Build.0 = Release|Any CPU
{FA53C5FF-F2E6-4B31-B305-F4D15BE68E17}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FA53C5FF-F2E6-4B31-B305-F4D15BE68E17}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FA53C5FF-F2E6-4B31-B305-F4D15BE68E17}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FA53C5FF-F2E6-4B31-B305-F4D15BE68E17}.Release|Any CPU.Build.0 = Release|Any CPU
{C119EEFC-99BB-4B96-BDF8-59C7FDD6C397}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C119EEFC-99BB-4B96-BDF8-59C7FDD6C397}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C119EEFC-99BB-4B96-BDF8-59C7FDD6C397}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C119EEFC-99BB-4B96-BDF8-59C7FDD6C397}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {1967F942-9CF0-4640-9267-2098421C76CC}
EndGlobalSection
EndGlobal