forked from sayedihashimi/package-web
-
Notifications
You must be signed in to change notification settings - Fork 0
/
PackageWeb.sln
46 lines (46 loc) · 2.02 KB
/
PackageWeb.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2012
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Scripts", "Scripts", "{9D33BEB1-0E3D-4F07-B2B4-6C21F68348EB}"
ProjectSection(SolutionItems) = preProject
build.bat = build.bat
build.proj = build.proj
Publish-Interactive.ps1 = Publish-Interactive.ps1
Nuget\pw.TransformConfig.proj = Nuget\pw.TransformConfig.proj
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Nuget", "Nuget", "{C160E72D-8F69-43DD-BEB4-31736943E6D5}"
ProjectSection(SolutionItems) = preProject
Nuget\Install.ps1 = Nuget\Install.ps1
Nuget\Package.nuspec = Nuget\Package.nuspec
Nuget\Sedodream.Package.targets = Nuget\Sedodream.Package.targets
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "testing", "testing", "{AB1EBA97-5524-4C0A-BF0A-A72D3D099F3F}"
ProjectSection(SolutionItems) = preProject
testing\package-web-tests.proj = testing\package-web-tests.proj
testing\package-web.custom-tasks.tasks = testing\package-web.custom-tasks.tasks
testing\test-sample.ps1 = testing\test-sample.ps1
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "psexpect", "psexpect", "{D5874232-E541-456F-A1B5-C157DC31F060}"
ProjectSection(SolutionItems) = preProject
testing\psexpect\TestLib.ps1 = testing\psexpect\TestLib.ps1
testing\psexpect\TestLibConstants.ps1 = testing\psexpect\TestLibConstants.ps1
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".nuget", ".nuget", "{B17F616F-E7FC-4115-9A18-F8CB49252887}"
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(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{D5874232-E541-456F-A1B5-C157DC31F060} = {AB1EBA97-5524-4C0A-BF0A-A72D3D099F3F}
EndGlobalSection
EndGlobal