-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathSqlInliner.sln
36 lines (36 loc) · 1.99 KB
/
SqlInliner.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.31019.35
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SqlInliner", "src\SqlInliner\SqlInliner.csproj", "{0745681C-4DAD-4DB5-8E1D-C23BB9B06CB2}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SqlInliner.Tests", "src\SqlInliner.Tests\SqlInliner.Tests.csproj", "{1213F7ED-D8DB-45A1-857A-37477E26A3BF}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
ReleaseLibrary|Any CPU = ReleaseLibrary|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{0745681C-4DAD-4DB5-8E1D-C23BB9B06CB2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0745681C-4DAD-4DB5-8E1D-C23BB9B06CB2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0745681C-4DAD-4DB5-8E1D-C23BB9B06CB2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0745681C-4DAD-4DB5-8E1D-C23BB9B06CB2}.Release|Any CPU.Build.0 = Release|Any CPU
{0745681C-4DAD-4DB5-8E1D-C23BB9B06CB2}.ReleaseLibrary|Any CPU.ActiveCfg = ReleaseLibrary|Any CPU
{0745681C-4DAD-4DB5-8E1D-C23BB9B06CB2}.ReleaseLibrary|Any CPU.Build.0 = ReleaseLibrary|Any CPU
{1213F7ED-D8DB-45A1-857A-37477E26A3BF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1213F7ED-D8DB-45A1-857A-37477E26A3BF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1213F7ED-D8DB-45A1-857A-37477E26A3BF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1213F7ED-D8DB-45A1-857A-37477E26A3BF}.Release|Any CPU.Build.0 = Release|Any CPU
{1213F7ED-D8DB-45A1-857A-37477E26A3BF}.ReleaseLibrary|Any CPU.ActiveCfg = Release|Any CPU
{1213F7ED-D8DB-45A1-857A-37477E26A3BF}.ReleaseLibrary|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {B8BBCD79-81D6-4869-A096-044876A53F7A}
EndGlobalSection
EndGlobal