-
Notifications
You must be signed in to change notification settings - Fork 1
/
Transformalize.Provider.PostgreSql.sln
54 lines (54 loc) · 3.02 KB
/
Transformalize.Provider.PostgreSql.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
54
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.8.34511.84
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{C4563C88-9C80-4BD0-949E-AA64F111957E}"
ProjectSection(SolutionItems) = preProject
LICENSE = LICENSE
README.md = README.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "nuget", "nuget", "{8FE1844F-26A4-47BE-9507-F0333D42FABE}"
ProjectSection(SolutionItems) = preProject
nuget\myget.bat = nuget\myget.bat
nuget\nuget.bat = nuget\nuget.bat
nuget\Transformalize.Provider.PostgreSql.Autofac.nuspec = nuget\Transformalize.Provider.PostgreSql.Autofac.nuspec
nuget\Transformalize.Provider.PostgreSql.nuspec = nuget\Transformalize.Provider.PostgreSql.nuspec
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Test", "src\Test\Test.csproj", "{59B253C4-097C-4D45-815C-D51E815A4F24}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Transformalize.Provider.PostgreSql", "src\Transformalize.Provider.PostgreSql\Transformalize.Provider.PostgreSql.csproj", "{0CC172FA-8D12-4E0F-B341-3D1425C3F87B}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Transformalize.Provider.PostgreSql.Autofac", "src\Transformalize.Provider.PostgreSql.Autofac\Transformalize.Provider.PostgreSql.Autofac.csproj", "{7F775B9B-3765-4D86-B424-6E96EA8620C1}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{59B253C4-097C-4D45-815C-D51E815A4F24}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{59B253C4-097C-4D45-815C-D51E815A4F24}.Debug|Any CPU.Build.0 = Debug|Any CPU
{59B253C4-097C-4D45-815C-D51E815A4F24}.Release|Any CPU.ActiveCfg = Release|Any CPU
{59B253C4-097C-4D45-815C-D51E815A4F24}.Release|Any CPU.Build.0 = Release|Any CPU
{0CC172FA-8D12-4E0F-B341-3D1425C3F87B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0CC172FA-8D12-4E0F-B341-3D1425C3F87B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0CC172FA-8D12-4E0F-B341-3D1425C3F87B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0CC172FA-8D12-4E0F-B341-3D1425C3F87B}.Release|Any CPU.Build.0 = Release|Any CPU
{7F775B9B-3765-4D86-B424-6E96EA8620C1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7F775B9B-3765-4D86-B424-6E96EA8620C1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7F775B9B-3765-4D86-B424-6E96EA8620C1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7F775B9B-3765-4D86-B424-6E96EA8620C1}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{8FE1844F-26A4-47BE-9507-F0333D42FABE} = {C4563C88-9C80-4BD0-949E-AA64F111957E}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {960FC2FA-8CAD-47A3-8A4E-4173AE406E71}
EndGlobalSection
EndGlobal