-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathPgCloudDump.sln
22 lines (21 loc) · 1.26 KB
/
PgCloudDump.sln
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
Microsoft Visual Studio Solution File, Format Version 12.00
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PgCloudDump", "PgCloudDump\PgCloudDump.csproj", "{D797055A-C884-4640-B186-1B4B6B8A718D}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PgCloudDump.Service", "PgCloudDump.Service\PgCloudDump.Service.csproj", "{9250AA19-9032-4A83-B8F6-A2F7C3D0106C}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{D797055A-C884-4640-B186-1B4B6B8A718D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D797055A-C884-4640-B186-1B4B6B8A718D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D797055A-C884-4640-B186-1B4B6B8A718D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D797055A-C884-4640-B186-1B4B6B8A718D}.Release|Any CPU.Build.0 = Release|Any CPU
{9250AA19-9032-4A83-B8F6-A2F7C3D0106C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9250AA19-9032-4A83-B8F6-A2F7C3D0106C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9250AA19-9032-4A83-B8F6-A2F7C3D0106C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9250AA19-9032-4A83-B8F6-A2F7C3D0106C}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
EndGlobal