forked from npgsql/npgsql
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNpgsql2012.sln
More file actions
39 lines (39 loc) · 2.23 KB
/
Npgsql2012.sln
File metadata and controls
39 lines (39 loc) · 2.23 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2012
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Npgsql2012", "src\Npgsql2012.csproj", "{9D13B739-62B1-4190-B386-7A9547304EB3}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NpgsqlTests2012", "tests\NpgsqlTests2012.csproj", "{E9C258D7-0D8E-4E6A-9857-5C6438591755}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|AnyCPU = Debug|AnyCPU
Release|AnyCPU = Release|AnyCPU
Mono-Debug|AnyCPU = Mono-Debug|AnyCPU
Mono-Release|AnyCPU = Mono-Release|AnyCPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{9D13B739-62B1-4190-B386-7A9547304EB3}.Debug|AnyCPU.ActiveCfg = Debug|Any CPU
{9D13B739-62B1-4190-B386-7A9547304EB3}.Debug|AnyCPU.Build.0 = Debug|Any CPU
{9D13B739-62B1-4190-B386-7A9547304EB3}.Mono-Debug|AnyCPU.ActiveCfg = Mono-Debug|Any CPU
{9D13B739-62B1-4190-B386-7A9547304EB3}.Mono-Debug|AnyCPU.Build.0 = Mono-Debug|Any CPU
{9D13B739-62B1-4190-B386-7A9547304EB3}.Mono-Release|AnyCPU.ActiveCfg = Mono-Release|Any CPU
{9D13B739-62B1-4190-B386-7A9547304EB3}.Mono-Release|AnyCPU.Build.0 = Mono-Release|Any CPU
{9D13B739-62B1-4190-B386-7A9547304EB3}.Release|AnyCPU.ActiveCfg = Release|Any CPU
{9D13B739-62B1-4190-B386-7A9547304EB3}.Release|AnyCPU.Build.0 = Release|Any CPU
{E9C258D7-0D8E-4E6A-9857-5C6438591755}.Debug|AnyCPU.ActiveCfg = Debug|Any CPU
{E9C258D7-0D8E-4E6A-9857-5C6438591755}.Debug|AnyCPU.Build.0 = Debug|Any CPU
{E9C258D7-0D8E-4E6A-9857-5C6438591755}.Mono-Debug|AnyCPU.ActiveCfg = Mono-Debug|Any CPU
{E9C258D7-0D8E-4E6A-9857-5C6438591755}.Mono-Debug|AnyCPU.Build.0 = Mono-Debug|Any CPU
{E9C258D7-0D8E-4E6A-9857-5C6438591755}.Mono-Release|AnyCPU.ActiveCfg = Mono-Release|Any CPU
{E9C258D7-0D8E-4E6A-9857-5C6438591755}.Mono-Release|AnyCPU.Build.0 = Mono-Release|Any CPU
{E9C258D7-0D8E-4E6A-9857-5C6438591755}.Release|AnyCPU.ActiveCfg = Release|Any CPU
{E9C258D7-0D8E-4E6A-9857-5C6438591755}.Release|AnyCPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(MonoDevelopProperties) = preSolution
StartupItem = Npgsql2012.csproj
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal