-
Notifications
You must be signed in to change notification settings - Fork 23
/
Copy pathMeadow.Cli.psd1
467 lines (424 loc) · 35.5 KB
/
Meadow.Cli.psd1
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
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
#
# Module manifest for module 'Meadow-CLI'
#
# Generated by: Hosho Group
#
# Generated on: 8/20/2018
#
@{
# Script module or binary module file associated with this manifest.
RootModule = @(
".\tools\netcoreapp2.1\any\Meadow.Cli.dll"
)
# Version number of this module.
ModuleVersion = '0.3.1.0'
# SupportedPSEditions = @()
CompatiblePSEditions = @("Core","Desk")
# ID used to uniquely identify this module
GUID = 'ec62eba8-b25e-4b28-98db-cb2a4def9a6b'
# Author of this module
Author = 'Hosho Group'
# Company or vendor of this module
CompanyName = 'Hosho Group'
# Copyright statement for this module
Copyright = '(c) Hosho Group. All rights reserved.'
# Description of the functionality provided by this module
Description = 'This module defines a set of basic Cmdlets to work with the Meadow test framework at a PowerShell prompt.'
# Minimum version of the PowerShell engine required by this module
PowerShellVersion = '6.1'
# Name of the PowerShell host required by this module
PowerShellHostName = 'ConsoleHost'
# Minimum version of the PowerShell host required by this module
# PowerShellHostVersion = ''
# Minimum version of Microsoft .NET Framework required by this module. This prerequisite is valid for the PowerShell Desktop edition only.
DotNetFrameworkVersion = '2.1.3'
# Minimum version of the common language runtime (CLR) required by this module. This prerequisite is valid for the PowerShell Desktop edition only.
# CLRVersion = ''
# Processor architecture (None, X86, Amd64) required by this module
ProcessorArchitecture = 'Amd64'
# Modules that must be imported into the global environment prior to importing this module
# RequiredModules = @()
# Assemblies that must be loaded prior to importing this module
# RequiredAssemblies = @()
#>
# Script files (.ps1) that are run in the caller's environment prior to importing this module.
# ScriptsToProcess = @()
# Type files (.ps1xml) to be loaded when importing this module
# TypesToProcess = @()
# Format files (.ps1xml) to be loaded when importing this module
# FormatsToProcess = @()
# Modules to import as nested modules of the module specified in RootModule/ModuleToProcess
# NestedModules = @()
# Functions to export from this module, for best performance, do not use wildcards and do not delete the entry, use an empty array if there are no functions to export.
FunctionsToExport = @()
# Cmdlets to export from this module, for best performance, do not use wildcards and do not delete the entry, use an empty array if there are no cmdlets to export.
CmdletsToExport = @(
"Compile-Solidity",
"Generate-Accounts",
"Build-Solidity",
"Deploy-Contract",
"Initialize-Workspace",
"New-Accounts",
"Read-Accounts",
"Start-TestServer",
"Test-Function",
"Update-Config",
"Watch-Config",
"Watch-Solidity",
"Write-Accounts",
"Get-Template",
"Expand-Template"
)
# Variables to export from this module
VariablesToExport = '*'
# Aliases to export from this module, for best performance, do not use wildcards and do not delete the entry, use an empty array if there are no aliases to export.
AliasesToExport = @(
"Compile-Solidity",
"compileSol",
"config",
"deployContract",
"Generate-Accounts",
"generateAccounts",
"readAccounts",
"startTestServer",
"watchConfig",
"watchSol",
"writeAccounts"
)
# DSC resources to export from this module
DscResourcesToExport = @()
# List of all modules packaged with this module
ModuleList = @(
'.\Meadow.Cli.psd1',
'.\tools\netcoreapp2.1\any\Meadow.Cli.dll'
)
# List of all files packaged with this module
FileList = @(
".\Help\about_Meadow.Cli.Help.txt",
".\Help\Meadow.Cli-Help.md",
".\Help\Meadow.Cli-Help.xml",
".\tools\netcoreapp2.1\any\BouncyCastle.Crypto.dll",
".\tools\netcoreapp2.1\any\DotnetToolSettings.xml",
".\tools\netcoreapp2.1\any\Dynamitey.dll",
".\tools\netcoreapp2.1\any\ExposedObject.dll",
".\tools\netcoreapp2.1\any\ImpromptuInterface.dll",
".\tools\netcoreapp2.1\any\Markdig.dll",
".\tools\netcoreapp2.1\any\McMaster.Extensions.CommandLineUtils.dll",
".\tools\netcoreapp2.1\any\Meadow.Cli.deps.json",
".\tools\netcoreapp2.1\any\Meadow.Cli.dll",
".\tools\netcoreapp2.1\any\Meadow.Cli.pdb",
".\tools\netcoreapp2.1\any\Meadow.Cli.runtimeconfig.json",
".\tools\netcoreapp2.1\any\Meadow.Cli.xml",
".\tools\netcoreapp2.1\any\Meadow.Contract.dll",
".\tools\netcoreapp2.1\any\Meadow.Contract.pdb",
".\tools\netcoreapp2.1\any\Meadow.Contract.xml",
".\tools\netcoreapp2.1\any\Meadow.Core.dll",
".\tools\netcoreapp2.1\any\Meadow.Core.pdb",
".\tools\netcoreapp2.1\any\Meadow.Core.xml",
".\tools\netcoreapp2.1\any\Meadow.EVM.dll",
".\tools\netcoreapp2.1\any\Meadow.EVM.pdb",
".\tools\netcoreapp2.1\any\Meadow.EVM.xml",
".\tools\netcoreapp2.1\any\Meadow.JsonRpc.Client.dll",
".\tools\netcoreapp2.1\any\Meadow.JsonRpc.Client.pdb",
".\tools\netcoreapp2.1\any\Meadow.JsonRpc.Client.xml",
".\tools\netcoreapp2.1\any\Meadow.JsonRpc.dll",
".\tools\netcoreapp2.1\any\Meadow.JsonRpc.pdb",
".\tools\netcoreapp2.1\any\Meadow.JsonRpc.Server.dll",
".\tools\netcoreapp2.1\any\Meadow.JsonRpc.Server.pdb",
".\tools\netcoreapp2.1\any\Meadow.JsonRpc.Server.xml",
".\tools\netcoreapp2.1\any\Meadow.JsonRpc.xml",
".\tools\netcoreapp2.1\any\Meadow.SolCodeGen.dll",
".\tools\netcoreapp2.1\any\Meadow.SolCodeGen.pdb",
".\tools\netcoreapp2.1\any\Meadow.SolCodeGen.xml",
".\tools\netcoreapp2.1\any\Meadow.TestNode.dll",
".\tools\netcoreapp2.1\any\Meadow.TestNode.pdb",
".\tools\netcoreapp2.1\any\Meadow.TestNode.xml",
".\tools\netcoreapp2.1\any\Microsoft.ApplicationInsights.dll",
".\tools\netcoreapp2.1\any\Microsoft.AspNetCore.Connections.Abstractions.dll",
".\tools\netcoreapp2.1\any\Microsoft.AspNetCore.Cryptography.Internal.dll",
".\tools\netcoreapp2.1\any\Microsoft.AspNetCore.Cryptography.KeyDerivation.dll",
".\tools\netcoreapp2.1\any\Microsoft.AspNetCore.Hosting.Abstractions.dll",
".\tools\netcoreapp2.1\any\Microsoft.AspNetCore.Hosting.dll",
".\tools\netcoreapp2.1\any\Microsoft.AspNetCore.Hosting.Server.Abstractions.dll",
".\tools\netcoreapp2.1\any\Microsoft.AspNetCore.Http.Abstractions.dll",
".\tools\netcoreapp2.1\any\Microsoft.AspNetCore.Http.dll",
".\tools\netcoreapp2.1\any\Microsoft.AspNetCore.Http.Extensions.dll",
".\tools\netcoreapp2.1\any\Microsoft.AspNetCore.Http.Features.dll",
".\tools\netcoreapp2.1\any\Microsoft.AspNetCore.Server.Kestrel.Core.dll",
".\tools\netcoreapp2.1\any\Microsoft.AspNetCore.Server.Kestrel.dll",
".\tools\netcoreapp2.1\any\Microsoft.AspNetCore.Server.Kestrel.Https.dll",
".\tools\netcoreapp2.1\any\Microsoft.AspNetCore.Server.Kestrel.Transport.Abstractions.dll",
".\tools\netcoreapp2.1\any\Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets.dll",
".\tools\netcoreapp2.1\any\Microsoft.AspNetCore.WebUtilities.dll",
".\tools\netcoreapp2.1\any\Microsoft.CodeAnalysis.CSharp.dll",
".\tools\netcoreapp2.1\any\Microsoft.CodeAnalysis.CSharp.Features.dll",
".\tools\netcoreapp2.1\any\Microsoft.CodeAnalysis.CSharp.Workspaces.dll",
".\tools\netcoreapp2.1\any\Microsoft.CodeAnalysis.dll",
".\tools\netcoreapp2.1\any\Microsoft.CodeAnalysis.Features.dll",
".\tools\netcoreapp2.1\any\Microsoft.CodeAnalysis.Workspaces.dll",
".\tools\netcoreapp2.1\any\Microsoft.DotNet.PlatformAbstractions.dll",
".\tools\netcoreapp2.1\any\Microsoft.Extensions.Configuration.Abstractions.dll",
".\tools\netcoreapp2.1\any\Microsoft.Extensions.Configuration.Binder.dll",
".\tools\netcoreapp2.1\any\Microsoft.Extensions.Configuration.dll",
".\tools\netcoreapp2.1\any\Microsoft.Extensions.Configuration.EnvironmentVariables.dll",
".\tools\netcoreapp2.1\any\Microsoft.Extensions.Configuration.FileExtensions.dll",
".\tools\netcoreapp2.1\any\Microsoft.Extensions.DependencyInjection.Abstractions.dll",
".\tools\netcoreapp2.1\any\Microsoft.Extensions.DependencyInjection.dll",
".\tools\netcoreapp2.1\any\Microsoft.Extensions.DependencyModel.dll",
".\tools\netcoreapp2.1\any\Microsoft.Extensions.FileProviders.Abstractions.dll",
".\tools\netcoreapp2.1\any\Microsoft.Extensions.FileProviders.Physical.dll",
".\tools\netcoreapp2.1\any\Microsoft.Extensions.FileSystemGlobbing.dll",
".\tools\netcoreapp2.1\any\Microsoft.Extensions.Hosting.Abstractions.dll",
".\tools\netcoreapp2.1\any\Microsoft.Extensions.Http.dll",
".\tools\netcoreapp2.1\any\Microsoft.Extensions.Logging.Abstractions.dll",
".\tools\netcoreapp2.1\any\Microsoft.Extensions.Logging.dll",
".\tools\netcoreapp2.1\any\Microsoft.Extensions.ObjectPool.dll",
".\tools\netcoreapp2.1\any\Microsoft.Extensions.Options.dll",
".\tools\netcoreapp2.1\any\Microsoft.Extensions.Primitives.dll",
".\tools\netcoreapp2.1\any\Microsoft.Net.Http.Headers.dll",
".\tools\netcoreapp2.1\any\Microsoft.Win32.Registry.AccessControl.dll",
".\tools\netcoreapp2.1\any\Microsoft.Win32.SystemEvents.dll",
".\tools\netcoreapp2.1\any\Newtonsoft.Json.dll",
".\tools\netcoreapp2.1\any\NJsonSchema.dll",
".\tools\netcoreapp2.1\any\Secp256k1.Net.dll",
".\tools\netcoreapp2.1\any\SolcNet.dll",
".\tools\netcoreapp2.1\any\System.CodeDom.dll",
".\tools\netcoreapp2.1\any\System.ComponentModel.Composition.dll",
".\tools\netcoreapp2.1\any\System.Composition.AttributedModel.dll",
".\tools\netcoreapp2.1\any\System.Composition.Convention.dll",
".\tools\netcoreapp2.1\any\System.Composition.Hosting.dll",
".\tools\netcoreapp2.1\any\System.Composition.Runtime.dll",
".\tools\netcoreapp2.1\any\System.Composition.TypedParts.dll",
".\tools\netcoreapp2.1\any\System.Configuration.ConfigurationManager.dll",
".\tools\netcoreapp2.1\any\System.Data.DataSetExtensions.dll",
".\tools\netcoreapp2.1\any\System.Data.Odbc.dll",
".\tools\netcoreapp2.1\any\System.Data.SqlClient.dll",
".\tools\netcoreapp2.1\any\System.Diagnostics.EventLog.dll",
".\tools\netcoreapp2.1\any\System.Diagnostics.PerformanceCounter.dll",
".\tools\netcoreapp2.1\any\System.DirectoryServices.AccountManagement.dll",
".\tools\netcoreapp2.1\any\System.DirectoryServices.dll",
".\tools\netcoreapp2.1\any\System.DirectoryServices.Protocols.dll",
".\tools\netcoreapp2.1\any\System.Drawing.Common.dll",
".\tools\netcoreapp2.1\any\System.IO.Packaging.dll",
".\tools\netcoreapp2.1\any\System.IO.Pipelines.dll",
".\tools\netcoreapp2.1\any\System.IO.Ports.dll",
".\tools\netcoreapp2.1\any\System.Management.dll",
".\tools\netcoreapp2.1\any\System.Net.Http.WinHttpHandler.dll",
".\tools\netcoreapp2.1\any\System.Runtime.Caching.dll",
".\tools\netcoreapp2.1\any\System.Runtime.CompilerServices.Unsafe.dll",
".\tools\netcoreapp2.1\any\System.Security.Cryptography.Pkcs.dll",
".\tools\netcoreapp2.1\any\System.Security.Cryptography.ProtectedData.dll",
".\tools\netcoreapp2.1\any\System.Security.Cryptography.Xml.dll",
".\tools\netcoreapp2.1\any\System.Security.Permissions.dll",
".\tools\netcoreapp2.1\any\System.ServiceModel.dll",
".\tools\netcoreapp2.1\any\System.ServiceModel.Duplex.dll",
".\tools\netcoreapp2.1\any\System.ServiceModel.Http.dll",
".\tools\netcoreapp2.1\any\System.ServiceModel.NetTcp.dll",
".\tools\netcoreapp2.1\any\System.ServiceModel.Primitives.dll",
".\tools\netcoreapp2.1\any\System.ServiceModel.Security.dll",
".\tools\netcoreapp2.1\any\System.ServiceModel.Syndication.dll",
".\tools\netcoreapp2.1\any\System.ServiceProcess.ServiceController.dll",
".\tools\netcoreapp2.1\any\System.Text.Encoding.CodePages.dll",
".\tools\netcoreapp2.1\any\System.Text.Encodings.Web.dll",
".\tools\netcoreapp2.1\any\System.Threading.AccessControl.dll",
".\tools\netcoreapp2.1\any\native\linux-x64\libsecp256k1.so",
".\tools\netcoreapp2.1\any\native\linux-x64\libsolc.so",
".\tools\netcoreapp2.1\any\native\osx-x64\libsecp256k1.dylib",
".\tools\netcoreapp2.1\any\native\osx-x64\libsolc.dylib",
".\tools\netcoreapp2.1\any\native\win-x64\secp256k1.dll",
".\tools\netcoreapp2.1\any\native\win-x64\solc.dll",
".\tools\netcoreapp2.1\any\native\win-x86\secp256k1.dll",
".\tools\netcoreapp2.1\any\native\win-x86\solc.dll",
".\tools\netcoreapp2.1\any\runtimes\linux\lib\netcoreapp2.0\System.Data.Odbc.dll",
".\tools\netcoreapp2.1\any\runtimes\linux-arm\lib\netstandard2.0\Microsoft.PowerShell.Commands.Management.dll",
".\tools\netcoreapp2.1\any\runtimes\linux-arm\lib\netstandard2.0\Microsoft.PowerShell.Commands.Utility.dll",
".\tools\netcoreapp2.1\any\runtimes\linux-arm\lib\netstandard2.0\Microsoft.PowerShell.ConsoleHost.dll",
".\tools\netcoreapp2.1\any\runtimes\linux-arm\lib\netstandard2.0\Microsoft.PowerShell.CoreCLR.Eventing.dll",
".\tools\netcoreapp2.1\any\runtimes\linux-arm\lib\netstandard2.0\Microsoft.PowerShell.MarkdownRender.dll",
".\tools\netcoreapp2.1\any\runtimes\linux-arm\lib\netstandard2.0\Microsoft.PowerShell.SDK.dll",
".\tools\netcoreapp2.1\any\runtimes\linux-arm\lib\netstandard2.0\Microsoft.PowerShell.Security.dll",
".\tools\netcoreapp2.1\any\runtimes\linux-arm\lib\netstandard2.0\System.Management.Automation.dll",
".\tools\netcoreapp2.1\any\runtimes\linux-arm\native\libpsl-native.so",
".\tools\netcoreapp2.1\any\runtimes\linux-x64\lib\netstandard2.0\Microsoft.PowerShell.Commands.Management.dll",
".\tools\netcoreapp2.1\any\runtimes\linux-x64\lib\netstandard2.0\Microsoft.PowerShell.Commands.Utility.dll",
".\tools\netcoreapp2.1\any\runtimes\linux-x64\lib\netstandard2.0\Microsoft.PowerShell.ConsoleHost.dll",
".\tools\netcoreapp2.1\any\runtimes\linux-x64\lib\netstandard2.0\Microsoft.PowerShell.CoreCLR.Eventing.dll",
".\tools\netcoreapp2.1\any\runtimes\linux-x64\lib\netstandard2.0\Microsoft.PowerShell.MarkdownRender.dll",
".\tools\netcoreapp2.1\any\runtimes\linux-x64\lib\netstandard2.0\Microsoft.PowerShell.SDK.dll",
".\tools\netcoreapp2.1\any\runtimes\linux-x64\lib\netstandard2.0\Microsoft.PowerShell.Security.dll",
".\tools\netcoreapp2.1\any\runtimes\linux-x64\lib\netstandard2.0\System.Management.Automation.dll",
".\tools\netcoreapp2.1\any\runtimes\linux-x64\native\libmi.so",
".\tools\netcoreapp2.1\any\runtimes\linux-x64\native\libpsl-native.so",
".\tools\netcoreapp2.1\any\runtimes\linux-x64\native\libpsrpclient.so",
".\tools\netcoreapp2.1\any\runtimes\linux-x64\native\libsecp256k1.so",
".\tools\netcoreapp2.1\any\runtimes\osx\lib\netcoreapp2.0\System.Data.Odbc.dll",
".\tools\netcoreapp2.1\any\runtimes\osx\lib\netstandard2.0\Microsoft.PowerShell.Commands.Management.dll",
".\tools\netcoreapp2.1\any\runtimes\osx\lib\netstandard2.0\Microsoft.PowerShell.Commands.Utility.dll",
".\tools\netcoreapp2.1\any\runtimes\osx\lib\netstandard2.0\Microsoft.PowerShell.ConsoleHost.dll",
".\tools\netcoreapp2.1\any\runtimes\osx\lib\netstandard2.0\Microsoft.PowerShell.CoreCLR.Eventing.dll",
".\tools\netcoreapp2.1\any\runtimes\osx\lib\netstandard2.0\Microsoft.PowerShell.MarkdownRender.dll",
".\tools\netcoreapp2.1\any\runtimes\osx\lib\netstandard2.0\Microsoft.PowerShell.SDK.dll",
".\tools\netcoreapp2.1\any\runtimes\osx\lib\netstandard2.0\Microsoft.PowerShell.Security.dll",
".\tools\netcoreapp2.1\any\runtimes\osx\lib\netstandard2.0\System.Management.Automation.dll",
".\tools\netcoreapp2.1\any\runtimes\osx\native\libmi.dylib",
".\tools\netcoreapp2.1\any\runtimes\osx\native\libpsl-native.dylib",
".\tools\netcoreapp2.1\any\runtimes\osx\native\libpsrpclient.dylib",
".\tools\netcoreapp2.1\any\runtimes\osx-x64\native\libsecp256k1.dylib",
".\tools\netcoreapp2.1\any\runtimes\unix\lib\netcoreapp2.0\System.Drawing.Common.dll",
".\tools\netcoreapp2.1\any\runtimes\unix\lib\netcoreapp2.0\System.Runtime.Caching.dll",
".\tools\netcoreapp2.1\any\runtimes\unix\lib\netcoreapp2.1\System.Data.SqlClient.dll",
".\tools\netcoreapp2.1\any\runtimes\unix\lib\netstandard1.6\Microsoft.Management.Infrastructure.dll",
".\tools\netcoreapp2.1\any\runtimes\unix\lib\netstandard1.6\Microsoft.Management.Infrastructure.Native.dll",
".\tools\netcoreapp2.1\any\runtimes\unix\lib\netstandard2.0\System.Private.ServiceModel.dll",
".\tools\netcoreapp2.1\any\runtimes\win\lib\netcoreapp2.0\Microsoft.Win32.SystemEvents.dll",
".\tools\netcoreapp2.1\any\runtimes\win\lib\netcoreapp2.0\System.Data.Odbc.dll",
".\tools\netcoreapp2.1\any\runtimes\win\lib\netcoreapp2.0\System.Diagnostics.EventLog.dll",
".\tools\netcoreapp2.1\any\runtimes\win\lib\netcoreapp2.0\System.Diagnostics.PerformanceCounter.dll",
".\tools\netcoreapp2.1\any\runtimes\win\lib\netcoreapp2.0\System.DirectoryServices.AccountManagement.dll",
".\tools\netcoreapp2.1\any\runtimes\win\lib\netcoreapp2.0\System.DirectoryServices.dll",
".\tools\netcoreapp2.1\any\runtimes\win\lib\netcoreapp2.0\System.DirectoryServices.Protocols.dll",
".\tools\netcoreapp2.1\any\runtimes\win\lib\netcoreapp2.0\System.Drawing.Common.dll",
".\tools\netcoreapp2.1\any\runtimes\win\lib\netcoreapp2.0\System.Management.dll",
".\tools\netcoreapp2.1\any\runtimes\win\lib\netcoreapp2.0\System.Runtime.Caching.dll",
".\tools\netcoreapp2.1\any\runtimes\win\lib\netcoreapp2.0\System.Text.Encoding.CodePages.dll",
".\tools\netcoreapp2.1\any\runtimes\win\lib\netcoreapp2.1\System.Data.SqlClient.dll",
".\tools\netcoreapp2.1\any\runtimes\win\lib\netcoreapp2.1\System.Security.Cryptography.Pkcs.dll",
".\tools\netcoreapp2.1\any\runtimes\win\lib\netstandard2.0\Microsoft.Win32.Registry.AccessControl.dll",
".\tools\netcoreapp2.1\any\runtimes\win\lib\netstandard2.0\System.IO.Ports.dll",
".\tools\netcoreapp2.1\any\runtimes\win\lib\netstandard2.0\System.Net.Http.WinHttpHandler.dll",
".\tools\netcoreapp2.1\any\runtimes\win\lib\netstandard2.0\System.Private.ServiceModel.dll",
".\tools\netcoreapp2.1\any\runtimes\win\lib\netstandard2.0\System.Security.Cryptography.ProtectedData.dll",
".\tools\netcoreapp2.1\any\runtimes\win\lib\netstandard2.0\System.ServiceProcess.ServiceController.dll",
".\tools\netcoreapp2.1\any\runtimes\win\lib\netstandard2.0\System.Threading.AccessControl.dll",
".\tools\netcoreapp2.1\any\runtimes\win-arm\lib\netstandard1.6\Microsoft.Management.Infrastructure.dll",
".\tools\netcoreapp2.1\any\runtimes\win-arm\lib\netstandard1.6\Microsoft.Management.Infrastructure.Native.dll",
".\tools\netcoreapp2.1\any\runtimes\win-arm\lib\netstandard2.0\Microsoft.PowerShell.Commands.Diagnostics.dll",
".\tools\netcoreapp2.1\any\runtimes\win-arm\lib\netstandard2.0\Microsoft.PowerShell.Commands.Management.dll",
".\tools\netcoreapp2.1\any\runtimes\win-arm\lib\netstandard2.0\Microsoft.PowerShell.Commands.Utility.dll",
".\tools\netcoreapp2.1\any\runtimes\win-arm\lib\netstandard2.0\Microsoft.PowerShell.ConsoleHost.dll",
".\tools\netcoreapp2.1\any\runtimes\win-arm\lib\netstandard2.0\Microsoft.PowerShell.CoreCLR.Eventing.dll",
".\tools\netcoreapp2.1\any\runtimes\win-arm\lib\netstandard2.0\Microsoft.PowerShell.MarkdownRender.dll",
".\tools\netcoreapp2.1\any\runtimes\win-arm\lib\netstandard2.0\Microsoft.PowerShell.SDK.dll",
".\tools\netcoreapp2.1\any\runtimes\win-arm\lib\netstandard2.0\Microsoft.PowerShell.Security.dll",
".\tools\netcoreapp2.1\any\runtimes\win-arm\lib\netstandard2.0\Microsoft.WSMan.Management.dll",
".\tools\netcoreapp2.1\any\runtimes\win-arm\lib\netstandard2.0\Microsoft.WSMan.Runtime.dll",
".\tools\netcoreapp2.1\any\runtimes\win-arm\lib\netstandard2.0\System.Management.Automation.dll",
".\tools\netcoreapp2.1\any\runtimes\win-arm\native\mi.dll",
".\tools\netcoreapp2.1\any\runtimes\win-arm\native\Microsoft.Management.Infrastructure.Native.Unmanaged.dll",
".\tools\netcoreapp2.1\any\runtimes\win-arm\native\miutils.dll",
".\tools\netcoreapp2.1\any\runtimes\win-arm\native\PowerShell.Core.Instrumentation.dll",
".\tools\netcoreapp2.1\any\runtimes\win-arm\native\pwrshplugin.dll",
".\tools\netcoreapp2.1\any\runtimes\win-arm\native\pwrshplugin.pdb",
".\tools\netcoreapp2.1\any\runtimes\win-arm64\lib\netstandard1.6\Microsoft.Management.Infrastructure.dll",
".\tools\netcoreapp2.1\any\runtimes\win-arm64\lib\netstandard1.6\Microsoft.Management.Infrastructure.Native.dll",
".\tools\netcoreapp2.1\any\runtimes\win-arm64\lib\netstandard2.0\Microsoft.PowerShell.Commands.Diagnostics.dll",
".\tools\netcoreapp2.1\any\runtimes\win-arm64\lib\netstandard2.0\Microsoft.PowerShell.Commands.Management.dll",
".\tools\netcoreapp2.1\any\runtimes\win-arm64\lib\netstandard2.0\Microsoft.PowerShell.Commands.Utility.dll",
".\tools\netcoreapp2.1\any\runtimes\win-arm64\lib\netstandard2.0\Microsoft.PowerShell.ConsoleHost.dll",
".\tools\netcoreapp2.1\any\runtimes\win-arm64\lib\netstandard2.0\Microsoft.PowerShell.CoreCLR.Eventing.dll",
".\tools\netcoreapp2.1\any\runtimes\win-arm64\lib\netstandard2.0\Microsoft.PowerShell.MarkdownRender.dll",
".\tools\netcoreapp2.1\any\runtimes\win-arm64\lib\netstandard2.0\Microsoft.PowerShell.SDK.dll",
".\tools\netcoreapp2.1\any\runtimes\win-arm64\lib\netstandard2.0\Microsoft.PowerShell.Security.dll",
".\tools\netcoreapp2.1\any\runtimes\win-arm64\lib\netstandard2.0\Microsoft.WSMan.Management.dll",
".\tools\netcoreapp2.1\any\runtimes\win-arm64\lib\netstandard2.0\Microsoft.WSMan.Runtime.dll",
".\tools\netcoreapp2.1\any\runtimes\win-arm64\lib\netstandard2.0\System.Management.Automation.dll",
".\tools\netcoreapp2.1\any\runtimes\win-arm64\native\mi.dll",
".\tools\netcoreapp2.1\any\runtimes\win-arm64\native\Microsoft.Management.Infrastructure.Native.Unmanaged.dll",
".\tools\netcoreapp2.1\any\runtimes\win-arm64\native\miutils.dll",
".\tools\netcoreapp2.1\any\runtimes\win-arm64\native\PowerShell.Core.Instrumentation.dll",
".\tools\netcoreapp2.1\any\runtimes\win-arm64\native\pwrshplugin.dll",
".\tools\netcoreapp2.1\any\runtimes\win-arm64\native\pwrshplugin.pdb",
".\tools\netcoreapp2.1\any\runtimes\win-arm64\native\sni.dll",
".\tools\netcoreapp2.1\any\runtimes\win-x64\lib\netstandard2.0\Microsoft.PowerShell.Commands.Diagnostics.dll",
".\tools\netcoreapp2.1\any\runtimes\win-x64\lib\netstandard2.0\Microsoft.PowerShell.Commands.Management.dll",
".\tools\netcoreapp2.1\any\runtimes\win-x64\lib\netstandard2.0\Microsoft.PowerShell.Commands.Utility.dll",
".\tools\netcoreapp2.1\any\runtimes\win-x64\lib\netstandard2.0\Microsoft.PowerShell.ConsoleHost.dll",
".\tools\netcoreapp2.1\any\runtimes\win-x64\lib\netstandard2.0\Microsoft.PowerShell.CoreCLR.Eventing.dll",
".\tools\netcoreapp2.1\any\runtimes\win-x64\lib\netstandard2.0\Microsoft.PowerShell.MarkdownRender.dll",
".\tools\netcoreapp2.1\any\runtimes\win-x64\lib\netstandard2.0\Microsoft.PowerShell.SDK.dll",
".\tools\netcoreapp2.1\any\runtimes\win-x64\lib\netstandard2.0\Microsoft.PowerShell.Security.dll",
".\tools\netcoreapp2.1\any\runtimes\win-x64\lib\netstandard2.0\Microsoft.WSMan.Management.dll",
".\tools\netcoreapp2.1\any\runtimes\win-x64\lib\netstandard2.0\Microsoft.WSMan.Runtime.dll",
".\tools\netcoreapp2.1\any\runtimes\win-x64\lib\netstandard2.0\System.Management.Automation.dll",
".\tools\netcoreapp2.1\any\runtimes\win-x64\native\PowerShell.Core.Instrumentation.dll",
".\tools\netcoreapp2.1\any\runtimes\win-x64\native\pwrshplugin.dll",
".\tools\netcoreapp2.1\any\runtimes\win-x64\native\pwrshplugin.pdb",
".\tools\netcoreapp2.1\any\runtimes\win-x64\native\secp256k1.dll",
".\tools\netcoreapp2.1\any\runtimes\win-x64\native\sni.dll",
".\tools\netcoreapp2.1\any\runtimes\win-x86\lib\netstandard2.0\Microsoft.PowerShell.Commands.Diagnostics.dll",
".\tools\netcoreapp2.1\any\runtimes\win-x86\lib\netstandard2.0\Microsoft.PowerShell.Commands.Management.dll",
".\tools\netcoreapp2.1\any\runtimes\win-x86\lib\netstandard2.0\Microsoft.PowerShell.Commands.Utility.dll",
".\tools\netcoreapp2.1\any\runtimes\win-x86\lib\netstandard2.0\Microsoft.PowerShell.ConsoleHost.dll",
".\tools\netcoreapp2.1\any\runtimes\win-x86\lib\netstandard2.0\Microsoft.PowerShell.CoreCLR.Eventing.dll",
".\tools\netcoreapp2.1\any\runtimes\win-x86\lib\netstandard2.0\Microsoft.PowerShell.MarkdownRender.dll",
".\tools\netcoreapp2.1\any\runtimes\win-x86\lib\netstandard2.0\Microsoft.PowerShell.SDK.dll",
".\tools\netcoreapp2.1\any\runtimes\win-x86\lib\netstandard2.0\Microsoft.PowerShell.Security.dll",
".\tools\netcoreapp2.1\any\runtimes\win-x86\lib\netstandard2.0\Microsoft.WSMan.Management.dll",
".\tools\netcoreapp2.1\any\runtimes\win-x86\lib\netstandard2.0\Microsoft.WSMan.Runtime.dll",
".\tools\netcoreapp2.1\any\runtimes\win-x86\lib\netstandard2.0\System.Management.Automation.dll",
".\tools\netcoreapp2.1\any\runtimes\win-x86\native\PowerShell.Core.Instrumentation.dll",
".\tools\netcoreapp2.1\any\runtimes\win-x86\native\pwrshplugin.dll",
".\tools\netcoreapp2.1\any\runtimes\win-x86\native\pwrshplugin.pdb",
".\tools\netcoreapp2.1\any\runtimes\win-x86\native\secp256k1.dll",
".\tools\netcoreapp2.1\any\runtimes\win-x86\native\sni.dll",
".\tools\netcoreapp2.1\any\runtimes\win10-x64\lib\netstandard1.6\Microsoft.Management.Infrastructure.dll",
".\tools\netcoreapp2.1\any\runtimes\win10-x64\lib\netstandard1.6\Microsoft.Management.Infrastructure.Native.dll",
".\tools\netcoreapp2.1\any\runtimes\win10-x64\native\mi.dll",
".\tools\netcoreapp2.1\any\runtimes\win10-x64\native\Microsoft.Management.Infrastructure.Native.Unmanaged.dll",
".\tools\netcoreapp2.1\any\runtimes\win10-x64\native\miutils.dll",
".\tools\netcoreapp2.1\any\runtimes\win10-x86\lib\netstandard1.6\Microsoft.Management.Infrastructure.dll",
".\tools\netcoreapp2.1\any\runtimes\win10-x86\lib\netstandard1.6\Microsoft.Management.Infrastructure.Native.dll",
".\tools\netcoreapp2.1\any\runtimes\win10-x86\native\mi.dll",
".\tools\netcoreapp2.1\any\runtimes\win10-x86\native\Microsoft.Management.Infrastructure.Native.Unmanaged.dll",
".\tools\netcoreapp2.1\any\runtimes\win10-x86\native\miutils.dll",
".\tools\netcoreapp2.1\any\runtimes\win7-x64\lib\netstandard1.6\Microsoft.Management.Infrastructure.dll",
".\tools\netcoreapp2.1\any\runtimes\win7-x64\lib\netstandard1.6\Microsoft.Management.Infrastructure.Native.dll",
".\tools\netcoreapp2.1\any\runtimes\win7-x64\native\mi.dll",
".\tools\netcoreapp2.1\any\runtimes\win7-x64\native\Microsoft.Management.Infrastructure.Native.Unmanaged.dll",
".\tools\netcoreapp2.1\any\runtimes\win7-x64\native\miutils.dll",
".\tools\netcoreapp2.1\any\runtimes\win7-x86\lib\netstandard1.6\Microsoft.Management.Infrastructure.dll",
".\tools\netcoreapp2.1\any\runtimes\win7-x86\lib\netstandard1.6\Microsoft.Management.Infrastructure.Native.dll",
".\tools\netcoreapp2.1\any\runtimes\win7-x86\native\mi.dll",
".\tools\netcoreapp2.1\any\runtimes\win7-x86\native\Microsoft.Management.Infrastructure.Native.Unmanaged.dll",
".\tools\netcoreapp2.1\any\runtimes\win7-x86\native\miutils.dll",
".\tools\netcoreapp2.1\any\runtimes\win8-x64\lib\netstandard1.6\Microsoft.Management.Infrastructure.dll",
".\tools\netcoreapp2.1\any\runtimes\win8-x64\lib\netstandard1.6\Microsoft.Management.Infrastructure.Native.dll",
".\tools\netcoreapp2.1\any\runtimes\win8-x64\native\mi.dll",
".\tools\netcoreapp2.1\any\runtimes\win8-x64\native\Microsoft.Management.Infrastructure.Native.Unmanaged.dll",
".\tools\netcoreapp2.1\any\runtimes\win8-x64\native\miutils.dll",
".\tools\netcoreapp2.1\any\runtimes\win8-x86\lib\netstandard1.6\Microsoft.Management.Infrastructure.dll",
".\tools\netcoreapp2.1\any\runtimes\win8-x86\lib\netstandard1.6\Microsoft.Management.Infrastructure.Native.dll",
".\tools\netcoreapp2.1\any\runtimes\win8-x86\native\mi.dll",
".\tools\netcoreapp2.1\any\runtimes\win8-x86\native\Microsoft.Management.Infrastructure.Native.Unmanaged.dll",
".\tools\netcoreapp2.1\any\runtimes\win8-x86\native\miutils.dll",
".\tools\netcoreapp2.1\any\runtimes\win81-x64\lib\netstandard1.6\Microsoft.Management.Infrastructure.dll",
".\tools\netcoreapp2.1\any\runtimes\win81-x64\lib\netstandard1.6\Microsoft.Management.Infrastructure.Native.dll",
".\tools\netcoreapp2.1\any\runtimes\win81-x64\native\mi.dll",
".\tools\netcoreapp2.1\any\runtimes\win81-x64\native\Microsoft.Management.Infrastructure.Native.Unmanaged.dll",
".\tools\netcoreapp2.1\any\runtimes\win81-x64\native\miutils.dll",
".\tools\netcoreapp2.1\any\runtimes\win81-x86\lib\netstandard1.6\Microsoft.Management.Infrastructure.dll",
".\tools\netcoreapp2.1\any\runtimes\win81-x86\lib\netstandard1.6\Microsoft.Management.Infrastructure.Native.dll",
".\tools\netcoreapp2.1\any\runtimes\win81-x86\native\mi.dll",
".\tools\netcoreapp2.1\any\runtimes\win81-x86\native\Microsoft.Management.Infrastructure.Native.Unmanaged.dll",
".\tools\netcoreapp2.1\any\runtimes\win81-x86\native\miutils.dll"
)
# Private data to pass to the module specified in RootModule/ModuleToProcess. This may also contain a PSData hashtable with additional module metadata used by PowerShell.
PrivateData = @{
PSData = @{
# Tags applied to this module. These help with module discovery in online galleries.
Tags = 'Meadow', 'CLI', 'Meadow.Cli', 'Etherium', 'Eth', 'Test', 'Framework'
# A URL to the license for this module.
LicenseUri = 'https://gitlab.hoshogroup.com/company-projects/Meadow'
# A URL to the main website for this project.
ProjectUri = 'https://gitlab.hoshogroup.com/company-projects/Meadow'
# A URL to an icon representing this module.
# IconUri = ''
# ReleaseNotes of this module
ReleaseNotes = 'https://gitlab.hoshogroup.com/company-projects/Meadow'
} # End of PSData hashtable
} # End of PrivateData hashtable
# HelpInfo URI of this module
HelpInfoURI = 'https://gitlab.hoshogroup.com/company-projects/Meadow'
# Default prefix for commands exported from this module. Override the default prefix using Import-Module -Prefix.
# DefaultCommandPrefix = ''
}