-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathStarcounter.Linq.sln
71 lines (71 loc) · 3.97 KB
/
Starcounter.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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27004.2009
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Starcounter.Linq", "src\Starcounter.Linq\Starcounter.Linq.csproj", "{DF08E065-AAF1-42DB-A92E-D288154F5663}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Starcounter.Linq.SqlTests", "test\Starcounter.Linq.SqlTests\Starcounter.Linq.SqlTests.csproj", "{F39F0151-A278-47BB-8D5F-4A627590E487}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{69E68944-6806-48BD-A48D-9390EC5CC663}"
ProjectSection(SolutionItems) = preProject
.gitignore = .gitignore
build.bat = build.bat
LICENSE.txt = LICENSE.txt
README.md = README.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Test Projects", "Test Projects", "{62519F4C-D4CE-4C59-A594-378E06AEFDEA}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Starcounter.Linq.QueryTests", "test\Starcounter.Linq.QueryTests\Starcounter.Linq.QueryTests.csproj", "{1F9A5F6E-D0DE-4738-BF11-F1827989680E}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|x64 = Debug|x64
Release|Any CPU = Release|Any CPU
Release|x64 = Release|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{DF08E065-AAF1-42DB-A92E-D288154F5663}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DF08E065-AAF1-42DB-A92E-D288154F5663}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DF08E065-AAF1-42DB-A92E-D288154F5663}.Debug|x64.ActiveCfg = Debug|Any CPU
{DF08E065-AAF1-42DB-A92E-D288154F5663}.Debug|x64.Build.0 = Debug|Any CPU
{DF08E065-AAF1-42DB-A92E-D288154F5663}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DF08E065-AAF1-42DB-A92E-D288154F5663}.Release|Any CPU.Build.0 = Release|Any CPU
{DF08E065-AAF1-42DB-A92E-D288154F5663}.Release|x64.ActiveCfg = Release|Any CPU
{DF08E065-AAF1-42DB-A92E-D288154F5663}.Release|x64.Build.0 = Release|Any CPU
{F39F0151-A278-47BB-8D5F-4A627590E487}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F39F0151-A278-47BB-8D5F-4A627590E487}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F39F0151-A278-47BB-8D5F-4A627590E487}.Debug|x64.ActiveCfg = Debug|Any CPU
{F39F0151-A278-47BB-8D5F-4A627590E487}.Debug|x64.Build.0 = Debug|Any CPU
{F39F0151-A278-47BB-8D5F-4A627590E487}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F39F0151-A278-47BB-8D5F-4A627590E487}.Release|Any CPU.Build.0 = Release|Any CPU
{F39F0151-A278-47BB-8D5F-4A627590E487}.Release|x64.ActiveCfg = Release|Any CPU
{F39F0151-A278-47BB-8D5F-4A627590E487}.Release|x64.Build.0 = Release|Any CPU
{1F9A5F6E-D0DE-4738-BF11-F1827989680E}.Debug|Any CPU.ActiveCfg = Debug|x64
{1F9A5F6E-D0DE-4738-BF11-F1827989680E}.Debug|Any CPU.Build.0 = Debug|x64
{1F9A5F6E-D0DE-4738-BF11-F1827989680E}.Debug|x64.ActiveCfg = Debug|x64
{1F9A5F6E-D0DE-4738-BF11-F1827989680E}.Debug|x64.Build.0 = Debug|x64
{1F9A5F6E-D0DE-4738-BF11-F1827989680E}.Release|Any CPU.ActiveCfg = Release|x64
{1F9A5F6E-D0DE-4738-BF11-F1827989680E}.Release|Any CPU.Build.0 = Release|x64
{1F9A5F6E-D0DE-4738-BF11-F1827989680E}.Release|x64.ActiveCfg = Release|x64
{1F9A5F6E-D0DE-4738-BF11-F1827989680E}.Release|x64.Build.0 = Release|x64
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{F39F0151-A278-47BB-8D5F-4A627590E487} = {62519F4C-D4CE-4C59-A594-378E06AEFDEA}
{1F9A5F6E-D0DE-4738-BF11-F1827989680E} = {62519F4C-D4CE-4C59-A594-378E06AEFDEA}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {46FDB161-53B6-48A2-BD88-C77AF0B37EF6}
EndGlobalSection
GlobalSection(Performance) = preSolution
HasPerformanceSessions = true
EndGlobalSection
GlobalSection(Performance) = preSolution
HasPerformanceSessions = true
EndGlobalSection
EndGlobal