-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCatalogStore.sln
More file actions
62 lines (62 loc) · 3.97 KB
/
CatalogStore.sln
File metadata and controls
62 lines (62 loc) · 3.97 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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27604.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Microsoft.SqlServer.CatalogStore", "Microsoft.SqlServer.CatalogStore\Microsoft.SqlServer.CatalogStore.csproj", "{DAE449B0-F6ED-48E5-BAAA-0DA831CC7548}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CatalogStoreCodeGenerator", "CatalogStoreCodeGenerator\CatalogStoreCodeGenerator.csproj", "{9C692297-6268-4700-BB69-E5D120EE4C17}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{0E80418F-7EC3-4D3C-B01D-0FA4655EC56B}"
ProjectSection(SolutionItems) = preProject
Directory.Build.props = Directory.Build.props
global.json = global.json
README.md = README.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Microsoft.SqlServer.CatalogStore.Tests", "Microsoft.SqlServer.CatalogStore.Tests\Microsoft.SqlServer.CatalogStore.Tests.csproj", "{97C537E1-67BC-4945-9D2B-D1306F210DEC}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ReverseEngineeringTableDump", "ReverseEngineeringTableDump\ReverseEngineeringTableDump.csproj", "{D1081E0A-E1A3-4D6C-BFBD-9371EBADC85D}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "QueryTestGenerator", "QueryTestGenerator\QueryTestGenerator.csproj", "{67B652F3-47B1-42DD-9E37-FB5802523820}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "QueryTest", "QueryTest\QueryTest.csproj", "{461FDA40-9ACD-4CCA-9130-CAE194EA9872}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{DAE449B0-F6ED-48E5-BAAA-0DA831CC7548}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DAE449B0-F6ED-48E5-BAAA-0DA831CC7548}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DAE449B0-F6ED-48E5-BAAA-0DA831CC7548}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DAE449B0-F6ED-48E5-BAAA-0DA831CC7548}.Release|Any CPU.Build.0 = Release|Any CPU
{9C692297-6268-4700-BB69-E5D120EE4C17}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9C692297-6268-4700-BB69-E5D120EE4C17}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9C692297-6268-4700-BB69-E5D120EE4C17}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9C692297-6268-4700-BB69-E5D120EE4C17}.Release|Any CPU.Build.0 = Release|Any CPU
{97C537E1-67BC-4945-9D2B-D1306F210DEC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{97C537E1-67BC-4945-9D2B-D1306F210DEC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{97C537E1-67BC-4945-9D2B-D1306F210DEC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{97C537E1-67BC-4945-9D2B-D1306F210DEC}.Release|Any CPU.Build.0 = Release|Any CPU
{D1081E0A-E1A3-4D6C-BFBD-9371EBADC85D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D1081E0A-E1A3-4D6C-BFBD-9371EBADC85D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D1081E0A-E1A3-4D6C-BFBD-9371EBADC85D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D1081E0A-E1A3-4D6C-BFBD-9371EBADC85D}.Release|Any CPU.Build.0 = Release|Any CPU
{67B652F3-47B1-42DD-9E37-FB5802523820}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{67B652F3-47B1-42DD-9E37-FB5802523820}.Debug|Any CPU.Build.0 = Debug|Any CPU
{67B652F3-47B1-42DD-9E37-FB5802523820}.Release|Any CPU.ActiveCfg = Release|Any CPU
{67B652F3-47B1-42DD-9E37-FB5802523820}.Release|Any CPU.Build.0 = Release|Any CPU
{461FDA40-9ACD-4CCA-9130-CAE194EA9872}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{461FDA40-9ACD-4CCA-9130-CAE194EA9872}.Debug|Any CPU.Build.0 = Debug|Any CPU
{461FDA40-9ACD-4CCA-9130-CAE194EA9872}.Release|Any CPU.ActiveCfg = Release|Any CPU
{461FDA40-9ACD-4CCA-9130-CAE194EA9872}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {55FE9E0F-66AE-4DB6-B6D9-7263F146F4A8}
EndGlobalSection
EndGlobal