-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathTiddly.Sql.sln
47 lines (47 loc) · 2.54 KB
/
Tiddly.Sql.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27428.2027
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".nuget", ".nuget", "{DE5915B3-8560-4E5D-A559-5FEAA133CAAC}"
ProjectSection(SolutionItems) = preProject
.nuget\NuGet.Config = .nuget\NuGet.Config
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{64661631-265D-476F-9A67-52F63F5E4706}"
ProjectSection(SolutionItems) = preProject
README.md = README.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Tiddly.Sql", "Tiddly.Sql.Core\Tiddly.Sql.csproj", "{A22312BD-F2E5-4D4F-A945-B7D9A58C3A43}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Tiddly.Sql.Tests", "Tiddly.Sql.Core.Tests\Tiddly.Sql.Tests.csproj", "{2E68BD11-94FE-473B-A267-046DCDFB9AF5}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Tiddly.Sql.Tests.Performance", "Tiddly.Sql.Core.Tests.Performance\Tiddly.Sql.Tests.Performance.csproj", "{F9C6BF43-DFA6-404F-89D8-8A5AF7F27C84}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{A22312BD-F2E5-4D4F-A945-B7D9A58C3A43}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A22312BD-F2E5-4D4F-A945-B7D9A58C3A43}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A22312BD-F2E5-4D4F-A945-B7D9A58C3A43}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A22312BD-F2E5-4D4F-A945-B7D9A58C3A43}.Release|Any CPU.Build.0 = Release|Any CPU
{2E68BD11-94FE-473B-A267-046DCDFB9AF5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2E68BD11-94FE-473B-A267-046DCDFB9AF5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2E68BD11-94FE-473B-A267-046DCDFB9AF5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2E68BD11-94FE-473B-A267-046DCDFB9AF5}.Release|Any CPU.Build.0 = Release|Any CPU
{F9C6BF43-DFA6-404F-89D8-8A5AF7F27C84}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F9C6BF43-DFA6-404F-89D8-8A5AF7F27C84}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F9C6BF43-DFA6-404F-89D8-8A5AF7F27C84}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F9C6BF43-DFA6-404F-89D8-8A5AF7F27C84}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {2900EABF-7664-4312-932D-260D7EE2933A}
EndGlobalSection
EndGlobal