forked from sayedihashimi/package-web
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathPackageWeb.sln
More file actions
56 lines (56 loc) · 2.83 KB
/
PackageWeb.sln
File metadata and controls
56 lines (56 loc) · 2.83 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
Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2010
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Powershell", "Powershell", "{861AE444-5037-4ED7-BCDB-A42F4BD3C13E}"
ProjectSection(SolutionItems) = preProject
Powershell\Publish-Interactive.ps1 = Powershell\Publish-Interactive.ps1
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Sedodream.Powershell.Publish", "Powershell\Sedodream.Powershell.Publish\Sedodream.Powershell.Publish.csproj", "{9EAC9004-9453-4DA4-8267-1189F9DA9784}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Scripts", "Scripts", "{9D33BEB1-0E3D-4F07-B2B4-6C21F68348EB}"
ProjectSection(SolutionItems) = preProject
Sedodream.Publish.proj = Sedodream.Publish.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
Powershell\Publish-Interactive.ps1 = Powershell\Publish-Interactive.ps1
Nuget\Sedodream.Package.targets = Nuget\Sedodream.Package.targets
Sedodream.Publish-Nuget.proj = Sedodream.Publish-Nuget.proj
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
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{9EAC9004-9453-4DA4-8267-1189F9DA9784}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9EAC9004-9453-4DA4-8267-1189F9DA9784}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9EAC9004-9453-4DA4-8267-1189F9DA9784}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9EAC9004-9453-4DA4-8267-1189F9DA9784}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{9EAC9004-9453-4DA4-8267-1189F9DA9784} = {861AE444-5037-4ED7-BCDB-A42F4BD3C13E}
{D5874232-E541-456F-A1B5-C157DC31F060} = {AB1EBA97-5524-4C0A-BF0A-A72D3D099F3F}
EndGlobalSection
EndGlobal