-
Notifications
You must be signed in to change notification settings - Fork 20
/
sanity-linq.sln
44 lines (44 loc) · 2.34 KB
/
sanity-linq.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
44
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27703.2026
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{167A03E7-CC50-447A-8CEF-26CDE1141A1A}"
ProjectSection(SolutionItems) = preProject
CONTRIBUTERS.md = CONTRIBUTERS.md
LICENSE = LICENSE
README.md = README.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Sanity.Linq", "src\Sanity.Linq\Sanity.Linq.csproj", "{3057054A-987A-4D45-A5DE-AED264537797}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Sanity.Linq.Tests", "tests\Sanity.Linq.Tests\Sanity.Linq.Tests.csproj", "{4D2A0DE7-F5C8-436B-962A-BDDBF6C673F2}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Sanity.Linq.Demo", "demo\Sanity.Linq.Demo\Sanity.Linq.Demo.csproj", "{A9730420-E4FE-44D7-91E5-2B1FAF090557}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{3057054A-987A-4D45-A5DE-AED264537797}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3057054A-987A-4D45-A5DE-AED264537797}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3057054A-987A-4D45-A5DE-AED264537797}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3057054A-987A-4D45-A5DE-AED264537797}.Release|Any CPU.Build.0 = Release|Any CPU
{4D2A0DE7-F5C8-436B-962A-BDDBF6C673F2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4D2A0DE7-F5C8-436B-962A-BDDBF6C673F2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4D2A0DE7-F5C8-436B-962A-BDDBF6C673F2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4D2A0DE7-F5C8-436B-962A-BDDBF6C673F2}.Release|Any CPU.Build.0 = Release|Any CPU
{A9730420-E4FE-44D7-91E5-2B1FAF090557}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A9730420-E4FE-44D7-91E5-2B1FAF090557}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A9730420-E4FE-44D7-91E5-2B1FAF090557}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A9730420-E4FE-44D7-91E5-2B1FAF090557}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {8E066241-7D06-46AF-A425-042046106657}
EndGlobalSection
EndGlobal