This repository has been archived by the owner on Jan 9, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
SQuirreL.sln
45 lines (45 loc) · 2.39 KB
/
SQuirreL.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26403.7
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "dbconsole", "dbconsole\dbconsole.csproj", "{696AA862-A2C9-4BAC-8523-752BA04E8F54}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{00334213-2042-4229-AEC0-4C149785C293}"
ProjectSection(SolutionItems) = preProject
.gitattributes = .gitattributes
.gitignore = .gitignore
appveyor.yml = appveyor.yml
README.md = README.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TomLabs.SQuirreL", "TomLabs.SQuirreL\TomLabs.SQuirreL.csproj", "{47E46E91-788D-4FFF-987C-1639C883673C}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TomLabs.SQuirreL.MSSQLServer", "TomLabs.SQuirreL.MSSQLServer\TomLabs.SQuirreL.MSSQLServer.csproj", "{D003C981-54FF-4A18-A5F1-F4B41DBA806C}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{696AA862-A2C9-4BAC-8523-752BA04E8F54}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{696AA862-A2C9-4BAC-8523-752BA04E8F54}.Debug|Any CPU.Build.0 = Debug|Any CPU
{696AA862-A2C9-4BAC-8523-752BA04E8F54}.Release|Any CPU.ActiveCfg = Release|Any CPU
{696AA862-A2C9-4BAC-8523-752BA04E8F54}.Release|Any CPU.Build.0 = Release|Any CPU
{47E46E91-788D-4FFF-987C-1639C883673C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{47E46E91-788D-4FFF-987C-1639C883673C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{47E46E91-788D-4FFF-987C-1639C883673C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{47E46E91-788D-4FFF-987C-1639C883673C}.Release|Any CPU.Build.0 = Release|Any CPU
{D003C981-54FF-4A18-A5F1-F4B41DBA806C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D003C981-54FF-4A18-A5F1-F4B41DBA806C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D003C981-54FF-4A18-A5F1-F4B41DBA806C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D003C981-54FF-4A18-A5F1-F4B41DBA806C}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {4345F6C6-432D-4AC0-928E-A7A8DC52E9F3}
EndGlobalSection
EndGlobal