This repository was archived by the owner on Jul 25, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathDBInterface.sln
More file actions
37 lines (37 loc) · 2 KB
/
DBInterface.sln
File metadata and controls
37 lines (37 loc) · 2 KB
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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26730.3
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DBInterface", "DBInterface\DBInterface.csproj", "{E42F5564-6B49-488C-8EF5-960980F361B0}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Testing", "Testing\Testing.csproj", "{0582E7AE-B7DA-4C8B-AC02-78DE94EE96C6}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DB_Helper", "DB_Helper\DB_Helper.csproj", "{D756C46F-F95E-4D93-8A95-878DAFDE828C}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{E42F5564-6B49-488C-8EF5-960980F361B0}.Debug|Any CPU.ActiveCfg = Release|Any CPU
{E42F5564-6B49-488C-8EF5-960980F361B0}.Debug|Any CPU.Build.0 = Release|Any CPU
{E42F5564-6B49-488C-8EF5-960980F361B0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E42F5564-6B49-488C-8EF5-960980F361B0}.Release|Any CPU.Build.0 = Release|Any CPU
{0582E7AE-B7DA-4C8B-AC02-78DE94EE96C6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0582E7AE-B7DA-4C8B-AC02-78DE94EE96C6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0582E7AE-B7DA-4C8B-AC02-78DE94EE96C6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0582E7AE-B7DA-4C8B-AC02-78DE94EE96C6}.Release|Any CPU.Build.0 = Release|Any CPU
{D756C46F-F95E-4D93-8A95-878DAFDE828C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D756C46F-F95E-4D93-8A95-878DAFDE828C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D756C46F-F95E-4D93-8A95-878DAFDE828C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D756C46F-F95E-4D93-8A95-878DAFDE828C}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {74403AD1-7BD7-4411-A3C7-3D393E6E47E9}
EndGlobalSection
EndGlobal