forked from npgsql/npgsql
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathNpgsql.Designer.sln
More file actions
36 lines (36 loc) · 2.08 KB
/
Npgsql.Designer.sln
File metadata and controls
36 lines (36 loc) · 2.08 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
Microsoft Visual Studio Solution File, Format Version 10.00
# Visual Studio 2008
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Npgsql.Designer", "Npgsql.Designer.csproj", "{9B4A5CF6-5BE5-4926-ACC7-B729A8C05198}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Npgsql2008", "..\Npgsql2008.csproj", "{9D13B739-62B1-4190-B386-7A9547304EB3}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
DebugEF|Any CPU = DebugEF|Any CPU
Release|Any CPU = Release|Any CPU
ReleaseEF|Any CPU = ReleaseEF|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{9B4A5CF6-5BE5-4926-ACC7-B729A8C05198}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9B4A5CF6-5BE5-4926-ACC7-B729A8C05198}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9B4A5CF6-5BE5-4926-ACC7-B729A8C05198}.DebugEF|Any CPU.ActiveCfg = Debug|Any CPU
{9B4A5CF6-5BE5-4926-ACC7-B729A8C05198}.DebugEF|Any CPU.Build.0 = Debug|Any CPU
{9B4A5CF6-5BE5-4926-ACC7-B729A8C05198}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9B4A5CF6-5BE5-4926-ACC7-B729A8C05198}.Release|Any CPU.Build.0 = Release|Any CPU
{9B4A5CF6-5BE5-4926-ACC7-B729A8C05198}.ReleaseEF|Any CPU.ActiveCfg = Release|Any CPU
{9B4A5CF6-5BE5-4926-ACC7-B729A8C05198}.ReleaseEF|Any CPU.Build.0 = Release|Any CPU
{9D13B739-62B1-4190-B386-7A9547304EB3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9D13B739-62B1-4190-B386-7A9547304EB3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9D13B739-62B1-4190-B386-7A9547304EB3}.DebugEF|Any CPU.ActiveCfg = DebugEF|Any CPU
{9D13B739-62B1-4190-B386-7A9547304EB3}.DebugEF|Any CPU.Build.0 = DebugEF|Any CPU
{9D13B739-62B1-4190-B386-7A9547304EB3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9D13B739-62B1-4190-B386-7A9547304EB3}.Release|Any CPU.Build.0 = Release|Any CPU
{9D13B739-62B1-4190-B386-7A9547304EB3}.ReleaseEF|Any CPU.ActiveCfg = ReleaseEF|Any CPU
{9D13B739-62B1-4190-B386-7A9547304EB3}.ReleaseEF|Any CPU.Build.0 = ReleaseEF|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal