-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathPSql.Deploy.sln
More file actions
59 lines (59 loc) · 3.9 KB
/
PSql.Deploy.sln
File metadata and controls
59 lines (59 loc) · 3.9 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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.6.33723.286
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = ".root", ".root.targets", "{E070AF2D-4796-4AE7-824B-B042C39AD353}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PSql.Deploy", "PSql.Deploy\PSql.Deploy.csproj", "{34A9A3B3-B4AD-465C-9689-A2C6DFD102AE}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PSql.Deploy.Engine", "PSql.Deploy.Engine\PSql.Deploy.Engine.csproj", "{5DC9D594-AB83-48F7-B07A-3A5416D9969A}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PSql.Deploy.Engine.Tests", "PSql.Deploy.Engine.Tests\PSql.Deploy.Engine.Tests.csproj", "{5CE8E1DD-A6A5-4675-9014-11B97B664CCF}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PSql.Deploy.Tests", "PSql.Deploy.Tests\PSql.Deploy.Tests.csproj", "{A18D29F8-9B50-46D8-A786-DB77BDF7C7F0}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PSql.Deploy.Tests.FakePSql0", "PSql.Deploy.Tests.FakePSql0\PSql.Deploy.Tests.FakePSql0.csproj", "{DD9723F9-48A1-46B9-93BC-88436CA63F8C}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PSql.Deploy.Tests.FakePSql1", "PSql.Deploy.Tests.FakePSql1\PSql.Deploy.Tests.FakePSql1.csproj", "{DC8E6CE2-2129-44A8-9811-D73694023106}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{E070AF2D-4796-4AE7-824B-B042C39AD353}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E070AF2D-4796-4AE7-824B-B042C39AD353}.Release|Any CPU.ActiveCfg = Release|Any CPU
{34A9A3B3-B4AD-465C-9689-A2C6DFD102AE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{34A9A3B3-B4AD-465C-9689-A2C6DFD102AE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{34A9A3B3-B4AD-465C-9689-A2C6DFD102AE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{34A9A3B3-B4AD-465C-9689-A2C6DFD102AE}.Release|Any CPU.Build.0 = Release|Any CPU
{5DC9D594-AB83-48F7-B07A-3A5416D9969A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5DC9D594-AB83-48F7-B07A-3A5416D9969A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5DC9D594-AB83-48F7-B07A-3A5416D9969A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5DC9D594-AB83-48F7-B07A-3A5416D9969A}.Release|Any CPU.Build.0 = Release|Any CPU
{5CE8E1DD-A6A5-4675-9014-11B97B664CCF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5CE8E1DD-A6A5-4675-9014-11B97B664CCF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5CE8E1DD-A6A5-4675-9014-11B97B664CCF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5CE8E1DD-A6A5-4675-9014-11B97B664CCF}.Release|Any CPU.Build.0 = Release|Any CPU
{A18D29F8-9B50-46D8-A786-DB77BDF7C7F0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A18D29F8-9B50-46D8-A786-DB77BDF7C7F0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A18D29F8-9B50-46D8-A786-DB77BDF7C7F0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A18D29F8-9B50-46D8-A786-DB77BDF7C7F0}.Release|Any CPU.Build.0 = Release|Any CPU
{DD9723F9-48A1-46B9-93BC-88436CA63F8C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DD9723F9-48A1-46B9-93BC-88436CA63F8C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DD9723F9-48A1-46B9-93BC-88436CA63F8C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DD9723F9-48A1-46B9-93BC-88436CA63F8C}.Release|Any CPU.Build.0 = Release|Any CPU
{DC8E6CE2-2129-44A8-9811-D73694023106}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DC8E6CE2-2129-44A8-9811-D73694023106}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DC8E6CE2-2129-44A8-9811-D73694023106}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DC8E6CE2-2129-44A8-9811-D73694023106}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {ABD26230-77AE-4F34-A004-92CC7AA84990}
EndGlobalSection
EndGlobal