-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathPK.Deployment.sln
74 lines (74 loc) · 4.42 KB
/
PK.Deployment.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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2013
VisualStudioVersion = 12.0.20617.1 PREVIEW
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{53C179DA-F6BB-43FB-8EDB-393D22B53590}"
ProjectSection(SolutionItems) = preProject
README.md = README.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Test Projects", "Test Projects", "{66BDA982-684F-46DF-849B-93ED8C1ADED7}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Test.WebApp", "Tests\Test.WebApp\Test.WebApp.csproj", "{49592C73-74A7-4D51-87FE-B22858A3E8F1}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Test.Console", "Tests\Test.Console\Test.Console.csproj", "{8C915829-04DC-469E-AD2B-2246A4963D3E}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Test.WinService", "Tests\Test.WinService\Test.WinService.csproj", "{22562FB1-0449-44FB-94F9-4824DA1EA8B0}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "UnitTests", "UnitTests", "{3E99627A-DA0B-4B6E-BA28-2848D5E76E69}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Sources", "Sources", "{7589753C-CD6D-4DAB-A1A7-F2B30F074700}"
ProjectSection(SolutionItems) = preProject
Sources\PK.Deployment.targets = Sources\PK.Deployment.targets
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PK.Deployment.Test", "Tests\PK.Deployment.Test\PK.Deployment.Test.csproj", "{8BA4A860-0D4C-4813-9F27-6CF920EBF526}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PK.Test.MSBuild", "Tests\PK.Test.MSBuild\PK.Test.MSBuild.csproj", "{021958FB-0CCE-41C1-A866-B57888BD1101}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".nuget", ".nuget", "{B497B903-C54B-406E-AEB9-F23EA24D161F}"
ProjectSection(SolutionItems) = preProject
.nuget\NuGet.Config = .nuget\NuGet.Config
.nuget\NuGet.exe = .nuget\NuGet.exe
.nuget\NuGet.targets = .nuget\NuGet.targets
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{49592C73-74A7-4D51-87FE-B22858A3E8F1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{49592C73-74A7-4D51-87FE-B22858A3E8F1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{49592C73-74A7-4D51-87FE-B22858A3E8F1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{49592C73-74A7-4D51-87FE-B22858A3E8F1}.Release|Any CPU.Build.0 = Release|Any CPU
{8C915829-04DC-469E-AD2B-2246A4963D3E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8C915829-04DC-469E-AD2B-2246A4963D3E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8C915829-04DC-469E-AD2B-2246A4963D3E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8C915829-04DC-469E-AD2B-2246A4963D3E}.Release|Any CPU.Build.0 = Release|Any CPU
{22562FB1-0449-44FB-94F9-4824DA1EA8B0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{22562FB1-0449-44FB-94F9-4824DA1EA8B0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{22562FB1-0449-44FB-94F9-4824DA1EA8B0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{22562FB1-0449-44FB-94F9-4824DA1EA8B0}.Release|Any CPU.Build.0 = Release|Any CPU
{8BA4A860-0D4C-4813-9F27-6CF920EBF526}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8BA4A860-0D4C-4813-9F27-6CF920EBF526}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8BA4A860-0D4C-4813-9F27-6CF920EBF526}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8BA4A860-0D4C-4813-9F27-6CF920EBF526}.Release|Any CPU.Build.0 = Release|Any CPU
{021958FB-0CCE-41C1-A866-B57888BD1101}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{021958FB-0CCE-41C1-A866-B57888BD1101}.Debug|Any CPU.Build.0 = Debug|Any CPU
{021958FB-0CCE-41C1-A866-B57888BD1101}.Release|Any CPU.ActiveCfg = Release|Any CPU
{021958FB-0CCE-41C1-A866-B57888BD1101}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{49592C73-74A7-4D51-87FE-B22858A3E8F1} = {66BDA982-684F-46DF-849B-93ED8C1ADED7}
{8C915829-04DC-469E-AD2B-2246A4963D3E} = {66BDA982-684F-46DF-849B-93ED8C1ADED7}
{22562FB1-0449-44FB-94F9-4824DA1EA8B0} = {66BDA982-684F-46DF-849B-93ED8C1ADED7}
{8BA4A860-0D4C-4813-9F27-6CF920EBF526} = {3E99627A-DA0B-4B6E-BA28-2848D5E76E69}
{021958FB-0CCE-41C1-A866-B57888BD1101} = {3E99627A-DA0B-4B6E-BA28-2848D5E76E69}
EndGlobalSection
EndGlobal