-
Notifications
You must be signed in to change notification settings - Fork 22
Expand file tree
/
Copy pathVMWareTasks.sln
More file actions
142 lines (142 loc) · 9.5 KB
/
Copy pathVMWareTasks.sln
File metadata and controls
142 lines (142 loc) · 9.5 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
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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2010
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Build", "Build", "{6BD93AF1-12C7-49C8-A7C5-C2833344B8CA}"
ProjectSection(SolutionItems) = preProject
build.cmd = build.cmd
.github\workflows\build.yml = .github\workflows\build.yml
Version.proj = Version.proj
VMWareTasks.proj = VMWareTasks.proj
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Article", "Article", "{B0F0046F-AF8C-435F-B1AF-DB0F66E6712D}"
ProjectSection(SolutionItems) = preProject
Article\VMWareLogo.jpg = Article\VMWareLogo.jpg
Article\VMWareTasks.html = Article\VMWareTasks.html
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Documentation", "Documentation", "{D318F9F3-0299-4F6A-8CAC-C25725FC2F5D}"
ProjectSection(SolutionItems) = preProject
CHANGELOG.md = CHANGELOG.md
LICENSE.md = LICENSE.md
README.md = README.md
Documentation\VMWareTasks.content = Documentation\VMWareTasks.content
Documentation\VMWareTasks.shfbproj = Documentation\VMWareTasks.shfbproj
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Content", "Content", "{748E0786-A7ED-4B61-AFA6-B67A07E6CE24}"
ProjectSection(SolutionItems) = preProject
Documentation\Content\AboutHelp.aml = Documentation\Content\AboutHelp.aml
Documentation\Content\Contributing.aml = Documentation\Content\Contributing.aml
Documentation\Content\GettingStarted.aml = Documentation\Content\GettingStarted.aml
Documentation\Content\GettingStartedCOM.aml = Documentation\Content\GettingStartedCOM.aml
Documentation\Content\GettingStartedCSharp.aml = Documentation\Content\GettingStartedCSharp.aml
Documentation\Content\GettingStartedJava.aml = Documentation\Content\GettingStartedJava.aml
Documentation\Content\GettingStartedMSBuild.aml = Documentation\Content\GettingStartedMSBuild.aml
Documentation\Content\License.aml = Documentation\Content\License.aml
Documentation\Content\Main.aml = Documentation\Content\Main.aml
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "VMWareComLibScriptSamples", "VMWareComLibScriptSamples", "{30F8230C-657D-4D98-8602-994B8E1D562E}"
ProjectSection(SolutionItems) = preProject
Source\VMWareComLibScriptSamples\GettingStartedWorkstation.vbs = Source\VMWareComLibScriptSamples\GettingStartedWorkstation.vbs
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Samples", "Samples", "{55DD74D6-6DFD-431D-AABC-07978089B0AA}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "VMWareLibMSBuildTasksSamples", "VMWareLibMSBuildTasksSamples", "{DCDF3EE9-62A4-4DBD-868F-8BB96F11B569}"
ProjectSection(SolutionItems) = preProject
Source\VMWareLibMSBuildTasksSamples\ESX.properties = Source\VMWareLibMSBuildTasksSamples\ESX.properties
Source\VMWareLibMSBuildTasksSamples\Guest.proj = Source\VMWareLibMSBuildTasksSamples\Guest.proj
Source\VMWareLibMSBuildTasksSamples\Power.proj = Source\VMWareLibMSBuildTasksSamples\Power.proj
Source\VMWareLibMSBuildTasksSamples\Snapshot.proj = Source\VMWareLibMSBuildTasksSamples\Snapshot.proj
Source\VMWareLibMSBuildTasksSamples\Workstation.properties = Source\VMWareLibMSBuildTasksSamples\Workstation.properties
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "VMWareLib", "Source\VMWareLib\VMWareLib.csproj", "{76CDB55D-55E3-4B53-AE33-12EC31430826}"
ProjectSection(ProjectDependencies) = postProject
{DF9B8E13-AD32-4FEA-83CB-5048234FC2F3} = {DF9B8E13-AD32-4FEA-83CB-5048234FC2F3}
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "VMWareLibUnitTests", "Source\VMWareLibUnitTests\VMWareLibUnitTests.csproj", "{9CB4E334-90E7-4F52-BD04-DE9ACF943580}"
ProjectSection(ProjectDependencies) = postProject
{DF9B8E13-AD32-4FEA-83CB-5048234FC2F3} = {DF9B8E13-AD32-4FEA-83CB-5048234FC2F3}
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Version", "Source\Version\Version.csproj", "{DF9B8E13-AD32-4FEA-83CB-5048234FC2F3}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "VMWareTools", "Source\VMWareTools\VMWareTools.csproj", "{A8924671-F2CB-4B39-960F-A73A9188135F}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "VMWareToolsUnitTests", "Source\VMWareToolsUnitTests\VMWareToolsUnitTests.csproj", "{6D7A0540-143C-4641-8BC7-1C7417F72669}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "VMWareLibSamples", "Source\VMWareLibSamples\VMWareLibSamples.csproj", "{B6B7DD17-C9BA-4166-971B-665736882322}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "VMWareToolsSamples", "Source\VMWareToolsSamples\VMWareToolsSamples.csproj", "{3AC08947-61C7-46D7-B7EA-9CDE37351453}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "VMWareComLib", "Source\VMWareComLib\VMWareComLib.csproj", "{F21814A9-1F76-4AB1-98D1-8AEB88258879}"
ProjectSection(ProjectDependencies) = postProject
{DF9B8E13-AD32-4FEA-83CB-5048234FC2F3} = {DF9B8E13-AD32-4FEA-83CB-5048234FC2F3}
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "VMWareComTools", "Source\VMWareComTools\VMWareComTools.csproj", "{27E9AB63-A19F-4C85-AEB7-D2AAF5C721E4}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "VMWareLibMSBuildTasks", "Source\VMWareLibMSBuildTasks\VMWareLibMSBuildTasks.csproj", "{35517CB2-6EE3-43DB-B7F0-D55E39C41C10}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{76CDB55D-55E3-4B53-AE33-12EC31430826}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{76CDB55D-55E3-4B53-AE33-12EC31430826}.Debug|Any CPU.Build.0 = Debug|Any CPU
{76CDB55D-55E3-4B53-AE33-12EC31430826}.Release|Any CPU.ActiveCfg = Release|Any CPU
{76CDB55D-55E3-4B53-AE33-12EC31430826}.Release|Any CPU.Build.0 = Release|Any CPU
{9CB4E334-90E7-4F52-BD04-DE9ACF943580}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9CB4E334-90E7-4F52-BD04-DE9ACF943580}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9CB4E334-90E7-4F52-BD04-DE9ACF943580}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9CB4E334-90E7-4F52-BD04-DE9ACF943580}.Release|Any CPU.Build.0 = Release|Any CPU
{DF9B8E13-AD32-4FEA-83CB-5048234FC2F3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DF9B8E13-AD32-4FEA-83CB-5048234FC2F3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DF9B8E13-AD32-4FEA-83CB-5048234FC2F3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DF9B8E13-AD32-4FEA-83CB-5048234FC2F3}.Release|Any CPU.Build.0 = Release|Any CPU
{A8924671-F2CB-4B39-960F-A73A9188135F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A8924671-F2CB-4B39-960F-A73A9188135F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A8924671-F2CB-4B39-960F-A73A9188135F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A8924671-F2CB-4B39-960F-A73A9188135F}.Release|Any CPU.Build.0 = Release|Any CPU
{6D7A0540-143C-4641-8BC7-1C7417F72669}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6D7A0540-143C-4641-8BC7-1C7417F72669}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6D7A0540-143C-4641-8BC7-1C7417F72669}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6D7A0540-143C-4641-8BC7-1C7417F72669}.Release|Any CPU.Build.0 = Release|Any CPU
{B6B7DD17-C9BA-4166-971B-665736882322}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B6B7DD17-C9BA-4166-971B-665736882322}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B6B7DD17-C9BA-4166-971B-665736882322}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B6B7DD17-C9BA-4166-971B-665736882322}.Release|Any CPU.Build.0 = Release|Any CPU
{3AC08947-61C7-46D7-B7EA-9CDE37351453}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3AC08947-61C7-46D7-B7EA-9CDE37351453}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3AC08947-61C7-46D7-B7EA-9CDE37351453}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3AC08947-61C7-46D7-B7EA-9CDE37351453}.Release|Any CPU.Build.0 = Release|Any CPU
{F21814A9-1F76-4AB1-98D1-8AEB88258879}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F21814A9-1F76-4AB1-98D1-8AEB88258879}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F21814A9-1F76-4AB1-98D1-8AEB88258879}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F21814A9-1F76-4AB1-98D1-8AEB88258879}.Release|Any CPU.Build.0 = Release|Any CPU
{27E9AB63-A19F-4C85-AEB7-D2AAF5C721E4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{27E9AB63-A19F-4C85-AEB7-D2AAF5C721E4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{27E9AB63-A19F-4C85-AEB7-D2AAF5C721E4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{27E9AB63-A19F-4C85-AEB7-D2AAF5C721E4}.Release|Any CPU.Build.0 = Release|Any CPU
{35517CB2-6EE3-43DB-B7F0-D55E39C41C10}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{35517CB2-6EE3-43DB-B7F0-D55E39C41C10}.Debug|Any CPU.Build.0 = Debug|Any CPU
{35517CB2-6EE3-43DB-B7F0-D55E39C41C10}.Release|Any CPU.ActiveCfg = Release|Any CPU
{35517CB2-6EE3-43DB-B7F0-D55E39C41C10}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{748E0786-A7ED-4B61-AFA6-B67A07E6CE24} = {D318F9F3-0299-4F6A-8CAC-C25725FC2F5D}
{30F8230C-657D-4D98-8602-994B8E1D562E} = {55DD74D6-6DFD-431D-AABC-07978089B0AA}
{DCDF3EE9-62A4-4DBD-868F-8BB96F11B569} = {55DD74D6-6DFD-431D-AABC-07978089B0AA}
{B6B7DD17-C9BA-4166-971B-665736882322} = {55DD74D6-6DFD-431D-AABC-07978089B0AA}
{3AC08947-61C7-46D7-B7EA-9CDE37351453} = {55DD74D6-6DFD-431D-AABC-07978089B0AA}
EndGlobalSection
EndGlobal