-
Notifications
You must be signed in to change notification settings - Fork 20
/
DacFx.sln
37 lines (37 loc) · 2.16 KB
/
DacFx.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.3.32929.385
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Microsoft.Build.Sql", "src\Microsoft.Build.Sql\Microsoft.Build.Sql.csproj", "{7C194D72-97FE-49BB-8D03-B3F7C9A91835}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Microsoft.Build.Sql.Tests", "test\Microsoft.Build.Sql.Tests\Microsoft.Build.Sql.Tests.csproj", "{4F50196D-E946-4A58-992E-C1AE25332CE2}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Microsoft.Build.Sql.Templates", "src\Microsoft.Build.Sql.Templates\Microsoft.Build.Sql.Templates.csproj", "{1AAE57EF-E614-4C58-8287-C830F098A7DA}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{7C194D72-97FE-49BB-8D03-B3F7C9A91835}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7C194D72-97FE-49BB-8D03-B3F7C9A91835}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7C194D72-97FE-49BB-8D03-B3F7C9A91835}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7C194D72-97FE-49BB-8D03-B3F7C9A91835}.Release|Any CPU.Build.0 = Release|Any CPU
{4F50196D-E946-4A58-992E-C1AE25332CE2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4F50196D-E946-4A58-992E-C1AE25332CE2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4F50196D-E946-4A58-992E-C1AE25332CE2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4F50196D-E946-4A58-992E-C1AE25332CE2}.Release|Any CPU.Build.0 = Release|Any CPU
{1AAE57EF-E614-4C58-8287-C830F098A7DA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1AAE57EF-E614-4C58-8287-C830F098A7DA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1AAE57EF-E614-4C58-8287-C830F098A7DA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1AAE57EF-E614-4C58-8287-C830F098A7DA}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {D45B5BBF-A8CB-4D39-A2EA-0FB386311429}
EndGlobalSection
EndGlobal