forked from pgadmin-org/pgadmin3
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpgAdmin3.sln
More file actions
30 lines (30 loc) · 1.5 KB
/
pgAdmin3.sln
File metadata and controls
30 lines (30 loc) · 1.5 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Express 15 for Windows Desktop
VisualStudioVersion = 15.0.28307.1267
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "pgAdmin3", "pgadmin\pgAdmin3.vcxproj", "{5C2D73BA-1F24-48F8-8233-85F5D672AA6A}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "png2c", "xtra\png2c\png2c.vcxproj", "{01191FB5-0037-4E36-BA56-07CE9D9D8CC0}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x64 = Debug|x64
Release|x64 = Release|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{5C2D73BA-1F24-48F8-8233-85F5D672AA6A}.Debug|x64.ActiveCfg = Debug|x64
{5C2D73BA-1F24-48F8-8233-85F5D672AA6A}.Debug|x64.Build.0 = Debug|x64
{5C2D73BA-1F24-48F8-8233-85F5D672AA6A}.Release|x64.ActiveCfg = Release|x64
{5C2D73BA-1F24-48F8-8233-85F5D672AA6A}.Release|x64.Build.0 = Release|x64
{01191FB5-0037-4E36-BA56-07CE9D9D8CC0}.Debug|x64.ActiveCfg = Debug|x64
{01191FB5-0037-4E36-BA56-07CE9D9D8CC0}.Debug|x64.Build.0 = Debug|x64
{01191FB5-0037-4E36-BA56-07CE9D9D8CC0}.Release|x64.ActiveCfg = Release|x64
{01191FB5-0037-4E36-BA56-07CE9D9D8CC0}.Release|x64.Build.0 = Release|x64
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {BDE58921-0797-4054-B700-28C21DA19EEA}
EndGlobalSection
EndGlobal