-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathQueryable.sln
More file actions
42 lines (42 loc) · 2.32 KB
/
Queryable.sln
File metadata and controls
42 lines (42 loc) · 2.32 KB
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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2012
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Queryable.Web", "Queryable.Web\Queryable.Web.csproj", "{FC7D93AC-FE06-4378-A406-D883DBA16057}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Queryable.EntityFramework", "Queryable.EntityFramework\Queryable.EntityFramework.csproj", "{7C462768-B3AF-40DD-A5F4-00F6D161F32D}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Queryable", "Queryable\Queryable.csproj", "{B07184F5-4A1B-4575-AEAC-991BA5C02EDB}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".nuget", ".nuget", "{4750DC30-3E83-4075-9ED0-F9754544D94E}"
ProjectSection(SolutionItems) = preProject
.nuget\NuGet.Config = .nuget\NuGet.Config
.nuget\NuGet.exe = .nuget\NuGet.exe
.nuget\NuGet.targets = .nuget\NuGet.targets
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{FC7D93AC-FE06-4378-A406-D883DBA16057}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FC7D93AC-FE06-4378-A406-D883DBA16057}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FC7D93AC-FE06-4378-A406-D883DBA16057}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FC7D93AC-FE06-4378-A406-D883DBA16057}.Release|Any CPU.Build.0 = Release|Any CPU
{7C462768-B3AF-40DD-A5F4-00F6D161F32D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7C462768-B3AF-40DD-A5F4-00F6D161F32D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7C462768-B3AF-40DD-A5F4-00F6D161F32D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7C462768-B3AF-40DD-A5F4-00F6D161F32D}.Release|Any CPU.Build.0 = Release|Any CPU
{B07184F5-4A1B-4575-AEAC-991BA5C02EDB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B07184F5-4A1B-4575-AEAC-991BA5C02EDB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B07184F5-4A1B-4575-AEAC-991BA5C02EDB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B07184F5-4A1B-4575-AEAC-991BA5C02EDB}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
EnterpriseLibraryConfigurationToolBinariesPath = packages\Unity.2.1.505.2\lib\NET35
EndGlobalSection
EndGlobal