-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathSequel.sln
31 lines (31 loc) · 1.55 KB
/
Sequel.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26730.12
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Sequel", "src\Sequel\Sequel.csproj", "{A93063E6-31BE-4CF9-A8A9-40C092ACE751}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Sequel.Tests", "test\Sequel.Tests\Sequel.Tests.csproj", "{C0322AA2-86BE-41E6-BEAA-75698BB05EA3}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{A93063E6-31BE-4CF9-A8A9-40C092ACE751}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A93063E6-31BE-4CF9-A8A9-40C092ACE751}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A93063E6-31BE-4CF9-A8A9-40C092ACE751}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A93063E6-31BE-4CF9-A8A9-40C092ACE751}.Release|Any CPU.Build.0 = Release|Any CPU
{C0322AA2-86BE-41E6-BEAA-75698BB05EA3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C0322AA2-86BE-41E6-BEAA-75698BB05EA3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C0322AA2-86BE-41E6-BEAA-75698BB05EA3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C0322AA2-86BE-41E6-BEAA-75698BB05EA3}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {F1FCDCD4-F22F-4528-BDE7-FBBFD7AB7A6E}
EndGlobalSection
EndGlobal