-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathazpowershell.sln
30 lines (30 loc) · 1.38 KB
/
azpowershell.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.28531.58
MinimumVisualStudioVersion = 10.0.40219.1
Project("{151D2E53-A2C4-4D7D-83FE-D05416EBD58E}") = "azpowershell", "azpowershell\azpowershell.deployproj", "{9059C9C2-E3CF-4444-8AEA-91D76981AC92}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{A5D2B442-C630-497A-B6C2-7E0CEA4AF22A}"
ProjectSection(SolutionItems) = preProject
azpowershell\Run-ScriptWithVstsVariables.ps1 = azpowershell\Run-ScriptWithVstsVariables.ps1
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{9059C9C2-E3CF-4444-8AEA-91D76981AC92}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9059C9C2-E3CF-4444-8AEA-91D76981AC92}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9059C9C2-E3CF-4444-8AEA-91D76981AC92}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9059C9C2-E3CF-4444-8AEA-91D76981AC92}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {A7DBA0BE-C571-4715-9616-DA242A647550}
EndGlobalSection
EndGlobal