-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathPask.Test.sln
50 lines (50 loc) · 2.26 KB
/
Pask.Test.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26430.6
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Pask.Test", "Pask.Test\Pask.Test.csproj", "{79576DB1-D0C2-4871-B52E-01C8105385A0}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{A3A8EA03-E175-42E1-82F9-F2A67463C8E8}"
ProjectSection(SolutionItems) = preProject
appveyor.yml = appveyor.yml
LICENSE = LICENSE
README.md = README.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".nuget", ".nuget", "{44D1D4B1-4B3E-4CC5-8FC5-DBCEB65305F2}"
ProjectSection(SolutionItems) = preProject
NuGet.Config = NuGet.Config
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".build", ".build", "{3FFE0C73-F813-48B0-AC33-B47223BB1B35}"
ProjectSection(SolutionItems) = preProject
.build\build.ps1 = .build\build.ps1
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tasks", "tasks", "{07012CC4-CC9D-4A44-B02B-5177C1C4E73C}"
ProjectSection(SolutionItems) = preProject
.build\tasks\Test-PackageInstallation.ps1 = .build\tasks\Test-PackageInstallation.ps1
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "scripts", "scripts", "{27C9A694-36A7-4E8E-B1F2-AF6E71B97840}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{79576DB1-D0C2-4871-B52E-01C8105385A0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{79576DB1-D0C2-4871-B52E-01C8105385A0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{79576DB1-D0C2-4871-B52E-01C8105385A0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{79576DB1-D0C2-4871-B52E-01C8105385A0}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{07012CC4-CC9D-4A44-B02B-5177C1C4E73C} = {3FFE0C73-F813-48B0-AC33-B47223BB1B35}
{27C9A694-36A7-4E8E-B1F2-AF6E71B97840} = {3FFE0C73-F813-48B0-AC33-B47223BB1B35}
EndGlobalSection
EndGlobal