forked from crpietschmann/SQLinq
-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathSQLinq.sln
49 lines (49 loc) · 2.62 KB
/
SQLinq.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26730.15
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{441D0E72-6273-4819-970C-BF53F21EB931}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".nuget", ".nuget", "{9CF963C3-86CF-477F-80CB-91E70AE59AC2}"
ProjectSection(SolutionItems) = preProject
.nuget\NuGet.Config = .nuget\NuGet.Config
.nuget\NuGet.exe = .nuget\NuGet.exe
.nuget\NuGet.targets = .nuget\NuGet.targets
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SQLinq.Standard.Test", "SQLinq.Standard.Test\SQLinq.Standard.Test.csproj", "{9655E849-0158-4A3C-AE06-1BA6C08DE35E}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SQLinq.Standard", "SQLinq.Standard\SQLinq.Standard.csproj", "{96864A05-A473-4BE2-9CFD-62B13A479738}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SQLInq.XunitTest", "SQLInq.XunitTest\SQLInq.XunitTest.csproj", "{E3EB7DD0-2849-4F12-967A-7B2C1BBD6DC0}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{9655E849-0158-4A3C-AE06-1BA6C08DE35E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9655E849-0158-4A3C-AE06-1BA6C08DE35E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9655E849-0158-4A3C-AE06-1BA6C08DE35E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9655E849-0158-4A3C-AE06-1BA6C08DE35E}.Release|Any CPU.Build.0 = Release|Any CPU
{96864A05-A473-4BE2-9CFD-62B13A479738}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{96864A05-A473-4BE2-9CFD-62B13A479738}.Debug|Any CPU.Build.0 = Debug|Any CPU
{96864A05-A473-4BE2-9CFD-62B13A479738}.Release|Any CPU.ActiveCfg = Release|Any CPU
{96864A05-A473-4BE2-9CFD-62B13A479738}.Release|Any CPU.Build.0 = Release|Any CPU
{E3EB7DD0-2849-4F12-967A-7B2C1BBD6DC0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E3EB7DD0-2849-4F12-967A-7B2C1BBD6DC0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E3EB7DD0-2849-4F12-967A-7B2C1BBD6DC0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E3EB7DD0-2849-4F12-967A-7B2C1BBD6DC0}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {C230F57B-1BC2-4770-B372-C1BBD2F78E8E}
EndGlobalSection
GlobalSection(TestCaseManagementSettings) = postSolution
CategoryFile = SQLinq.vsmdi
EndGlobalSection
EndGlobal