-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathps-functions.sln
More file actions
33 lines (33 loc) · 1.28 KB
/
ps-functions.sln
File metadata and controls
33 lines (33 loc) · 1.28 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.25420.1
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{0A2E8636-D247-4152-8422-20EC278110B6}"
ProjectSection(SolutionItems) = preProject
.gitignore = .gitignore
GetNuget.ps1 = GetNuget.ps1
SetVersion.ps1 = SetVersion.ps1
TransformXml.ps1 = TransformXml.ps1
README.md = README.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Tests", "Tests", "{A5E55889-DD6E-4B0C-85F1-193C3D69919D}"
ProjectSection(SolutionItems) = preProject
Tests\AssemblyInfo.cs = Tests\AssemblyInfo.cs
Tests\GetNuget.Test.ps1 = Tests\GetNuget.Test.ps1
Tests\SetVersion.Test.ps1 = Tests\SetVersion.Test.ps1
Tests\TransformXml.Test.ps1 = Tests\TransformXml.Test.ps1
Tests\Web.config = Tests\Web.config
Tests\Web.Debug.config = Tests\Web.Debug.config
Tests\Web.Release.config = Tests\Web.Release.config
EndProjectSection
EndProject
Global
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{A5E55889-DD6E-4B0C-85F1-193C3D69919D} = {0A2E8636-D247-4152-8422-20EC278110B6}
EndGlobalSection
EndGlobal