-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathPask.sln
52 lines (52 loc) · 2.26 KB
/
Pask.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26403.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{F5034706-568F-408A-B7B3-4D38C6DB8A32}") = "Pask", "Pask\Pask.pssproj", "{6CAFC0C6-A428-4D30-A9F9-700E829FEA51}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".build", ".build", "{A64F8593-819B-43C7-A500-916C46ABC2C1}"
ProjectSection(SolutionItems) = preProject
.build\build.ps1 = .build\build.ps1
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".nuget", ".nuget", "{084A43CE-1B17-4A28-A55F-B1D03F2812FE}"
ProjectSection(SolutionItems) = preProject
NuGet.Config = NuGet.Config
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tasks", "tasks", "{416DB2AE-FB67-4D78-A02F-C81EB4E1A912}"
ProjectSection(SolutionItems) = preProject
.build\tasks\Test-PackageInstallation.ps1 = .build\tasks\Test-PackageInstallation.ps1
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "scripts", "scripts", "{9CAD6729-4D84-4421-AF54-C943CB0992FF}"
ProjectSection(SolutionItems) = preProject
.build\scripts\Pask.Tests.Infrastructure.ps1 = .build\scripts\Pask.Tests.Infrastructure.ps1
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{1CAAB678-0A58-4797-8D42-E27F05F855E7}"
ProjectSection(SolutionItems) = preProject
appveyor.yml = appveyor.yml
go.bat = go.bat
LICENSE = LICENSE
README.md = README.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{6CAFC0C6-A428-4D30-A9F9-700E829FEA51}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6CAFC0C6-A428-4D30-A9F9-700E829FEA51}.Release|Any CPU.ActiveCfg = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{416DB2AE-FB67-4D78-A02F-C81EB4E1A912} = {A64F8593-819B-43C7-A500-916C46ABC2C1}
{9CAD6729-4D84-4421-AF54-C943CB0992FF} = {A64F8593-819B-43C7-A500-916C46ABC2C1}
EndGlobalSection
EndGlobal