-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathPgTools.sln
53 lines (53 loc) · 3.31 KB
/
PgTools.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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.6.33829.357
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DB2Src.net", "DB2Src.NET\DB2Src.net.csproj", "{D4E9CB0C-0897-4DD3-BD9E-69BC88C174E5}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ExpSch", "ExpSchema\ExpSch.csproj", "{7117CB74-7CD8-4360-9704-F8A558BFCB97}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Db2SrcDataSet", "Db2SrcDataSet\Db2SrcDataSet.csproj", "{079817E7-43D7-4473-9C1F-9957D349998B}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ExpTbl", "ExpTbl\ExpTbl.csproj", "{393E4BD2-C17A-4875-A28F-A21C8FB7E339}"
EndProject
Project("{54435603-DBB4-11D2-8724-00A0C9A8B90C}") = "PgToolsInstaller", "PgToolsInstaller\PgToolsInstaller.vdproj", "{134D8C1E-9A15-4FEE-8B6F-62BA8F79EA76}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SyntaxEditor", "SyntaxEditor\SyntaxEditor.csproj", "{389376EB-B1B5-44F8-B4D0-9022C961110C}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{D4E9CB0C-0897-4DD3-BD9E-69BC88C174E5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D4E9CB0C-0897-4DD3-BD9E-69BC88C174E5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D4E9CB0C-0897-4DD3-BD9E-69BC88C174E5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D4E9CB0C-0897-4DD3-BD9E-69BC88C174E5}.Release|Any CPU.Build.0 = Release|Any CPU
{7117CB74-7CD8-4360-9704-F8A558BFCB97}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7117CB74-7CD8-4360-9704-F8A558BFCB97}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7117CB74-7CD8-4360-9704-F8A558BFCB97}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7117CB74-7CD8-4360-9704-F8A558BFCB97}.Release|Any CPU.Build.0 = Release|Any CPU
{079817E7-43D7-4473-9C1F-9957D349998B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{079817E7-43D7-4473-9C1F-9957D349998B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{079817E7-43D7-4473-9C1F-9957D349998B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{079817E7-43D7-4473-9C1F-9957D349998B}.Release|Any CPU.Build.0 = Release|Any CPU
{393E4BD2-C17A-4875-A28F-A21C8FB7E339}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{393E4BD2-C17A-4875-A28F-A21C8FB7E339}.Debug|Any CPU.Build.0 = Debug|Any CPU
{393E4BD2-C17A-4875-A28F-A21C8FB7E339}.Release|Any CPU.ActiveCfg = Release|Any CPU
{393E4BD2-C17A-4875-A28F-A21C8FB7E339}.Release|Any CPU.Build.0 = Release|Any CPU
{134D8C1E-9A15-4FEE-8B6F-62BA8F79EA76}.Debug|Any CPU.ActiveCfg = Debug
{134D8C1E-9A15-4FEE-8B6F-62BA8F79EA76}.Release|Any CPU.ActiveCfg = Release
{389376EB-B1B5-44F8-B4D0-9022C961110C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{389376EB-B1B5-44F8-B4D0-9022C961110C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{389376EB-B1B5-44F8-B4D0-9022C961110C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{389376EB-B1B5-44F8-B4D0-9022C961110C}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {FD8AE3C6-20EA-43F5-A74C-86BA9F3F7B10}
EndGlobalSection
EndGlobal