forked from apatel-gpsw/scriptdb
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathScriptDB.sln
More file actions
26 lines (26 loc) · 1.41 KB
/
ScriptDB.sln
File metadata and controls
26 lines (26 loc) · 1.41 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2013
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Mercent.SqlServer.Management", "Mercent.SqlServer.Management.csproj", "{ED2A1340-22EE-4923-AD11-74A2819F6E53}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Mercent.SqlServer.Management.Tests", "Mercent.SqlServer.Management.Tests.csproj", "{43408C98-6B7B-47C2-8323-B7935C41E9E8}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{ED2A1340-22EE-4923-AD11-74A2819F6E53}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{ED2A1340-22EE-4923-AD11-74A2819F6E53}.Debug|Any CPU.Build.0 = Debug|Any CPU
{ED2A1340-22EE-4923-AD11-74A2819F6E53}.Release|Any CPU.ActiveCfg = Release|Any CPU
{ED2A1340-22EE-4923-AD11-74A2819F6E53}.Release|Any CPU.Build.0 = Release|Any CPU
{43408C98-6B7B-47C2-8323-B7935C41E9E8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{43408C98-6B7B-47C2-8323-B7935C41E9E8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{43408C98-6B7B-47C2-8323-B7935C41E9E8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{43408C98-6B7B-47C2-8323-B7935C41E9E8}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal