-
Notifications
You must be signed in to change notification settings - Fork 61
/
Copy pathgcloud-powershell.sln
65 lines (65 loc) · 3.68 KB
/
gcloud-powershell.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
53
54
55
56
57
58
59
60
61
62
63
64
65
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27004.2006
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Google.PowerShell", "Google.PowerShell\Google.PowerShell.csproj", "{D338C5D3-5FC3-408F-9F7F-D53E7B213505}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Google.PowerShell.Tests", "Google.PowerShell.Tests\Google.PowerShell.Tests.csproj", "{AF40957F-CE09-4C2F-B8BC-6F1816A30F01}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Google.PowerShell.IntegrationTests", "Google.PowerShell.IntegrationTests\Google.PowerShell.IntegrationTests.csproj", "{57F97FF1-C33E-49DC-9759-12468FCC8D16}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "SolutionFiles", "SolutionFiles", "{A9C63839-C794-4DBF-A72C-052BCB9CE71E}"
ProjectSection(SolutionItems) = preProject
appveyor.yml = appveyor.yml
cmdlet-style-guide.md = cmdlet-style-guide.md
CONTRIBUTING.md = CONTRIBUTING.md
LICENSE = LICENSE
README.md = README.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Tools", "Tools", "{31BC29EB-08CC-4060-B64A-189B0E908A73}"
ProjectSection(SolutionItems) = preProject
Tools\BetaCmdlets.ps1 = Tools\BetaCmdlets.ps1
Tools\BuildAndPackage.ps1 = Tools\BuildAndPackage.ps1
Tools\CheckCmdletXmlDocs.psm1 = Tools\CheckCmdletXmlDocs.psm1
Tools\GenerateWebsiteData.ps1 = Tools\GenerateWebsiteData.ps1
Tools\OutputTypeWhitelist.txt = Tools\OutputTypeWhitelist.txt
Tools\RunCodeFormatter.ps1 = Tools\RunCodeFormatter.ps1
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Google.PowerShell.DotnetCore", "Google.PowerShell.DotnetCore\Google.PowerShell.DotnetCore.csproj", "{44B9CEBD-807E-4640-A1E4-2F5E49CE1BB9}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{D338C5D3-5FC3-408F-9F7F-D53E7B213505}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D338C5D3-5FC3-408F-9F7F-D53E7B213505}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D338C5D3-5FC3-408F-9F7F-D53E7B213505}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D338C5D3-5FC3-408F-9F7F-D53E7B213505}.Release|Any CPU.Build.0 = Release|Any CPU
{AF40957F-CE09-4C2F-B8BC-6F1816A30F01}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{AF40957F-CE09-4C2F-B8BC-6F1816A30F01}.Debug|Any CPU.Build.0 = Debug|Any CPU
{AF40957F-CE09-4C2F-B8BC-6F1816A30F01}.Release|Any CPU.ActiveCfg = Release|Any CPU
{AF40957F-CE09-4C2F-B8BC-6F1816A30F01}.Release|Any CPU.Build.0 = Release|Any CPU
{57F97FF1-C33E-49DC-9759-12468FCC8D16}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{57F97FF1-C33E-49DC-9759-12468FCC8D16}.Debug|Any CPU.Build.0 = Debug|Any CPU
{57F97FF1-C33E-49DC-9759-12468FCC8D16}.Release|Any CPU.ActiveCfg = Release|Any CPU
{57F97FF1-C33E-49DC-9759-12468FCC8D16}.Release|Any CPU.Build.0 = Release|Any CPU
{44B9CEBD-807E-4640-A1E4-2F5E49CE1BB9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{44B9CEBD-807E-4640-A1E4-2F5E49CE1BB9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{44B9CEBD-807E-4640-A1E4-2F5E49CE1BB9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{44B9CEBD-807E-4640-A1E4-2F5E49CE1BB9}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{31BC29EB-08CC-4060-B64A-189B0E908A73} = {A9C63839-C794-4DBF-A72C-052BCB9CE71E}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {6BBE012C-F1BF-45F5-8C5C-BEFFC2CAFAFA}
EndGlobalSection
EndGlobal