latest build udpates to have selfhosted builds

This commit is contained in:
Peter Honeder 2015-06-01 15:49:30 -07:00
parent bcd0b1807b
commit 8c6befb41c
180 changed files with 32112 additions and 183 deletions

View file

@ -2,6 +2,11 @@
PSRC = ../src/monad/monad/src
MONAD_EXT=../src/monad-ext
# this variable is needed by module specific include makefiles below
ADMIN_GIT_ROOT=../src/monad
phony_all: all
# include all the external makefiles
include all-files.mk
include string-resources.mk
@ -17,7 +22,8 @@ NUGETREF=-r:System.Reflection.Metadata.dll -r:System.Collections.Immutable.dll
MI_NATIVE_REF=-r:dotnetlibs/Microsoft.Management.Infrastructure.Native.dll
MI_REF_ASSEMBLY=-r:$(MONAD_EXT)/PS/PS_refs_modil/microsoft.management.infrastructure.metadata_dll
MI_REF=-r:dotnetlibs/Microsoft.Management.Infrastructure.dll
MI_ASSEMBLY=dotnetlibs/Microsoft.Management.Infrastructure.dll
MI_REF=-r:$(MI_ASSEMBLY)
PRODUCT_BASE_REFS=${COREREF}
PRODUCT_MI_REFS=${COREREF} ${MI_NATIVE_REF}
@ -51,8 +57,8 @@ dotnetlibs/Microsoft.Management.Infrastructure.dll: ${WMI_SRCS} dotnetlibs/Micro
# Commands
dotnetlibs/Microsoft.PowerShell.Commands.Management.dll: ${COMMANDS_MANAGEMENT_SRCS} dotnetlibs/System.Management.Automation.dll ${COMMAND_MANAGEMENT_RES_SRCS} ${COMMAND_MANAGEMENT_RES_CS_SRCS}
mcs -out:$@ ${MCSOPTS_LIB} ${PRODUCT_COMMANDS_REFS} ${COMMANDS_MANAGEMENT_SRCS} ${COMMAND_MANAGEMENT_RES} ${COMMANDS_MANAGEMENT_RES_CS_SRCS}
dotnetlibs/Microsoft.PowerShell.Commands.Management.dll: ${COMMANDS_MANAGEMENT_SRCS} dotnetlibs/System.Management.Automation.dll ${COMMAND_MANAGEMENT_RES_SRCS} ${COMMAND_MANAGEMENT_RES_CS_SRCS} $(MI_ASSEMBLY)
mcs -out:$@ ${MCSOPTS_LIB} ${PRODUCT_COMMANDS_REFS} ${COMMANDS_MANAGEMENT_SRCS} ${COMMAND_MANAGEMENT_RES} ${COMMANDS_MANAGEMENT_RES_CS_SRCS} $(MI_REF)
dotnetlibs/Microsoft.PowerShell.Commands.Utility.dll: ${COMMANDS_UTILITY_SRCS} dotnetlibs/System.Management.Automation.dll ${COMMAND_UTILITY_RES_SRCS} ${COMMAND_UTILITY_RES_CS_SRCS}
mcs -out:$@ ${MCSOPTS_LIB} ${PRODUCT_COMMANDS_REFS} ${COMMANDS_UTILITY_SRCS} ${COMMAND_UTILITY_RES} ${COMMANDS_UTILITY_RES_CS_SRCS}

View file

@ -1,49 +1,148 @@
# This is an automatically generated file for the make dependency: COMMANDS_MANAGEMENT
COMMANDS_MANAGEMENT_RES_SRCS = \
../src/monad/monad/src/commands/management/resources/NavigationResources.resources \
../src/monad/monad/src/commands/management/resources/CmdletizationResources.resources \
../src/monad/monad/src/commands/management/resources/ProcessResources.resources
COMMANDS_MANAGEMENT_SRCS_WIN=\
../../../jws/pswin/admin/monad/src/commands/management/AddContentCommand.cs \
../../../jws/pswin/admin/monad/src/commands/management/ClearContentCommand.cs \
../../../jws/pswin/admin/monad/src/commands/management/ClearPropertyCommand.cs \
../../../jws/pswin/admin/monad/src/commands/management/CombinePathCommand.cs \
../../../jws/pswin/admin/monad/src/commands/management/CommandsCommon.cs \
../../../jws/pswin/admin/monad/src/commands/management/ContentCommandBase.cs \
../../../jws/pswin/admin/monad/src/commands/management/ConvertPathCommand.cs \
../../../jws/pswin/admin/monad/src/commands/management/CopyPropertyCommand.cs \
../../../jws/pswin/admin/monad/src/commands/management/GetChildrenCommand.cs \
../../../jws/pswin/admin/monad/src/commands/management/GetContentCommand.cs \
../../../jws/pswin/admin/monad/src/commands/management/GetPropertyCommand.cs \
../../../jws/pswin/admin/monad/src/commands/management/MovePropertyCommand.cs \
../../../jws/pswin/admin/monad/src/commands/management/Navigation.cs \
../../../jws/pswin/admin/monad/src/commands/management/NewPropertyCommand.cs \
../../../jws/pswin/admin/monad/src/commands/management/ParsePathCommand.cs \
../../../jws/pswin/admin/monad/src/commands/management/PassThroughContentCommandBase.cs \
../../../jws/pswin/admin/monad/src/commands/management/PassThroughPropertyCommandBase.cs \
../../../jws/pswin/admin/monad/src/commands/management/PingPathCommand.cs \
../../../jws/pswin/admin/monad/src/commands/management/PropertyCommandBase.cs \
../../../jws/pswin/admin/monad/src/commands/management/RemovePropertyCommand.cs \
../../../jws/pswin/admin/monad/src/commands/management/RenamePropertyCommand.cs \
../../../jws/pswin/admin/monad/src/commands/management/ResolvePathCommand.cs \
../../../jws/pswin/admin/monad/src/commands/management/SetContentCommand.cs \
../../../jws/pswin/admin/monad/src/commands/management/SetPropertyCommand.cs \
../../../jws/pswin/admin/monad/src/commands/management/WriteContentCommandBase.cs \
../../../jws/pswin/admin/monad/src/commands/management/Process.cs \
../../../jws/pswin/admin/monad/src/cimSupport/cmdletization/SessionBasedWrapper.cs \
../../../jws/pswin/admin/monad/src/cimSupport/cmdletization/cim/cimWrapper.cs \
../../../jws/pswin/admin/monad/src/cimSupport/cmdletization/cim/cimQuery.cs \
../../../jws/pswin/admin/monad/src/cimSupport/cmdletization/cim/clientSideQuery.cs \
../../../jws/pswin/admin/monad/src/cimSupport/cmdletization/cim/cimConverter.cs \
../../../jws/pswin/admin/monad/src/cimSupport/cmdletization/cim/CimJobException.cs \
../../../jws/pswin/admin/monad/src/cimSupport/cmdletization/cim/cimJobContext.cs \
../../../jws/pswin/admin/monad/src/cimSupport/cmdletization/cim/cimCmdletInvocationContext.cs \
../../../jws/pswin/admin/monad/src/cimSupport/cmdletization/cim/cimCmdletDefinitionContext.cs \
../../../jws/pswin/admin/monad/src/cimSupport/cmdletization/cim/cimChildJobBase.cs \
../../../jws/pswin/admin/monad/src/cimSupport/cmdletization/cim/QueryJobBase.cs \
../../../jws/pswin/admin/monad/src/cimSupport/cmdletization/cim/QueryJob.cs \
../../../jws/pswin/admin/monad/src/cimSupport/cmdletization/cim/EnumerateAssociatedInstancesJob.cs \
../../../jws/pswin/admin/monad/src/cimSupport/cmdletization/cim/MethodInvocationJobBase.cs \
../../../jws/pswin/admin/monad/src/cimSupport/cmdletization/cim/PropertySettingJob.cs \
../../../jws/pswin/admin/monad/src/cimSupport/cmdletization/cim/CreateInstanceJob.cs \
../../../jws/pswin/admin/monad/src/cimSupport/cmdletization/cim/ModifyInstanceJob.cs \
../../../jws/pswin/admin/monad/src/cimSupport/cmdletization/cim/DeleteInstanceJob.cs \
../../../jws/pswin/admin/monad/src/cimSupport/cmdletization/cim/ExtrinsicMethodInvocationJob.cs \
../../../jws/pswin/admin/monad/src/cimSupport/cmdletization/cim/InstanceMethodInvocationJob.cs \
../../../jws/pswin/admin/monad/src/cimSupport/cmdletization/cim/StaticMethodInvocationJob.cs \
../../../jws/pswin/admin/monad/src/cimSupport/cmdletization/cim/TerminatingErrorTracker.cs \
../../../jws/pswin/admin/monad/src/cimSupport/cmdletization/cim/cimOperationOptionsHelper.cs \
COMMANDS_MANAGEMENT_RESX_SRCS = \
../src/monad/monad/src/commands/management/resources/NavigationResources.resx \
../src/monad/monad/src/commands/management/resources/CmdletizationResources.resx \
../src/monad/monad/src/commands/management/resources/ProcessResources.resx
COMMANDS_MANAGEMENT_RES_BASE_PATH = ../src/monad/monad/src/commands/management/resources
COMMANDS_MANAGEMENT_SRCS=\
$(ADMIN_GIT_ROOT)/monad/src/commands/management/AddContentCommand.cs \
$(ADMIN_GIT_ROOT)/monad/src/commands/management/ClearContentCommand.cs \
$(ADMIN_GIT_ROOT)/monad/src/commands/management/ClearPropertyCommand.cs \
$(ADMIN_GIT_ROOT)/monad/src/commands/management/CombinePathCommand.cs \
$(ADMIN_GIT_ROOT)/monad/src/commands/management/CommandsCommon.cs \
$(ADMIN_GIT_ROOT)/monad/src/commands/management/ContentCommandBase.cs \
$(ADMIN_GIT_ROOT)/monad/src/commands/management/ConvertPathCommand.cs \
$(ADMIN_GIT_ROOT)/monad/src/commands/management/CopyPropertyCommand.cs \
$(ADMIN_GIT_ROOT)/monad/src/commands/management/GetChildrenCommand.cs \
$(ADMIN_GIT_ROOT)/monad/src/commands/management/GetContentCommand.cs \
$(ADMIN_GIT_ROOT)/monad/src/commands/management/GetPropertyCommand.cs \
$(ADMIN_GIT_ROOT)/monad/src/commands/management/MovePropertyCommand.cs \
$(ADMIN_GIT_ROOT)/monad/src/commands/management/Navigation.cs \
$(ADMIN_GIT_ROOT)/monad/src/commands/management/NewPropertyCommand.cs \
$(ADMIN_GIT_ROOT)/monad/src/commands/management/ParsePathCommand.cs \
$(ADMIN_GIT_ROOT)/monad/src/commands/management/PassThroughContentCommandBase.cs \
$(ADMIN_GIT_ROOT)/monad/src/commands/management/PassThroughPropertyCommandBase.cs \
$(ADMIN_GIT_ROOT)/monad/src/commands/management/PingPathCommand.cs \
$(ADMIN_GIT_ROOT)/monad/src/commands/management/PropertyCommandBase.cs \
$(ADMIN_GIT_ROOT)/monad/src/commands/management/RemovePropertyCommand.cs \
$(ADMIN_GIT_ROOT)/monad/src/commands/management/RenamePropertyCommand.cs \
$(ADMIN_GIT_ROOT)/monad/src/commands/management/ResolvePathCommand.cs \
$(ADMIN_GIT_ROOT)/monad/src/commands/management/SetContentCommand.cs \
$(ADMIN_GIT_ROOT)/monad/src/commands/management/SetPropertyCommand.cs \
$(ADMIN_GIT_ROOT)/monad/src/commands/management/WriteContentCommandBase.cs \
$(ADMIN_GIT_ROOT)/monad/src/commands/management/Process.cs \
$(ADMIN_GIT_ROOT)/monad/src/cimSupport/cmdletization/SessionBasedWrapper.cs \
$(ADMIN_GIT_ROOT)/monad/src/cimSupport/cmdletization/cim/cimWrapper.cs \
$(ADMIN_GIT_ROOT)/monad/src/cimSupport/cmdletization/cim/cimQuery.cs \
$(ADMIN_GIT_ROOT)/monad/src/cimSupport/cmdletization/cim/clientSideQuery.cs \
$(ADMIN_GIT_ROOT)/monad/src/cimSupport/cmdletization/cim/cimConverter.cs \
$(ADMIN_GIT_ROOT)/monad/src/cimSupport/cmdletization/cim/CimJobException.cs \
$(ADMIN_GIT_ROOT)/monad/src/cimSupport/cmdletization/cim/cimJobContext.cs \
$(ADMIN_GIT_ROOT)/monad/src/cimSupport/cmdletization/cim/cimCmdletInvocationContext.cs \
$(ADMIN_GIT_ROOT)/monad/src/cimSupport/cmdletization/cim/cimCmdletDefinitionContext.cs \
$(ADMIN_GIT_ROOT)/monad/src/cimSupport/cmdletization/cim/cimChildJobBase.cs \
$(ADMIN_GIT_ROOT)/monad/src/cimSupport/cmdletization/cim/QueryJobBase.cs \
$(ADMIN_GIT_ROOT)/monad/src/cimSupport/cmdletization/cim/QueryJob.cs \
$(ADMIN_GIT_ROOT)/monad/src/cimSupport/cmdletization/cim/EnumerateAssociatedInstancesJob.cs \
$(ADMIN_GIT_ROOT)/monad/src/cimSupport/cmdletization/cim/MethodInvocationJobBase.cs \
$(ADMIN_GIT_ROOT)/monad/src/cimSupport/cmdletization/cim/PropertySettingJob.cs \
$(ADMIN_GIT_ROOT)/monad/src/cimSupport/cmdletization/cim/CreateInstanceJob.cs \
$(ADMIN_GIT_ROOT)/monad/src/cimSupport/cmdletization/cim/ModifyInstanceJob.cs \
$(ADMIN_GIT_ROOT)/monad/src/cimSupport/cmdletization/cim/DeleteInstanceJob.cs \
$(ADMIN_GIT_ROOT)/monad/src/cimSupport/cmdletization/cim/ExtrinsicMethodInvocationJob.cs \
$(ADMIN_GIT_ROOT)/monad/src/cimSupport/cmdletization/cim/InstanceMethodInvocationJob.cs \
$(ADMIN_GIT_ROOT)/monad/src/cimSupport/cmdletization/cim/StaticMethodInvocationJob.cs \
$(ADMIN_GIT_ROOT)/monad/src/cimSupport/cmdletization/cim/TerminatingErrorTracker.cs \
$(ADMIN_GIT_ROOT)/monad/src/cimSupport/cmdletization/cim/cimOperationOptionsHelper.cs \
$(COMMANDS_MANAGEMENT_RES_BASE_PATH)/%.resources: $(COMMANDS_MANAGEMENT_RES_BASE_PATH)/%.resx
resgen2 $<
COMMANDS_MANAGEMENT_RES_CS_SRCS = \
commands-management-strings/NavigationResources.cs \
commands-management-strings/CmdletizationResources.cs \
commands-management-strings/ProcessResources.cs
COMMANDS_MANAGEMENT_RES_BASE_PATH=../../../jws/pswin/admin/monad/src/commands/management/resources
COMMANDS_MANAGEMENT_RES_GEN_PATH=gen/COMMANDS_MANAGEMENT
COMMANDS_MANAGEMENT_RES_GEN_PATH_WIN=gen\COMMANDS_MANAGEMENT
COMMANDS_MANAGEMENT_RESX_SRCS=\
../../../jws/pswin/admin/monad/src/commands/management/resources/CmdletizationResources.resx \
../../../jws/pswin/admin/monad/src/commands/management/resources/ProcessResources.resx \
../../../jws/pswin/admin/monad/src/commands/management/resources/NavigationResources.resx \
COMMANDS_MANAGEMENT_RES_SRCS=\
gen/COMMANDS_MANAGEMENT/CmdletizationResources.resources \
gen/COMMANDS_MANAGEMENT/ProcessResources.resources \
gen/COMMANDS_MANAGEMENT/NavigationResources.resources \
COMMANDS_MANAGEMENT_RES_CS_SRCS=\
gen/COMMANDS_MANAGEMENT/CmdletizationResources.cs \
gen/COMMANDS_MANAGEMENT/ProcessResources.cs \
gen/COMMANDS_MANAGEMENT/NavigationResources.cs \
# this command below needs the make variable SHELL to be set to "cmd", this is best done
# as a command line option to make
$(COMMANDS_MANAGEMENT_RES_GEN_PATH)/%.resources: $(COMMANDS_MANAGEMENT_RES_BASE_PATH)/%.resx
mkdir $(COMMANDS_MANAGEMENT_RES_GEN_PATH_WIN) || exit /b 0
resgen /useSourcePath $< $@
$(COMMANDS_MANAGEMENT_RES_GEN_PATH)/%.cs: $(COMMANDS_MANAGEMENT_RES_GEN_PATH)/%.resources
resgen /useSourcePath /str:cs $<
sed -i -- 's/using System;/using System;\r\nusing System.Reflection;/g' $@
sed -i -- 's/)\.Assembly/).GetTypeInfo().Assembly/g' $@
COMMANDS_MANAGEMENT_make_rule_RES_SRCS: $(COMMANDS_MANAGEMENT_RES_SRCS)
COMMANDS_MANAGEMENT_make_rule_RES_CS_SRCS: $(COMMANDS_MANAGEMENT_RES_CS_SRCS)
COMMANDS_MANAGEMENT_TARGET=Microsoft.PowerShell.Commands.Management
COMMANDS_MANAGEMENT_SRCS = \
../src/monad/monad/src/commands/management/AddContentCommand.cs \
../src/monad/monad/src/commands/management/ClearContentCommand.cs \
../src/monad/monad/src/commands/management/ClearPropertyCommand.cs \
../src/monad/monad/src/commands/management/CombinePathCommand.cs \
../src/monad/monad/src/commands/management/CommandsCommon.cs \
../src/monad/monad/src/commands/management/ContentCommandBase.cs \
../src/monad/monad/src/commands/management/ConvertPathCommand.cs \
../src/monad/monad/src/commands/management/CopyPropertyCommand.cs \
../src/monad/monad/src/commands/management/GetChildrenCommand.cs \
../src/monad/monad/src/commands/management/GetContentCommand.cs \
../src/monad/monad/src/commands/management/GetPropertyCommand.cs \
../src/monad/monad/src/commands/management/MovePropertyCommand.cs \
../src/monad/monad/src/commands/management/Navigation.cs \
../src/monad/monad/src/commands/management/NewPropertyCommand.cs \
../src/monad/monad/src/commands/management/ParsePathCommand.cs \
../src/monad/monad/src/commands/management/PassThroughContentCommandBase.cs \
../src/monad/monad/src/commands/management/PassThroughPropertyCommandBase.cs \
../src/monad/monad/src/commands/management/PingPathCommand.cs \
../src/monad/monad/src/commands/management/PropertyCommandBase.cs \
../src/monad/monad/src/commands/management/RemovePropertyCommand.cs \
../src/monad/monad/src/commands/management/RenamePropertyCommand.cs \
../src/monad/monad/src/commands/management/ResolvePathCommand.cs \
../src/monad/monad/src/commands/management/SetContentCommand.cs \
../src/monad/monad/src/commands/management/SetPropertyCommand.cs \
../src/monad/monad/src/commands/management/WriteContentCommandBase.cs \
../src/monad/monad/src/commands/management/Process.cs \

View file

@ -1,141 +1,222 @@
# This is an automatically generated file for the make dependency: COMMANDS_UTILITY
COMMANDS_UTILITY_RES_SRCS = \
../src/monad/monad/src/commands/utility/resources/CsvCommandStrings.resources \
../src/monad/monad/src/commands/utility/resources/Debugger.resources \
../src/monad/monad/src/commands/utility/resources/EventingStrings.resources \
../src/monad/monad/src/commands/utility/resources/NewObjectStrings.resources \
../src/monad/monad/src/commands/utility/resources/MeasureObjectStrings.resources \
../src/monad/monad/src/commands/utility/resources/SelectObjectStrings.resources \
../src/monad/monad/src/commands/utility/resources/SortObjectStrings.resources \
../src/monad/monad/src/commands/utility/resources/WriteErrorStrings.resources \
../src/monad/monad/src/commands/utility/resources/VariableCommandStrings.resources \
../src/monad/monad/src/commands/utility/resources/AddTypeStrings.resources \
../src/monad/monad/src/commands/utility/resources/GetMember.resources \
../src/monad/monad/src/commands/utility/resources/GetRandomCommandStrings.resources\
../src/monad/monad/src/commands/utility/resources/UtilityCommonStrings.resources \
../src/monad/monad/src/commands/utility/resources/HostStrings.resources \
../src/monad/monad/src/commands/utility/resources/AddMember.resources \
../src/monad/monad/src/commands/utility/resources/ConvertFromStringData.resources \
../src/monad/monad/src/commands/utility/resources/ImportLocalizedDataStrings.resources \
../src/monad/monad/src/commands/utility/resources/WriteProgressResourceStrings.resources \
../src/monad/monad/src/commands/utility/resources/AliasCommandStrings.resources
COMMANDS_UTILITY_SRCS_WIN=\
../../../jws/pswin/admin/monad/src/commands/utility/new-object.cs \
../../../jws/pswin/admin/monad/src/commands/utility/Measure-Object.cs \
../../../jws/pswin/admin/monad/src/commands/utility/select-object.cs \
../../../jws/pswin/admin/monad/src/commands/utility/sort-object.cs \
../../../jws/pswin/admin/monad/src/commands/utility/ObjectCommandComparer.cs \
../../../jws/pswin/admin/monad/src/commands/utility/OrderObjectBase.cs \
../../../jws/pswin/admin/monad/src/commands/utility/write.cs \
../../../jws/pswin/admin/monad/src/commands/utility/Var.cs \
../../../jws/pswin/admin/monad/src/commands/utility/GetMember.cs \
../../../jws/pswin/admin/monad/src/commands/utility/group-object.cs \
../../../jws/pswin/admin/monad/src/commands/utility/WriteConsoleCmdlet.cs \
../../../jws/pswin/admin/monad/src/commands/utility/ConsoleColorCmdlet.cs \
../../../jws/pswin/admin/monad/src/commands/utility/AddMember.cs \
../../../jws/pswin/admin/monad/src/commands/utility/Write-Object.cs \
../../../jws/pswin/admin/monad/src/commands/utility/StartSleepCommand.cs \
../../../jws/pswin/admin/monad/src/commands/utility/Get-PSCallStack.cs \
../../../jws/pswin/admin/monad/src/commands/utility/GetUnique.cs \
../../../jws/pswin/admin/monad/src/commands/utility/GetDateCommand.cs \
../../../jws/pswin/admin/monad/src/commands/utility/compare-object.cs \
../../../jws/pswin/admin/monad/src/commands/utility/GetHostCmdlet.cs \
../../../jws/pswin/admin/monad/src/commands/utility/GetRandomCommand.cs \
../../../jws/pswin/admin/monad/src/commands/utility/InvokeCommandCmdlet.cs \
../../../jws/pswin/admin/monad/src/commands/utility/NewTimeSpanCommand.cs \
../../../jws/pswin/admin/monad/src/commands/utility/tee-object.cs \
../../../jws/pswin/admin/monad/src/commands/utility/TimeExpressionCommand.cs \
../../../jws/pswin/admin/monad/src/commands/utility/UtilityCommon.cs \
../../../jws/pswin/admin/monad/src/commands/utility/SetAliasCommand.cs \
../../../jws/pswin/admin/monad/src/commands/utility/GetAliasCommand.cs \
../../../jws/pswin/admin/monad/src/commands/utility/NewAliasCommand.cs \
../../../jws/pswin/admin/monad/src/commands/utility/WriteAliasCommandBase.cs \
../../../jws/pswin/admin/monad/src/commands/utility/ExportAliasCommand.cs \
../../../jws/pswin/admin/monad/src/commands/utility/ImportAliasCommand.cs \
../../../jws/pswin/admin/monad/src/commands/utility/Import-LocalizedData.cs \
../../../jws/pswin/admin/monad/src/commands/utility/ConvertFrom-StringData.cs \
../../../jws/pswin/admin/monad/src/commands/utility/ReadConsoleCmdlet.cs \
../../../jws/pswin/admin/monad/src/commands/utility/Csv.cs \
../../../jws/pswin/admin/monad/src/commands/utility/CSVCommands.cs \
../../../jws/pswin/admin/monad/src/commands/utility/Set-PSBreakpoint.cs \
../../../jws/pswin/admin/monad/src/commands/utility/Get-PSBreakpoint.cs \
../../../jws/pswin/admin/monad/src/commands/utility/Remove-PSBreakpoint.cs \
../../../jws/pswin/admin/monad/src/commands/utility/Enable-PSBreakpoint.cs \
../../../jws/pswin/admin/monad/src/commands/utility/Disable-PSBreakpoint.cs \
../../../jws/pswin/admin/monad/src/commands/utility/DebugRunspaceCommand.cs \
../../../jws/pswin/admin/monad/src/commands/utility/GetRunspaceCommand.cs \
../../../jws/pswin/admin/monad/src/commands/utility/EnableDisableRunspaceDebugCommand.cs \
../../../jws/pswin/admin/monad/src/commands/utility/WriteProgressCmdlet.cs \
../../../jws/pswin/admin/monad/src/commands/utility/FormatAndOutput/common/GetFormatDataCommand.cs \
../../../jws/pswin/admin/monad/src/commands/utility/FormatAndOutput/common/WriteFormatDataCommand.cs \
../../../jws/pswin/admin/monad/src/commands/utility/FormatAndOutput/format-list/Format-List.cs \
../../../jws/pswin/admin/monad/src/commands/utility/FormatAndOutput/format-object/format-object.cs \
../../../jws/pswin/admin/monad/src/commands/utility/FormatAndOutput/format-table/Format-Table.cs \
../../../jws/pswin/admin/monad/src/commands/utility/FormatAndOutput/format-wide/Format-Wide.cs \
../../../jws/pswin/admin/monad/src/commands/utility/FormatAndOutput/out-file/Out-File.cs \
../../../jws/pswin/admin/monad/src/commands/utility/FormatAndOutput/out-string/out-string.cs \
../../../jws/pswin/admin/monad/src/commands/utility/RegisterObjectEventCommand.cs \
../../../jws/pswin/admin/monad/src/commands/utility/RegisterPSEventCommand.cs \
../../../jws/pswin/admin/monad/src/commands/utility/WaitEventCommand.cs \
../../../jws/pswin/admin/monad/src/commands/utility/GetEventCommand.cs \
../../../jws/pswin/admin/monad/src/commands/utility/RemoveEventCommand.cs \
../../../jws/pswin/admin/monad/src/commands/utility/GetEventSubscriberCommand.cs \
../../../jws/pswin/admin/monad/src/commands/utility/UnregisterEventCommand.cs \
../../../jws/pswin/admin/monad/src/commands/utility/neweventcommand.cs \
COMMANDS_UTILITY_RESX_SRCS = \
../src/monad/monad/src/commands/utility/resources/CsvCommandStrings.resx \
../src/monad/monad/src/commands/utility/resources/Debugger.resx \
../src/monad/monad/src/commands/utility/resources/EventingStrings.resx \
../src/monad/monad/src/commands/utility/resources/NewObjectStrings.resx \
../src/monad/monad/src/commands/utility/resources/MeasureObjectStrings.resx \
../src/monad/monad/src/commands/utility/resources/SelectObjectStrings.resx \
../src/monad/monad/src/commands/utility/resources/SortObjectStrings.resx \
../src/monad/monad/src/commands/utility/resources/WriteErrorStrings.resx \
../src/monad/monad/src/commands/utility/resources/VariableCommandStrings.resx \
../src/monad/monad/src/commands/utility/resources/AddTypeStrings.resx \
../src/monad/monad/src/commands/utility/resources/GetMember.resx \
../src/monad/monad/src/commands/utility/resources/GetRandomCommandStrings.resx\
../src/monad/monad/src/commands/utility/resources/UtilityCommonStrings.resx \
../src/monad/monad/src/commands/utility/resources/HostStrings.resx \
../src/monad/monad/src/commands/utility/resources/AddMember.resx \
../src/monad/monad/src/commands/utility/resources/ConvertFromStringData.resx \
../src/monad/monad/src/commands/utility/resources/ImportLocalizedDataStrings.resx \
../src/monad/monad/src/commands/utility/resources/WriteProgressResourceStrings.resx \
../src/monad/monad/src/commands/utility/resources/AliasCommandStrings.resources
COMMANDS_UTILITY_RES_BASE_PATH = ../src/monad/monad/src/commands/utility/resources
$(COMMANDS_UTILITY_RES_BASE_PATH)/%.resources: $(COMMANDS_UTILITY_RES_BASE_PATH)/%.resx
resgen2 $<
COMMANDS_UTILITY_RES_CS_SRCS = \
commands-utility-strings/CsvCommandStrings.cs \
commands-utility-strings/Debugger.cs \
commands-utility-strings/EventingStrings.cs \
commands-utility-strings/NewObjectStrings.cs \
commands-utility-strings/MeasureObjectStrings.cs \
commands-utility-strings/SelectObjectStrings.cs \
commands-utility-strings/SortObjectStrings.cs \
commands-utility-strings/WriteErrorStrings.cs \
commands-utility-strings/VariableCommandStrings.cs \
commands-utility-strings/GetMember.cs \
commands-utility-strings/GetRandomCommandStrings.cs \
commands-utility-strings/UtilityCommonStrings.cs \
commands-utility-strings/HostStrings.cs \
commands-utility-strings/AddMember.cs \
commands-utility-strings/AliasCommandStrings.cs \
commands-utility-strings/ConvertFromStringData.cs \
commands-utility-strings/ImportLocalizedDataStrings.cs \
commands-utility-strings/WriteProgressResourceStrings.cs
SOURCES_PATH=../src/monad/monad/src/commands/utility
FORMAT_AND_OUT_SOURCES_PATH=$(SOURCES_PATH)/FormatAndOutput
FORMAT_AND_OUT_SOURCES=\
$(FORMAT_AND_OUT_SOURCES_PATH)/common/GetFormatDataCommand.cs \
$(FORMAT_AND_OUT_SOURCES_PATH)/common/WriteFormatDataCommand.cs \
$(FORMAT_AND_OUT_SOURCES_PATH)/format-list/Format-List.cs \
$(FORMAT_AND_OUT_SOURCES_PATH)/format-object/format-object.cs \
$(FORMAT_AND_OUT_SOURCES_PATH)/format-table/Format-Table.cs \
$(FORMAT_AND_OUT_SOURCES_PATH)/format-wide/Format-Wide.cs \
$(FORMAT_AND_OUT_SOURCES_PATH)/out-file/Out-File.cs \
$(FORMAT_AND_OUT_SOURCES_PATH)/out-string/out-string.cs
EVENTING_SOURCES=\
$(SOURCES_PATH)/RegisterObjectEventCommand.cs \
$(SOURCES_PATH)/RegisterPSEventCommand.cs \
$(SOURCES_PATH)/WaitEventCommand.cs \
$(SOURCES_PATH)/GetEventCommand.cs \
$(SOURCES_PATH)/RemoveEventCommand.cs \
$(SOURCES_PATH)/GetEventSubscriberCommand.cs \
$(SOURCES_PATH)/UnregisterEventCommand.cs \
$(SOURCES_PATH)/neweventcommand.cs
COMMANDS_UTILITY_SRCS=\
$(SOURCES_PATH)/new-object.cs \
$(SOURCES_PATH)/Measure-Object.cs \
$(SOURCES_PATH)/select-object.cs \
$(SOURCES_PATH)/sort-object.cs \
$(SOURCES_PATH)/ObjectCommandComparer.cs \
$(SOURCES_PATH)/OrderObjectBase.cs \
$(SOURCES_PATH)/write.cs \
$(SOURCES_PATH)/Var.cs \
$(SOURCES_PATH)/GetMember.cs \
$(SOURCES_PATH)/group-object.cs \
$(SOURCES_PATH)/WriteConsoleCmdlet.cs \
$(SOURCES_PATH)/ConsoleColorCmdlet.cs \
$(SOURCES_PATH)/AddMember.cs \
$(SOURCES_PATH)/Write-Object.cs \
$(SOURCES_PATH)/StartSleepCommand.cs \
$(SOURCES_PATH)/Get-PSCallStack.cs \
$(SOURCES_PATH)/GetUnique.cs \
$(SOURCES_PATH)/GetDateCommand.cs \
$(SOURCES_PATH)/compare-object.cs \
$(SOURCES_PATH)/GetHostCmdlet.cs \
$(SOURCES_PATH)/GetRandomCommand.cs \
$(SOURCES_PATH)/InvokeCommandCmdlet.cs \
$(SOURCES_PATH)/NewTimeSpanCommand.cs \
$(SOURCES_PATH)/tee-object.cs \
$(SOURCES_PATH)/TimeExpressionCommand.cs \
$(SOURCES_PATH)/UtilityCommon.cs \
$(SOURCES_PATH)/SetAliasCommand.cs \
$(SOURCES_PATH)/GetAliasCommand.cs \
$(SOURCES_PATH)/NewAliasCommand.cs \
$(SOURCES_PATH)/WriteAliasCommandBase.cs \
$(SOURCES_PATH)/ExportAliasCommand.cs \
$(SOURCES_PATH)/ImportAliasCommand.cs \
$(SOURCES_PATH)/Import-LocalizedData.cs \
$(SOURCES_PATH)/ConvertFrom-StringData.cs \
$(SOURCES_PATH)/ReadConsoleCmdlet.cs \
$(SOURCES_PATH)/Csv.cs \
$(SOURCES_PATH)/CSVCommands.cs \
$(SOURCES_PATH)/Set-PSBreakpoint.cs \
$(SOURCES_PATH)/Get-PSBreakpoint.cs \
$(SOURCES_PATH)/Remove-PSBreakpoint.cs \
$(SOURCES_PATH)/Enable-PSBreakpoint.cs \
$(SOURCES_PATH)/Disable-PSBreakpoint.cs \
$(SOURCES_PATH)/DebugRunspaceCommand.cs \
$(SOURCES_PATH)/GetRunspaceCommand.cs \
$(SOURCES_PATH)/EnableDisableRunspaceDebugCommand.cs \
$(SOURCES_PATH)/WriteProgressCmdlet.cs \
$(FORMAT_AND_OUT_SOURCES) \
$(EVENTING_SOURCES)
$(ADMIN_GIT_ROOT)/monad/src/commands/utility/new-object.cs \
$(ADMIN_GIT_ROOT)/monad/src/commands/utility/Measure-Object.cs \
$(ADMIN_GIT_ROOT)/monad/src/commands/utility/select-object.cs \
$(ADMIN_GIT_ROOT)/monad/src/commands/utility/sort-object.cs \
$(ADMIN_GIT_ROOT)/monad/src/commands/utility/ObjectCommandComparer.cs \
$(ADMIN_GIT_ROOT)/monad/src/commands/utility/OrderObjectBase.cs \
$(ADMIN_GIT_ROOT)/monad/src/commands/utility/write.cs \
$(ADMIN_GIT_ROOT)/monad/src/commands/utility/Var.cs \
$(ADMIN_GIT_ROOT)/monad/src/commands/utility/GetMember.cs \
$(ADMIN_GIT_ROOT)/monad/src/commands/utility/group-object.cs \
$(ADMIN_GIT_ROOT)/monad/src/commands/utility/WriteConsoleCmdlet.cs \
$(ADMIN_GIT_ROOT)/monad/src/commands/utility/ConsoleColorCmdlet.cs \
$(ADMIN_GIT_ROOT)/monad/src/commands/utility/AddMember.cs \
$(ADMIN_GIT_ROOT)/monad/src/commands/utility/Write-Object.cs \
$(ADMIN_GIT_ROOT)/monad/src/commands/utility/StartSleepCommand.cs \
$(ADMIN_GIT_ROOT)/monad/src/commands/utility/Get-PSCallStack.cs \
$(ADMIN_GIT_ROOT)/monad/src/commands/utility/GetUnique.cs \
$(ADMIN_GIT_ROOT)/monad/src/commands/utility/GetDateCommand.cs \
$(ADMIN_GIT_ROOT)/monad/src/commands/utility/compare-object.cs \
$(ADMIN_GIT_ROOT)/monad/src/commands/utility/GetHostCmdlet.cs \
$(ADMIN_GIT_ROOT)/monad/src/commands/utility/GetRandomCommand.cs \
$(ADMIN_GIT_ROOT)/monad/src/commands/utility/InvokeCommandCmdlet.cs \
$(ADMIN_GIT_ROOT)/monad/src/commands/utility/NewTimeSpanCommand.cs \
$(ADMIN_GIT_ROOT)/monad/src/commands/utility/tee-object.cs \
$(ADMIN_GIT_ROOT)/monad/src/commands/utility/TimeExpressionCommand.cs \
$(ADMIN_GIT_ROOT)/monad/src/commands/utility/UtilityCommon.cs \
$(ADMIN_GIT_ROOT)/monad/src/commands/utility/SetAliasCommand.cs \
$(ADMIN_GIT_ROOT)/monad/src/commands/utility/GetAliasCommand.cs \
$(ADMIN_GIT_ROOT)/monad/src/commands/utility/NewAliasCommand.cs \
$(ADMIN_GIT_ROOT)/monad/src/commands/utility/WriteAliasCommandBase.cs \
$(ADMIN_GIT_ROOT)/monad/src/commands/utility/ExportAliasCommand.cs \
$(ADMIN_GIT_ROOT)/monad/src/commands/utility/ImportAliasCommand.cs \
$(ADMIN_GIT_ROOT)/monad/src/commands/utility/Import-LocalizedData.cs \
$(ADMIN_GIT_ROOT)/monad/src/commands/utility/ConvertFrom-StringData.cs \
$(ADMIN_GIT_ROOT)/monad/src/commands/utility/ReadConsoleCmdlet.cs \
$(ADMIN_GIT_ROOT)/monad/src/commands/utility/Csv.cs \
$(ADMIN_GIT_ROOT)/monad/src/commands/utility/CSVCommands.cs \
$(ADMIN_GIT_ROOT)/monad/src/commands/utility/Set-PSBreakpoint.cs \
$(ADMIN_GIT_ROOT)/monad/src/commands/utility/Get-PSBreakpoint.cs \
$(ADMIN_GIT_ROOT)/monad/src/commands/utility/Remove-PSBreakpoint.cs \
$(ADMIN_GIT_ROOT)/monad/src/commands/utility/Enable-PSBreakpoint.cs \
$(ADMIN_GIT_ROOT)/monad/src/commands/utility/Disable-PSBreakpoint.cs \
$(ADMIN_GIT_ROOT)/monad/src/commands/utility/DebugRunspaceCommand.cs \
$(ADMIN_GIT_ROOT)/monad/src/commands/utility/GetRunspaceCommand.cs \
$(ADMIN_GIT_ROOT)/monad/src/commands/utility/EnableDisableRunspaceDebugCommand.cs \
$(ADMIN_GIT_ROOT)/monad/src/commands/utility/WriteProgressCmdlet.cs \
$(ADMIN_GIT_ROOT)/monad/src/commands/utility/FormatAndOutput/common/GetFormatDataCommand.cs \
$(ADMIN_GIT_ROOT)/monad/src/commands/utility/FormatAndOutput/common/WriteFormatDataCommand.cs \
$(ADMIN_GIT_ROOT)/monad/src/commands/utility/FormatAndOutput/format-list/Format-List.cs \
$(ADMIN_GIT_ROOT)/monad/src/commands/utility/FormatAndOutput/format-object/format-object.cs \
$(ADMIN_GIT_ROOT)/monad/src/commands/utility/FormatAndOutput/format-table/Format-Table.cs \
$(ADMIN_GIT_ROOT)/monad/src/commands/utility/FormatAndOutput/format-wide/Format-Wide.cs \
$(ADMIN_GIT_ROOT)/monad/src/commands/utility/FormatAndOutput/out-file/Out-File.cs \
$(ADMIN_GIT_ROOT)/monad/src/commands/utility/FormatAndOutput/out-string/out-string.cs \
$(ADMIN_GIT_ROOT)/monad/src/commands/utility/RegisterObjectEventCommand.cs \
$(ADMIN_GIT_ROOT)/monad/src/commands/utility/RegisterPSEventCommand.cs \
$(ADMIN_GIT_ROOT)/monad/src/commands/utility/WaitEventCommand.cs \
$(ADMIN_GIT_ROOT)/monad/src/commands/utility/GetEventCommand.cs \
$(ADMIN_GIT_ROOT)/monad/src/commands/utility/RemoveEventCommand.cs \
$(ADMIN_GIT_ROOT)/monad/src/commands/utility/GetEventSubscriberCommand.cs \
$(ADMIN_GIT_ROOT)/monad/src/commands/utility/UnregisterEventCommand.cs \
$(ADMIN_GIT_ROOT)/monad/src/commands/utility/neweventcommand.cs \
COMMANDS_UTILITY_RES_BASE_PATH=../../../jws/pswin/admin/monad/src/commands/utility/resources
COMMANDS_UTILITY_RES_GEN_PATH=gen/COMMANDS_UTILITY
COMMANDS_UTILITY_RES_GEN_PATH_WIN=gen\COMMANDS_UTILITY
COMMANDS_UTILITY_RESX_SRCS=\
../../../jws/pswin/admin/monad/src/commands/utility/resources/CsvCommandStrings.resx \
../../../jws/pswin/admin/monad/src/commands/utility/resources/Debugger.resx \
../../../jws/pswin/admin/monad/src/commands/utility/resources/EventingStrings.resx \
../../../jws/pswin/admin/monad/src/commands/utility/resources/NewObjectStrings.resx \
../../../jws/pswin/admin/monad/src/commands/utility/resources/MeasureObjectStrings.resx \
../../../jws/pswin/admin/monad/src/commands/utility/resources/SelectObjectStrings.resx \
../../../jws/pswin/admin/monad/src/commands/utility/resources/SortObjectStrings.resx \
../../../jws/pswin/admin/monad/src/commands/utility/resources/WriteErrorStrings.resx \
../../../jws/pswin/admin/monad/src/commands/utility/resources/VariableCommandStrings.resx \
../../../jws/pswin/admin/monad/src/commands/utility/resources/AddTypeStrings.resx \
../../../jws/pswin/admin/monad/src/commands/utility/resources/GetMember.resx \
../../../jws/pswin/admin/monad/src/commands/utility/resources/GetRandomCommandStrings.resx \
../../../jws/pswin/admin/monad/src/commands/utility/resources/UtilityCommonStrings.resx \
../../../jws/pswin/admin/monad/src/commands/utility/resources/HostStrings.resx \
../../../jws/pswin/admin/monad/src/commands/utility/resources/AddMember.resx \
../../../jws/pswin/admin/monad/src/commands/utility/resources/ConvertFromStringData.resx \
../../../jws/pswin/admin/monad/src/commands/utility/resources/ImportLocalizedDataStrings.resx \
../../../jws/pswin/admin/monad/src/commands/utility/resources/WriteProgressResourceStrings.resx \
../../../jws/pswin/admin/monad/src/commands/utility/resources/AliasCommandStrings.resx \
COMMANDS_UTILITY_RES_SRCS=\
gen/COMMANDS_UTILITY/CsvCommandStrings.resources \
gen/COMMANDS_UTILITY/Debugger.resources \
gen/COMMANDS_UTILITY/EventingStrings.resources \
gen/COMMANDS_UTILITY/NewObjectStrings.resources \
gen/COMMANDS_UTILITY/MeasureObjectStrings.resources \
gen/COMMANDS_UTILITY/SelectObjectStrings.resources \
gen/COMMANDS_UTILITY/SortObjectStrings.resources \
gen/COMMANDS_UTILITY/WriteErrorStrings.resources \
gen/COMMANDS_UTILITY/VariableCommandStrings.resources \
gen/COMMANDS_UTILITY/AddTypeStrings.resources \
gen/COMMANDS_UTILITY/GetMember.resources \
gen/COMMANDS_UTILITY/GetRandomCommandStrings.resources \
gen/COMMANDS_UTILITY/UtilityCommonStrings.resources \
gen/COMMANDS_UTILITY/HostStrings.resources \
gen/COMMANDS_UTILITY/AddMember.resources \
gen/COMMANDS_UTILITY/ConvertFromStringData.resources \
gen/COMMANDS_UTILITY/ImportLocalizedDataStrings.resources \
gen/COMMANDS_UTILITY/WriteProgressResourceStrings.resources \
gen/COMMANDS_UTILITY/AliasCommandStrings.resources \
COMMANDS_UTILITY_RES_CS_SRCS=\
gen/COMMANDS_UTILITY/CsvCommandStrings.cs \
gen/COMMANDS_UTILITY/Debugger.cs \
gen/COMMANDS_UTILITY/EventingStrings.cs \
gen/COMMANDS_UTILITY/NewObjectStrings.cs \
gen/COMMANDS_UTILITY/MeasureObjectStrings.cs \
gen/COMMANDS_UTILITY/SelectObjectStrings.cs \
gen/COMMANDS_UTILITY/SortObjectStrings.cs \
gen/COMMANDS_UTILITY/WriteErrorStrings.cs \
gen/COMMANDS_UTILITY/VariableCommandStrings.cs \
gen/COMMANDS_UTILITY/AddTypeStrings.cs \
gen/COMMANDS_UTILITY/GetMember.cs \
gen/COMMANDS_UTILITY/GetRandomCommandStrings.cs \
gen/COMMANDS_UTILITY/UtilityCommonStrings.cs \
gen/COMMANDS_UTILITY/HostStrings.cs \
gen/COMMANDS_UTILITY/AddMember.cs \
gen/COMMANDS_UTILITY/ConvertFromStringData.cs \
gen/COMMANDS_UTILITY/ImportLocalizedDataStrings.cs \
gen/COMMANDS_UTILITY/WriteProgressResourceStrings.cs \
gen/COMMANDS_UTILITY/AliasCommandStrings.cs \
# this command below needs the make variable SHELL to be set to "cmd", this is best done
# as a command line option to make
$(COMMANDS_UTILITY_RES_GEN_PATH)/%.resources: $(COMMANDS_UTILITY_RES_BASE_PATH)/%.resx
mkdir $(COMMANDS_UTILITY_RES_GEN_PATH_WIN) || exit /b 0
resgen /useSourcePath $< $@
$(COMMANDS_UTILITY_RES_GEN_PATH)/%.cs: $(COMMANDS_UTILITY_RES_GEN_PATH)/%.resources
resgen /useSourcePath /str:cs $<
sed -i -- 's/using System;/using System;\r\nusing System.Reflection;/g' $@
sed -i -- 's/)\.Assembly/).GetTypeInfo().Assembly/g' $@
COMMANDS_UTILITY_make_rule_RES_SRCS: $(COMMANDS_UTILITY_RES_SRCS)
COMMANDS_UTILITY_make_rule_RES_CS_SRCS: $(COMMANDS_UTILITY_RES_CS_SRCS)
COMMANDS_UTILITY_TARGET=Microsoft.PowerShell.Commands.Utility

View file

@ -0,0 +1,295 @@
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
// Runtime Version:4.0.30319.34209
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
// </auto-generated>
//------------------------------------------------------------------------------
using System;
using System.Reflection;
/// <summary>
/// A strongly-typed resource class, for looking up localized strings, etc.
/// </summary>
// This class was auto-generated by the StronglyTypedResourceBuilder
// class via a tool like ResGen or Visual Studio.
// To add or remove a member, edit your .ResX file then rerun ResGen
// with the /str option, or rebuild your VS project.
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "4.0.0.0")]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
internal class CmdletizationResources {
private static global::System.Resources.ResourceManager resourceMan;
private static global::System.Globalization.CultureInfo resourceCulture;
[global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")]
internal CmdletizationResources() {
}
/// <summary>
/// Returns the cached ResourceManager instance used by this class.
/// </summary>
[global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
internal static global::System.Resources.ResourceManager ResourceManager {
get {
if (object.ReferenceEquals(resourceMan, null)) {
global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("CmdletizationResources", typeof(CmdletizationResources).GetTypeInfo().Assembly);
resourceMan = temp;
}
return resourceMan;
}
}
/// <summary>
/// Overrides the current thread's CurrentUICulture property for all
/// resource lookups using this strongly typed resource class.
/// </summary>
[global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
internal static global::System.Globalization.CultureInfo Culture {
get {
return resourceCulture;
}
set {
resourceCulture = value;
}
}
/// <summary>
/// Looks up a localized string similar to The cmdlet does not fully support the Inquire action for debug messages. Cmdlet operation will continue during the prompt. Select a different action preference via -Debug switch or $DebugPreference variable, and try again..
/// </summary>
internal static string CimCmdletAdapter_DebugInquire {
get {
return ResourceManager.GetString("CimCmdletAdapter_DebugInquire", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to {0}: A CimSession to the CIM server uses the DCOM protocol, which does not support the {1} switch..
/// </summary>
internal static string CimCmdletAdapter_RemoteDcomDoesntSupportExtendedSemantics {
get {
return ResourceManager.GetString("CimCmdletAdapter_RemoteDcomDoesntSupportExtendedSemantics", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to The cmdlet does not fully support the Inquire action for warnings. Cmdlet operation will continue during the prompt. Select a different action preference via -WarningAction parameter or $WarningPreference variable, and try again..
/// </summary>
internal static string CimCmdletAdapter_WarningInquire {
get {
return ResourceManager.GetString("CimCmdletAdapter_WarningInquire", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to The cmdlet does not fully support the Stop action for warnings. Cmdlet operation will be stopped with a delay. Select a different action preference via -WarningAction parameter or $WarningPreference variable, and try again..
/// </summary>
internal static string CimCmdletAdapter_WarningStop {
get {
return ResourceManager.GetString("CimCmdletAdapter_WarningStop", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to CIM intrinsic type.
/// </summary>
internal static string CimConversion_CimIntrinsicValue {
get {
return ResourceManager.GetString("CimConversion_CimIntrinsicValue", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to WQL literal.
/// </summary>
internal static string CimConversion_WqlQuery {
get {
return ResourceManager.GetString("CimConversion_WqlQuery", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to CIM query for enumerating instances of the {0} class on the {1} CIM server, that are associated with the following instance: {2}.
/// </summary>
internal static string CimJob_AssociationDescription {
get {
return ResourceManager.GetString("CimJob_AssociationDescription", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Cannot connect to CIM server. {0}.
/// </summary>
internal static string CimJob_BrokenSession {
get {
return ResourceManager.GetString("CimJob_BrokenSession", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to {0}: {1}.
/// </summary>
internal static string CimJob_ComputerNameConcatenationTemplate {
get {
return ResourceManager.GetString("CimJob_ComputerNameConcatenationTemplate", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to The CIM method returned the following error code: {0}.
/// </summary>
internal static string CimJob_ErrorCodeFromMethod {
get {
return ResourceManager.GetString("CimJob_ErrorCodeFromMethod", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Failed to run {1}. {0}.
/// </summary>
internal static string CimJob_GenericCimFailure {
get {
return ResourceManager.GetString("CimJob_GenericCimFailure", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Cannot find the {0} class on the {1} CIM server. Verify the value of the ClassName xml attribute in Cmdlet Definition XML and retry. Valid class name example: ROOT\cimv2\Win32_Process..
/// </summary>
internal static string CimJob_InvalidClassName {
get {
return ResourceManager.GetString("CimJob_InvalidClassName", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Cannot find the {2} output parameter of the {1} method of the {0} CIM object. Verify the value of the ParameterName attribute in Cmdlet Definition XML and retry..
/// </summary>
internal static string CimJob_InvalidOutputParameterName {
get {
return ResourceManager.GetString("CimJob_InvalidOutputParameterName", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to CIM method {1} on the {0} CIM object.
/// </summary>
internal static string CimJob_MethodDescription {
get {
return ResourceManager.GetString("CimJob_MethodDescription", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Type of {0} property ({1}) doesn&apos;t match the CIM type ({2}) associated with the type declared in Cmdlet Definition XML..
/// </summary>
internal static string CimJob_MismatchedTypeOfPropertyReturnedByQuery {
get {
return ResourceManager.GetString("CimJob_MismatchedTypeOfPropertyReturnedByQuery", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to No matching {1} objects found by {0}. Verify query parameters and retry..
/// </summary>
internal static string CimJob_NotFound_ComplexCase {
get {
return ResourceManager.GetString("CimJob_NotFound_ComplexCase", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to No {2} objects found with property &apos;{0}&apos; equal to &apos;{1}&apos;. Verify the value of the property and retry..
/// </summary>
internal static string CimJob_NotFound_SimpleGranularCase_Equality {
get {
return ResourceManager.GetString("CimJob_NotFound_SimpleGranularCase_Equality", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to No {2} objects found with property &apos;{0}&apos; matching &apos;{1}&apos;. Verify the value of the property and retry..
/// </summary>
internal static string CimJob_NotFound_SimpleGranularCase_Wildcard {
get {
return ResourceManager.GetString("CimJob_NotFound_SimpleGranularCase_Wildcard", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to CIM query for enumerating associated instance of the {0} class on the {1} CIM server.
/// </summary>
internal static string CimJob_SafeAssociationDescription {
get {
return ResourceManager.GetString("CimJob_SafeAssociationDescription", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to The {2} CIM method exposed by the {0} class on the {1} CIM server.
/// </summary>
internal static string CimJob_SafeMethodDescription {
get {
return ResourceManager.GetString("CimJob_SafeMethodDescription", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to CIM query for instances of the {0} class on the {1} CIM server: {2}.
/// </summary>
internal static string CimJob_SafeQueryDescription {
get {
return ResourceManager.GetString("CimJob_SafeQueryDescription", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to The {0} command cannot complete, because the {1} server is currently busy. The command will be automatically resumed in {2:f2} seconds..
/// </summary>
internal static string CimJob_SleepAndRetryVerboseMessage {
get {
return ResourceManager.GetString("CimJob_SleepAndRetryVerboseMessage", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Running the following operation: {0}..
/// </summary>
internal static string CimJob_VerboseExecutionMessage {
get {
return ResourceManager.GetString("CimJob_VerboseExecutionMessage", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to CIM cmdlets do not support the {0} parameter together with the AsJob parameter. Remove one of these parameters and retry..
/// </summary>
internal static string SessionBasedWrapper_ShouldProcessVsJobConflict {
get {
return ResourceManager.GetString("SessionBasedWrapper_ShouldProcessVsJobConflict", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to &lt;?xml version=&quot;1.0&quot; encoding=&quot;utf-8&quot;?&gt;
///&lt;!-- ##################################################################
///Copyright (c) Microsoft Corporation. All rights reserved.
///################################################################### --&gt;
///&lt;!DOCTYPE schema [
/// &lt;!ENTITY csharpIdentifierLetterCharacterRegex &quot;\p{Lu}\p{Ll}\p{Lt}\p{Lm}\p{Lo}\p{Nl}&quot;&gt;
/// &lt;!ENTITY csharpIdentifierFirstCharacterRegex &quot;&amp;csharpIdentifierLetterCharacterRegex;_&quot;&gt;
/// &lt;!ENTITY csharpIdentifierOtherCharacterRegex &quot;&amp;csharpIdentifierL [rest of string was truncated]&quot;;.
/// </summary>
internal static string Xml_cmdletsOverObjectsXsd {
get {
return ResourceManager.GetString("Xml_cmdletsOverObjectsXsd", resourceCulture);
}
}
}

View file

@ -0,0 +1,279 @@
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
// Runtime Version:4.0.30319.34209
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
// </auto-generated>
//------------------------------------------------------------------------------
using System;
using System.Reflection;
/// <summary>
/// A strongly-typed resource class, for looking up localized strings, etc.
/// </summary>
// This class was auto-generated by the StronglyTypedResourceBuilder
// class via a tool like ResGen or Visual Studio.
// To add or remove a member, edit your .ResX file then rerun ResGen
// with the /str option, or rebuild your VS project.
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "4.0.0.0")]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
internal class NavigationResources {
private static global::System.Resources.ResourceManager resourceMan;
private static global::System.Globalization.CultureInfo resourceCulture;
[global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")]
internal NavigationResources() {
}
/// <summary>
/// Returns the cached ResourceManager instance used by this class.
/// </summary>
[global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
internal static global::System.Resources.ResourceManager ResourceManager {
get {
if (object.ReferenceEquals(resourceMan, null)) {
global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("NavigationResources", typeof(NavigationResources).GetTypeInfo().Assembly);
resourceMan = temp;
}
return resourceMan;
}
}
/// <summary>
/// Overrides the current thread's CurrentUICulture property for all
/// resource lookups using this strongly typed resource class.
/// </summary>
[global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
internal static global::System.Globalization.CultureInfo Culture {
get {
return resourceCulture;
}
set {
resourceCulture = value;
}
}
/// <summary>
/// Looks up a localized string similar to Add Content.
/// </summary>
internal static string AddContentAction {
get {
return ResourceManager.GetString("AddContentAction", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Path: {0}.
/// </summary>
internal static string AddContentTarget {
get {
return ResourceManager.GetString("AddContentTarget", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Commit.
/// </summary>
internal static string CommitAction {
get {
return ResourceManager.GetString("CommitAction", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Cannot copy because the specified destination already exists. Do you want to overwrite the existing content?.
/// </summary>
internal static string CopyToExistingPrompt {
get {
return ResourceManager.GetString("CopyToExistingPrompt", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Begin.
/// </summary>
internal static string CreateAction {
get {
return ResourceManager.GetString("CreateAction", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to The specified path is a container that has child items. Do you want to delete this container and its child items?.
/// </summary>
internal static string DeleteHasChildrenPrompt {
get {
return ResourceManager.GetString("DeleteHasChildrenPrompt", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Do you want to delete the specified item?.
/// </summary>
internal static string DeletePrompt {
get {
return ResourceManager.GetString("DeletePrompt", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to An object at the specified path {0} does not exist, or has been filtered by the -Include or -Exclude parameter..
/// </summary>
internal static string ItemNotFound {
get {
return ResourceManager.GetString("ItemNotFound", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Cannot move item because the item at &apos;{0}&apos; does not exist..
/// </summary>
internal static string MoveItemDoesntExist {
get {
return ResourceManager.GetString("MoveItemDoesntExist", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Cannot move item because the item at &apos;{0}&apos; is in use..
/// </summary>
internal static string MoveItemInUse {
get {
return ResourceManager.GetString("MoveItemInUse", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to New drive.
/// </summary>
internal static string NewDriveConfirmAction {
get {
return ResourceManager.GetString("NewDriveConfirmAction", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Name: {0} Provider: {1} Root: {2}.
/// </summary>
internal static string NewDriveConfirmResourceTemplate {
get {
return ResourceManager.GetString("NewDriveConfirmResourceTemplate", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Cannot parse path because path &apos;{0}&apos; does not have a qualifier specified..
/// </summary>
internal static string ParsePathFormatError {
get {
return ResourceManager.GetString("ParsePathFormatError", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Remove Drive.
/// </summary>
internal static string RemoveDriveConfirmAction {
get {
return ResourceManager.GetString("RemoveDriveConfirmAction", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Name: {0} Provider: {1} Root: {2}.
/// </summary>
internal static string RemoveDriveConfirmResourceTemplate {
get {
return ResourceManager.GetString("RemoveDriveConfirmResourceTemplate", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Cannot remove drive &apos;{0}&apos; because it is in use..
/// </summary>
internal static string RemoveDriveInUse {
get {
return ResourceManager.GetString("RemoveDriveInUse", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Cannot remove the item at &apos;{0}&apos; because it is in use..
/// </summary>
internal static string RemoveItemInUse {
get {
return ResourceManager.GetString("RemoveItemInUse", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to The item at {0} has children and the Recurse parameter was not specified. If you continue, all children will be removed with the item. Are you sure you want to continue?.
/// </summary>
internal static string RemoveItemWithChildren {
get {
return ResourceManager.GetString("RemoveItemWithChildren", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Cannot rename the item at &apos;{0}&apos; because it is in use..
/// </summary>
internal static string RenamedItemInUse {
get {
return ResourceManager.GetString("RenamedItemInUse", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Cannot rename because item at &apos;{0}&apos; does not exist..
/// </summary>
internal static string RenameItemDoesntExist {
get {
return ResourceManager.GetString("RenameItemDoesntExist", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Rollback.
/// </summary>
internal static string RollbackAction {
get {
return ResourceManager.GetString("RollbackAction", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Set Content.
/// </summary>
internal static string SetContentAction {
get {
return ResourceManager.GetString("SetContentAction", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Path: {0}.
/// </summary>
internal static string SetContentTarget {
get {
return ResourceManager.GetString("SetContentTarget", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Current transaction.
/// </summary>
internal static string TransactionResource {
get {
return ResourceManager.GetString("TransactionResource", resourceCulture);
}
}
}

View file

@ -0,0 +1,315 @@
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
// Runtime Version:4.0.30319.34209
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
// </auto-generated>
//------------------------------------------------------------------------------
using System;
using System.Reflection;
/// <summary>
/// A strongly-typed resource class, for looking up localized strings, etc.
/// </summary>
// This class was auto-generated by the StronglyTypedResourceBuilder
// class via a tool like ResGen or Visual Studio.
// To add or remove a member, edit your .ResX file then rerun ResGen
// with the /str option, or rebuild your VS project.
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "4.0.0.0")]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
internal class ProcessResources {
private static global::System.Resources.ResourceManager resourceMan;
private static global::System.Globalization.CultureInfo resourceCulture;
[global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")]
internal ProcessResources() {
}
/// <summary>
/// Returns the cached ResourceManager instance used by this class.
/// </summary>
[global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
internal static global::System.Resources.ResourceManager ResourceManager {
get {
if (object.ReferenceEquals(resourceMan, null)) {
global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("ProcessResources", typeof(ProcessResources).GetTypeInfo().Assembly);
resourceMan = temp;
}
return resourceMan;
}
}
/// <summary>
/// Overrides the current thread's CurrentUICulture property for all
/// resource lookups using this strongly typed resource class.
/// </summary>
[global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
internal static global::System.Globalization.CultureInfo Culture {
get {
return resourceCulture;
}
set {
resourceCulture = value;
}
}
/// <summary>
/// Looks up a localized string similar to This command cannot be run completely because the system cannot find all the information required..
/// </summary>
internal static string CannotStarttheProcess {
get {
return ResourceManager.GetString("CannotStarttheProcess", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Are you sure you want to perform the Stop-Process operation on the following item: {0}({1})?.
/// </summary>
internal static string ConfirmStopProcess {
get {
return ResourceManager.GetString("ConfirmStopProcess", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Parameters &quot;{0}&quot; and &quot;{1}&quot; cannot be specified at the same time..
/// </summary>
internal static string ContradictParametersSpecified {
get {
return ResourceManager.GetString("ContradictParametersSpecified", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Cannot enumerate the file version information of the &quot;{0}&quot; process..
/// </summary>
internal static string CouldnotEnumerateFileVer {
get {
return ResourceManager.GetString("CouldnotEnumerateFileVer", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Cannot enumerate the modules and the file version information of the &quot;{0}&quot; process..
/// </summary>
internal static string CouldnotEnumerateModuleFileVer {
get {
return ResourceManager.GetString("CouldnotEnumerateModuleFileVer", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Cannot enumerate the modules of the &quot;{0}&quot; process..
/// </summary>
internal static string CouldnotEnumerateModules {
get {
return ResourceManager.GetString("CouldnotEnumerateModules", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Cannot stop process &quot;{0} ({1})&quot; because of the following error: {2}.
/// </summary>
internal static string CouldNotStopProcess {
get {
return ResourceManager.GetString("CouldNotStopProcess", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to This command cannot attach the debugger to the process due to {0} because no default debugger is available..
/// </summary>
internal static string DebuggerError {
get {
return ResourceManager.GetString("DebuggerError", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to This command cannot be run because &quot;{0}&quot; and &quot;{1}&quot; are same. Give different inputs and Run your command again..
/// </summary>
internal static string DuplicateEntry {
get {
return ResourceManager.GetString("DuplicateEntry", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to The &apos;IncludeUserName&apos; parameter requires elevated user rights. Try running the command again in a session that has been opened with elevated user rights (that is, Run as Administrator)..
/// </summary>
internal static string IncludeUserNameRequiresElevation {
get {
return ResourceManager.GetString("IncludeUserNameRequiresElevation", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to This command cannot be run because the input &quot;{0}&quot; is not a valid Application. Give a valid application and run your command again..
/// </summary>
internal static string InvalidApplication {
get {
return ResourceManager.GetString("InvalidApplication", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to This command cannot be run because either the parameter &quot;{0}&quot; has a value that is not valid or cannot be used with this command. Give a valid input and Run your command again..
/// </summary>
internal static string InvalidInput {
get {
return ResourceManager.GetString("InvalidInput", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to This command cannot be run due to the error: {0}..
/// </summary>
internal static string InvalidStartProcess {
get {
return ResourceManager.GetString("InvalidStartProcess", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to This command cannot be run due to error 1783. The possible cause of this error can be using of a non-existing user &quot;{0}&quot;. Please give a valid user and run your command again..
/// </summary>
internal static string InvalidUserError {
get {
return ResourceManager.GetString("InvalidUserError", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Error adding &apos;{0}&apos; to the network: {1}.
/// </summary>
internal static string JoinNetworkFailed {
get {
return ResourceManager.GetString("JoinNetworkFailed", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Exception getting &quot;Modules&quot; or &quot;FileVersion&quot;: &quot;This feature is not supported for remote computers.&quot;..
/// </summary>
internal static string NoComputerNameWithFileVersion {
get {
return ResourceManager.GetString("NoComputerNameWithFileVersion", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to This command cannot be run because the debugger cannot be attached to the process &quot;{0} ({1})&quot;. Specify another process and Run your command..
/// </summary>
internal static string NoDebuggerFound {
get {
return ResourceManager.GetString("NoDebuggerFound", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Cannot find a process with the process identifier {1}..
/// </summary>
internal static string NoProcessFoundForGivenId {
get {
return ResourceManager.GetString("NoProcessFoundForGivenId", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Cannot find a process with the name &quot;{0}&quot;. Verify the process name and call the cmdlet again..
/// </summary>
internal static string NoProcessFoundForGivenName {
get {
return ResourceManager.GetString("NoProcessFoundForGivenName", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to This command stopped operation of &quot;{0} ({1})&quot; because of the following error: {2}..
/// </summary>
internal static string Process_is_not_terminated {
get {
return ResourceManager.GetString("Process is not terminated", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to {0} ({1}).
/// </summary>
internal static string ProcessNameForConfirmation {
get {
return ResourceManager.GetString("ProcessNameForConfirmation", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to This command stopped operation because process &quot;{0} ({1})&quot; is not stopped in the specified time-out..
/// </summary>
internal static string ProcessNotTerminated {
get {
return ResourceManager.GetString("ProcessNotTerminated", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to This command cannot be run because Redirection parameters cannot be used with UseShellExecute parameter.
/// </summary>
internal static string RedirectionParams {
get {
return ResourceManager.GetString("RedirectionParams", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Error removing &apos;{0}&apos; from the network: {1}.
/// </summary>
internal static string RemoveFailed {
get {
return ResourceManager.GetString("RemoveFailed", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Error renaming &apos;{0}&apos;: {1}.
/// </summary>
internal static string RenameFailed {
get {
return ResourceManager.GetString("RenameFailed", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to The specified path is not a valid win32 application. Try again with the UseShellExecute..
/// </summary>
internal static string UseShell {
get {
return ResourceManager.GetString("UseShell", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to This command stopped operation because it cannot wait on &apos;System Idle&apos; process. Specify another process and Run your command again..
/// </summary>
internal static string WaitOnIdleProcess {
get {
return ResourceManager.GetString("WaitOnIdleProcess", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to This command stopped operation because it cannot wait on itself. Specify another process and Run your command again..
/// </summary>
internal static string WaitOnItself {
get {
return ResourceManager.GetString("WaitOnItself", resourceCulture);
}
}
}

View file

@ -0,0 +1,180 @@
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
// Runtime Version:4.0.30319.34209
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
// </auto-generated>
//------------------------------------------------------------------------------
using System;
using System.Reflection;
/// <summary>
/// A strongly-typed resource class, for looking up localized strings, etc.
/// </summary>
// This class was auto-generated by the StronglyTypedResourceBuilder
// class via a tool like ResGen or Visual Studio.
// To add or remove a member, edit your .ResX file then rerun ResGen
// with the /str option, or rebuild your VS project.
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "4.0.0.0")]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
internal class AddMember {
private static global::System.Resources.ResourceManager resourceMan;
private static global::System.Globalization.CultureInfo resourceCulture;
[global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")]
internal AddMember() {
}
/// <summary>
/// Returns the cached ResourceManager instance used by this class.
/// </summary>
[global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
internal static global::System.Resources.ResourceManager ResourceManager {
get {
if (object.ReferenceEquals(resourceMan, null)) {
global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("AddMember", typeof(AddMember).GetTypeInfo().Assembly);
resourceMan = temp;
}
return resourceMan;
}
}
/// <summary>
/// Overrides the current thread's CurrentUICulture property for all
/// resource lookups using this strongly typed resource class.
/// </summary>
[global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
internal static global::System.Globalization.CultureInfo Culture {
get {
return resourceCulture;
}
set {
resourceCulture = value;
}
}
/// <summary>
/// Looks up a localized string similar to The member referenced by this alias should not be null or empty..
/// </summary>
internal static string AliasReferenceShouldNotBeNullOrEmpty {
get {
return ResourceManager.GetString("AliasReferenceShouldNotBeNullOrEmpty", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Cannot add a member with type &quot;{0}&quot;. Specify a different type for the MemberTypes parameter..
/// </summary>
internal static string CannotAddMemberType {
get {
return ResourceManager.GetString("CannotAddMemberType", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Cannot force the member with name &quot;{0}&quot; and type &quot;{1}&quot; to be added. A member with that name and type already exists, and the existing member is not an instance extension..
/// </summary>
internal static string CannotRemoveTypeDataMember {
get {
return ResourceManager.GetString("CannotRemoveTypeDataMember", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to The parameter NotePropertyName cannot take values that could be converted to the type {0}. To define the name of a member with those values, use Add-Member, and specify the member type..
/// </summary>
internal static string InvalidValueForNotePropertyName {
get {
return ResourceManager.GetString("InvalidValueForNotePropertyName", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Cannot add a member with the name &quot;{0}&quot; because a member with that name already exists. To overwrite the member anyway, add the Force parameter to your command..
/// </summary>
internal static string MemberAlreadyExists {
get {
return ResourceManager.GetString("MemberAlreadyExists", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to The name for a NoteProperty member should not be null or an empty string..
/// </summary>
internal static string NotePropertyNameShouldNotBeNull {
get {
return ResourceManager.GetString("NotePropertyNameShouldNotBeNull", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to The TypeName parameter should not be null, empty, or contain only white spaces..
/// </summary>
internal static string TypeNameShouldNotBeEmpty {
get {
return ResourceManager.GetString("TypeNameShouldNotBeEmpty", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Both Value and SecondValue parameters should not be null for a member of type &quot;{0}&quot;. Specify a non-null value for one of the two parameters..
/// </summary>
internal static string Value1AndValue2AreNotBothNull {
get {
return ResourceManager.GetString("Value1AndValue2AreNotBothNull", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to The Value parameter is required for a member of type &quot;{0}&quot;. Specify the Value parameter when adding members of this type..
/// </summary>
internal static string Value1Prompt {
get {
return ResourceManager.GetString("Value1Prompt", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to The Value parameter should not be null for a member of type &quot;{0}&quot;. Specify a non-null value for the Value parameter when adding members of this type..
/// </summary>
internal static string Value1ShouldNotBeNull {
get {
return ResourceManager.GetString("Value1ShouldNotBeNull", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to The SecondValue parameter should not be null for a member of type &quot;{0}&quot;. Specify a non-null value for the SecondValue parameter when adding members of this type..
/// </summary>
internal static string Value2ShouldNotBeNull {
get {
return ResourceManager.GetString("Value2ShouldNotBeNull", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to The SecondValue parameter is not necessary for a member of type &quot;{0}&quot;, and should not be specified. Do not specify the SecondValue parameter when you add members of this type..
/// </summary>
internal static string Value2ShouldNotBeSpecified {
get {
return ResourceManager.GetString("Value2ShouldNotBeSpecified", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to To add a member, only one member type can be specified. The member types specified are: &quot;{0}&quot;.
/// </summary>
internal static string WrongMemberCount {
get {
return ResourceManager.GetString("WrongMemberCount", resourceCulture);
}
}
}

Binary file not shown.

View file

@ -0,0 +1,225 @@
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
// Runtime Version:4.0.30319.34209
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
// </auto-generated>
//------------------------------------------------------------------------------
using System;
using System.Reflection;
/// <summary>
/// A strongly-typed resource class, for looking up localized strings, etc.
/// </summary>
// This class was auto-generated by the StronglyTypedResourceBuilder
// class via a tool like ResGen or Visual Studio.
// To add or remove a member, edit your .ResX file then rerun ResGen
// with the /str option, or rebuild your VS project.
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "4.0.0.0")]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
internal class AddTypeStrings {
private static global::System.Resources.ResourceManager resourceMan;
private static global::System.Globalization.CultureInfo resourceCulture;
[global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")]
internal AddTypeStrings() {
}
/// <summary>
/// Returns the cached ResourceManager instance used by this class.
/// </summary>
[global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
internal static global::System.Resources.ResourceManager ResourceManager {
get {
if (object.ReferenceEquals(resourceMan, null)) {
global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("AddTypeStrings", typeof(AddTypeStrings).GetTypeInfo().Assembly);
resourceMan = temp;
}
return resourceMan;
}
}
/// <summary>
/// Overrides the current thread's CurrentUICulture property for all
/// resource lookups using this strongly typed resource class.
/// </summary>
[global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
internal static global::System.Globalization.CultureInfo Culture {
get {
return resourceCulture;
}
set {
resourceCulture = value;
}
}
/// <summary>
/// Looks up a localized string similar to Cannot add type. The assembly name {0} matches both {1} and {2}..
/// </summary>
internal static string AmbiguousAssemblyName {
get {
return ResourceManager.GetString("AmbiguousAssemblyName", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Cannot add type. One or more required assemblies are missing..
/// </summary>
internal static string AssemblyLoadErrors {
get {
return ResourceManager.GetString("AssemblyLoadErrors", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Cannot add type. The assembly &apos;{0}&apos; could not be found..
/// </summary>
internal static string AssemblyNotFound {
get {
return ResourceManager.GetString("AssemblyNotFound", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Cannot add type. Definition of new types is not supported in this language mode..
/// </summary>
internal static string CannotDefineNewType {
get {
return ResourceManager.GetString("CannotDefineNewType", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to {0}({1}) : {2}.
/// </summary>
internal static string CompilationErrorFormat {
get {
return ResourceManager.GetString("CompilationErrorFormat", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Cannot add type. Compilation errors occurred..
/// </summary>
internal static string CompilerErrors {
get {
return ResourceManager.GetString("CompilerErrors", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Cannot add type due to the following exception: {0}. Verify that Microsoft .NET Framework {1} is installed. On x64-based versions of Windows, you must also install the WOW64 feature..
/// </summary>
internal static string CompilerErrorWithCSC {
get {
return ResourceManager.GetString("CompilerErrorWithCSC", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Cannot add type. The &quot;{0}&quot; extension is not supported..
/// </summary>
internal static string FileExtensionNotSupported {
get {
return ResourceManager.GetString("FileExtensionNotSupported", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Cannot add type. The -MemberDefinition parameter is not supported for this language..
/// </summary>
internal static string FromMemberNotSupported {
get {
return ResourceManager.GetString("FromMemberNotSupported", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Cannot add type. Specify only the Language or CodeDomProvider parameters..
/// </summary>
internal static string LanguageAndProviderSpecified {
get {
return ResourceManager.GetString("LanguageAndProviderSpecified", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to The generated type defines no public methods or properties..
/// </summary>
internal static string MethodDefinitionNotPublic {
get {
return ResourceManager.GetString("MethodDefinitionNotPublic", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Cannot add type. Input files must all have the same file extension..
/// </summary>
internal static string MultipleExtensionsNotSupported {
get {
return ResourceManager.GetString("MultipleExtensionsNotSupported", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Cannot set output assembly. The path {0} did not resolve to a single file..
/// </summary>
internal static string OutputAssemblyDidNotResolve {
get {
return ResourceManager.GetString("OutputAssemblyDidNotResolve", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Cannot add type. The OutputType parameter requires that the OutputAssembly parameter be specified..
/// </summary>
internal static string OutputTypeRequiresOutputAssembly {
get {
return ResourceManager.GetString("OutputTypeRequiresOutputAssembly", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Cannot add type. The &apos;{0}&apos; language requires Microsoft .NET Framework {1}..
/// </summary>
internal static string SpecialNetVersionRequired {
get {
return ResourceManager.GetString("SpecialNetVersionRequired", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Cannot add type. The type name &apos;{0}&apos; already exists..
/// </summary>
internal static string TypeAlreadyExists {
get {
return ResourceManager.GetString("TypeAlreadyExists", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to The generated type is not public..
/// </summary>
internal static string TypeDefinitionNotPublic {
get {
return ResourceManager.GetString("TypeDefinitionNotPublic", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Cannot add type. The &apos;{0}&apos; parameter and the &apos;{1}&apos; parameter cannot both be specified..
/// </summary>
internal static string WrongCompilerParameterCombination {
get {
return ResourceManager.GetString("WrongCompilerParameterCombination", resourceCulture);
}
}
}

Binary file not shown.

View file

@ -0,0 +1,234 @@
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
// Runtime Version:4.0.30319.34209
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
// </auto-generated>
//------------------------------------------------------------------------------
using System;
using System.Reflection;
/// <summary>
/// A strongly-typed resource class, for looking up localized strings, etc.
/// </summary>
// This class was auto-generated by the StronglyTypedResourceBuilder
// class via a tool like ResGen or Visual Studio.
// To add or remove a member, edit your .ResX file then rerun ResGen
// with the /str option, or rebuild your VS project.
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "4.0.0.0")]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
internal class AliasCommandStrings {
private static global::System.Resources.ResourceManager resourceMan;
private static global::System.Globalization.CultureInfo resourceCulture;
[global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")]
internal AliasCommandStrings() {
}
/// <summary>
/// Returns the cached ResourceManager instance used by this class.
/// </summary>
[global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
internal static global::System.Resources.ResourceManager ResourceManager {
get {
if (object.ReferenceEquals(resourceMan, null)) {
global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("AliasCommandStrings", typeof(AliasCommandStrings).GetTypeInfo().Assembly);
resourceMan = temp;
}
return resourceMan;
}
}
/// <summary>
/// Overrides the current thread's CurrentUICulture property for all
/// resource lookups using this strongly typed resource class.
/// </summary>
[global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
internal static global::System.Globalization.CultureInfo Culture {
get {
return resourceCulture;
}
set {
resourceCulture = value;
}
}
/// <summary>
/// Looks up a localized string similar to Cannot open file {0} to export the alias. {1}.
/// </summary>
internal static string ExportAliasFileOpenFailed {
get {
return ResourceManager.GetString("ExportAliasFileOpenFailed", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Date/Time : {0:F}.
/// </summary>
internal static string ExportAliasHeaderDate {
get {
return ResourceManager.GetString("ExportAliasHeaderDate", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Computer : {0}.
/// </summary>
internal static string ExportAliasHeaderMachine {
get {
return ResourceManager.GetString("ExportAliasHeaderMachine", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Alias File.
/// </summary>
internal static string ExportAliasHeaderTitle {
get {
return ResourceManager.GetString("ExportAliasHeaderTitle", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Exported by : {0}.
/// </summary>
internal static string ExportAliasHeaderUser {
get {
return ResourceManager.GetString("ExportAliasHeaderUser", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Cannot export the aliases because path &apos;{0}&apos; contains wildcard characters that resolved to multiple paths. Aliases can be exported to only one file. Change the value of the Path parameter to a path that resolves to a single file..
/// </summary>
internal static string ExportAliasPathResolvedToMultiple {
get {
return ResourceManager.GetString("ExportAliasPathResolvedToMultiple", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Cannot export the aliases because path &apos;{0}&apos; referred to a &apos;{1}&apos; provider path. Change the Path parameter to a file system path..
/// </summary>
internal static string ExportAliasToFileSystemOnly {
get {
return ResourceManager.GetString("ExportAliasToFileSystemOnly", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Import Alias.
/// </summary>
internal static string ImportAliasAction {
get {
return ResourceManager.GetString("ImportAliasAction", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Cannot import an alias. Line number {1} in the file &apos;{0}&apos; is not a properly-formatted, comma-separated values (CSV) line for aliases. Change the line to contain four values separated by commas. If the value text itself contains a comma, then the value must be contained in quotation marks..
/// </summary>
internal static string ImportAliasFileInvalidFormat {
get {
return ResourceManager.GetString("ImportAliasFileInvalidFormat", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Cannot open file {0} to import the alias. {1}.
/// </summary>
internal static string ImportAliasFileOpenFailed {
get {
return ResourceManager.GetString("ImportAliasFileOpenFailed", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Cannot import the alias because the specified path &apos;{0}&apos; referred to a &apos;{1}&apos; provider path. Change the value of the Path parameter to a file system path..
/// </summary>
internal static string ImportAliasFromFileSystemOnly {
get {
return ResourceManager.GetString("ImportAliasFromFileSystemOnly", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Cannot import the alias because line number {1} in the file &apos;{0}&apos; contains an option that is not recognized for aliases. Change the file to contain valid options..
/// </summary>
internal static string ImportAliasOptionsError {
get {
return ResourceManager.GetString("ImportAliasOptionsError", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Cannot import alias because path &apos;{0}&apos; contains wildcard characters that resolve to multiple paths. Aliases can be imported from only one file. Change the value of the Path parameter to a path that resolves to a single file..
/// </summary>
internal static string ImportAliasPathResolvedToMultiple {
get {
return ResourceManager.GetString("ImportAliasPathResolvedToMultiple", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Name: {0} Value: {1}.
/// </summary>
internal static string ImportAliasTarget {
get {
return ResourceManager.GetString("ImportAliasTarget", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to New Alias.
/// </summary>
internal static string NewAliasAction {
get {
return ResourceManager.GetString("NewAliasAction", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Name: {0} Value: {1}.
/// </summary>
internal static string NewAliasTarget {
get {
return ResourceManager.GetString("NewAliasTarget", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to This command cannot find a matching alias because an alias with the {0} &apos;{1}&apos; does not exist..
/// </summary>
internal static string NoAliasFound {
get {
return ResourceManager.GetString("NoAliasFound", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Set Alias.
/// </summary>
internal static string SetAliasAction {
get {
return ResourceManager.GetString("SetAliasAction", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Name: {0} Value: {1}.
/// </summary>
internal static string SetAliasTarget {
get {
return ResourceManager.GetString("SetAliasTarget", resourceCulture);
}
}
}

View file

@ -0,0 +1,81 @@
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
// Runtime Version:4.0.30319.34209
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
// </auto-generated>
//------------------------------------------------------------------------------
using System;
using System.Reflection;
/// <summary>
/// A strongly-typed resource class, for looking up localized strings, etc.
/// </summary>
// This class was auto-generated by the StronglyTypedResourceBuilder
// class via a tool like ResGen or Visual Studio.
// To add or remove a member, edit your .ResX file then rerun ResGen
// with the /str option, or rebuild your VS project.
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "4.0.0.0")]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
internal class ConvertFromStringData {
private static global::System.Resources.ResourceManager resourceMan;
private static global::System.Globalization.CultureInfo resourceCulture;
[global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")]
internal ConvertFromStringData() {
}
/// <summary>
/// Returns the cached ResourceManager instance used by this class.
/// </summary>
[global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
internal static global::System.Resources.ResourceManager ResourceManager {
get {
if (object.ReferenceEquals(resourceMan, null)) {
global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("ConvertFromStringData", typeof(ConvertFromStringData).GetTypeInfo().Assembly);
resourceMan = temp;
}
return resourceMan;
}
}
/// <summary>
/// Overrides the current thread's CurrentUICulture property for all
/// resource lookups using this strongly typed resource class.
/// </summary>
[global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
internal static global::System.Globalization.CultureInfo Culture {
get {
return resourceCulture;
}
set {
resourceCulture = value;
}
}
/// <summary>
/// Looks up a localized string similar to Data item &apos;{1}&apos; in line &apos;{0}&apos; is already defined. .
/// </summary>
internal static string DataItemAlreadyDefined {
get {
return ResourceManager.GetString("DataItemAlreadyDefined", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Data line &apos;{0}&apos; is not in &apos;name=value&apos; format. .
/// </summary>
internal static string InvalidDataLine {
get {
return ResourceManager.GetString("InvalidDataLine", resourceCulture);
}
}
}

View file

@ -0,0 +1,90 @@
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
// Runtime Version:4.0.30319.34209
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
// </auto-generated>
//------------------------------------------------------------------------------
using System;
using System.Reflection;
/// <summary>
/// A strongly-typed resource class, for looking up localized strings, etc.
/// </summary>
// This class was auto-generated by the StronglyTypedResourceBuilder
// class via a tool like ResGen or Visual Studio.
// To add or remove a member, edit your .ResX file then rerun ResGen
// with the /str option, or rebuild your VS project.
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "4.0.0.0")]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
internal class CsvCommandStrings {
private static global::System.Resources.ResourceManager resourceMan;
private static global::System.Globalization.CultureInfo resourceCulture;
[global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")]
internal CsvCommandStrings() {
}
/// <summary>
/// Returns the cached ResourceManager instance used by this class.
/// </summary>
[global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
internal static global::System.Resources.ResourceManager ResourceManager {
get {
if (object.ReferenceEquals(resourceMan, null)) {
global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("CsvCommandStrings", typeof(CsvCommandStrings).GetTypeInfo().Assembly);
resourceMan = temp;
}
return resourceMan;
}
}
/// <summary>
/// Overrides the current thread's CurrentUICulture property for all
/// resource lookups using this strongly typed resource class.
/// </summary>
[global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
internal static global::System.Globalization.CultureInfo Culture {
get {
return resourceCulture;
}
set {
resourceCulture = value;
}
}
/// <summary>
/// Looks up a localized string similar to Cannot append CSV content to the following file: {1}. The appended object does not have a property that corresponds to the following column: {0}. To continue with mismatched properties, add the -Force parameter, and then retry the command..
/// </summary>
internal static string CannotAppendCsvWithMismatchedPropertyNames {
get {
return ResourceManager.GetString("CannotAppendCsvWithMismatchedPropertyNames", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to You must specify either the -Path or -LiteralPath parameters, but not both..
/// </summary>
internal static string CannotSpecifyPathAndLiteralPath {
get {
return ResourceManager.GetString("CannotSpecifyPathAndLiteralPath", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to One or more headers were not specified. Default names starting with &quot;H&quot; have been used in place of any missing headers..
/// </summary>
internal static string UseDefaultNameForUnspecifiedHeader {
get {
return ResourceManager.GetString("UseDefaultNameForUnspecifiedHeader", resourceCulture);
}
}
}

View file

@ -0,0 +1,234 @@
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
// Runtime Version:4.0.30319.34209
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
// </auto-generated>
//------------------------------------------------------------------------------
using System;
using System.Reflection;
/// <summary>
/// A strongly-typed resource class, for looking up localized strings, etc.
/// </summary>
// This class was auto-generated by the StronglyTypedResourceBuilder
// class via a tool like ResGen or Visual Studio.
// To add or remove a member, edit your .ResX file then rerun ResGen
// with the /str option, or rebuild your VS project.
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "4.0.0.0")]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
internal class Debugger {
private static global::System.Resources.ResourceManager resourceMan;
private static global::System.Globalization.CultureInfo resourceCulture;
[global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")]
internal Debugger() {
}
/// <summary>
/// Returns the cached ResourceManager instance used by this class.
/// </summary>
[global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
internal static global::System.Resources.ResourceManager ResourceManager {
get {
if (object.ReferenceEquals(resourceMan, null)) {
global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("Debugger", typeof(Debugger).GetTypeInfo().Assembly);
resourceMan = temp;
}
return resourceMan;
}
}
/// <summary>
/// Overrides the current thread's CurrentUICulture property for all
/// resource lookups using this strongly typed resource class.
/// </summary>
[global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
internal static global::System.Globalization.CultureInfo Culture {
get {
return resourceCulture;
}
set {
resourceCulture = value;
}
}
/// <summary>
/// Looks up a localized string similar to There is no breakpoint with ID &apos;{0}&apos;..
/// </summary>
internal static string BreakpointIdNotFound {
get {
return ResourceManager.GetString("BreakpointIdNotFound", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Cannot set breakpoint. The language mode for this session is incompatible with the system-wide language mode..
/// </summary>
internal static string CannotSetBreakpointInconsistentLanguageMode {
get {
return ResourceManager.GetString("CannotSetBreakpointInconsistentLanguageMode", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Wait-Debugger called on line {0} in {1}..
/// </summary>
internal static string DebugBreakMessage {
get {
return ResourceManager.GetString("DebugBreakMessage", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to File &apos;{0}&apos; does not exist..
/// </summary>
internal static string FileDoesNotExist {
get {
return ResourceManager.GetString("FileDoesNotExist", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Line cannot be less than 1..
/// </summary>
internal static string LineLessThanOne {
get {
return ResourceManager.GetString("LineLessThanOne", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Failed to persist debug options for Process {0}..
/// </summary>
internal static string PersistDebugPreferenceFailure {
get {
return ResourceManager.GetString("PersistDebugPreferenceFailure", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Debugging is not supported on remote sessions..
/// </summary>
internal static string RemoteDebuggerNotSupported {
get {
return ResourceManager.GetString("RemoteDebuggerNotSupported", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Breakpoints cannot be set in the remote session because remote debugging is not supported by the current host..
/// </summary>
internal static string RemoteDebuggerNotSupportedInHost {
get {
return ResourceManager.GetString("RemoteDebuggerNotSupportedInHost", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to You cannot debug the default host Runspace using this cmdlet. To debug the default Runspace use the normal debugging commands from the host..
/// </summary>
internal static string RunspaceDebuggingCannotDebugDefaultRunspace {
get {
return ResourceManager.GetString("RunspaceDebuggingCannotDebugDefaultRunspace", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to To end the debugging session type the &apos;Detach&apos; command at the debugger prompt, or type &apos;Ctrl+C&apos; otherwise..
/// </summary>
internal static string RunspaceDebuggingEndSession {
get {
return ResourceManager.GetString("RunspaceDebuggingEndSession", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Cannot debug Runspace. There is no host or host UI. The debugger requires a host and host UI for debugging..
/// </summary>
internal static string RunspaceDebuggingNoHost {
get {
return ResourceManager.GetString("RunspaceDebuggingNoHost", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Cannot debug Runspace. The host has no debugger. Try debugging the Runspace inside the Windows PowerShell console or the Windows PowerShell ISE, both of which have built-in debuggers..
/// </summary>
internal static string RunspaceDebuggingNoHostRunspaceOrDebugger {
get {
return ResourceManager.GetString("RunspaceDebuggingNoHostRunspaceOrDebugger", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to No Runspace was found..
/// </summary>
internal static string RunspaceDebuggingNoRunspaceFound {
get {
return ResourceManager.GetString("RunspaceDebuggingNoRunspaceFound", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Command or script completed..
/// </summary>
internal static string RunspaceDebuggingScriptCompleted {
get {
return ResourceManager.GetString("RunspaceDebuggingScriptCompleted", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Debugging Runspace: {0}.
/// </summary>
internal static string RunspaceDebuggingStarted {
get {
return ResourceManager.GetString("RunspaceDebuggingStarted", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to More than one Runspace was found. Only one Runspace can be debugged at a time..
/// </summary>
internal static string RunspaceDebuggingTooManyRunspacesFound {
get {
return ResourceManager.GetString("RunspaceDebuggingTooManyRunspacesFound", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Cannot set debug options on Runspace {0} because it is not in the Opened state..
/// </summary>
internal static string RunspaceOptionInvalidRunspaceState {
get {
return ResourceManager.GetString("RunspaceOptionInvalidRunspaceState", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to No debugger was found for Runspace {0}..
/// </summary>
internal static string RunspaceOptionNoDebugger {
get {
return ResourceManager.GetString("RunspaceOptionNoDebugger", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Cannot set breakpoint on file &apos;{0}&apos;; only *.ps1 and *.psm1 files are valid..
/// </summary>
internal static string WrongExtension {
get {
return ResourceManager.GetString("WrongExtension", resourceCulture);
}
}
}

Binary file not shown.

View file

@ -0,0 +1,144 @@
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
// Runtime Version:4.0.30319.34209
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
// </auto-generated>
//------------------------------------------------------------------------------
using System;
using System.Reflection;
/// <summary>
/// A strongly-typed resource class, for looking up localized strings, etc.
/// </summary>
// This class was auto-generated by the StronglyTypedResourceBuilder
// class via a tool like ResGen or Visual Studio.
// To add or remove a member, edit your .ResX file then rerun ResGen
// with the /str option, or rebuild your VS project.
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "4.0.0.0")]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
internal class EventingStrings {
private static global::System.Resources.ResourceManager resourceMan;
private static global::System.Globalization.CultureInfo resourceCulture;
[global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")]
internal EventingStrings() {
}
/// <summary>
/// Returns the cached ResourceManager instance used by this class.
/// </summary>
[global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
internal static global::System.Resources.ResourceManager ResourceManager {
get {
if (object.ReferenceEquals(resourceMan, null)) {
global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("EventingStrings", typeof(EventingStrings).GetTypeInfo().Assembly);
resourceMan = temp;
}
return resourceMan;
}
}
/// <summary>
/// Overrides the current thread's CurrentUICulture property for all
/// resource lookups using this strongly typed resource class.
/// </summary>
[global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
internal static global::System.Globalization.CultureInfo Culture {
get {
return resourceCulture;
}
set {
resourceCulture = value;
}
}
/// <summary>
/// Looks up a localized string similar to Action must be specified for non-forwarded events..
/// </summary>
internal static string ActionMandatoryForLocal {
get {
return ResourceManager.GetString("ActionMandatoryForLocal", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Event with identifier &apos;{0}&apos; does not exist..
/// </summary>
internal static string EventIdentifierNotFound {
get {
return ResourceManager.GetString("EventIdentifierNotFound", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Event &apos;{0}&apos;.
/// </summary>
internal static string EventResource {
get {
return ResourceManager.GetString("EventResource", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Event subscription &apos;{0}&apos;.
/// </summary>
internal static string EventSubscription {
get {
return ResourceManager.GetString("EventSubscription", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Event subscription with identifier &apos;{0}&apos; does not exist..
/// </summary>
internal static string EventSubscriptionNotFound {
get {
return ResourceManager.GetString("EventSubscriptionNotFound", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Event subscription with source identifier &apos;{0}&apos; does not exist..
/// </summary>
internal static string EventSubscriptionSourceNotFound {
get {
return ResourceManager.GetString("EventSubscriptionSourceNotFound", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Remove.
/// </summary>
internal static string Remove {
get {
return ResourceManager.GetString("Remove", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Event with source identifier &apos;{0}&apos; does not exist..
/// </summary>
internal static string SourceIdentifierNotFound {
get {
return ResourceManager.GetString("SourceIdentifierNotFound", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Unsubscribe.
/// </summary>
internal static string Unsubscribe {
get {
return ResourceManager.GetString("Unsubscribe", resourceCulture);
}
}
}

Binary file not shown.

View file

@ -0,0 +1,72 @@
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
// Runtime Version:4.0.30319.34209
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
// </auto-generated>
//------------------------------------------------------------------------------
using System;
using System.Reflection;
/// <summary>
/// A strongly-typed resource class, for looking up localized strings, etc.
/// </summary>
// This class was auto-generated by the StronglyTypedResourceBuilder
// class via a tool like ResGen or Visual Studio.
// To add or remove a member, edit your .ResX file then rerun ResGen
// with the /str option, or rebuild your VS project.
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "4.0.0.0")]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
internal class GetMember {
private static global::System.Resources.ResourceManager resourceMan;
private static global::System.Globalization.CultureInfo resourceCulture;
[global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")]
internal GetMember() {
}
/// <summary>
/// Returns the cached ResourceManager instance used by this class.
/// </summary>
[global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
internal static global::System.Resources.ResourceManager ResourceManager {
get {
if (object.ReferenceEquals(resourceMan, null)) {
global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("GetMember", typeof(GetMember).GetTypeInfo().Assembly);
resourceMan = temp;
}
return resourceMan;
}
}
/// <summary>
/// Overrides the current thread's CurrentUICulture property for all
/// resource lookups using this strongly typed resource class.
/// </summary>
[global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
internal static global::System.Globalization.CultureInfo Culture {
get {
return resourceCulture;
}
set {
resourceCulture = value;
}
}
/// <summary>
/// Looks up a localized string similar to You must specify an object for the Get-Member cmdlet..
/// </summary>
internal static string NoObjectSpecified {
get {
return ResourceManager.GetString("NoObjectSpecified", resourceCulture);
}
}
}

Binary file not shown.

View file

@ -0,0 +1,90 @@
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
// Runtime Version:4.0.30319.34209
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
// </auto-generated>
//------------------------------------------------------------------------------
using System;
using System.Reflection;
/// <summary>
/// A strongly-typed resource class, for looking up localized strings, etc.
/// </summary>
// This class was auto-generated by the StronglyTypedResourceBuilder
// class via a tool like ResGen or Visual Studio.
// To add or remove a member, edit your .ResX file then rerun ResGen
// with the /str option, or rebuild your VS project.
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "4.0.0.0")]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
internal class GetRandomCommandStrings {
private static global::System.Resources.ResourceManager resourceMan;
private static global::System.Globalization.CultureInfo resourceCulture;
[global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")]
internal GetRandomCommandStrings() {
}
/// <summary>
/// Returns the cached ResourceManager instance used by this class.
/// </summary>
[global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
internal static global::System.Resources.ResourceManager ResourceManager {
get {
if (object.ReferenceEquals(resourceMan, null)) {
global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("GetRandomCommandStrings", typeof(GetRandomCommandStrings).GetTypeInfo().Assembly);
resourceMan = temp;
}
return resourceMan;
}
}
/// <summary>
/// Overrides the current thread's CurrentUICulture property for all
/// resource lookups using this strongly typed resource class.
/// </summary>
[global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
internal static global::System.Globalization.CultureInfo Culture {
get {
return resourceCulture;
}
set {
resourceCulture = value;
}
}
/// <summary>
/// Looks up a localized string similar to &apos;maxValue&apos; must be greater than zero..
/// </summary>
internal static string MaxMustBeGreaterThanZeroApi {
get {
return ResourceManager.GetString("MaxMustBeGreaterThanZeroApi", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to The Minimum value ({0}) cannot be greater than or equal to the Maximum value ({1})..
/// </summary>
internal static string MinGreaterThanOrEqualMax {
get {
return ResourceManager.GetString("MinGreaterThanOrEqualMax", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to &apos;minValue&apos; cannot be greater than maxValue..
/// </summary>
internal static string MinGreaterThanOrEqualMaxApi {
get {
return ResourceManager.GetString("MinGreaterThanOrEqualMaxApi", resourceCulture);
}
}
}

View file

@ -0,0 +1,81 @@
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
// Runtime Version:4.0.30319.34209
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
// </auto-generated>
//------------------------------------------------------------------------------
using System;
using System.Reflection;
/// <summary>
/// A strongly-typed resource class, for looking up localized strings, etc.
/// </summary>
// This class was auto-generated by the StronglyTypedResourceBuilder
// class via a tool like ResGen or Visual Studio.
// To add or remove a member, edit your .ResX file then rerun ResGen
// with the /str option, or rebuild your VS project.
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "4.0.0.0")]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
internal class HostStrings {
private static global::System.Resources.ResourceManager resourceMan;
private static global::System.Globalization.CultureInfo resourceCulture;
[global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")]
internal HostStrings() {
}
/// <summary>
/// Returns the cached ResourceManager instance used by this class.
/// </summary>
[global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
internal static global::System.Resources.ResourceManager ResourceManager {
get {
if (object.ReferenceEquals(resourceMan, null)) {
global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("HostStrings", typeof(HostStrings).GetTypeInfo().Assembly);
resourceMan = temp;
}
return resourceMan;
}
}
/// <summary>
/// Overrides the current thread's CurrentUICulture property for all
/// resource lookups using this strongly typed resource class.
/// </summary>
[global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
internal static global::System.Globalization.CultureInfo Culture {
get {
return resourceCulture;
}
set {
resourceCulture = value;
}
}
/// <summary>
/// Looks up a localized string similar to Cannot process the color because {0} is not a valid color..
/// </summary>
internal static string InvalidColorErrorTemplate {
get {
return ResourceManager.GetString("InvalidColorErrorTemplate", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Cannot evaluate the error because a string is not specified..
/// </summary>
internal static string NoStringToEvalulateError {
get {
return ResourceManager.GetString("NoStringToEvalulateError", resourceCulture);
}
}
}

Binary file not shown.

View file

@ -0,0 +1,137 @@
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
// Runtime Version:4.0.30319.34209
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
// </auto-generated>
//------------------------------------------------------------------------------
using System;
using System.Reflection;
/// <summary>
/// A strongly-typed resource class, for looking up localized strings, etc.
/// </summary>
// This class was auto-generated by the StronglyTypedResourceBuilder
// class via a tool like ResGen or Visual Studio.
// To add or remove a member, edit your .ResX file then rerun ResGen
// with the /str option, or rebuild your VS project.
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "4.0.0.0")]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
internal class ImportLocalizedDataStrings {
private static global::System.Resources.ResourceManager resourceMan;
private static global::System.Globalization.CultureInfo resourceCulture;
[global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")]
internal ImportLocalizedDataStrings() {
}
/// <summary>
/// Returns the cached ResourceManager instance used by this class.
/// </summary>
[global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
internal static global::System.Resources.ResourceManager ResourceManager {
get {
if (object.ReferenceEquals(resourceMan, null)) {
global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("ImportLocalizedDataStrings", typeof(ImportLocalizedDataStrings).GetTypeInfo().Assembly);
resourceMan = temp;
}
return resourceMan;
}
}
/// <summary>
/// Overrides the current thread's CurrentUICulture property for all
/// resource lookups using this strongly typed resource class.
/// </summary>
[global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
internal static global::System.Globalization.CultureInfo Culture {
get {
return resourceCulture;
}
set {
resourceCulture = value;
}
}
/// <summary>
/// Looks up a localized string similar to Cannot import localized data. The definition of additional supported commands is not allowed in this language mode..
/// </summary>
internal static string CannotDefineSupportedCommand {
get {
return ResourceManager.GetString("CannotDefineSupportedCommand", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Cannot find the Windows PowerShell data file &apos;{0}&apos; in directory &apos;{1}&apos;, or in any parent culture directories..
/// </summary>
internal static string CannotFindPsd1File {
get {
return ResourceManager.GetString("CannotFindPsd1File", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to The following error occurred while Windows PowerShell was loading the &apos;{0}&apos; script data file:
///{1}..
/// </summary>
internal static string ErrorLoadingDataFile {
get {
return ResourceManager.GetString("ErrorLoadingDataFile", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to The following error occurred while Windows PowerShell was opening the data file &apos;{0}&apos;:
///{1}..
/// </summary>
internal static string ErrorOpeningFile {
get {
return ResourceManager.GetString("ErrorOpeningFile", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to The argument for the FileName parameter should not contain a path..
/// </summary>
internal static string FileNameParameterCannotHavePath {
get {
return ResourceManager.GetString("FileNameParameterCannotHavePath", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to The data file &apos;{0}&apos; cannot be found. .
/// </summary>
internal static string FileNotExist {
get {
return ResourceManager.GetString("FileNotExist", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to The BindingVariable name &apos;{0}&apos; is invalid..
/// </summary>
internal static string IncorrectVariableName {
get {
return ResourceManager.GetString("IncorrectVariableName", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to The FileName parameter was not specified. The FileName parameter is required when Import-LocalizedData is not called from a script file..
/// </summary>
internal static string NotCalledFromAScriptFile {
get {
return ResourceManager.GetString("NotCalledFromAScriptFile", resourceCulture);
}
}
}

View file

@ -0,0 +1,90 @@
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
// Runtime Version:4.0.30319.34209
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
// </auto-generated>
//------------------------------------------------------------------------------
using System;
using System.Reflection;
/// <summary>
/// A strongly-typed resource class, for looking up localized strings, etc.
/// </summary>
// This class was auto-generated by the StronglyTypedResourceBuilder
// class via a tool like ResGen or Visual Studio.
// To add or remove a member, edit your .ResX file then rerun ResGen
// with the /str option, or rebuild your VS project.
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "4.0.0.0")]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
internal class MeasureObjectStrings {
private static global::System.Resources.ResourceManager resourceMan;
private static global::System.Globalization.CultureInfo resourceCulture;
[global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")]
internal MeasureObjectStrings() {
}
/// <summary>
/// Returns the cached ResourceManager instance used by this class.
/// </summary>
[global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
internal static global::System.Resources.ResourceManager ResourceManager {
get {
if (object.ReferenceEquals(resourceMan, null)) {
global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("MeasureObjectStrings", typeof(MeasureObjectStrings).GetTypeInfo().Assembly);
resourceMan = temp;
}
return resourceMan;
}
}
/// <summary>
/// Overrides the current thread's CurrentUICulture property for all
/// resource lookups using this strongly typed resource class.
/// </summary>
[global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
internal static global::System.Globalization.CultureInfo Culture {
get {
return resourceCulture;
}
set {
resourceCulture = value;
}
}
/// <summary>
/// Looks up a localized string similar to Input object &quot;{0}&quot; is not numeric..
/// </summary>
internal static string NonNumericInputObject {
get {
return ResourceManager.GetString("NonNumericInputObject", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Property &quot;{0}&quot; is not numeric..
/// </summary>
internal static string NonNumericProperty {
get {
return ResourceManager.GetString("NonNumericProperty", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to The property &quot;{0}&quot; cannot be found in the input for any objects..
/// </summary>
internal static string PropertyNotFound {
get {
return ResourceManager.GetString("PropertyNotFound", resourceCulture);
}
}
}

View file

@ -0,0 +1,144 @@
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
// Runtime Version:4.0.30319.34209
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
// </auto-generated>
//------------------------------------------------------------------------------
using System;
using System.Reflection;
/// <summary>
/// A strongly-typed resource class, for looking up localized strings, etc.
/// </summary>
// This class was auto-generated by the StronglyTypedResourceBuilder
// class via a tool like ResGen or Visual Studio.
// To add or remove a member, edit your .ResX file then rerun ResGen
// with the /str option, or rebuild your VS project.
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "4.0.0.0")]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
internal class NewObjectStrings {
private static global::System.Resources.ResourceManager resourceMan;
private static global::System.Globalization.CultureInfo resourceCulture;
[global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")]
internal NewObjectStrings() {
}
/// <summary>
/// Returns the cached ResourceManager instance used by this class.
/// </summary>
[global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
internal static global::System.Resources.ResourceManager ResourceManager {
get {
if (object.ReferenceEquals(resourceMan, null)) {
global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("NewObjectStrings", typeof(NewObjectStrings).GetTypeInfo().Assembly);
resourceMan = temp;
}
return resourceMan;
}
}
/// <summary>
/// Overrides the current thread's CurrentUICulture property for all
/// resource lookups using this strongly typed resource class.
/// </summary>
[global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
internal static global::System.Globalization.CultureInfo Culture {
get {
return resourceCulture;
}
set {
resourceCulture = value;
}
}
/// <summary>
/// Looks up a localized string similar to Cannot create type. Only core types are supported in this language mode..
/// </summary>
internal static string CannotCreateTypeConstrainedLanguage {
get {
return ResourceManager.GetString("CannotCreateTypeConstrainedLanguage", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to A constructor was not found. Cannot find an appropriate constructor for type {0}..
/// </summary>
internal static string CannotFindAppropriateCtor {
get {
return ResourceManager.GetString("CannotFindAppropriateCtor", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Creating instances of attribute and delegated Windows RT types is not supported..
/// </summary>
internal static string CannotInstantiateWinRTType {
get {
return ResourceManager.GetString("CannotInstantiateWinRTType", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Cannot load COM type {0}..
/// </summary>
internal static string CannotLoadComObjectType {
get {
return ResourceManager.GetString("CannotLoadComObjectType", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to The object written to the pipeline is an instance of the type &quot;{0}&quot; from the component&apos;s primary interoperability assembly. If this type exposes different members than the IDispatch members, scripts that are written to work with this object might not work if the primary interoperability assembly is not installed..
/// </summary>
internal static string ComInteropLoaded {
get {
return ResourceManager.GetString("ComInteropLoaded", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Cannot create the COM object. COM object is not supported in OneCore PowerShell..
/// </summary>
internal static string ComObjectNotSupportedInOneCorePowerShell {
get {
return ResourceManager.GetString("ComObjectNotSupportedInOneCorePowerShell", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to The value supplied is not valid, or the property is read-only. Change the value, and then try again..
/// </summary>
internal static string InvalidValue {
get {
return ResourceManager.GetString("InvalidValue", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to The member &quot;{1}&quot; was not found for the specified {2} object..
/// </summary>
internal static string MemberNotFound {
get {
return ResourceManager.GetString("MemberNotFound", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Cannot find type [{0}]: verify that the assembly containing this type is loaded..
/// </summary>
internal static string TypeNotFound {
get {
return ResourceManager.GetString("TypeNotFound", resourceCulture);
}
}
}

View file

@ -0,0 +1,108 @@
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
// Runtime Version:4.0.30319.34209
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
// </auto-generated>
//------------------------------------------------------------------------------
using System;
using System.Reflection;
/// <summary>
/// A strongly-typed resource class, for looking up localized strings, etc.
/// </summary>
// This class was auto-generated by the StronglyTypedResourceBuilder
// class via a tool like ResGen or Visual Studio.
// To add or remove a member, edit your .ResX file then rerun ResGen
// with the /str option, or rebuild your VS project.
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "4.0.0.0")]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
internal class SelectObjectStrings {
private static global::System.Resources.ResourceManager resourceMan;
private static global::System.Globalization.CultureInfo resourceCulture;
[global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")]
internal SelectObjectStrings() {
}
/// <summary>
/// Returns the cached ResourceManager instance used by this class.
/// </summary>
[global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
internal static global::System.Resources.ResourceManager ResourceManager {
get {
if (object.ReferenceEquals(resourceMan, null)) {
global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("SelectObjectStrings", typeof(SelectObjectStrings).GetTypeInfo().Assembly);
resourceMan = temp;
}
return resourceMan;
}
}
/// <summary>
/// Overrides the current thread's CurrentUICulture property for all
/// resource lookups using this strongly typed resource class.
/// </summary>
[global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
internal static global::System.Globalization.CultureInfo Culture {
get {
return resourceCulture;
}
set {
resourceCulture = value;
}
}
/// <summary>
/// Looks up a localized string similar to The property cannot be processed because the property &quot;{0}&quot; already exists..
/// </summary>
internal static string AlreadyExistingProperty {
get {
return ResourceManager.GetString("AlreadyExistingProperty", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to A property is an empty script block and does not provide a name..
/// </summary>
internal static string EmptyScriptBlockAndNoName {
get {
return ResourceManager.GetString("EmptyScriptBlockAndNoName", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Multiple properties cannot be expanded..
/// </summary>
internal static string MutlipleExpandProperties {
get {
return ResourceManager.GetString("MutlipleExpandProperties", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Property &quot;{0}&quot; cannot be found..
/// </summary>
internal static string PropertyNotFound {
get {
return ResourceManager.GetString("PropertyNotFound", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Cannot rename multiple results..
/// </summary>
internal static string RenamingMultipleResults {
get {
return ResourceManager.GetString("RenamingMultipleResults", resourceCulture);
}
}
}

View file

@ -0,0 +1,72 @@
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
// Runtime Version:4.0.30319.34209
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
// </auto-generated>
//------------------------------------------------------------------------------
using System;
using System.Reflection;
/// <summary>
/// A strongly-typed resource class, for looking up localized strings, etc.
/// </summary>
// This class was auto-generated by the StronglyTypedResourceBuilder
// class via a tool like ResGen or Visual Studio.
// To add or remove a member, edit your .ResX file then rerun ResGen
// with the /str option, or rebuild your VS project.
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "4.0.0.0")]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
internal class SortObjectStrings {
private static global::System.Resources.ResourceManager resourceMan;
private static global::System.Globalization.CultureInfo resourceCulture;
[global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")]
internal SortObjectStrings() {
}
/// <summary>
/// Returns the cached ResourceManager instance used by this class.
/// </summary>
[global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
internal static global::System.Resources.ResourceManager ResourceManager {
get {
if (object.ReferenceEquals(resourceMan, null)) {
global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("SortObjectStrings", typeof(SortObjectStrings).GetTypeInfo().Assembly);
resourceMan = temp;
}
return resourceMan;
}
}
/// <summary>
/// Overrides the current thread's CurrentUICulture property for all
/// resource lookups using this strongly typed resource class.
/// </summary>
[global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
internal static global::System.Globalization.CultureInfo Culture {
get {
return resourceCulture;
}
set {
resourceCulture = value;
}
}
/// <summary>
/// Looks up a localized string similar to &quot;Sort-Object&quot; - &quot;{0}&quot; cannot be found in &quot;InputObject&quot;..
/// </summary>
internal static string PropertyNotFound {
get {
return ResourceManager.GetString("PropertyNotFound", resourceCulture);
}
}
}

View file

@ -0,0 +1,180 @@
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
// Runtime Version:4.0.30319.34209
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
// </auto-generated>
//------------------------------------------------------------------------------
using System;
using System.Reflection;
/// <summary>
/// A strongly-typed resource class, for looking up localized strings, etc.
/// </summary>
// This class was auto-generated by the StronglyTypedResourceBuilder
// class via a tool like ResGen or Visual Studio.
// To add or remove a member, edit your .ResX file then rerun ResGen
// with the /str option, or rebuild your VS project.
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "4.0.0.0")]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
internal class UtilityCommonStrings {
private static global::System.Resources.ResourceManager resourceMan;
private static global::System.Globalization.CultureInfo resourceCulture;
[global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")]
internal UtilityCommonStrings() {
}
/// <summary>
/// Returns the cached ResourceManager instance used by this class.
/// </summary>
[global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
internal static global::System.Resources.ResourceManager ResourceManager {
get {
if (object.ReferenceEquals(resourceMan, null)) {
global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("UtilityCommonStrings", typeof(UtilityCommonStrings).GetTypeInfo().Assembly);
resourceMan = temp;
}
return resourceMan;
}
}
/// <summary>
/// Overrides the current thread's CurrentUICulture property for all
/// resource lookups using this strongly typed resource class.
/// </summary>
[global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
internal static global::System.Globalization.CultureInfo Culture {
get {
return resourceCulture;
}
set {
resourceCulture = value;
}
}
/// <summary>
/// Looks up a localized string similar to This command cannot be run because &apos;{0}&apos; is empty or blank. Please specify CSSUri and then run the command..
/// </summary>
internal static string EmptyCSSUri {
get {
return ResourceManager.GetString("EmptyCSSUri", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to This command cannot be run because the file path &apos;{0}&apos; is not valid. Please provide a valid file path and then run the command..
/// </summary>
internal static string FileNotFound {
get {
return ResourceManager.GetString("FileNotFound", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Cannot open the file because the current provider ({0}) cannot open files..
/// </summary>
internal static string FileOpenError {
get {
return ResourceManager.GetString("FileOpenError", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to The file &apos;{0}&apos; cannot be read: {1}.
/// </summary>
internal static string FileReadError {
get {
return ResourceManager.GetString("FileReadError", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to The command cannot be run because using the AsHashTable parameter with more than one property requires adding the AsString parameter..
/// </summary>
internal static string GroupObjectSingleProperty {
get {
return ResourceManager.GetString("GroupObjectSingleProperty", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to The command cannot be run because the AsString parameter requires that you specify the AsHashtable parameter..
/// </summary>
internal static string GroupObjectWithHashTable {
get {
return ResourceManager.GetString("GroupObjectWithHashTable", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to The objects grouped by this property cannot be expanded because there is a key duplication. Provide a valid value for the property, and then try again..
/// </summary>
internal static string InvalidOperation {
get {
return ResourceManager.GetString("InvalidOperation", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to {2} has one or more exceptions that are not valid..
/// </summary>
internal static string Invalidpath {
get {
return ResourceManager.GetString("Invalidpath", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to There are no matching results found for {2}..
/// </summary>
internal static string NoMatchFound {
get {
return ResourceManager.GetString("NoMatchFound", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to The command is not supported on this operating system..
/// </summary>
internal static string NotSupported {
get {
return ResourceManager.GetString("NotSupported", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Cannot find path &apos;{0}&apos; because it does not exist..
/// </summary>
internal static string PathDoesNotExist {
get {
return ResourceManager.GetString("PathDoesNotExist", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Cannot use tag &apos;{0}&apos;. The &apos;PS&apos; prefix is reserved..
/// </summary>
internal static string PSPrefixReservedInInformationTag {
get {
return ResourceManager.GetString("PSPrefixReservedInInformationTag", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to This command cannot be run because the prefix value in the Namespace parameter is null. Provide a valid value for the prefix, and then run the command again..
/// </summary>
internal static string SearchXMLPrefixNullError {
get {
return ResourceManager.GetString("SearchXMLPrefixNullError", resourceCulture);
}
}
}

View file

@ -0,0 +1,153 @@
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
// Runtime Version:4.0.30319.34209
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
// </auto-generated>
//------------------------------------------------------------------------------
using System;
using System.Reflection;
/// <summary>
/// A strongly-typed resource class, for looking up localized strings, etc.
/// </summary>
// This class was auto-generated by the StronglyTypedResourceBuilder
// class via a tool like ResGen or Visual Studio.
// To add or remove a member, edit your .ResX file then rerun ResGen
// with the /str option, or rebuild your VS project.
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "4.0.0.0")]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
internal class VariableCommandStrings {
private static global::System.Resources.ResourceManager resourceMan;
private static global::System.Globalization.CultureInfo resourceCulture;
[global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")]
internal VariableCommandStrings() {
}
/// <summary>
/// Returns the cached ResourceManager instance used by this class.
/// </summary>
[global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
internal static global::System.Resources.ResourceManager ResourceManager {
get {
if (object.ReferenceEquals(resourceMan, null)) {
global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("VariableCommandStrings", typeof(VariableCommandStrings).GetTypeInfo().Assembly);
resourceMan = temp;
}
return resourceMan;
}
}
/// <summary>
/// Overrides the current thread's CurrentUICulture property for all
/// resource lookups using this strongly typed resource class.
/// </summary>
[global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
internal static global::System.Globalization.CultureInfo Culture {
get {
return resourceCulture;
}
set {
resourceCulture = value;
}
}
/// <summary>
/// Looks up a localized string similar to Add variable.
/// </summary>
internal static string AddVariableAction {
get {
return ResourceManager.GetString("AddVariableAction", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Name: {0}.
/// </summary>
internal static string AddVariableTarget {
get {
return ResourceManager.GetString("AddVariableTarget", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Clear variable.
/// </summary>
internal static string ClearVariableAction {
get {
return ResourceManager.GetString("ClearVariableAction", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Name: {0}.
/// </summary>
internal static string ClearVariableTarget {
get {
return ResourceManager.GetString("ClearVariableTarget", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to New variable.
/// </summary>
internal static string NewVariableAction {
get {
return ResourceManager.GetString("NewVariableAction", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Name: {0} Value: {1}.
/// </summary>
internal static string NewVariableTarget {
get {
return ResourceManager.GetString("NewVariableTarget", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Remove variable.
/// </summary>
internal static string RemoveVariableAction {
get {
return ResourceManager.GetString("RemoveVariableAction", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Name: {0}.
/// </summary>
internal static string RemoveVariableTarget {
get {
return ResourceManager.GetString("RemoveVariableTarget", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Set variable.
/// </summary>
internal static string SetVariableAction {
get {
return ResourceManager.GetString("SetVariableAction", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Name: {0} Value: {1}.
/// </summary>
internal static string SetVariableTarget {
get {
return ResourceManager.GetString("SetVariableTarget", resourceCulture);
}
}
}

View file

@ -0,0 +1,72 @@
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
// Runtime Version:4.0.30319.34209
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
// </auto-generated>
//------------------------------------------------------------------------------
using System;
using System.Reflection;
/// <summary>
/// A strongly-typed resource class, for looking up localized strings, etc.
/// </summary>
// This class was auto-generated by the StronglyTypedResourceBuilder
// class via a tool like ResGen or Visual Studio.
// To add or remove a member, edit your .ResX file then rerun ResGen
// with the /str option, or rebuild your VS project.
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "4.0.0.0")]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
internal class WriteErrorStrings {
private static global::System.Resources.ResourceManager resourceMan;
private static global::System.Globalization.CultureInfo resourceCulture;
[global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")]
internal WriteErrorStrings() {
}
/// <summary>
/// Returns the cached ResourceManager instance used by this class.
/// </summary>
[global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
internal static global::System.Resources.ResourceManager ResourceManager {
get {
if (object.ReferenceEquals(resourceMan, null)) {
global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("WriteErrorStrings", typeof(WriteErrorStrings).GetTypeInfo().Assembly);
resourceMan = temp;
}
return resourceMan;
}
}
/// <summary>
/// Overrides the current thread's CurrentUICulture property for all
/// resource lookups using this strongly typed resource class.
/// </summary>
[global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
internal static global::System.Globalization.CultureInfo Culture {
get {
return resourceCulture;
}
set {
resourceCulture = value;
}
}
/// <summary>
/// Looks up a localized string similar to &quot;The Write-Error cmdlet reported an error.&quot;.
/// </summary>
internal static string WriteErrorException {
get {
return ResourceManager.GetString("WriteErrorException", resourceCulture);
}
}
}

View file

@ -0,0 +1,90 @@
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
// Runtime Version:4.0.30319.34209
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
// </auto-generated>
//------------------------------------------------------------------------------
using System;
using System.Reflection;
/// <summary>
/// A strongly-typed resource class, for looking up localized strings, etc.
/// </summary>
// This class was auto-generated by the StronglyTypedResourceBuilder
// class via a tool like ResGen or Visual Studio.
// To add or remove a member, edit your .ResX file then rerun ResGen
// with the /str option, or rebuild your VS project.
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "4.0.0.0")]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
internal class WriteProgressResourceStrings {
private static global::System.Resources.ResourceManager resourceMan;
private static global::System.Globalization.CultureInfo resourceCulture;
[global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")]
internal WriteProgressResourceStrings() {
}
/// <summary>
/// Returns the cached ResourceManager instance used by this class.
/// </summary>
[global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
internal static global::System.Resources.ResourceManager ResourceManager {
get {
if (object.ReferenceEquals(resourceMan, null)) {
global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("WriteProgressResourceStrings", typeof(WriteProgressResourceStrings).GetTypeInfo().Assembly);
resourceMan = temp;
}
return resourceMan;
}
}
/// <summary>
/// Overrides the current thread's CurrentUICulture property for all
/// resource lookups using this strongly typed resource class.
/// </summary>
[global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
internal static global::System.Globalization.CultureInfo Culture {
get {
return resourceCulture;
}
set {
resourceCulture = value;
}
}
/// <summary>
/// Looks up a localized string similar to Text to describe the activity for which progress is being reported..
/// </summary>
internal static string ActivityParameterHelpMessage {
get {
return ResourceManager.GetString("ActivityParameterHelpMessage", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Processing.
/// </summary>
internal static string Processing {
get {
return ResourceManager.GetString("Processing", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Text to describe the current state of the activity for which progress is being reported..
/// </summary>
internal static string StatusParameterHelpMessage {
get {
return ResourceManager.GetString("StatusParameterHelpMessage", resourceCulture);
}
}
}

View file

@ -0,0 +1,288 @@
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
// Runtime Version:4.0.30319.34209
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
// </auto-generated>
//------------------------------------------------------------------------------
using System;
using System.Reflection;
/// <summary>
/// A strongly-typed resource class, for looking up localized strings, etc.
/// </summary>
// This class was auto-generated by the StronglyTypedResourceBuilder
// class via a tool like ResGen or Visual Studio.
// To add or remove a member, edit your .ResX file then rerun ResGen
// with the /str option, or rebuild your VS project.
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "4.0.0.0")]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
internal class Authenticode {
private static global::System.Resources.ResourceManager resourceMan;
private static global::System.Globalization.CultureInfo resourceCulture;
[global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")]
internal Authenticode() {
}
/// <summary>
/// Returns the cached ResourceManager instance used by this class.
/// </summary>
[global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
internal static global::System.Resources.ResourceManager ResourceManager {
get {
if (object.ReferenceEquals(resourceMan, null)) {
global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("Authenticode", typeof(Authenticode).GetTypeInfo().Assembly);
resourceMan = temp;
}
return resourceMan;
}
}
/// <summary>
/// Overrides the current thread's CurrentUICulture property for all
/// resource lookups using this strongly typed resource class.
/// </summary>
[global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
internal static global::System.Globalization.CultureInfo Culture {
get {
return resourceCulture;
}
set {
resourceCulture = value;
}
}
/// <summary>
/// Looks up a localized string similar to Do you want to run software from this untrusted publisher?.
/// </summary>
internal static string AuthenticodePromptCaption {
get {
return ResourceManager.GetString("AuthenticodePromptCaption", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to File {0} is published by {1} and is not trusted on your system. Only run scripts from trusted publishers..
/// </summary>
internal static string AuthenticodePromptText {
get {
return ResourceManager.GetString("AuthenticodePromptText", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Software {0} is published by an unknown publisher. It is recommended that you do not run this software..
/// </summary>
internal static string AuthenticodePromptText_UnknownPublisher {
get {
return ResourceManager.GetString("AuthenticodePromptText_UnknownPublisher", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Cannot sign code. The specified certificate is not suitable for code signing..
/// </summary>
internal static string CertNotGoodForSigning {
get {
return ResourceManager.GetString("CertNotGoodForSigning", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to &amp;Always run.
/// </summary>
internal static string Choice_AlwaysRun {
get {
return ResourceManager.GetString("Choice_AlwaysRun", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Run the script from this publisher now, and do not prompt me to run this script in the future..
/// </summary>
internal static string Choice_AlwaysRun_Help {
get {
return ResourceManager.GetString("Choice_AlwaysRun_Help", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to &amp;Do not run.
/// </summary>
internal static string Choice_DoNotRun {
get {
return ResourceManager.GetString("Choice_DoNotRun", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Do not run the script from this publisher now, and continue to prompt me to run this script in the future..
/// </summary>
internal static string Choice_DoNotRun_Help {
get {
return ResourceManager.GetString("Choice_DoNotRun_Help", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Ne&amp;ver run.
/// </summary>
internal static string Choice_NeverRun {
get {
return ResourceManager.GetString("Choice_NeverRun", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Do not run the script from this publisher now, and do not prompt me to run this script in future. Future attempts to run this script will result in a silent failure..
/// </summary>
internal static string Choice_NeverRun_Help {
get {
return ResourceManager.GetString("Choice_NeverRun_Help", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to &amp;Run once.
/// </summary>
internal static string Choice_RunOnce {
get {
return ResourceManager.GetString("Choice_RunOnce", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Run the script from this publisher now, and continue to prompt me to run this script in the future..
/// </summary>
internal static string Choice_RunOnce_Help {
get {
return ResourceManager.GetString("Choice_RunOnce_Help", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to &amp;Suspend.
/// </summary>
internal static string Choice_Suspend {
get {
return ResourceManager.GetString("Choice_Suspend", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Pause the current pipeline and return to the command prompt. Type exit to resume operation when you are done..
/// </summary>
internal static string Choice_Suspend_Help {
get {
return ResourceManager.GetString("Choice_Suspend_Help", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Cannot sign code. The hash algorithm is not supported..
/// </summary>
internal static string InvalidHashAlgorithm {
get {
return ResourceManager.GetString("InvalidHashAlgorithm", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to File {0} cannot be loaded because its operation is blocked by software restriction policies, such as those created by using Group Policy..
/// </summary>
internal static string Reason_DisallowedBySafer {
get {
return ResourceManager.GetString("Reason_DisallowedBySafer", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to File {0} cannot be loaded because you opted not to run this software now..
/// </summary>
internal static string Reason_DoNotRun {
get {
return ResourceManager.GetString("Reason_DoNotRun", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to File {0} cannot be loaded because its content could not be read..
/// </summary>
internal static string Reason_FileContentUnavailable {
get {
return ResourceManager.GetString("Reason_FileContentUnavailable", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to File {0} cannot be loaded because you opted never to run software from this publisher..
/// </summary>
internal static string Reason_NeverRun {
get {
return ResourceManager.GetString("Reason_NeverRun", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to File {0} is published by {1}. This publisher is explicitly not trusted on your system. The script will not run on the system. For more information, run the command &quot;get-help about_signing&quot;..
/// </summary>
internal static string Reason_NotTrusted {
get {
return ResourceManager.GetString("Reason_NotTrusted", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to File {0} cannot be loaded because running scripts is disabled on this system. For more information, see about_Execution_Policies at http://go.microsoft.com/fwlink/?LinkID=135170..
/// </summary>
internal static string Reason_RestrictedMode {
get {
return ResourceManager.GetString("Reason_RestrictedMode", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to File {0} cannot be loaded. {1}..
/// </summary>
internal static string Reason_Unknown {
get {
return ResourceManager.GetString("Reason_Unknown", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Security warning.
/// </summary>
internal static string RemoteFilePromptCaption {
get {
return ResourceManager.GetString("RemoteFilePromptCaption", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Run only scripts that you trust. While scripts from the internet can be useful, this script can potentially harm your computer. If you trust this script, use the Unblock-File cmdlet to allow the script to run without this warning message. Do you want to run {0}?.
/// </summary>
internal static string RemoteFilePromptText {
get {
return ResourceManager.GetString("RemoteFilePromptText", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Cannot sign code. The TimeStamp server URL must be fully qualified, and in the format http://&lt;server url&gt;..
/// </summary>
internal static string TimeStampUrlRequired {
get {
return ResourceManager.GetString("TimeStampUrlRequired", resourceCulture);
}
}
}

Binary file not shown.

View file

@ -0,0 +1,72 @@
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
// Runtime Version:4.0.30319.34209
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
// </auto-generated>
//------------------------------------------------------------------------------
using System;
using System.Reflection;
/// <summary>
/// A strongly-typed resource class, for looking up localized strings, etc.
/// </summary>
// This class was auto-generated by the StronglyTypedResourceBuilder
// class via a tool like ResGen or Visual Studio.
// To add or remove a member, edit your .ResX file then rerun ResGen
// with the /str option, or rebuild your VS project.
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "4.0.0.0")]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
internal class AuthorizationManagerBase {
private static global::System.Resources.ResourceManager resourceMan;
private static global::System.Globalization.CultureInfo resourceCulture;
[global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")]
internal AuthorizationManagerBase() {
}
/// <summary>
/// Returns the cached ResourceManager instance used by this class.
/// </summary>
[global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
internal static global::System.Resources.ResourceManager ResourceManager {
get {
if (object.ReferenceEquals(resourceMan, null)) {
global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("AuthorizationManagerBase", typeof(AuthorizationManagerBase).GetTypeInfo().Assembly);
resourceMan = temp;
}
return resourceMan;
}
}
/// <summary>
/// Overrides the current thread's CurrentUICulture property for all
/// resource lookups using this strongly typed resource class.
/// </summary>
[global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
internal static global::System.Globalization.CultureInfo Culture {
get {
return resourceCulture;
}
set {
resourceCulture = value;
}
}
/// <summary>
/// Looks up a localized string similar to AuthorizationManager check failed..
/// </summary>
internal static string AuthorizationManagerDefaultFailureReason {
get {
return ResourceManager.GetString("AuthorizationManagerDefaultFailureReason", resourceCulture);
}
}
}

View file

@ -0,0 +1,324 @@
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
// Runtime Version:4.0.30319.34209
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
// </auto-generated>
//------------------------------------------------------------------------------
using System;
using System.Reflection;
/// <summary>
/// A strongly-typed resource class, for looking up localized strings, etc.
/// </summary>
// This class was auto-generated by the StronglyTypedResourceBuilder
// class via a tool like ResGen or Visual Studio.
// To add or remove a member, edit your .ResX file then rerun ResGen
// with the /str option, or rebuild your VS project.
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "4.0.0.0")]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
internal class AutomationExceptions {
private static global::System.Resources.ResourceManager resourceMan;
private static global::System.Globalization.CultureInfo resourceCulture;
[global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")]
internal AutomationExceptions() {
}
/// <summary>
/// Returns the cached ResourceManager instance used by this class.
/// </summary>
[global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
internal static global::System.Resources.ResourceManager ResourceManager {
get {
if (object.ReferenceEquals(resourceMan, null)) {
global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("AutomationExceptions", typeof(AutomationExceptions).GetTypeInfo().Assembly);
resourceMan = temp;
}
return resourceMan;
}
}
/// <summary>
/// Overrides the current thread's CurrentUICulture property for all
/// resource lookups using this strongly typed resource class.
/// </summary>
[global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
internal static global::System.Globalization.CultureInfo Culture {
get {
return resourceCulture;
}
set {
resourceCulture = value;
}
}
/// <summary>
/// Looks up a localized string similar to Cannot process argument because the value of argument &quot;{0}&quot; is not valid. Change the value of the &quot;{0}&quot; argument and run the operation again..
/// </summary>
internal static string Argument {
get {
return ResourceManager.GetString("Argument", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Cannot process argument because the value of argument &quot;{0}&quot; is null. Change the value of argument &quot;{0}&quot; to a non-null value..
/// </summary>
internal static string ArgumentNull {
get {
return ResourceManager.GetString("ArgumentNull", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Cannot process argument because the value of argument &quot;{0}&quot; is out of range. Change argument &quot;{0}&quot; to a value that is within range..
/// </summary>
internal static string ArgumentOutOfRange {
get {
return ResourceManager.GetString("ArgumentOutOfRange", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to The script block cannot be converted because it contains more than one clause. Expressions or control structures are not permitted. Verify that the script block contains exactly one pipeline or command..
/// </summary>
internal static string CanConvertOneClauseOnly {
get {
return ResourceManager.GetString("CanConvertOneClauseOnly", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to The script block cannot be converted to a Windows PowerShell object because it contains forbidden redirection operators..
/// </summary>
internal static string CanConvertOneOutputErrorRedir {
get {
return ResourceManager.GetString("CanConvertOneOutputErrorRedir", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Only a script block that contains exactly one pipeline or command can be converted. Expressions or control structures are not permitted. Verify that the script block contains exactly one pipeline or command..
/// </summary>
internal static string CanOnlyConvertOnePipeline {
get {
return ResourceManager.GetString("CanOnlyConvertOnePipeline", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to An empty script block cannot be converted. Verify that the script block contains exactly one pipeline or command..
/// </summary>
internal static string CantConvertEmptyPipeline {
get {
return ResourceManager.GetString("CantConvertEmptyPipeline", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Cannot generate a Windows PowerShell object for a ScriptBlock that starts a pipeline with an expression..
/// </summary>
internal static string CantConvertPipelineStartsWithExpression {
get {
return ResourceManager.GetString("CantConvertPipelineStartsWithExpression", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to The script block cannot be converted to an open generic type. Define an appropriate closed generic type, and then retry..
/// </summary>
internal static string CantConvertScriptBlockToOpenGenericType {
get {
return ResourceManager.GetString("CantConvertScriptBlockToOpenGenericType", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Cannot generate a Windows PowerShell object for a ScriptBlock that does not have an associated operation context..
/// </summary>
internal static string CantConvertScriptBlockWithNoContext {
get {
return ResourceManager.GetString("CantConvertScriptBlockWithNoContext", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to A script block that contains a top-level trap statement cannot be converted..
/// </summary>
internal static string CantConvertScriptBlockWithTrap {
get {
return ResourceManager.GetString("CantConvertScriptBlockWithTrap", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Cannot generate a Windows PowerShell object for a ScriptBlock which invokes pipelines, commands or functions to evaluate arguments of the main pipeline..
/// </summary>
internal static string CantConvertWithCommandInvocations {
get {
return ResourceManager.GetString("CantConvertWithCommandInvocations", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Cannot generate a Windows PowerShell object for a ScriptBlock that uses dot sourcing..
/// </summary>
internal static string CantConvertWithDotSourcing {
get {
return ResourceManager.GetString("CantConvertWithDotSourcing", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Cannot generate a Windows PowerShell object for a ScriptBlock evaluating dynamic expressions. Dynamic expression: {0}..
/// </summary>
internal static string CantConvertWithDynamicExpression {
get {
return ResourceManager.GetString("CantConvertWithDynamicExpression", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Cannot generate a Windows PowerShell object for a ScriptBlock evaluating non-constant expressions. Non-constant expression: {0}..
/// </summary>
internal static string CantConvertWithNonConstantExpression {
get {
return ResourceManager.GetString("CantConvertWithNonConstantExpression", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Cannot generate a Windows PowerShell object for a ScriptBlock that invokes other script blocks..
/// </summary>
internal static string CantConvertWithScriptBlockInvocation {
get {
return ResourceManager.GetString("CantConvertWithScriptBlockInvocation", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Cannot generate a Windows PowerShell object for a ScriptBlock that tries to pass other script blocks inside argument values..
/// </summary>
internal static string CantConvertWithScriptBlocks {
get {
return ResourceManager.GetString("CantConvertWithScriptBlocks", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Cannot generate a Windows PowerShell object for a ScriptBlock dereferencing variables undeclared in the param(...) block. Name of undeclared variable: {0}..
/// </summary>
internal static string CantConvertWithUndeclaredVariables {
get {
return ResourceManager.GetString("CantConvertWithUndeclaredVariables", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Cannot get the value of the Using expression &apos;{0}&apos; in the specified variable dictionary. When creating a PowerShell instance from a script block, the Using expression cannot contain an indexing operation or member-accessing operation..
/// </summary>
internal static string CantGetUsingExpressionValueWithSpecifiedVariableDictionary {
get {
return ResourceManager.GetString("CantGetUsingExpressionValueWithSpecifiedVariableDictionary", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Cannot create workflow. The type &apos;{0}&apos; from the &apos;{1}&apos; module could not be loaded..
/// </summary>
internal static string CantLoadWorkflowType {
get {
return ResourceManager.GetString("CantLoadWorkflowType", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Object &quot;{0}&quot; is the wrong type to return from the dynamicparam block. The dynamicparam block must return either $null, or an object with type [System.Management.Automation.RuntimeDefinedParameterDictionary]..
/// </summary>
internal static string DynamicParametersWrongType {
get {
return ResourceManager.GetString("DynamicParametersWrongType", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to The command was stopped by the user..
/// </summary>
internal static string HaltCommandException {
get {
return ResourceManager.GetString("HaltCommandException", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Cannot perform operation because operation &quot;{0}&quot; is not valid. Remove operation &quot;{0}&quot;, or investigate why it is not valid..
/// </summary>
internal static string InvalidOperation {
get {
return ResourceManager.GetString("InvalidOperation", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Cannot perform operation because operation &quot;{0}&quot; is not implemented..
/// </summary>
internal static string NotImplemented {
get {
return ResourceManager.GetString("NotImplemented", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Cannot perform operation because operation &quot;{0}&quot; is not supported..
/// </summary>
internal static string NotSupported {
get {
return ResourceManager.GetString("NotSupported", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Cannot perform operation because object &quot;{0}&quot; has already been disposed..
/// </summary>
internal static string ObjectDisposed {
get {
return ResourceManager.GetString("ObjectDisposed", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to The script block cannot be invoked because it contains more than one clause. The Invoke() method can only be used on script blocks that contain a single clause..
/// </summary>
internal static string ScriptBlockInvokeOnOneClauseOnly {
get {
return ResourceManager.GetString("ScriptBlockInvokeOnOneClauseOnly", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to The value of the using variable &apos;$using:{0}&apos; cannot be retrieved because it has not been set in the local session..
/// </summary>
internal static string UsingVariableIsUndefined {
get {
return ResourceManager.GetString("UsingVariableIsUndefined", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Windows PowerShell Workflow is not supported in a Windows PowerShell x86-based console. Open a Windows PowerShell x64-based console, and then try again..
/// </summary>
internal static string WorkflowDoesNotSupportWOW64 {
get {
return ResourceManager.GetString("WorkflowDoesNotSupportWOW64", resourceCulture);
}
}
}

Binary file not shown.

View file

@ -0,0 +1,81 @@
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
// Runtime Version:4.0.30319.34209
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
// </auto-generated>
//------------------------------------------------------------------------------
using System;
using System.Reflection;
/// <summary>
/// A strongly-typed resource class, for looking up localized strings, etc.
/// </summary>
// This class was auto-generated by the StronglyTypedResourceBuilder
// class via a tool like ResGen or Visual Studio.
// To add or remove a member, edit your .ResX file then rerun ResGen
// with the /str option, or rebuild your VS project.
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "4.0.0.0")]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
internal class CimInstanceTypeAdapterResources {
private static global::System.Resources.ResourceManager resourceMan;
private static global::System.Globalization.CultureInfo resourceCulture;
[global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")]
internal CimInstanceTypeAdapterResources() {
}
/// <summary>
/// Returns the cached ResourceManager instance used by this class.
/// </summary>
[global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
internal static global::System.Resources.ResourceManager ResourceManager {
get {
if (object.ReferenceEquals(resourceMan, null)) {
global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("CimInstanceTypeAdapterResources", typeof(CimInstanceTypeAdapterResources).GetTypeInfo().Assembly);
resourceMan = temp;
}
return resourceMan;
}
}
/// <summary>
/// Overrides the current thread's CurrentUICulture property for all
/// resource lookups using this strongly typed resource class.
/// </summary>
[global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
internal static global::System.Globalization.CultureInfo Culture {
get {
return resourceCulture;
}
set {
resourceCulture = value;
}
}
/// <summary>
/// Looks up a localized string similar to Cannot convert &quot;{0}&quot; to an object of type &quot;{1}&quot;..
/// </summary>
internal static string BaseObjectNotCimInstance {
get {
return ResourceManager.GetString("BaseObjectNotCimInstance", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to &quot;{0}&quot; is a ReadOnly property..
/// </summary>
internal static string ReadOnlyCIMProperty {
get {
return ResourceManager.GetString("ReadOnlyCIMProperty", resourceCulture);
}
}
}

View file

@ -0,0 +1,214 @@
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
// Runtime Version:4.0.30319.34209
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
// </auto-generated>
//------------------------------------------------------------------------------
using System;
using System.Reflection;
/// <summary>
/// A strongly-typed resource class, for looking up localized strings, etc.
/// </summary>
// This class was auto-generated by the StronglyTypedResourceBuilder
// class via a tool like ResGen or Visual Studio.
// To add or remove a member, edit your .ResX file then rerun ResGen
// with the /str option, or rebuild your VS project.
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "4.0.0.0")]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
internal class CmdletizationCoreResources {
private static global::System.Resources.ResourceManager resourceMan;
private static global::System.Globalization.CultureInfo resourceCulture;
[global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")]
internal CmdletizationCoreResources() {
}
/// <summary>
/// Returns the cached ResourceManager instance used by this class.
/// </summary>
[global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
internal static global::System.Resources.ResourceManager ResourceManager {
get {
if (object.ReferenceEquals(resourceMan, null)) {
global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("CmdletizationCoreResources", typeof(CmdletizationCoreResources).GetTypeInfo().Assembly);
resourceMan = temp;
}
return resourceMan;
}
}
/// <summary>
/// Overrides the current thread's CurrentUICulture property for all
/// resource lookups using this strongly typed resource class.
/// </summary>
[global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
internal static global::System.Globalization.CultureInfo Culture {
get {
return resourceCulture;
}
set {
resourceCulture = value;
}
}
/// <summary>
/// Looks up a localized string similar to The value of the EnumName attribute doesn&apos;t translate to a valid C# identifier: {0}. Verify the EnumName attribute in the Cmdlet Definition XML, and then try again..
/// </summary>
internal static string EnumWriter_InvalidEnumName {
get {
return ResourceManager.GetString("EnumWriter_InvalidEnumName", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to The value of the Name attribute is not a valid C# identifier: {0}. Verify the Name attribute in the Cmdlet Definition XML, and then try again..
/// </summary>
internal static string EnumWriter_InvalidValueName {
get {
return ResourceManager.GetString("EnumWriter_InvalidValueName", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Cannot process Cmdlet Definition XML for the following file: {0}. {1}.
/// </summary>
internal static string ExportCimCommand_ErrorInCmdletizationXmlFile {
get {
return ResourceManager.GetString("ExportCimCommand_ErrorInCmdletizationXmlFile", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to The remote computer returned a CDXML file that is not valid. The following cmdlet adapter is not supported for importing a CDXML module from a remote computer: {0}.
/// </summary>
internal static string ImportModule_UnsupportedCmdletAdapter {
get {
return ResourceManager.GetString("ImportModule_UnsupportedCmdletAdapter", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to {0} {1}.
/// </summary>
internal static string ScriptWriter_ConcatenationOfDeserializationExceptions {
get {
return ResourceManager.GetString("ScriptWriter_ConcatenationOfDeserializationExceptions", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to The {0} cmdlet defines the {1} parameter set more than once. Verify that the Cmdlet Definition XML does not have duplicate parameter set names and retry..
/// </summary>
internal static string ScriptWriter_DuplicateParameterSetInStaticCmdlet {
get {
return ResourceManager.GetString("ScriptWriter_DuplicateParameterSetInStaticCmdlet", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Two cmdlet parameters defined within the {0} element have the same name: {1}. Resolve the conflict in the Cmdlet Definition XML and retry..
/// </summary>
internal static string ScriptWriter_DuplicateQueryParameterName {
get {
return ResourceManager.GetString("ScriptWriter_DuplicateQueryParameterName", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Cannot process the &lt;Enum EnumName=&quot;{0}&quot; ...&gt; element. {1}.
/// </summary>
internal static string ScriptWriter_InvalidEnum {
get {
return ResourceManager.GetString("ScriptWriter_InvalidEnum", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Cmdlets over &apos;{0}&apos; class.
/// </summary>
internal static string ScriptWriter_ModuleDescription {
get {
return ResourceManager.GetString("ScriptWriter_ModuleDescription", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Cannot process the ObjectModelWrapper attribute. The {0} type defines multiple parameter sets. Verify that the Cmdlet Definition XML specifies a valid type in the ObjectModelWrapper attribute and retry..
/// </summary>
internal static string ScriptWriter_ObjectModelWrapperDefinesMultipleParameterSets {
get {
return ResourceManager.GetString("ScriptWriter_ObjectModelWrapperDefinesMultipleParameterSets", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Cannot process the ObjectModelWrapper attribute. The {0} type is an open generic type. Verify that the Cmdlet Definition XML specifies a valid type in the ObjectModelWrapper attribute and retry..
/// </summary>
internal static string ScriptWriter_ObjectModelWrapperIsStillGeneric {
get {
return ResourceManager.GetString("ScriptWriter_ObjectModelWrapperIsStillGeneric", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Cannot process the ObjectModelWrapper attribute. The {0} type is not derived from the following class: {1}. Verify that the Cmdlet Definition XML specifies a valid type in the ObjectModelWrapper attribute and retry..
/// </summary>
internal static string ScriptWriter_ObjectModelWrapperNotDerivedFromObjectModelWrapper {
get {
return ResourceManager.GetString("ScriptWriter_ObjectModelWrapperNotDerivedFromObjectModelWrapper", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Cannot process the ObjectModelWrapper attribute. The {0} type defines the {1} cmdlet parameter with a {2} attribute parameter that is ignored. Verify that the Cmdlet Definition XML specifies a valid type in the ObjectModelWrapper attribute and retry..
/// </summary>
internal static string ScriptWriter_ObjectModelWrapperUsesIgnoredParameterMetadata {
get {
return ResourceManager.GetString("ScriptWriter_ObjectModelWrapperUsesIgnoredParameterMetadata", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Cannot define the {0} parameter for the {1} cmdlet. The parameter name is already defined by the {2} class. Change the name of the parameter in Cmdlet Definition XML and retry..
/// </summary>
internal static string ScriptWriter_ParameterNameConflictsWithCommonParameters {
get {
return ResourceManager.GetString("ScriptWriter_ParameterNameConflictsWithCommonParameters", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Cannot define the {0} parameter for the {1} cmdlet. The parameter name is already defined within the {2} XML element. Change the name of the parameter in the Cmdlet Definition XML, and then try again..
/// </summary>
internal static string ScriptWriter_ParameterNameConflictsWithQueryParameters {
get {
return ResourceManager.GetString("ScriptWriter_ParameterNameConflictsWithQueryParameters", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to &lt;?xml version=&quot;1.0&quot; encoding=&quot;utf-8&quot;?&gt;
///&lt;!-- ##################################################################
///Copyright (c) Microsoft Corporation. All rights reserved.
///################################################################### --&gt;
///&lt;!DOCTYPE schema [
/// &lt;!ENTITY csharpIdentifierLetterCharacterRegex &quot;\p{Lu}\p{Ll}\p{Lt}\p{Lm}\p{Lo}\p{Nl}&quot;&gt;
/// &lt;!ENTITY csharpIdentifierFirstCharacterRegex &quot;&amp;csharpIdentifierLetterCharacterRegex;_&quot;&gt;
/// &lt;!ENTITY csharpIdentifierOtherCharacterRegex &quot;&amp;csharpIdentifierL [rest of string was truncated]&quot;;.
/// </summary>
internal static string Xml_cmdletsOverObjectsXsd {
get {
return ResourceManager.GetString("Xml_cmdletsOverObjectsXsd", resourceCulture);
}
}
}

View file

@ -0,0 +1,325 @@
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
// Runtime Version:4.0.30319.34209
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
// </auto-generated>
//------------------------------------------------------------------------------
using System;
using System.Reflection;
/// <summary>
/// A strongly-typed resource class, for looking up localized strings, etc.
/// </summary>
// This class was auto-generated by the StronglyTypedResourceBuilder
// class via a tool like ResGen or Visual Studio.
// To add or remove a member, edit your .ResX file then rerun ResGen
// with the /str option, or rebuild your VS project.
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "4.0.0.0")]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
internal class CommandBaseStrings {
private static global::System.Resources.ResourceManager resourceMan;
private static global::System.Globalization.CultureInfo resourceCulture;
[global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")]
internal CommandBaseStrings() {
}
/// <summary>
/// Returns the cached ResourceManager instance used by this class.
/// </summary>
[global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
internal static global::System.Resources.ResourceManager ResourceManager {
get {
if (object.ReferenceEquals(resourceMan, null)) {
global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("CommandBaseStrings", typeof(CommandBaseStrings).GetTypeInfo().Assembly);
resourceMan = temp;
}
return resourceMan;
}
}
/// <summary>
/// Overrides the current thread's CurrentUICulture property for all
/// resource lookups using this strongly typed resource class.
/// </summary>
[global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
internal static global::System.Globalization.CultureInfo Culture {
get {
return resourceCulture;
}
set {
resourceCulture = value;
}
}
/// <summary>
/// Looks up a localized string similar to Cmdlets derived from PSCmdlet cannot be invoked directly. .
/// </summary>
internal static string CannotInvokePSCmdletsDirectly {
get {
return ResourceManager.GetString("CannotInvokePSCmdletsDirectly", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Continue with all the steps of the operation..
/// </summary>
internal static string ContinueAllHelpMessage {
get {
return ResourceManager.GetString("ContinueAllHelpMessage", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Yes to &amp;All.
/// </summary>
internal static string ContinueAllLabel {
get {
return ResourceManager.GetString("ContinueAllLabel", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Continue with only the next step of the operation..
/// </summary>
internal static string ContinueOneHelpMessage {
get {
return ResourceManager.GetString("ContinueOneHelpMessage", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to &amp;Yes.
/// </summary>
internal static string ContinueOneLabel {
get {
return ResourceManager.GetString("ContinueOneLabel", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to The running command stopped because the preference variable &quot;{0}&quot; or common parameter is set to Stop: {1}.
/// </summary>
internal static string ErrorPreferenceStop {
get {
return ResourceManager.GetString("ErrorPreferenceStop", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Stop this command..
/// </summary>
internal static string HaltHelpMessage {
get {
return ResourceManager.GetString("HaltHelpMessage", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to &amp;Halt Command.
/// </summary>
internal static string HaltLabel {
get {
return ResourceManager.GetString("HaltLabel", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Confirm.
/// </summary>
internal static string InquireCaptionDefault {
get {
return ResourceManager.GetString("InquireCaptionDefault", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to The running command stopped because the user interrupted the command..
/// </summary>
internal static string InquireCtrlC {
get {
return ResourceManager.GetString("InquireCtrlC", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to The running command stopped because the user selected the Stop option..
/// </summary>
internal static string InquireHalt {
get {
return ResourceManager.GetString("InquireHalt", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to command &apos;{0}&apos;.
/// </summary>
internal static string ObsoleteCommand {
get {
return ResourceManager.GetString("ObsoleteCommand", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Total count: {0}.
/// </summary>
internal static string PagingSupportAccurateTotalCountTemplate {
get {
return ResourceManager.GetString("PagingSupportAccurateTotalCountTemplate", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Estimated total count: {0}.
/// </summary>
internal static string PagingSupportEstimatedTotalCountTemplate {
get {
return ResourceManager.GetString("PagingSupportEstimatedTotalCountTemplate", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Unknown total count.
/// </summary>
internal static string PagingSupportUnknownTotalCountTemplate {
get {
return ResourceManager.GetString("PagingSupportUnknownTotalCountTemplate", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Cmdlet &apos;{0}&apos; does not support parameter &apos;{1}&apos; in a remote session..
/// </summary>
internal static string ParameterNotValidInRemoteRunspace {
get {
return ResourceManager.GetString("ParameterNotValidInRemoteRunspace", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Pause the current pipeline and return to the command prompt. Type &quot;{0}&quot; to resume the pipeline..
/// </summary>
internal static string PauseHelpMessage {
get {
return ResourceManager.GetString("PauseHelpMessage", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to &amp;Suspend.
/// </summary>
internal static string PauseLabel {
get {
return ResourceManager.GetString("PauseLabel", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to The running command stopped because the preference variable &quot;{0}&quot; or common parameter is set to the following value that is not valid: &quot;{1}&quot;..
/// </summary>
internal static string PreferenceInvalid {
get {
return ResourceManager.GetString("PreferenceInvalid", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to The running command stopped because the preference variable &quot;{0}&quot; or common parameter is set to Stop..
/// </summary>
internal static string PreferenceStop {
get {
return ResourceManager.GetString("PreferenceStop", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Continue with this operation?.
/// </summary>
internal static string ShouldContinuePromptCaption {
get {
return ResourceManager.GetString("ShouldContinuePromptCaption", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Performing the operation &quot;{0}&quot; on target &quot;{1}&quot;..
/// </summary>
internal static string ShouldProcessMessage {
get {
return ResourceManager.GetString("ShouldProcessMessage", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Are you sure you want to perform this action?
///{0}.
/// </summary>
internal static string ShouldProcessWarningFallback {
get {
return ResourceManager.GetString("ShouldProcessWarningFallback", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to What if: {0}.
/// </summary>
internal static string ShouldProcessWhatIfMessage {
get {
return ResourceManager.GetString("ShouldProcessWhatIfMessage", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Skip this operation and all subsequent operations..
/// </summary>
internal static string SkipAllHelpMessage {
get {
return ResourceManager.GetString("SkipAllHelpMessage", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to No to A&amp;ll.
/// </summary>
internal static string SkipAllLabel {
get {
return ResourceManager.GetString("SkipAllLabel", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Skip this operation and proceed with the next operation..
/// </summary>
internal static string SkipOneHelpMessage {
get {
return ResourceManager.GetString("SkipOneHelpMessage", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to &amp;No.
/// </summary>
internal static string SkipOneLabel {
get {
return ResourceManager.GetString("SkipOneLabel", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to The {0} is obsolete. {1}.
/// </summary>
internal static string UseOfDeprecatedCommandWarning {
get {
return ResourceManager.GetString("UseOfDeprecatedCommandWarning", resourceCulture);
}
}
}

Binary file not shown.

View file

@ -0,0 +1,414 @@
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
// Runtime Version:4.0.30319.34209
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
// </auto-generated>
//------------------------------------------------------------------------------
using System;
using System.Reflection;
/// <summary>
/// A strongly-typed resource class, for looking up localized strings, etc.
/// </summary>
// This class was auto-generated by the StronglyTypedResourceBuilder
// class via a tool like ResGen or Visual Studio.
// To add or remove a member, edit your .ResX file then rerun ResGen
// with the /str option, or rebuild your VS project.
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "4.0.0.0")]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
internal class ConsoleInfoErrorStrings {
private static global::System.Resources.ResourceManager resourceMan;
private static global::System.Globalization.CultureInfo resourceCulture;
[global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")]
internal ConsoleInfoErrorStrings() {
}
/// <summary>
/// Returns the cached ResourceManager instance used by this class.
/// </summary>
[global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
internal static global::System.Resources.ResourceManager ResourceManager {
get {
if (object.ReferenceEquals(resourceMan, null)) {
global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("ConsoleInfoErrorStrings", typeof(ConsoleInfoErrorStrings).GetTypeInfo().Assembly);
resourceMan = temp;
}
return resourceMan;
}
}
/// <summary>
/// Overrides the current thread's CurrentUICulture property for all
/// resource lookups using this strongly typed resource class.
/// </summary>
[global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
internal static global::System.Globalization.CultureInfo Culture {
get {
return resourceCulture;
}
set {
resourceCulture = value;
}
}
/// <summary>
/// Looks up a localized string similar to Windows PowerShell {0} is not supported in the current console. Windows PowerShell {1} is supported in the current console..
/// </summary>
internal static string AddPSSnapInBadMonadVersion {
get {
return ResourceManager.GetString("AddPSSnapInBadMonadVersion", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to The console file name extension is not valid. A console file name extension must be psc1..
/// </summary>
internal static string BadConsoleExtension {
get {
return ResourceManager.GetString("BadConsoleExtension", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Required element &quot;ConsoleSchemaVersion&quot; in {0} is missing or incorrect..
/// </summary>
internal static string BadConsoleVersion {
get {
return ResourceManager.GetString("BadConsoleVersion", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Incorrect Windows PowerShell version {0}. Windows PowerShell version {1} is supported on this computer..
/// </summary>
internal static string BadMonadVersion {
get {
return ResourceManager.GetString("BadMonadVersion", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Unknown element {0} found. &quot;{1}&quot; should have &quot;{2}&quot; and &quot;{3}&quot; elements only..
/// </summary>
internal static string BadXMLElementFound {
get {
return ResourceManager.GetString("BadXMLElementFound", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to The console file is not valid. Multiple entries were found for the element PSConsoleFile. Only one entry is supported for this version..
/// </summary>
internal static string BadXMLFormat {
get {
return ResourceManager.GetString("BadXMLFormat", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to This is a system Windows PowerShell snap-in that is loaded by Windows PowerShell..
/// </summary>
internal static string CannotLoadDefault {
get {
return ResourceManager.GetString("CannotLoadDefault", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to An error occurred while attempting to load the system Windows PowerShell snap-ins. Please contact Microsoft Customer Support Services..
/// </summary>
internal static string CannotLoadDefaults {
get {
return ResourceManager.GetString("CannotLoadDefaults", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Cannot remove the Windows PowerShell snap-in {0} because it is a system snap-in. Verify the name of the snap-in that you want to remove, and then try again..
/// </summary>
internal static string CannotRemoveDefault {
get {
return ResourceManager.GetString("CannotRemoveDefault", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Cannot remove the Windows PowerShell snap-in {0} because it is not loaded. Verify the name of the snap-in that you want to remove, and then try again..
/// </summary>
internal static string CannotRemovePSSnapIn {
get {
return ResourceManager.GetString("CannotRemovePSSnapIn", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to The cmdlet is not supported by the custom shell..
/// </summary>
internal static string CmdletNotAvailable {
get {
return ResourceManager.GetString("CmdletNotAvailable", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Cannot save the file because the file name format is not valid. Specify a file name using the command: export-console -path..
/// </summary>
internal static string ConsoleCannotbeConvertedToString {
get {
return ResourceManager.GetString("ConsoleCannotbeConvertedToString", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Cannot export to a console because no console is loaded or no name is specified..
/// </summary>
internal static string ConsoleFileNameNotResolved {
get {
return ResourceManager.GetString("ConsoleFileNameNotResolved", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Cannot export to this file because file {0} is read-only. Change the read-only attribute of the file to read-write, or export to a different file..
/// </summary>
internal static string ConsoleFileReadOnly {
get {
return ResourceManager.GetString("ConsoleFileReadOnly", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Cannot save the console file because wildcard characters were used. Specify a console file without wildcard characters..
/// </summary>
internal static string ConsoleFileWildCardsNotSupported {
get {
return ResourceManager.GetString("ConsoleFileWildCardsNotSupported", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to The following errors occurred when loading console {0}: {1}.
/// </summary>
internal static string ConsoleLoadFailure {
get {
return ResourceManager.GetString("ConsoleLoadFailure", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Cannot set the ConsoleFileName variable to {0}. File {0} was saved..
/// </summary>
internal static string ConsoleVariableCannotBeSet {
get {
return ResourceManager.GetString("ConsoleVariableCannotBeSet", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to The Save operation failed. Cannot remove the file {0}..
/// </summary>
internal static string ExportConsoleCannotDeleteFile {
get {
return ResourceManager.GetString("ExportConsoleCannotDeleteFile", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to File {0} already exists and {1} was specified..
/// </summary>
internal static string FileExistsNoClobber {
get {
return ResourceManager.GetString("FileExistsNoClobber", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Cmdlet {0}.
/// </summary>
internal static string FileNameCaptionForExportConsole {
get {
return ResourceManager.GetString("FileNameCaptionForExportConsole", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Cannot save the specified file. The Save operation was canceled..
/// </summary>
internal static string FileNameNotResolved {
get {
return ResourceManager.GetString("FileNameNotResolved", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Supply values for the following parameters:.
/// </summary>
internal static string FileNamePromptMessage {
get {
return ResourceManager.GetString("FileNamePromptMessage", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to The console file is not valid because the Windows PowerShell snap-in name is missing..
/// </summary>
internal static string IDNotFound {
get {
return ResourceManager.GetString("IDNotFound", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Required element &quot;PSConsoleFile&quot; in {0} is missing or incorrect..
/// </summary>
internal static string MonadConsoleNotFound {
get {
return ResourceManager.GetString("MonadConsoleNotFound", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Required element &quot;PSVersion&quot; in {0} is missing or incorrect..
/// </summary>
internal static string MonadVersionNotFound {
get {
return ResourceManager.GetString("MonadVersionNotFound", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to The console file is not valid. Only one occurrence of the element &quot;{0}&quot; is allowed..
/// </summary>
internal static string MultipleMshSnapinsElementNotSupported {
get {
return ResourceManager.GetString("MultipleMshSnapinsElementNotSupported", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to The path {0} is not an absolute path..
/// </summary>
internal static string PathNotAbsolute {
get {
return ResourceManager.GetString("PathNotAbsolute", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Cannot export a console file because no console file has been specified. Do you want to continue with the export operation?.
/// </summary>
internal static string PromptForExportConsole {
get {
return ResourceManager.GetString("PromptForExportConsole", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to You can only save a file when you are working in a file provider. The current provider &apos;{0}&apos; is not a file provider..
/// </summary>
internal static string ProviderNotSupported {
get {
return ResourceManager.GetString("ProviderNotSupported", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Cannot add Windows PowerShell snap-in {0} because it is already added. Verify the name of the snap-in, and then try again..
/// </summary>
internal static string PSSnapInAlreadyExists {
get {
return ResourceManager.GetString("PSSnapInAlreadyExists", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to The Windows PowerShell snap-in module {0} does not have the required Windows PowerShell snap-in strong name {1}..
/// </summary>
internal static string PSSnapInAssemblyNameMismatch {
get {
return ResourceManager.GetString("PSSnapInAssemblyNameMismatch", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Cannot find any Windows PowerShell snap-in information for {0}..
/// </summary>
internal static string PSSnapInDoesNotExist {
get {
return ResourceManager.GetString("PSSnapInDoesNotExist", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to The cmdlet &apos;{0}&apos; should not occur more than once in Windows PowerShell snap-in &apos;{1}&apos;..
/// </summary>
internal static string PSSnapInDuplicateCmdlets {
get {
return ResourceManager.GetString("PSSnapInDuplicateCmdlets", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Windows PowerShell provider &apos;{0}&apos; should not occur more than once in Windows PowerShell snap-in &apos;{1}&apos;..
/// </summary>
internal static string PSSnapInDuplicateProviders {
get {
return ResourceManager.GetString("PSSnapInDuplicateProviders", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Cannot load Windows PowerShell snap-in {0} because of the following error: {1}.
/// </summary>
internal static string PSSnapInLoadFailure {
get {
return ResourceManager.GetString("PSSnapInLoadFailure", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Windows PowerShell snap-in &quot;{0}&quot; loaded with the following warnings: {1}.
/// </summary>
internal static string PSSnapInLoadWarning {
get {
return ResourceManager.GetString("PSSnapInLoadWarning", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to The console file is not valid because the element {0} is not valid..
/// </summary>
internal static string PSSnapInNotFound {
get {
return ResourceManager.GetString("PSSnapInNotFound", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Cannot load the Windows PowerShell snap-in because an error occurred while reading the registry information for the snap-in..
/// </summary>
internal static string PSSnapInReadError {
get {
return ResourceManager.GetString("PSSnapInReadError", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Attempting to save a console file with no name. Use Export-Console with the Path parameter to save the console file..
/// </summary>
internal static string SaveDefaultError {
get {
return ResourceManager.GetString("SaveDefaultError", resourceCulture);
}
}
}

Binary file not shown.

View file

@ -0,0 +1,126 @@
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
// Runtime Version:4.0.30319.34209
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
// </auto-generated>
//------------------------------------------------------------------------------
using System;
using System.Reflection;
/// <summary>
/// A strongly-typed resource class, for looking up localized strings, etc.
/// </summary>
// This class was auto-generated by the StronglyTypedResourceBuilder
// class via a tool like ResGen or Visual Studio.
// To add or remove a member, edit your .ResX file then rerun ResGen
// with the /str option, or rebuild your VS project.
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "4.0.0.0")]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
internal class CoreClrStubResources {
private static global::System.Resources.ResourceManager resourceMan;
private static global::System.Globalization.CultureInfo resourceCulture;
[global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")]
internal CoreClrStubResources() {
}
/// <summary>
/// Returns the cached ResourceManager instance used by this class.
/// </summary>
[global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
internal static global::System.Resources.ResourceManager ResourceManager {
get {
if (object.ReferenceEquals(resourceMan, null)) {
global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("CoreClrStubResources", typeof(CoreClrStubResources).GetTypeInfo().Assembly);
resourceMan = temp;
}
return resourceMan;
}
}
/// <summary>
/// Overrides the current thread's CurrentUICulture property for all
/// resource lookups using this strongly typed resource class.
/// </summary>
[global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
internal static global::System.Globalization.CultureInfo Culture {
get {
return resourceCulture;
}
set {
resourceCulture = value;
}
}
/// <summary>
/// Looks up a localized string similar to Environment variable name cannot contain equal character..
/// </summary>
internal static string ArgumentIllegalEnvVarName {
get {
return ResourceManager.GetString("ArgumentIllegalEnvVarName", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Environment variable name or value is too long..
/// </summary>
internal static string ArgumentLongEnvVarValue {
get {
return ResourceManager.GetString("ArgumentLongEnvVarValue", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to The first char in the string is the null character..
/// </summary>
internal static string ArgumentStringFirstCharIsZero {
get {
return ResourceManager.GetString("ArgumentStringFirstCharIsZero", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to String cannot be of zero length..
/// </summary>
internal static string ArgumentStringZeroLength {
get {
return ResourceManager.GetString("ArgumentStringZeroLength", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Computer name could not be obtained..
/// </summary>
internal static string CannotGetComputerName {
get {
return ResourceManager.GetString("CannotGetComputerName", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Current user&apos;s domain name could not be obtained..
/// </summary>
internal static string CannotGetDomainName {
get {
return ResourceManager.GetString("CannotGetDomainName", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Unknown error &quot;{0}&quot;..
/// </summary>
internal static string UnknownErrorNumber {
get {
return ResourceManager.GetString("UnknownErrorNumber", resourceCulture);
}
}
}

Binary file not shown.

View file

@ -0,0 +1,117 @@
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
// Runtime Version:4.0.30319.34209
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
// </auto-generated>
//------------------------------------------------------------------------------
using System;
using System.Reflection;
/// <summary>
/// A strongly-typed resource class, for looking up localized strings, etc.
/// </summary>
// This class was auto-generated by the StronglyTypedResourceBuilder
// class via a tool like ResGen or Visual Studio.
// To add or remove a member, edit your .ResX file then rerun ResGen
// with the /str option, or rebuild your VS project.
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "4.0.0.0")]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
internal class CredUI {
private static global::System.Resources.ResourceManager resourceMan;
private static global::System.Globalization.CultureInfo resourceCulture;
[global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")]
internal CredUI() {
}
/// <summary>
/// Returns the cached ResourceManager instance used by this class.
/// </summary>
[global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
internal static global::System.Resources.ResourceManager ResourceManager {
get {
if (object.ReferenceEquals(resourceMan, null)) {
global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("CredUI", typeof(CredUI).GetTypeInfo().Assembly);
resourceMan = temp;
}
return resourceMan;
}
}
/// <summary>
/// Overrides the current thread's CurrentUICulture property for all
/// resource lookups using this strongly typed resource class.
/// </summary>
[global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
internal static global::System.Globalization.CultureInfo Culture {
get {
return resourceCulture;
}
set {
resourceCulture = value;
}
}
/// <summary>
/// Looks up a localized string similar to Windows PowerShell credential request .
/// </summary>
internal static string PromptForCredential_DefaultCaption {
get {
return ResourceManager.GetString("PromptForCredential_DefaultCaption", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Enter your credentials. .
/// </summary>
internal static string PromptForCredential_DefaultMessage {
get {
return ResourceManager.GetString("PromptForCredential_DefaultMessage", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Enter your credentials..
/// </summary>
internal static string PromptForCredential_DefaultTarget {
get {
return ResourceManager.GetString("PromptForCredential_DefaultTarget", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to The maximum length of the caption is {0} characters..
/// </summary>
internal static string PromptForCredential_InvalidCaption {
get {
return ResourceManager.GetString("PromptForCredential_InvalidCaption", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to The maximum length of the message is {0} characters..
/// </summary>
internal static string PromptForCredential_InvalidMessage {
get {
return ResourceManager.GetString("PromptForCredential_InvalidMessage", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to The maximum length of the UserName value is {0} characters..
/// </summary>
internal static string PromptForCredential_InvalidUserName {
get {
return ResourceManager.GetString("PromptForCredential_InvalidUserName", resourceCulture);
}
}
}

Binary file not shown.

View file

@ -0,0 +1,84 @@
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
// Runtime Version:4.0.30319.34209
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
// </auto-generated>
//------------------------------------------------------------------------------
using System;
using System.Reflection;
/// <summary>
/// A strongly-typed resource class, for looking up localized strings, etc.
/// </summary>
// This class was auto-generated by the StronglyTypedResourceBuilder
// class via a tool like ResGen or Visual Studio.
// To add or remove a member, edit your .ResX file then rerun ResGen
// with the /str option, or rebuild your VS project.
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "4.0.0.0")]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
internal class Credential {
private static global::System.Resources.ResourceManager resourceMan;
private static global::System.Globalization.CultureInfo resourceCulture;
[global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")]
internal Credential() {
}
/// <summary>
/// Returns the cached ResourceManager instance used by this class.
/// </summary>
[global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
internal static global::System.Resources.ResourceManager ResourceManager {
get {
if (object.ReferenceEquals(resourceMan, null)) {
global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("Credential", typeof(Credential).GetTypeInfo().Assembly);
resourceMan = temp;
}
return resourceMan;
}
}
/// <summary>
/// Overrides the current thread's CurrentUICulture property for all
/// resource lookups using this strongly typed resource class.
/// </summary>
[global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
internal static global::System.Globalization.CultureInfo Culture {
get {
return resourceCulture;
}
set {
resourceCulture = value;
}
}
/// <summary>
/// Looks up a localized string similar to Cannot serialize the credential. If this command is starting a workflow, the credentials cannot be persisted, because the process in which the workflow is started does not have permission to serialize credentials.
///
///-- If the workflow was started in a PSSession to the local computer, add the EnableNetworkAccess parameter to the command that created the session.
///-- If the workflow was started in a PSSession to a remote computer, add the Authentication parameter with a value of CredSSP to the command that [rest of string was truncated]&quot;;.
/// </summary>
internal static string CredentialDisallowed {
get {
return ResourceManager.GetString("CredentialDisallowed", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to The value for UserName is not in the correct format..
/// </summary>
internal static string InvalidUserNameFormat {
get {
return ResourceManager.GetString("InvalidUserNameFormat", resourceCulture);
}
}
}

Binary file not shown.

View file

@ -0,0 +1,81 @@
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
// Runtime Version:4.0.30319.34209
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
// </auto-generated>
//------------------------------------------------------------------------------
using System;
using System.Reflection;
/// <summary>
/// A strongly-typed resource class, for looking up localized strings, etc.
/// </summary>
// This class was auto-generated by the StronglyTypedResourceBuilder
// class via a tool like ResGen or Visual Studio.
// To add or remove a member, edit your .ResX file then rerun ResGen
// with the /str option, or rebuild your VS project.
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "4.0.0.0")]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
internal class CredentialAttributeStrings {
private static global::System.Resources.ResourceManager resourceMan;
private static global::System.Globalization.CultureInfo resourceCulture;
[global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")]
internal CredentialAttributeStrings() {
}
/// <summary>
/// Returns the cached ResourceManager instance used by this class.
/// </summary>
[global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
internal static global::System.Resources.ResourceManager ResourceManager {
get {
if (object.ReferenceEquals(resourceMan, null)) {
global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("CredentialAttributeStrings", typeof(CredentialAttributeStrings).GetTypeInfo().Assembly);
resourceMan = temp;
}
return resourceMan;
}
}
/// <summary>
/// Overrides the current thread's CurrentUICulture property for all
/// resource lookups using this strongly typed resource class.
/// </summary>
[global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
internal static global::System.Globalization.CultureInfo Culture {
get {
return resourceCulture;
}
set {
resourceCulture = value;
}
}
/// <summary>
/// Looks up a localized string similar to Enter your credentials..
/// </summary>
internal static string CredentialAttribute_Prompt {
get {
return ResourceManager.GetString("CredentialAttribute_Prompt", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Windows PowerShell credential request.
/// </summary>
internal static string CredentialAttribute_Prompt_Caption {
get {
return ResourceManager.GetString("CredentialAttribute_Prompt_Caption", resourceCulture);
}
}
}

View file

@ -0,0 +1,453 @@
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
// Runtime Version:4.0.30319.34209
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
// </auto-generated>
//------------------------------------------------------------------------------
using System;
using System.Reflection;
/// <summary>
/// A strongly-typed resource class, for looking up localized strings, etc.
/// </summary>
// This class was auto-generated by the StronglyTypedResourceBuilder
// class via a tool like ResGen or Visual Studio.
// To add or remove a member, edit your .ResX file then rerun ResGen
// with the /str option, or rebuild your VS project.
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "4.0.0.0")]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
internal class DebuggerStrings {
private static global::System.Resources.ResourceManager resourceMan;
private static global::System.Globalization.CultureInfo resourceCulture;
[global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")]
internal DebuggerStrings() {
}
/// <summary>
/// Returns the cached ResourceManager instance used by this class.
/// </summary>
[global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
internal static global::System.Resources.ResourceManager ResourceManager {
get {
if (object.ReferenceEquals(resourceMan, null)) {
global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("DebuggerStrings", typeof(DebuggerStrings).GetTypeInfo().Assembly);
resourceMan = temp;
}
return resourceMan;
}
}
/// <summary>
/// Overrides the current thread's CurrentUICulture property for all
/// resource lookups using this strongly typed resource class.
/// </summary>
[global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
internal static global::System.Globalization.CultureInfo Culture {
get {
return resourceCulture;
}
set {
resourceCulture = value;
}
}
/// <summary>
/// Looks up a localized string similar to Use &quot;list&quot; to start from the current line, &quot;list &lt;m&gt;&quot; .
/// </summary>
internal static string AdditionalListHelp1 {
get {
return ResourceManager.GetString("AdditionalListHelp1", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to to start from line &lt;m&gt;, and &quot;list &lt;m&gt; &lt;n&gt;&quot; to list &lt;n&gt; .
/// </summary>
internal static string AdditionalListHelp2 {
get {
return ResourceManager.GetString("AdditionalListHelp2", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to lines starting from line &lt;m&gt;.
/// </summary>
internal static string AdditionalListHelp3 {
get {
return ResourceManager.GetString("AdditionalListHelp3", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to The line count must be a positive integer no greater than {0}..
/// </summary>
internal static string BadCountFormat {
get {
return ResourceManager.GetString("BadCountFormat", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to The starting line must be a positive integer no greater than {0}.
/// </summary>
internal static string BadStartFormat {
get {
return ResourceManager.GetString("BadStartFormat", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to The debugger cannot be enabled for step mode because the debugger is turned off with debug mode set to None..
/// </summary>
internal static string CannotEnableDebuggerSteppingInvalidMode {
get {
return ResourceManager.GetString("CannotEnableDebuggerSteppingInvalidMode", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to The debugger cannot process commands unless it is in the Stopped state..
/// </summary>
internal static string CannotProcessDebuggerCommandNotStopped {
get {
return ResourceManager.GetString("CannotProcessDebuggerCommandNotStopped", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to SetDebugAction is not implemented for the local script debugger..
/// </summary>
internal static string CannotSetDebuggerAction {
get {
return ResourceManager.GetString("CannotSetDebuggerAction", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to The debugger cannot set a resume action because the debugger in the remote session is not in a Stopped state..
/// </summary>
internal static string CannotSetRemoteDebuggerAction {
get {
return ResourceManager.GetString("CannotSetRemoteDebuggerAction", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to The job cannot be debugged because the debugger is currently busy..
/// </summary>
internal static string CannotStartJobDebuggingDebuggerBusy {
get {
return ResourceManager.GetString("CannotStartJobDebuggingDebuggerBusy", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Command breakpoint on &apos;{0}&apos;.
/// </summary>
internal static string CommandBreakpointString {
get {
return ResourceManager.GetString("CommandBreakpointString", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Command breakpoint on &apos;{0}:{1}&apos;.
/// </summary>
internal static string CommandScriptBreakpointString {
get {
return ResourceManager.GetString("CommandScriptBreakpointString", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to {0}, {1,-16} Continue operation.
/// </summary>
internal static string ContinueHelp {
get {
return ResourceManager.GetString("ContinueHelp", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to {0}, {1,-16} Continue operation and detach the debugger..
/// </summary>
internal static string DetachHelp {
get {
return ResourceManager.GetString("DetachHelp", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to &lt;enter&gt; Repeat last command if it was {0}, {1} or {2}.
/// </summary>
internal static string EnterHelp {
get {
return ResourceManager.GetString("EnterHelp", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to {0}, Get-PSCallStack Display call stack.
/// </summary>
internal static string GetStackTraceHelp {
get {
return ResourceManager.GetString("GetStackTraceHelp", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to {0}, {1,-16} displays this help message..
/// </summary>
internal static string HelpCommandHelp {
get {
return ResourceManager.GetString("HelpCommandHelp", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to The debugger detach command is not applicable. The detach command only applies when debugging jobs and runspaces with the Debug-Job or Debug-Runspace cmdlets..
/// </summary>
internal static string InvalidDetachCommand {
get {
return ResourceManager.GetString("InvalidDetachCommand", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Line breakpoint on &apos;{0}:{1}&apos;.
/// </summary>
internal static string LineBreakpointString {
get {
return ResourceManager.GetString("LineBreakpointString", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to {0}, {1,-16} List source code for the current script. .
/// </summary>
internal static string ListHelp {
get {
return ResourceManager.GetString("ListHelp", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to {0}: line {1}.
/// </summary>
internal static string LocationFormat {
get {
return ResourceManager.GetString("LocationFormat", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Process.
/// </summary>
internal static string NestedRunspaceDebuggerPromptProcessName {
get {
return ResourceManager.GetString("NestedRunspaceDebuggerPromptProcessName", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to The provided job and all child jobs were examined but no jobs were found that could be debugged. In order to debug a job or child job the job must support debugging and also be in a running state..
/// </summary>
internal static string NoDebuggableJobsFound {
get {
return ResourceManager.GetString("NoDebuggableJobsFound", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to &lt;No file&gt;.
/// </summary>
internal static string NoFile {
get {
return ResourceManager.GetString("NoFile", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to There is no source code available..
/// </summary>
internal static string NoSourceCode {
get {
return ResourceManager.GetString("NoSourceCode", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to For instructions about how to customize your debugger prompt, type &quot;help about_prompt&quot;..
/// </summary>
internal static string PromptHelp {
get {
return ResourceManager.GetString("PromptHelp", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to The debugger is already overridden..
/// </summary>
internal static string RemoteServerDebuggerAlreadyPushed {
get {
return ResourceManager.GetString("RemoteServerDebuggerAlreadyPushed", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Cannot push a debugger object onto itself..
/// </summary>
internal static string RemoteServerDebuggerCannotPushSelf {
get {
return ResourceManager.GetString("RemoteServerDebuggerCannotPushSelf", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to The Runspace cannot be debugged because the host debugger is currently busy..
/// </summary>
internal static string RunspaceDebuggingDebuggerBusy {
get {
return ResourceManager.GetString("RunspaceDebuggingDebuggerBusy", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Cannot debug Runspace. The Runspace debugger is currently turned off (DebugMode is &apos;None&apos;)..
/// </summary>
internal static string RunspaceDebuggingDebuggerIsOff {
get {
return ResourceManager.GetString("RunspaceDebuggingDebuggerIsOff", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Cannot debug a Runspace that is not in the Opened state. This Runspace state is {0}..
/// </summary>
internal static string RunspaceDebuggingInvalidRunspaceState {
get {
return ResourceManager.GetString("RunspaceDebuggingInvalidRunspaceState", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Cannot debug Runspace. The Runspace {0} has no associated debugger..
/// </summary>
internal static string RunspaceDebuggingNoRunspaceDebugger {
get {
return ResourceManager.GetString("RunspaceDebuggingNoRunspaceDebugger", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to
///The current session does not support debugging; operation will continue.
///
///.
/// </summary>
internal static string SessionDoesNotSupportDebugger {
get {
return ResourceManager.GetString("SessionDoesNotSupportDebugger", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to at {0}, {1}: line {2}.
/// </summary>
internal static string StackTraceFormat {
get {
return ResourceManager.GetString("StackTraceFormat", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Line breakpoint on &apos;{0}:{1}, {2}&apos;.
/// </summary>
internal static string StatementBreakpointString {
get {
return ResourceManager.GetString("StatementBreakpointString", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to {0}, {1,-16} Single step (step into functions, scripts, etc.).
/// </summary>
internal static string StepHelp {
get {
return ResourceManager.GetString("StepHelp", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to {0}, {1,-16} Step out of the current function, script, etc..
/// </summary>
internal static string StepOutHelp {
get {
return ResourceManager.GetString("StepOutHelp", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to {0}, {1,-16} Step to next statement (step over functions, scripts, etc.).
/// </summary>
internal static string StepOverHelp {
get {
return ResourceManager.GetString("StepOverHelp", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to {0}, {1,-16} Stop operation and exit the debugger.
/// </summary>
internal static string StopHelp {
get {
return ResourceManager.GetString("StopHelp", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Variable breakpoint on &apos;${0}&apos; ({1} access).
/// </summary>
internal static string VariableBreakpointString {
get {
return ResourceManager.GetString("VariableBreakpointString", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Variable breakpoint on &apos;{0}:${1}&apos; ({2} access).
/// </summary>
internal static string VariableScriptBreakpointString {
get {
return ResourceManager.GetString("VariableScriptBreakpointString", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Breakpoint {0} will not be hit.
/// </summary>
internal static string WarningBreakpointWillNotBeHit {
get {
return ResourceManager.GetString("WarningBreakpointWillNotBeHit", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Workflow debugging is available, but is not supported by the current host. Use the Windows PowerShell console or Windows PowerShell ISE to debug workflows..
/// </summary>
internal static string WorkflowDebuggingNotSupported {
get {
return ResourceManager.GetString("WorkflowDebuggingNotSupported", resourceCulture);
}
}
}

Binary file not shown.

View file

@ -0,0 +1,72 @@
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
// Runtime Version:4.0.30319.34209
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
// </auto-generated>
//------------------------------------------------------------------------------
using System;
using System.Reflection;
/// <summary>
/// A strongly-typed resource class, for looking up localized strings, etc.
/// </summary>
// This class was auto-generated by the StronglyTypedResourceBuilder
// class via a tool like ResGen or Visual Studio.
// To add or remove a member, edit your .ResX file then rerun ResGen
// with the /str option, or rebuild your VS project.
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "4.0.0.0")]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
internal class DescriptionsStrings {
private static global::System.Resources.ResourceManager resourceMan;
private static global::System.Globalization.CultureInfo resourceCulture;
[global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")]
internal DescriptionsStrings() {
}
/// <summary>
/// Returns the cached ResourceManager instance used by this class.
/// </summary>
[global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
internal static global::System.Resources.ResourceManager ResourceManager {
get {
if (object.ReferenceEquals(resourceMan, null)) {
global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("DescriptionsStrings", typeof(DescriptionsStrings).GetTypeInfo().Assembly);
resourceMan = temp;
}
return resourceMan;
}
}
/// <summary>
/// Overrides the current thread's CurrentUICulture property for all
/// resource lookups using this strongly typed resource class.
/// </summary>
[global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
internal static global::System.Globalization.CultureInfo Culture {
get {
return resourceCulture;
}
set {
resourceCulture = value;
}
}
/// <summary>
/// Looks up a localized string similar to {0} cannot be null or empty..
/// </summary>
internal static string NullOrEmptyErrorTemplate {
get {
return ResourceManager.GetString("NullOrEmptyErrorTemplate", resourceCulture);
}
}
}

Binary file not shown.

View file

@ -0,0 +1,348 @@
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
// Runtime Version:4.0.30319.34209
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
// </auto-generated>
//------------------------------------------------------------------------------
using System;
using System.Reflection;
/// <summary>
/// A strongly-typed resource class, for looking up localized strings, etc.
/// </summary>
// This class was auto-generated by the StronglyTypedResourceBuilder
// class via a tool like ResGen or Visual Studio.
// To add or remove a member, edit your .ResX file then rerun ResGen
// with the /str option, or rebuild your VS project.
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "4.0.0.0")]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
internal class DiscoveryExceptions {
private static global::System.Resources.ResourceManager resourceMan;
private static global::System.Globalization.CultureInfo resourceCulture;
[global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")]
internal DiscoveryExceptions() {
}
/// <summary>
/// Returns the cached ResourceManager instance used by this class.
/// </summary>
[global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
internal static global::System.Resources.ResourceManager ResourceManager {
get {
if (object.ReferenceEquals(resourceMan, null)) {
global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("DiscoveryExceptions", typeof(DiscoveryExceptions).GetTypeInfo().Assembly);
resourceMan = temp;
}
return resourceMan;
}
}
/// <summary>
/// Overrides the current thread's CurrentUICulture property for all
/// resource lookups using this strongly typed resource class.
/// </summary>
[global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
internal static global::System.Globalization.CultureInfo Culture {
get {
return resourceCulture;
}
set {
resourceCulture = value;
}
}
/// <summary>
/// Looks up a localized string similar to The alias &quot;{0}&quot; is declared multiple times..
/// </summary>
internal static string AliasDeclaredMultipleTimes {
get {
return ResourceManager.GetString("AliasDeclaredMultipleTimes", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Cannot resolve alias &apos;{0}&apos; because it refers to term &apos;{1}&apos;, which is not recognized as a cmdlet, function, operable program, or script file. Verify the term and try again..
/// </summary>
internal static string AliasNotResolvedException {
get {
return ResourceManager.GetString("AliasNotResolvedException", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to The argument &apos;{0}&apos; is not recognized as a cmdlet, possibly because it does not derive from the Cmdlet or PSCmdlet classes: {1}.
/// </summary>
internal static string CmdletDoesNotDeriveFromCmdletType {
get {
return ResourceManager.GetString("CmdletDoesNotDeriveFromCmdletType", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to The cmdlet name &quot;{0}&quot; cannot be validated because it is not in the correct format. Cmdlet names must include a verb and a noun separated by a &quot;-&quot;, such as &quot;Get-Process&quot;..
/// </summary>
internal static string CmdletFormatInvalid {
get {
return ResourceManager.GetString("CmdletFormatInvalid", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Argument &apos;{0}&apos; is not recognized as a cmdlet: {1}.
/// </summary>
internal static string CmdletNotFoundException {
get {
return ResourceManager.GetString("CmdletNotFoundException", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to The command could not be retrieved because the ArgumentList parameter can be specified only when retrieving a single cmdlet or script..
/// </summary>
internal static string CommandArgsOnlyForSingleCmdlet {
get {
return ResourceManager.GetString("CommandArgsOnlyForSingleCmdlet", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Cannot retrieve an instance of CommandDiscovery..
/// </summary>
internal static string CommandDiscoveryMissing {
get {
return ResourceManager.GetString("CommandDiscoveryMissing", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Parameter &apos;{0}&apos; with value &apos;{1}&apos; cannot be processed because it is not a cmdlet and cannot be processed by the CommandProcessor..
/// </summary>
internal static string CommandNameNotCmdlet {
get {
return ResourceManager.GetString("CommandNameNotCmdlet", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to The term &apos;{0}&apos; is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was included, verify that the path is correct and try again..
/// </summary>
internal static string CommandNotFoundException {
get {
return ResourceManager.GetString("CommandNotFoundException", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to No matching commands include a parameter named &apos;{0}&apos;. Check the spelling of the parameter name, and then try again..
/// </summary>
internal static string CommandParameterNotFound {
get {
return ResourceManager.GetString("CommandParameterNotFound", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Parameter could not be declared. Parameters can be declared only on fields and properties..
/// </summary>
internal static string CompiledCommandParameterMemberMustBeFieldOrProperty {
get {
return ResourceManager.GetString("CompiledCommandParameterMemberMustBeFieldOrProperty", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to The &apos;{0}&apos; command was found in the module &apos;{1}&apos;, but the module could not be loaded. For more information, run &apos;Import-Module {1}&apos;..
/// </summary>
internal static string CouldNotAutoImportMatchingModule {
get {
return ResourceManager.GetString("CouldNotAutoImportMatchingModule", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to The module &apos;{0}&apos; could not be loaded. For more information, run &apos;Import-Module {0}&apos;..
/// </summary>
internal static string CouldNotAutoImportModule {
get {
return ResourceManager.GetString("CouldNotAutoImportModule", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Cannot dot-source this command because it was defined in a different language mode. To invoke this command without importing its contents, omit the &apos;.&apos; operator..
/// </summary>
internal static string DotSourceNotSupported {
get {
return ResourceManager.GetString("DotSourceNotSupported", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to An assembly named &apos;{0}&apos; already exists. Assemblies must have unique names..
/// </summary>
internal static string DuplicateAssemblyName {
get {
return ResourceManager.GetString("DuplicateAssemblyName", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to A cmdlet named &apos;{0}&apos; already exists. Cmdlets must have unique names..
/// </summary>
internal static string DuplicateCmdletName {
get {
return ResourceManager.GetString("DuplicateCmdletName", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to A cmdlet provider named &apos;{0}&apos; already exists. Cmdlet providers must have unique names..
/// </summary>
internal static string DuplicateCmdletProviderName {
get {
return ResourceManager.GetString("DuplicateCmdletProviderName", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to A script named &apos;{0}&apos; already exists. Scripts must have unique names..
/// </summary>
internal static string DuplicateScriptName {
get {
return ResourceManager.GetString("DuplicateScriptName", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to An ExecutionContext has not been set..
/// </summary>
internal static string ExecutionContextNotSet {
get {
return ResourceManager.GetString("ExecutionContextNotSet", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Cannot process the cmdlet. A cmdlet name must consist of a verb and noun pair separated by &apos;-&apos;..
/// </summary>
internal static string InvalidCmdletNameFormat {
get {
return ResourceManager.GetString("InvalidCmdletNameFormat", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to The parameter &quot;{0}&quot; is declared in parameter-set &quot;{1}&quot; multiple times..
/// </summary>
internal static string ParameterDeclaredInParameterSetMultipleTimes {
get {
return ResourceManager.GetString("ParameterDeclaredInParameterSetMultipleTimes", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to {0} (Version {1}).
/// </summary>
internal static string PSSnapInNameVersion {
get {
return ResourceManager.GetString("PSSnapInNameVersion", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to The script &apos;{0}&apos; cannot be run because it contains a &quot;#requires&quot; statement for running as Administrator. The current Windows PowerShell session is not running as Administrator. Start Windows PowerShell by using the Run as Administrator option, and then try running the script again..
/// </summary>
internal static string RequiresElevation {
get {
return ResourceManager.GetString("RequiresElevation", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to The script &apos;{0}&apos; cannot be run because it contained a &quot;#requires&quot; statement with a shell ID of {1} that is incompatible with the current shell. To run this script you must use the shell located at &apos;{2}&apos;..
/// </summary>
internal static string RequiresInterpreterNotCompatible {
get {
return ResourceManager.GetString("RequiresInterpreterNotCompatible", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to The script &apos;{0}&apos; cannot be run because it contained a &quot;#requires&quot; statement with a shell ID of {1} that is incompatible with the current shell..
/// </summary>
internal static string RequiresInterpreterNotCompatibleNoPath {
get {
return ResourceManager.GetString("RequiresInterpreterNotCompatibleNoPath", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to The script &apos;{0}&apos; cannot be run because the following modules that are specified by the &quot;#requires&quot; statements of the script are missing: {1}..
/// </summary>
internal static string RequiresMissingModules {
get {
return ResourceManager.GetString("RequiresMissingModules", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to The script &apos;{0}&apos; cannot be run because the following snap-ins that are specified by the &quot;#requires&quot; statements of the script are missing: {1}..
/// </summary>
internal static string RequiresMissingPSSnapIns {
get {
return ResourceManager.GetString("RequiresMissingPSSnapIns", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to The script &apos;{0}&apos; cannot be run because it contained a &quot;#requires&quot; statement for Windows PowerShell {1}. The version of Windows PowerShell that is required by the script does not match the currently running version of Windows PowerShell {2}..
/// </summary>
internal static string RequiresPSVersionNotCompatible {
get {
return ResourceManager.GetString("RequiresPSVersionNotCompatible", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to A #requires statement has specified only a shellID. #Requires statements must specify a required Windows PowerShell snap-in when running in Windows PowerShell..
/// </summary>
internal static string RequiresShellIDInvalidForSingleShell {
get {
return ResourceManager.GetString("RequiresShellIDInvalidForSingleShell", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to The parameter name &quot;{0}&quot; is reserved for future use..
/// </summary>
internal static string ReservedParameterName {
get {
return ResourceManager.GetString("ReservedParameterName", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Cannot process the #requires statement because it is not in the correct format.
///The #requires statement must be in one of the following formats:
/// &quot;#requires -shellid &lt;shellID&gt;&quot;
/// &quot;#requires -version &lt;major.minor&gt;&quot;
/// &quot;#requires -pssnapin &lt;psSnapInName&gt; [-version &lt;major.minor&gt;]&quot;
/// &quot;#requires -modules &lt;ModuleSpecification&gt;&quot;
/// &quot;#requires -runasadministrator&quot;.
/// </summary>
internal static string ScriptRequiresInvalidFormat {
get {
return ResourceManager.GetString("ScriptRequiresInvalidFormat", resourceCulture);
}
}
}

Binary file not shown.

View file

@ -0,0 +1,145 @@
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
// Runtime Version:4.0.30319.34209
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
// </auto-generated>
//------------------------------------------------------------------------------
using System;
using System.Reflection;
/// <summary>
/// A strongly-typed resource class, for looking up localized strings, etc.
/// </summary>
// This class was auto-generated by the StronglyTypedResourceBuilder
// class via a tool like ResGen or Visual Studio.
// To add or remove a member, edit your .ResX file then rerun ResGen
// with the /str option, or rebuild your VS project.
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "4.0.0.0")]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
internal class EnumExpressionEvaluatorStrings {
private static global::System.Resources.ResourceManager resourceMan;
private static global::System.Globalization.CultureInfo resourceCulture;
[global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")]
internal EnumExpressionEvaluatorStrings() {
}
/// <summary>
/// Returns the cached ResourceManager instance used by this class.
/// </summary>
[global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
internal static global::System.Resources.ResourceManager ResourceManager {
get {
if (object.ReferenceEquals(resourceMan, null)) {
global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("EnumExpressionEvaluatorStrings", typeof(EnumExpressionEvaluatorStrings).GetTypeInfo().Assembly);
resourceMan = temp;
}
return resourceMan;
}
}
/// <summary>
/// Overrides the current thread's CurrentUICulture property for all
/// resource lookups using this strongly typed resource class.
/// </summary>
[global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
internal static global::System.Globalization.CultureInfo Culture {
get {
return resourceCulture;
}
set {
resourceCulture = value;
}
}
/// <summary>
/// Looks up a localized string similar to The input expression must not be empty. Specify at least one identifier name in each input expression. .
/// </summary>
internal static string EmptyInputString {
get {
return ResourceManager.GetString("EmptyInputString", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Unable to match an empty identifier name to a valid enumerator name. Specify one of the following enumerator names and retry: {0}..
/// </summary>
internal static string EmptyTokenString {
get {
return ResourceManager.GetString("EmptyTokenString", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to The generic type specified for the expression must represent an enum. Specify a valid enum type. .
/// </summary>
internal static string InvalidGenericType {
get {
return ResourceManager.GetString("InvalidGenericType", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to The identifier name {0} cannot be processed because it is either too similar or identical to the following enumerator names: {1}. Use a more specific identifier name..
/// </summary>
internal static string MultipleEnumNameMatch {
get {
return ResourceManager.GetString("MultipleEnumNameMatch", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Unable to match the identifier name {0} to a valid enumerator name. Specify one of the following enumerator names and try again:
///{1}.
/// </summary>
internal static string NoEnumNameMatch {
get {
return ResourceManager.GetString("NoEnumNameMatch", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Use of parentheses is not valid in the expression because identifier grouping is not allowed. Try removing the parentheses, or if a subexpression is enclosed, try expanding the expression..
/// </summary>
internal static string NoIdentifierGroupingAllowed {
get {
return ResourceManager.GetString("NoIdentifierGroupingAllowed", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Unable to parse the expression due to an unexpected token. Only an OR (,) operator or AND (+) operator is expected after an identifier name..
/// </summary>
internal static string SyntaxErrorBinaryOperatorExpected {
get {
return ResourceManager.GetString("SyntaxErrorBinaryOperatorExpected", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Unable to parse the expression due to an unexpected token after a NOT (!) operator. An identifier name is expected after a NOT (!) operator..
/// </summary>
internal static string SyntaxErrorIdentifierExpected {
get {
return ResourceManager.GetString("SyntaxErrorIdentifierExpected", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Unable to parse the expression due to an unexpected token. An identifier name or a NOT (!) operator is expected at the start of the expression, or after an OR (,) operator or an AND (+) operator. Also, an expression must not end with an OR (,), AND (+) or NOT (!) operator..
/// </summary>
internal static string SyntaxErrorUnexpectedBinaryOperator {
get {
return ResourceManager.GetString("SyntaxErrorUnexpectedBinaryOperator", resourceCulture);
}
}
}

View file

@ -0,0 +1,360 @@
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
// Runtime Version:4.0.30319.34209
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
// </auto-generated>
//------------------------------------------------------------------------------
using System;
using System.Reflection;
/// <summary>
/// A strongly-typed resource class, for looking up localized strings, etc.
/// </summary>
// This class was auto-generated by the StronglyTypedResourceBuilder
// class via a tool like ResGen or Visual Studio.
// To add or remove a member, edit your .ResX file then rerun ResGen
// with the /str option, or rebuild your VS project.
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "4.0.0.0")]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
internal class ErrorCategoryStrings {
private static global::System.Resources.ResourceManager resourceMan;
private static global::System.Globalization.CultureInfo resourceCulture;
[global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")]
internal ErrorCategoryStrings() {
}
/// <summary>
/// Returns the cached ResourceManager instance used by this class.
/// </summary>
[global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
internal static global::System.Resources.ResourceManager ResourceManager {
get {
if (object.ReferenceEquals(resourceMan, null)) {
global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("ErrorCategoryStrings", typeof(ErrorCategoryStrings).GetTypeInfo().Assembly);
resourceMan = temp;
}
return resourceMan;
}
}
/// <summary>
/// Overrides the current thread's CurrentUICulture property for all
/// resource lookups using this strongly typed resource class.
/// </summary>
[global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
internal static global::System.Globalization.CultureInfo Culture {
get {
return resourceCulture;
}
set {
resourceCulture = value;
}
}
/// <summary>
/// Looks up a localized string similar to AuthenticationError: ({1}:{2}) [{0}], {3}.
/// </summary>
internal static string AuthenticationError {
get {
return ResourceManager.GetString("AuthenticationError", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to CloseError: ({1}:{2}) [{0}], {3}.
/// </summary>
internal static string CloseError {
get {
return ResourceManager.GetString("CloseError", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to ConnectionError: ({1}:{2}) [{0}], {3}.
/// </summary>
internal static string ConnectionError {
get {
return ResourceManager.GetString("ConnectionError", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Deadlock detected: ({1}:{2}) [{0}], {3}.
/// </summary>
internal static string DeadlockDetected {
get {
return ResourceManager.GetString("DeadlockDetected", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to DeviceError: ({1}:{2}) [{0}], {3}.
/// </summary>
internal static string DeviceError {
get {
return ResourceManager.GetString("DeviceError", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to FromStdErr: ({1}:{2}) [{0}], {3}.
/// </summary>
internal static string FromStdErr {
get {
return ResourceManager.GetString("FromStdErr", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to InvalidArgument: ({1}:{2}) [{0}], {3}.
/// </summary>
internal static string InvalidArgument {
get {
return ResourceManager.GetString("InvalidArgument", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to InvalidData: ({1}:{2}) [{0}], {3}.
/// </summary>
internal static string InvalidData {
get {
return ResourceManager.GetString("InvalidData", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Unrecognized error category {4}: ({1}:{2}) [{0}], {3}.
/// </summary>
internal static string InvalidErrorCategory {
get {
return ResourceManager.GetString("InvalidErrorCategory", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to InvalidOperation: ({1}:{2}) [{0}], {3}.
/// </summary>
internal static string InvalidOperation {
get {
return ResourceManager.GetString("InvalidOperation", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to InvalidResult: ({1}:{2}) [{0}], {3}.
/// </summary>
internal static string InvalidResult {
get {
return ResourceManager.GetString("InvalidResult", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to InvalidType: ({1}:{2}) [{0}], {3}.
/// </summary>
internal static string InvalidType {
get {
return ResourceManager.GetString("InvalidType", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to LimitsExceeded: ({1}:{2}) [{0}], {3}.
/// </summary>
internal static string LimitsExceeded {
get {
return ResourceManager.GetString("LimitsExceeded", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to MetadataError: ({1}:{2}) [{0}], {3}.
/// </summary>
internal static string MetadataError {
get {
return ResourceManager.GetString("MetadataError", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to NotEnabled: ({1}:{2}) [{0}], {3}.
/// </summary>
internal static string NotEnabled {
get {
return ResourceManager.GetString("NotEnabled", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to NotImplemented: ({1}:{2}) [{0}], {3}.
/// </summary>
internal static string NotImplemented {
get {
return ResourceManager.GetString("NotImplemented", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to NotInstalled: ({1}:{2}) [{0}], {3}.
/// </summary>
internal static string NotInstalled {
get {
return ResourceManager.GetString("NotInstalled", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to NotSpecified: ({1}:{2}) [{0}], {3}.
/// </summary>
internal static string NotSpecified {
get {
return ResourceManager.GetString("NotSpecified", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to ObjectNotFound: ({1}:{2}) [{0}], {3}.
/// </summary>
internal static string ObjectNotFound {
get {
return ResourceManager.GetString("ObjectNotFound", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to OpenError: ({1}:{2}) [{0}], {3}.
/// </summary>
internal static string OpenError {
get {
return ResourceManager.GetString("OpenError", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to OperationStopped: ({1}:{2}) [{0}], {3}.
/// </summary>
internal static string OperationStopped {
get {
return ResourceManager.GetString("OperationStopped", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to OperationTimeout: ({1}:{2}) [{0}], {3}.
/// </summary>
internal static string OperationTimeout {
get {
return ResourceManager.GetString("OperationTimeout", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to ParserError: ({1}:{2}) [{0}], {3}.
/// </summary>
internal static string ParserError {
get {
return ResourceManager.GetString("ParserError", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to PermissionDenied: ({1}:{2}) [{0}], {3}.
/// </summary>
internal static string PermissionDenied {
get {
return ResourceManager.GetString("PermissionDenied", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to ProtocolError: ({1}:{2}) [{0}], {3}.
/// </summary>
internal static string ProtocolError {
get {
return ResourceManager.GetString("ProtocolError", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to QuotaExceeded: ({1}:{2}) [{0}], {3}.
/// </summary>
internal static string QuotaExceeded {
get {
return ResourceManager.GetString("QuotaExceeded", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to ReadError: ({1}:{2}) [{0}], {3}.
/// </summary>
internal static string ReadError {
get {
return ResourceManager.GetString("ReadError", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to ResourceBusy: ({1}:{2}) [{0}], {3}.
/// </summary>
internal static string ResourceBusy {
get {
return ResourceManager.GetString("ResourceBusy", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to ResourceExists: ({1}:{2}) [{0}], {3}.
/// </summary>
internal static string ResourceExists {
get {
return ResourceManager.GetString("ResourceExists", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to ResourceUnavailable: ({1}:{2}) [{0}], {3}.
/// </summary>
internal static string ResourceUnavailable {
get {
return ResourceManager.GetString("ResourceUnavailable", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to SecurityError: ({1}:{2}) [{0}], {3}.
/// </summary>
internal static string SecurityError {
get {
return ResourceManager.GetString("SecurityError", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to SyntaxError: ({1}:{2}) [{0}], {3}.
/// </summary>
internal static string SyntaxError {
get {
return ResourceManager.GetString("SyntaxError", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to WriteError: ({1}:{2}) [{0}], {3}.
/// </summary>
internal static string WriteError {
get {
return ResourceManager.GetString("WriteError", resourceCulture);
}
}
}

Binary file not shown.

View file

@ -0,0 +1,126 @@
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
// Runtime Version:4.0.30319.34209
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
// </auto-generated>
//------------------------------------------------------------------------------
using System;
using System.Reflection;
/// <summary>
/// A strongly-typed resource class, for looking up localized strings, etc.
/// </summary>
// This class was auto-generated by the StronglyTypedResourceBuilder
// class via a tool like ResGen or Visual Studio.
// To add or remove a member, edit your .ResX file then rerun ResGen
// with the /str option, or rebuild your VS project.
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "4.0.0.0")]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
internal class ErrorPackage {
private static global::System.Resources.ResourceManager resourceMan;
private static global::System.Globalization.CultureInfo resourceCulture;
[global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")]
internal ErrorPackage() {
}
/// <summary>
/// Returns the cached ResourceManager instance used by this class.
/// </summary>
[global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
internal static global::System.Resources.ResourceManager ResourceManager {
get {
if (object.ReferenceEquals(resourceMan, null)) {
global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("ErrorPackage", typeof(ErrorPackage).GetTypeInfo().Assembly);
resourceMan = temp;
}
return resourceMan;
}
}
/// <summary>
/// Overrides the current thread's CurrentUICulture property for all
/// resource lookups using this strongly typed resource class.
/// </summary>
[global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
internal static global::System.Globalization.CultureInfo Culture {
get {
return resourceCulture;
}
set {
resourceCulture = value;
}
}
/// <summary>
/// Looks up a localized string similar to {0}...{1}.
/// </summary>
internal static string Ellipsize {
get {
return ResourceManager.GetString("Ellipsize", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Error text is empty for error &quot;{0}&quot; : &quot;{1}&quot;.
/// </summary>
internal static string ErrorDetailsEmptyTemplate {
get {
return ResourceManager.GetString("ErrorDetailsEmptyTemplate", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Object &quot;{0}&quot; is reported as an error..
/// </summary>
internal static string RedirectedException {
get {
return ResourceManager.GetString("RedirectedException", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to The action preference of &quot;Suspend&quot; is supported only for ErrorAction..
/// </summary>
internal static string SuspendActionPreferenceErrorActionOnly {
get {
return ResourceManager.GetString("SuspendActionPreferenceErrorActionOnly", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to The error action preference of &quot;Suspend&quot; is supported only on workflows..
/// </summary>
internal static string SuspendActionPreferenceSupportedOnlyOnWorkflow {
get {
return ResourceManager.GetString("SuspendActionPreferenceSupportedOnlyOnWorkflow", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to The value {0} is not supported for an ActionPreference variable. The provided value should be used only as a value for a preference parameter, and has been replaced by the default value. For more information, see the Help topic, &quot;about_Preference_Variables.&quot;.
/// </summary>
internal static string UnsupportedPreferenceError {
get {
return ResourceManager.GetString("UnsupportedPreferenceError", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to The value {0} is not supported for an ActionPreference variable. The provided value should be used only as a value for a preference parameter. For more information, see the Help topic, &quot;about_Preference_Variables.&quot;.
/// </summary>
internal static string UnsupportedPreferenceVariable {
get {
return ResourceManager.GetString("UnsupportedPreferenceVariable", resourceCulture);
}
}
}

Binary file not shown.

View file

@ -0,0 +1,126 @@
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
// Runtime Version:4.0.30319.34209
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
// </auto-generated>
//------------------------------------------------------------------------------
using System;
using System.Reflection;
/// <summary>
/// A strongly-typed resource class, for looking up localized strings, etc.
/// </summary>
// This class was auto-generated by the StronglyTypedResourceBuilder
// class via a tool like ResGen or Visual Studio.
// To add or remove a member, edit your .ResX file then rerun ResGen
// with the /str option, or rebuild your VS project.
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "4.0.0.0")]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
internal class EventingResources {
private static global::System.Resources.ResourceManager resourceMan;
private static global::System.Globalization.CultureInfo resourceCulture;
[global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")]
internal EventingResources() {
}
/// <summary>
/// Returns the cached ResourceManager instance used by this class.
/// </summary>
[global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
internal static global::System.Resources.ResourceManager ResourceManager {
get {
if (object.ReferenceEquals(resourceMan, null)) {
global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("EventingResources", typeof(EventingResources).GetTypeInfo().Assembly);
resourceMan = temp;
}
return resourceMan;
}
}
/// <summary>
/// Overrides the current thread's CurrentUICulture property for all
/// resource lookups using this strongly typed resource class.
/// </summary>
[global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
internal static global::System.Globalization.CultureInfo Culture {
get {
return resourceCulture;
}
set {
resourceCulture = value;
}
}
/// <summary>
/// Looks up a localized string similar to The action is not supported when you are forwarding events..
/// </summary>
internal static string ActionAndForwardNotSupported {
get {
return ResourceManager.GetString("ActionAndForwardNotSupported", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Cannot register for the specified event. An event with the name &apos;{0}&apos; does not exist..
/// </summary>
internal static string CouldNotFindEvent {
get {
return ResourceManager.GetString("CouldNotFindEvent", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Cannot register for the specified event. Events that require a return value are not supported..
/// </summary>
internal static string NonVoidDelegateNotSupported {
get {
return ResourceManager.GetString("NonVoidDelegateNotSupported", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to This operation is not supported on remote instances..
/// </summary>
internal static string RemoteOperationNotSupported {
get {
return ResourceManager.GetString("RemoteOperationNotSupported", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Cannot register for the specified event. The event source identifier &apos;{0}&apos; is reserved for the Windows PowerShell engine..
/// </summary>
internal static string ReservedIdentifier {
get {
return ResourceManager.GetString("ReservedIdentifier", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Cannot subscribe to the specified event. A subscriber with the source identifier &apos;{0}&apos; already exists..
/// </summary>
internal static string SubscriberExists {
get {
return ResourceManager.GetString("SubscriberExists", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Windows PowerShell cannot subscribe to Windows RT events..
/// </summary>
internal static string WinRTEventsNotSupported {
get {
return ResourceManager.GetString("WinRTEventsNotSupported", resourceCulture);
}
}
}

Binary file not shown.

View file

@ -0,0 +1,810 @@
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
// Runtime Version:4.0.30319.34209
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
// </auto-generated>
//------------------------------------------------------------------------------
using System;
using System.Reflection;
/// <summary>
/// A strongly-typed resource class, for looking up localized strings, etc.
/// </summary>
// This class was auto-generated by the StronglyTypedResourceBuilder
// class via a tool like ResGen or Visual Studio.
// To add or remove a member, edit your .ResX file then rerun ResGen
// with the /str option, or rebuild your VS project.
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "4.0.0.0")]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
internal class ExtendedTypeSystem {
private static global::System.Resources.ResourceManager resourceMan;
private static global::System.Globalization.CultureInfo resourceCulture;
[global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")]
internal ExtendedTypeSystem() {
}
/// <summary>
/// Returns the cached ResourceManager instance used by this class.
/// </summary>
[global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
internal static global::System.Resources.ResourceManager ResourceManager {
get {
if (object.ReferenceEquals(resourceMan, null)) {
global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("ExtendedTypeSystem", typeof(ExtendedTypeSystem).GetTypeInfo().Assembly);
resourceMan = temp;
}
return resourceMan;
}
}
/// <summary>
/// Overrides the current thread's CurrentUICulture property for all
/// resource lookups using this strongly typed resource class.
/// </summary>
[global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
internal static global::System.Globalization.CultureInfo Culture {
get {
return resourceCulture;
}
set {
resourceCulture = value;
}
}
/// <summary>
/// Looks up a localized string similar to Cannot access member &quot;{0}&quot; outside of a PSObject..
/// </summary>
internal static string AccessMemberOutsidePSObject {
get {
return ResourceManager.GetString("AccessMemberOutsidePSObject", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to A PSProperty or PSMethod object cannot be added to this collection..
/// </summary>
internal static string CannotAddPropertyOrMethod {
get {
return ResourceManager.GetString("CannotAddPropertyOrMethod", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to &quot;{0}&quot; cannot be changed..
/// </summary>
internal static string CannotChangeReservedMember {
get {
return ResourceManager.GetString("CannotChangeReservedMember", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to The value &quot;{0}&quot; cannot be converted to a string array..
/// </summary>
internal static string CannotConvertValueToStringArray {
get {
return ResourceManager.GetString("CannotConvertValueToStringArray", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Cannot invoke static methods or access static properties on the open generic type {0}. Specify the type parameters and retry. For example, instead of [System.Collections.Generic.HashSet``1]::CreateSetComparer() use [System.Collections.Generic.HashSet[int]]::CreateSetComparer()..
/// </summary>
internal static string CannotInvokeStaticMethodOnUninstantiatedGenericType {
get {
return ResourceManager.GetString("CannotInvokeStaticMethodOnUninstantiatedGenericType", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Cannot set the value for property &quot;{0}&quot; because the object has type &quot;{1}&quot; instead of &quot;{2}&quot;..
/// </summary>
internal static string CannotSetNonManagementObject {
get {
return ResourceManager.GetString("CannotSetNonManagementObject", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Cannot set the Value property for PSMemberInfo object of type &quot;{0}&quot;..
/// </summary>
internal static string CannotSetValueForMemberType {
get {
return ResourceManager.GetString("CannotSetValueForMemberType", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Cannot change the member created from the type configuration: &quot;{0}&quot;..
/// </summary>
internal static string ChangeStaticMember {
get {
return ResourceManager.GetString("ChangeStaticMember", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Cannot create a code method because of the method format. The method should be public, static, and have one parameter of type PSObject..
/// </summary>
internal static string CodeMethodMethodFormat {
get {
return ResourceManager.GetString("CodeMethodMethodFormat", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to CodeProperty should use a getter or setter method..
/// </summary>
internal static string CodePropertyGetterAndSetterNull {
get {
return ResourceManager.GetString("CodePropertyGetterAndSetterNull", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to The getter method should be public, not void, static, and have one parameter of the type PSObject..
/// </summary>
internal static string CodePropertyGetterFormat {
get {
return ResourceManager.GetString("CodePropertyGetterFormat", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to The setter method should be public, void, static, and have two parameters. The first parameter should be of the type PSObject. A second parameter is required if a getter method is also available, and should have the same type as the return type for the getter method..
/// </summary>
internal static string CodePropertySetterFormat {
get {
return ResourceManager.GetString("CodePropertySetterFormat", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Could not compare &quot;{0}&quot; to &quot;{1}&quot;. Error: &quot;{2}&quot;.
/// </summary>
internal static string ComparisonFailure {
get {
return ResourceManager.GetString("ComparisonFailure", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to An exception was thrown when trying to call &quot;{0}&quot; to extract the contents of an object of type &quot;{1}&quot;: &quot;{2}&quot;.
/// </summary>
internal static string CopyToInvocationException {
get {
return ResourceManager.GetString("CopyToInvocationException", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to The alias with name &quot;{0}&quot; contains a cycle..
/// </summary>
internal static string CycleInAlias {
get {
return ResourceManager.GetString("CycleInAlias", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to The following exception occurred while trying to enumerate the collection: &quot;{0}&quot;..
/// </summary>
internal static string EnumerationException {
get {
return ResourceManager.GetString("EnumerationException", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to The following exception occurred while constructing the attribute &quot;{1}&quot;: &quot;{0}&quot;.
/// </summary>
internal static string ExceptionConstructingAttribute {
get {
return ResourceManager.GetString("ExceptionConstructingAttribute", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to The following exception occurred while retrieving member &quot;{1}&quot;: &quot;{0}&quot;.
/// </summary>
internal static string ExceptionGettingMember {
get {
return ResourceManager.GetString("ExceptionGettingMember", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to The following exception occurred while retrieving members: &quot;{0}&quot;.
/// </summary>
internal static string ExceptionGettingMembers {
get {
return ResourceManager.GetString("ExceptionGettingMembers", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to The following exception occurred while retrieving the definitions for method &quot;{1}&quot;: &quot;{0}&quot;.
/// </summary>
internal static string ExceptionRetrievingMethodDefinitions {
get {
return ResourceManager.GetString("ExceptionRetrievingMethodDefinitions", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to The following exception occurred while retrieving the string representation for method &quot;{1}&quot;: &quot;{0}&quot;.
/// </summary>
internal static string ExceptionRetrievingMethodString {
get {
return ResourceManager.GetString("ExceptionRetrievingMethodString", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to The following exception occurred while retrieving the definitions for parameterized property &quot;{1}&quot;: &quot;{0}&quot;.
/// </summary>
internal static string ExceptionRetrievingParameterizedPropertyDefinitions {
get {
return ResourceManager.GetString("ExceptionRetrievingParameterizedPropertyDefinitions", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to The following exception occurred while retrieving the read state for parameterized property &quot;{1}&quot;: &quot;{0}&quot;.
/// </summary>
internal static string ExceptionRetrievingParameterizedPropertyReadState {
get {
return ResourceManager.GetString("ExceptionRetrievingParameterizedPropertyReadState", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to The following exception occurred while retrieving the string representation for parameterized property &quot;{1}&quot;: &quot;{0}&quot;.
/// </summary>
internal static string ExceptionRetrievingParameterizedPropertyString {
get {
return ResourceManager.GetString("ExceptionRetrievingParameterizedPropertyString", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to The following exception occurred while retrieving the type for parameterized property &quot;{1}&quot;: &quot;{0}&quot;.
/// </summary>
internal static string ExceptionRetrievingParameterizedPropertytype {
get {
return ResourceManager.GetString("ExceptionRetrievingParameterizedPropertytype", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to The following exception occurred while retrieving the write state for parameterized property &quot;{1}&quot;: &quot;{0}&quot;.
/// </summary>
internal static string ExceptionRetrievingParameterizedPropertyWriteState {
get {
return ResourceManager.GetString("ExceptionRetrievingParameterizedPropertyWriteState", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to The following exception occurred while retrieving the attributes for property &quot;{1}&quot;: &quot;{0}&quot;.
/// </summary>
internal static string ExceptionRetrievingPropertyAttributes {
get {
return ResourceManager.GetString("ExceptionRetrievingPropertyAttributes", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to The following exception occurred while retrieving the read state for property &quot;{1}&quot;: &quot;{0}&quot;.
/// </summary>
internal static string ExceptionRetrievingPropertyReadState {
get {
return ResourceManager.GetString("ExceptionRetrievingPropertyReadState", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to The following exception occurred while retrieving the string representation for property &quot;{1}&quot; : &quot;{0}&quot;.
/// </summary>
internal static string ExceptionRetrievingPropertyString {
get {
return ResourceManager.GetString("ExceptionRetrievingPropertyString", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to The following exception occurred while retrieving the type for property &quot;{1}&quot;: &quot;{0}&quot;.
/// </summary>
internal static string ExceptionRetrievingPropertyType {
get {
return ResourceManager.GetString("ExceptionRetrievingPropertyType", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to The following exception occurred while retrieving the write state for property &quot;{1}&quot;: &quot;{0}&quot;.
/// </summary>
internal static string ExceptionRetrievingPropertyWriteState {
get {
return ResourceManager.GetString("ExceptionRetrievingPropertyWriteState", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to The following exception occurred while retrieving the type name hierarchy: &quot;{0}&quot;..
/// </summary>
internal static string ExceptionRetrievingTypeNameHierarchy {
get {
return ResourceManager.GetString("ExceptionRetrievingTypeNameHierarchy", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Exception getting &quot;{0}&quot;: &quot;{1}&quot;.
/// </summary>
internal static string ExceptionWhenGetting {
get {
return ResourceManager.GetString("ExceptionWhenGetting", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Exception setting &quot;{0}&quot;: &quot;{1}&quot;.
/// </summary>
internal static string ExceptionWhenSetting {
get {
return ResourceManager.GetString("ExceptionWhenSetting", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to The adapter cannot get the properties of &quot;{0}&quot;..
/// </summary>
internal static string GetProperties {
get {
return ResourceManager.GetString("GetProperties", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to The adapter cannot get property &quot;{0}&quot; for &quot;{1}&quot;..
/// </summary>
internal static string GetProperty {
get {
return ResourceManager.GetString("GetProperty", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to The adapter cannot get the type hierarchy of &quot;{0}&quot;..
/// </summary>
internal static string GetTypeNameHierarchyError {
get {
return ResourceManager.GetString("GetTypeNameHierarchyError", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Get accessor for property &quot;{0}&quot; is unavailable..
/// </summary>
internal static string GetWithoutGetterException {
get {
return ResourceManager.GetString("GetWithoutGetterException", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Cannot convert value to type System.String..
/// </summary>
internal static string InvalidCastCannotRetrieveString {
get {
return ResourceManager.GetString("InvalidCastCannotRetrieveString", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Cannot convert the &quot;{0}&quot; value of type &quot;{1}&quot; to type &quot;{2}&quot;..
/// </summary>
internal static string InvalidCastException {
get {
return ResourceManager.GetString("InvalidCastException", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Cannot convert value &quot;{0}&quot; to type &quot;{1}&quot; because at least two matches were found ({2}, {3}) and only one match is allowed for this enumeration..
/// </summary>
internal static string InvalidCastExceptionEnumerationMoreThanOneValue {
get {
return ResourceManager.GetString("InvalidCastExceptionEnumerationMoreThanOneValue", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Cannot convert value &quot;{0}&quot; to type &quot;{1}&quot; because no commas are allowed for this enumeration..
/// </summary>
internal static string InvalidCastExceptionEnumerationNoFlagAndComma {
get {
return ResourceManager.GetString("InvalidCastExceptionEnumerationNoFlagAndComma", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Cannot convert value &quot;{0}&quot; to type &quot;{1}&quot; due to enumeration values that are not valid. Specify one of the following enumeration values and try again. The possible enumeration values are &quot;{2}&quot;..
/// </summary>
internal static string InvalidCastExceptionEnumerationNoValue {
get {
return ResourceManager.GetString("InvalidCastExceptionEnumerationNoValue", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Cannot convert null to type &quot;{0}&quot; due to enumeration values that are not valid. Specify one of the following enumeration values and try again. The possible enumeration values are &quot;{1}&quot;..
/// </summary>
internal static string InvalidCastExceptionEnumerationNull {
get {
return ResourceManager.GetString("InvalidCastExceptionEnumerationNull", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Cannot convert value &quot;{0}&quot; to type &quot;{1}&quot;. Boolean parameters accept only Boolean values and numbers, such as $True, $False, 1 or 0..
/// </summary>
internal static string InvalidCastExceptionForBooleanArgumentValue {
get {
return ResourceManager.GetString("InvalidCastExceptionForBooleanArgumentValue", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Cannot convert value to type &quot;{0}&quot;. Only core types are supported in this language mode..
/// </summary>
internal static string InvalidCastExceptionNonCoreType {
get {
return ResourceManager.GetString("InvalidCastExceptionNonCoreType", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Cannot convert value to type &quot;{0}&quot;. Error: &quot;{1}&quot;.
/// </summary>
internal static string InvalidCastExceptionNoStringForConversion {
get {
return ResourceManager.GetString("InvalidCastExceptionNoStringForConversion", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Cannot convert value &quot;{0}&quot; to type &quot;{1}&quot;. Error: &quot;{2}&quot;.
/// </summary>
internal static string InvalidCastExceptionWithInnerException {
get {
return ResourceManager.GetString("InvalidCastExceptionWithInnerException", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Cannot convert null to type &quot;{0}&quot;..
/// </summary>
internal static string InvalidCastFromNull {
get {
return ResourceManager.GetString("InvalidCastFromNull", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Cannot get or set the property value. The &quot;{0}&quot; argument should be of type &quot;{1}&quot; or &quot;{2}&quot;..
/// </summary>
internal static string InvalidComponent {
get {
return ResourceManager.GetString("InvalidComponent", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to {0} is not a valid class path..
/// </summary>
internal static string InvalidWMIClassPath {
get {
return ResourceManager.GetString("InvalidWMIClassPath", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to {0} is not a valid path..
/// </summary>
internal static string InvalidWMIPath {
get {
return ResourceManager.GetString("InvalidWMIPath", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to The member &quot;{0}&quot; is already present..
/// </summary>
internal static string MemberAlreadyPresent {
get {
return ResourceManager.GetString("MemberAlreadyPresent", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to The member &quot;{0}&quot; is already present from the extended type data file..
/// </summary>
internal static string MemberAlreadyPresentFromTypesXml {
get {
return ResourceManager.GetString("MemberAlreadyPresentFromTypesXml", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to The member &quot;{0}&quot; is not present..
/// </summary>
internal static string MemberNotPresent {
get {
return ResourceManager.GetString("MemberNotPresent", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Multiple ambiguous overloads found for &quot;{0}&quot; and the argument count: &quot;{1}&quot;..
/// </summary>
internal static string MethodAmbiguousException {
get {
return ResourceManager.GetString("MethodAmbiguousException", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Cannot convert argument &quot;{0}&quot;, with value: &quot;{1}&quot;, for &quot;{2}&quot; to type &quot;{3}&quot;: &quot;{4}&quot;.
/// </summary>
internal static string MethodArgumentConversionException {
get {
return ResourceManager.GetString("MethodArgumentConversionException", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Cannot find an overload for &quot;{0}&quot; and the argument count: &quot;{1}&quot;..
/// </summary>
internal static string MethodArgumentCountException {
get {
return ResourceManager.GetString("MethodArgumentCountException", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Exception calling &quot;{0}&quot; with &quot;{1}&quot; argument(s): &quot;{2}&quot;.
/// </summary>
internal static string MethodInvocationException {
get {
return ResourceManager.GetString("MethodInvocationException", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Argument: &apos;{0}&apos; should be a {1}. Use {2}..
/// </summary>
internal static string NonRefArgumentToRefParameter {
get {
return ResourceManager.GetString("NonRefArgumentToRefParameter", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to The field or property: &quot;{0}&quot; for type: &quot;{1}&quot; differs only in letter casing from the field or property: &quot;{2}&quot;. The type must be Common Language Specification (CLS) compliant..
/// </summary>
internal static string NotAClsCompliantFieldProperty {
get {
return ResourceManager.GetString("NotAClsCompliantFieldProperty", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Cannot compare &quot;{0}&quot; because it is not IComparable..
/// </summary>
internal static string NotIcomparable {
get {
return ResourceManager.GetString("NotIcomparable", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Cannot compare &quot;{0}&quot; to &quot;{1}&quot; because the objects are not the same type or the object &quot;{0}&quot; does not implement &quot;{2}&quot;..
/// </summary>
internal static string NotTheSameTypeOrNotIcomparable {
get {
return ResourceManager.GetString("NotTheSameTypeOrNotIcomparable", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to &quot;{0}&quot; returned a null value..
/// </summary>
internal static string NullReturnValueError {
get {
return ResourceManager.GetString("NullReturnValueError", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Cannot create object of type &quot;{0}&quot;. {1}.
/// </summary>
internal static string ObjectCreationError {
get {
return ResourceManager.GetString("ObjectCreationError", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to The adapter cannot get the value of property &quot;{0}&quot;..
/// </summary>
internal static string PropertyGetError {
get {
return ResourceManager.GetString("PropertyGetError", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to The adapter cannot determine whether property &quot;{0}&quot; is gettable..
/// </summary>
internal static string PropertyIsGettableError {
get {
return ResourceManager.GetString("PropertyIsGettableError", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to The adapter cannot determine whether property &quot;{0}&quot; can be changed..
/// </summary>
internal static string PropertyIsSettableError {
get {
return ResourceManager.GetString("PropertyIsSettableError", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to The {0} property was not found for the {1} object. The available property is: {2}.
/// </summary>
internal static string PropertyNotFound {
get {
return ResourceManager.GetString("PropertyNotFound", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to The property &quot;{0}&quot; was not found..
/// </summary>
internal static string PropertyNotFoundInTypeDescriptor {
get {
return ResourceManager.GetString("PropertyNotFoundInTypeDescriptor", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to The adapter cannot set the value of property &quot;{0}&quot;..
/// </summary>
internal static string PropertySetError {
get {
return ResourceManager.GetString("PropertySetError", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to The adapter cannot get the type of property &quot;{0}&quot;..
/// </summary>
internal static string PropertyTypeError {
get {
return ResourceManager.GetString("PropertyTypeError", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to &quot;{0}&quot; is a ReadOnly property..
/// </summary>
internal static string ReadOnlyProperty {
get {
return ResourceManager.GetString("ReadOnlyProperty", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Argument: &apos;{0}&apos; should not be a {1}. Do not use {2}..
/// </summary>
internal static string RefArgumentToNonRefParameter {
get {
return ResourceManager.GetString("RefArgumentToNonRefParameter", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Reference type is expected in argument..
/// </summary>
internal static string ReferenceTypeExpected {
get {
return ResourceManager.GetString("ReferenceTypeExpected", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to The member name &quot;{0}&quot; is reserved..
/// </summary>
internal static string ReservedMemberName {
get {
return ResourceManager.GetString("ReservedMemberName", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Set accessor for property &quot;{0}&quot; is unavailable..
/// </summary>
internal static string SetWithoutSetterException {
get {
return ResourceManager.GetString("SetWithoutSetterException", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to The following exception occurred while retrieving the string: &quot;{0}&quot;.
/// </summary>
internal static string ToStringException {
get {
return ResourceManager.GetString("ToStringException", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to The following error occurred while loading the extended type data file: {0}.
/// </summary>
internal static string TypesXmlError {
get {
return ResourceManager.GetString("TypesXmlError", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Exception calling &quot;{0}&quot; : &quot;{1}&quot;.
/// </summary>
internal static string WMIMethodInvocationException {
get {
return ResourceManager.GetString("WMIMethodInvocationException", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Cannot get property value because &quot;{0}&quot; is a write-only property..
/// </summary>
internal static string WriteOnlyProperty {
get {
return ResourceManager.GetString("WriteOnlyProperty", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Cannot set &quot;{0}&quot; because only unique attributes or unique non-attributed leaf nodes can be set..
/// </summary>
internal static string XmlNodeSetRestrictions {
get {
return ResourceManager.GetString("XmlNodeSetRestrictions", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Cannot set &quot;{0}&quot; because only strings can be used as values to set XmlNode properties..
/// </summary>
internal static string XmlNodeSetShouldBeAString {
get {
return ResourceManager.GetString("XmlNodeSetShouldBeAString", resourceCulture);
}
}
}

Binary file not shown.

View file

@ -0,0 +1,621 @@
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
// Runtime Version:4.0.30319.34209
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
// </auto-generated>
//------------------------------------------------------------------------------
using System;
using System.Reflection;
/// <summary>
/// A strongly-typed resource class, for looking up localized strings, etc.
/// </summary>
// This class was auto-generated by the StronglyTypedResourceBuilder
// class via a tool like ResGen or Visual Studio.
// To add or remove a member, edit your .ResX file then rerun ResGen
// with the /str option, or rebuild your VS project.
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "4.0.0.0")]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
internal class FileSystemProviderStrings {
private static global::System.Resources.ResourceManager resourceMan;
private static global::System.Globalization.CultureInfo resourceCulture;
[global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")]
internal FileSystemProviderStrings() {
}
/// <summary>
/// Returns the cached ResourceManager instance used by this class.
/// </summary>
[global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
internal static global::System.Resources.ResourceManager ResourceManager {
get {
if (object.ReferenceEquals(resourceMan, null)) {
global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("FileSystemProviderStrings", typeof(FileSystemProviderStrings).GetTypeInfo().Assembly);
resourceMan = temp;
}
return resourceMan;
}
}
/// <summary>
/// Overrides the current thread's CurrentUICulture property for all
/// resource lookups using this strongly typed resource class.
/// </summary>
[global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
internal static global::System.Globalization.CultureInfo Culture {
get {
return resourceCulture;
}
set {
resourceCulture = value;
}
}
/// <summary>
/// Looks up a localized string similar to Could not open the alternate data stream &apos;{0}&apos; of the file &apos;{1}&apos;..
/// </summary>
internal static string AlternateDataStreamNotFound {
get {
return ResourceManager.GetString("AlternateDataStreamNotFound", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to The attribute cannot be set because attributes are not supported. Only the following attributes can be set: Archive, Hidden, Normal, ReadOnly, or System..
/// </summary>
internal static string AttributesNotSupported {
get {
return ResourceManager.GetString("AttributesNotSupported", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to The path length is too short. The character length of a path cannot be less than the character length of the basePath..
/// </summary>
internal static string BasePathLengthError {
get {
return ResourceManager.GetString("BasePathLengthError", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Cannot proceed with byte encoding. When using byte encoding the content must be of type byte..
/// </summary>
internal static string ByteEncodingError {
get {
return ResourceManager.GetString("ByteEncodingError", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to The property cannot be cleared because the property is not supported. Only the Attributes property can be cleared..
/// </summary>
internal static string CannotClearProperty {
get {
return ResourceManager.GetString("CannotClearProperty", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Cannot remove item {0}: {1}.
/// </summary>
internal static string CannotRemoveItem {
get {
return ResourceManager.GetString("CannotRemoveItem", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Cannot restore attributes on item {0}: {1}.
/// </summary>
internal static string CannotRestoreAttributes {
get {
return ResourceManager.GetString("CannotRestoreAttributes", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Clear Content.
/// </summary>
internal static string ClearContentActionFile {
get {
return ResourceManager.GetString("ClearContentActionFile", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Item: {0}.
/// </summary>
internal static string ClearContentesourceTemplate {
get {
return ResourceManager.GetString("ClearContentesourceTemplate", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Clear Property Directory.
/// </summary>
internal static string ClearPropertyActionDirectory {
get {
return ResourceManager.GetString("ClearPropertyActionDirectory", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Clear Property File.
/// </summary>
internal static string ClearPropertyActionFile {
get {
return ResourceManager.GetString("ClearPropertyActionFile", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Item: {0} Property: {1}.
/// </summary>
internal static string ClearPropertyResourceTemplate {
get {
return ResourceManager.GetString("ClearPropertyResourceTemplate", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Cannot overwrite the item {0} with itself..
/// </summary>
internal static string CopyError {
get {
return ResourceManager.GetString("CopyError", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Copy Directory.
/// </summary>
internal static string CopyItemActionDirectory {
get {
return ResourceManager.GetString("CopyItemActionDirectory", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Copy File.
/// </summary>
internal static string CopyItemActionFile {
get {
return ResourceManager.GetString("CopyItemActionFile", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Item: {0} Destination: {1}.
/// </summary>
internal static string CopyItemResourceFileTemplate {
get {
return ResourceManager.GetString("CopyItemResourceFileTemplate", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to A delimiter cannot be specified when reading the stream one byte at a time..
/// </summary>
internal static string DelimiterError {
get {
return ResourceManager.GetString("DelimiterError", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Directory: .
/// </summary>
internal static string DirectoryDisplayGrouping {
get {
return ResourceManager.GetString("DirectoryDisplayGrouping", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to An item with the specified name {0} already exists..
/// </summary>
internal static string DirectoryExist {
get {
return ResourceManager.GetString("DirectoryExist", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Directory {0} cannot be removed because it is not empty..
/// </summary>
internal static string DirectoryNotEmpty {
get {
return ResourceManager.GetString("DirectoryNotEmpty", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to {0} is an NTFS junction point. Use the Force parameter to delete or modify this object..
/// </summary>
internal static string DirectoryReparsePoint {
get {
return ResourceManager.GetString("DirectoryReparsePoint", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to The specified drive root &quot;{0}&quot; either does not exist, or it is not a folder..
/// </summary>
internal static string DriveRootError {
get {
return ResourceManager.GetString("DriveRootError", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Administrator privilege required for this operation..
/// </summary>
internal static string ElevationRequired {
get {
return ResourceManager.GetString("ElevationRequired", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Cannot process the file because the file {0} was not found..
/// </summary>
internal static string FileNotFound {
get {
return ResourceManager.GetString("FileNotFound", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Hard links are not supported for the specified path..
/// </summary>
internal static string HardLinkNotSupported {
get {
return ResourceManager.GetString("HardLinkNotSupported", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to To use the Persist switch parameter, the drive name must be supported by the operating system (for example, drive letters A-Z)..
/// </summary>
internal static string InvalidDriveName {
get {
return ResourceManager.GetString("InvalidDriveName", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Invoke Item.
/// </summary>
internal static string InvokeItemAction {
get {
return ResourceManager.GetString("InvokeItemAction", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Item: {0}.
/// </summary>
internal static string InvokeItemResourceFileTemplate {
get {
return ResourceManager.GetString("InvokeItemResourceFileTemplate", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to An object at the specified path {0} does not exist..
/// </summary>
internal static string ItemDoesNotExist {
get {
return ResourceManager.GetString("ItemDoesNotExist", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to A directory is required for the operation. The item &apos;{0}&apos; is not a directory..
/// </summary>
internal static string ItemNotDirectory {
get {
return ResourceManager.GetString("ItemNotDirectory", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to A file is required for the operation. The item &apos;{0}&apos; is not a file..
/// </summary>
internal static string ItemNotFile {
get {
return ResourceManager.GetString("ItemNotFile", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Could not find item {0}..
/// </summary>
internal static string ItemNotFound {
get {
return ResourceManager.GetString("ItemNotFound", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Move Directory.
/// </summary>
internal static string MoveItemActionDirectory {
get {
return ResourceManager.GetString("MoveItemActionDirectory", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Move File.
/// </summary>
internal static string MoveItemActionFile {
get {
return ResourceManager.GetString("MoveItemActionFile", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Item: {0} Destination: {1}.
/// </summary>
internal static string MoveItemResourceFileTemplate {
get {
return ResourceManager.GetString("MoveItemResourceFileTemplate", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Create Directory.
/// </summary>
internal static string NewItemActionDirectory {
get {
return ResourceManager.GetString("NewItemActionDirectory", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Create File.
/// </summary>
internal static string NewItemActionFile {
get {
return ResourceManager.GetString("NewItemActionFile", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Create Hard Link.
/// </summary>
internal static string NewItemActionHardLink {
get {
return ResourceManager.GetString("NewItemActionHardLink", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Create Junction.
/// </summary>
internal static string NewItemActionJunction {
get {
return ResourceManager.GetString("NewItemActionJunction", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Create Symbolic Link.
/// </summary>
internal static string NewItemActionSymbolicLink {
get {
return ResourceManager.GetString("NewItemActionSymbolicLink", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Destination: {0}.
/// </summary>
internal static string NewItemActionTemplate {
get {
return ResourceManager.GetString("NewItemActionTemplate", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to The &apos;{0}&apos; and &apos;{1}&apos; parameters cannot be specified in the same command..
/// </summary>
internal static string NoFirstLastWaitForRaw {
get {
return ResourceManager.GetString("NoFirstLastWaitForRaw", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Cannot process the path because the specified path refers to an item that is outside the basePath..
/// </summary>
internal static string PathOutSideBasePath {
get {
return ResourceManager.GetString("PathOutSideBasePath", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to You do not have sufficient access rights to perform this operation..
/// </summary>
internal static string PermissionError {
get {
return ResourceManager.GetString("PermissionError", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to When you use the Persist parameter, the root must be a file system location on a remote computer..
/// </summary>
internal static string PersistNotSupported {
get {
return ResourceManager.GetString("PersistNotSupported", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to The property {0} does not exist or was not found..
/// </summary>
internal static string PropertyNotFound {
get {
return ResourceManager.GetString("PropertyNotFound", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to The Raw and Wait parameters cannot be specified in the same command..
/// </summary>
internal static string RawAndWaitCannotCoexist {
get {
return ResourceManager.GetString("RawAndWaitCannotCoexist", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Cannot detect the encoding of the file. The specified encoding {0} is not supported when the content is read in reverse..
/// </summary>
internal static string ReadBackward_Encoding_NotSupport {
get {
return ResourceManager.GetString("ReadBackward_Encoding_NotSupport", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Remove Directory.
/// </summary>
internal static string RemoveItemActionDirectory {
get {
return ResourceManager.GetString("RemoveItemActionDirectory", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Remove File.
/// </summary>
internal static string RemoveItemActionFile {
get {
return ResourceManager.GetString("RemoveItemActionFile", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Cannot rename the specified target, because it represents a path or device name..
/// </summary>
internal static string RenameError {
get {
return ResourceManager.GetString("RenameError", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Rename Directory.
/// </summary>
internal static string RenameItemActionDirectory {
get {
return ResourceManager.GetString("RenameItemActionDirectory", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Rename File.
/// </summary>
internal static string RenameItemActionFile {
get {
return ResourceManager.GetString("RenameItemActionFile", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Item: {0} Destination: {1}.
/// </summary>
internal static string RenameItemResourceFileTemplate {
get {
return ResourceManager.GetString("RenameItemResourceFileTemplate", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Set Property Directory.
/// </summary>
internal static string SetPropertyActionDirectory {
get {
return ResourceManager.GetString("SetPropertyActionDirectory", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Set Property File.
/// </summary>
internal static string SetPropertyActionFile {
get {
return ResourceManager.GetString("SetPropertyActionFile", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Item: {0} Property: {1} Value: {2}.
/// </summary>
internal static string SetPropertyResourceTemplate {
get {
return ResourceManager.GetString("SetPropertyResourceTemplate", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Stream &apos;{0}&apos; of file &apos;{1}&apos;..
/// </summary>
internal static string StreamAction {
get {
return ResourceManager.GetString("StreamAction", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to The substitute path for the DOS device &apos;{0}&apos; is too long. It exceeds the maximum total path length (32,767 characters) that is valid for the Windows API..
/// </summary>
internal static string SubstitutePathTooLong {
get {
return ResourceManager.GetString("SubstitutePathTooLong", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Symbolic links are not supported for the specified path..
/// </summary>
internal static string SymbolicLinkNotSupported {
get {
return ResourceManager.GetString("SymbolicLinkNotSupported", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Cannot process path &apos;{0}&apos; because the target represents a reserved device name..
/// </summary>
internal static string TargetCannotContainDeviceName {
get {
return ResourceManager.GetString("TargetCannotContainDeviceName", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to The type is not a known type for the file system. Only &quot;file&quot;,&quot;directory&quot; or &quot;symboliclink&quot; can be specified..
/// </summary>
internal static string UnknownType {
get {
return ResourceManager.GetString("UnknownType", resourceCulture);
}
}
}

View file

@ -0,0 +1,675 @@
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
// Runtime Version:4.0.30319.34209
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
// </auto-generated>
//------------------------------------------------------------------------------
using System;
using System.Reflection;
/// <summary>
/// A strongly-typed resource class, for looking up localized strings, etc.
/// </summary>
// This class was auto-generated by the StronglyTypedResourceBuilder
// class via a tool like ResGen or Visual Studio.
// To add or remove a member, edit your .ResX file then rerun ResGen
// with the /str option, or rebuild your VS project.
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "4.0.0.0")]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
internal class FormatAndOutXmlLoadingStrings {
private static global::System.Resources.ResourceManager resourceMan;
private static global::System.Globalization.CultureInfo resourceCulture;
[global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")]
internal FormatAndOutXmlLoadingStrings() {
}
/// <summary>
/// Returns the cached ResourceManager instance used by this class.
/// </summary>
[global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
internal static global::System.Resources.ResourceManager ResourceManager {
get {
if (object.ReferenceEquals(resourceMan, null)) {
global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("FormatAndOutXmlLoadingStrings", typeof(FormatAndOutXmlLoadingStrings).GetTypeInfo().Assembly);
resourceMan = temp;
}
return resourceMan;
}
}
/// <summary>
/// Overrides the current thread's CurrentUICulture property for all
/// resource lookups using this strongly typed resource class.
/// </summary>
[global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
internal static global::System.Globalization.CultureInfo Culture {
get {
return resourceCulture;
}
set {
resourceCulture = value;
}
}
/// <summary>
/// Looks up a localized string similar to (Global Assembly Cache) {0}.
/// </summary>
internal static string AssemblyInGAC {
get {
return ResourceManager.GetString("AssemblyInGAC", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Error at XPath {0} in file {1}: The assembly {2} is not found..
/// </summary>
internal static string AssemblyNotFound {
get {
return ResourceManager.GetString("AssemblyNotFound", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Error at XPath {0} in file {1}: The XML element {2} does not allow attributes..
/// </summary>
internal static string AttributesNotAllowed {
get {
return ResourceManager.GetString("AttributesNotAllowed", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Error at XPath {0} in file {1}: Cannot have control and Label at the same time..
/// </summary>
internal static string ControlAndLabel {
get {
return ResourceManager.GetString("ControlAndLabel", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Error at XPath {0} in file {1}: Cannot have control or Label without an expression..
/// </summary>
internal static string ControlLabelWithoutExpression {
get {
return ResourceManager.GetString("ControlLabelWithoutExpression", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Error at XPath {0} in file {1}: A duplicate node exists..
/// </summary>
internal static string DuplicatedNode {
get {
return ResourceManager.GetString("DuplicatedNode", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Error at XPath {0} in file {1}: No type or condition is specified for applying the view..
/// </summary>
internal static string EmptyAppliesTo {
get {
return ResourceManager.GetString("EmptyAppliesTo", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Error at XPath {0} in file {1}: {2} is an empty attribute..
/// </summary>
internal static string EmptyAttribute {
get {
return ResourceManager.GetString("EmptyAttribute", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Error at XPath {0} in file {1}: The custom control token list cannot be empty..
/// </summary>
internal static string EmptyCustomControlList {
get {
return ResourceManager.GetString("EmptyCustomControlList", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Error at XPath {0} in file {1}: {2} is an empty node..
/// </summary>
internal static string EmptyNode {
get {
return ResourceManager.GetString("EmptyNode", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Error in file {0}: {1}.
/// </summary>
internal static string ErrorInFile {
get {
return ResourceManager.GetString("ErrorInFile", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Error in formatting data &quot;{0}&quot;: {1}.
/// </summary>
internal static string ErrorInFormattingData {
get {
return ResourceManager.GetString("ErrorInFormattingData", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Error at XPath {0} in file {1}: A Boolean value is expected..
/// </summary>
internal static string ExpectBoolean {
get {
return ResourceManager.GetString("ExpectBoolean", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Error at XPath {0} in file {1}: An expression is expected..
/// </summary>
internal static string ExpectExpression {
get {
return ResourceManager.GetString("ExpectExpression", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Error at XPath {0} in file {1}: An integer is expected..
/// </summary>
internal static string ExpectInteger {
get {
return ResourceManager.GetString("ExpectInteger", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Error at XPath {0} in file {1}: A non-negative integer is expected..
/// </summary>
internal static string ExpectNaturalNumber {
get {
return ResourceManager.GetString("ExpectNaturalNumber", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Error at XPath {0} in file {1}: A positive integer is expected..
/// </summary>
internal static string ExpectPositiveInteger {
get {
return ResourceManager.GetString("ExpectPositiveInteger", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to The path {0} is not fully qualified. Specify a fully qualified format file path..
/// </summary>
internal static string FormatFileNotRooted {
get {
return ResourceManager.GetString("FormatFileNotRooted", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Errors occurred while loading the format data file: {0}.
/// </summary>
internal static string FormatLoadingErrors {
get {
return ResourceManager.GetString("FormatLoadingErrors", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to A shared format table cannot be updated with more than one entry..
/// </summary>
internal static string FormatTableCannotCoExist {
get {
return ResourceManager.GetString("FormatTableCannotCoExist", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Errors occurred while loading the FormatTable. View the contents of the Errors property to get detailed error messages..
/// </summary>
internal static string FormatTableLoadErrors {
get {
return ResourceManager.GetString("FormatTableLoadErrors", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Error at XPath {0} in file {1}: The header item count = {2} does not match default row item count = {3}..
/// </summary>
internal static string IncorrectHeaderItemCount {
get {
return ResourceManager.GetString("IncorrectHeaderItemCount", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Error in view data with type name {0} at index {1}: The header item count = {2} does not match the default row item count = {3}..
/// </summary>
internal static string IncorrectHeaderItemCountInFormattingData {
get {
return ResourceManager.GetString("IncorrectHeaderItemCountInFormattingData", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Error at XPath {0} in file {1}: The row item count = {2} on alternative set #{3} does not match default row item count = {4}..
/// </summary>
internal static string IncorrectRowItemCount {
get {
return ResourceManager.GetString("IncorrectRowItemCount", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Error at XPath {0} in file {1}: &quot;{2}&quot; is not a valid alignment value..
/// </summary>
internal static string InvalidAlignmentValue {
get {
return ResourceManager.GetString("InvalidAlignmentValue", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Error at XPath {0} in file {1}: The column header definition is not valid; all headers are discarded..
/// </summary>
internal static string InvalidColumnHeader {
get {
return ResourceManager.GetString("InvalidColumnHeader", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Error at XPath {0} in file {1}: Out Of Band views can only have CustomControl or ListControl..
/// </summary>
internal static string InvalidControlForOutOfBandView {
get {
return ResourceManager.GetString("InvalidControlForOutOfBandView", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Error in view data with type name {0} at index {1}: Formatting data &quot;{2}&quot; is not valid..
/// </summary>
internal static string InvalidFormattingData {
get {
return ResourceManager.GetString("InvalidFormattingData", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Error at XPath {0} in file {1}: {2} is not valid..
/// </summary>
internal static string InvalidNode {
get {
return ResourceManager.GetString("InvalidNode", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Error at XPath {0} in file {1}: The {2} value is not valid..
/// </summary>
internal static string InvalidNodeValue {
get {
return ResourceManager.GetString("InvalidNodeValue", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Error at XPath {0} in file {1}: The property entry is not valid..
/// </summary>
internal static string InvalidPropertyEntry {
get {
return ResourceManager.GetString("InvalidPropertyEntry", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Error at XPath {0} in file {1}: Script block &quot;{2}&quot; is not valid..
/// </summary>
internal static string InvalidScriptBlock {
get {
return ResourceManager.GetString("InvalidScriptBlock", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Error in view data with type name {0} at index {1}: Script block &quot;{2}&quot; is not valid..
/// </summary>
internal static string InvalidScriptBlockInFormattingData {
get {
return ResourceManager.GetString("InvalidScriptBlockInFormattingData", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Error at XPath {0} in file {1}: {2} failed to load..
/// </summary>
internal static string LoadTagFailed {
get {
return ResourceManager.GetString("LoadTagFailed", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Error in view data with type name {0} at index {1}: {2} failed to load..
/// </summary>
internal static string LoadTagFailedInFormattingData {
get {
return ResourceManager.GetString("LoadTagFailedInFormattingData", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Error at XPath {0} in file {1}: {2} is a missing attribute..
/// </summary>
internal static string MissingAttribute {
get {
return ResourceManager.GetString("MissingAttribute", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Error at XPath {0} in file {1}: The inner text value is missing..
/// </summary>
internal static string MissingInnerText {
get {
return ResourceManager.GetString("MissingInnerText", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Error at XPath {0} in file {1}: Node {2} is missing..
/// </summary>
internal static string MissingNode {
get {
return ResourceManager.GetString("MissingNode", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Error at XPath {0} in file {1}: A node is missing from {2}..
/// </summary>
internal static string MissingNodeFromList {
get {
return ResourceManager.GetString("MissingNodeFromList", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to {0}, {1}.
/// </summary>
internal static string MshSnapinQualifiedError {
get {
return ResourceManager.GetString("MshSnapinQualifiedError", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Error in view data with type name {0} at index {1}: A TableControl should contain only one {2}..
/// </summary>
internal static string MultipleRowEntriesFoundInFormattingData {
get {
return ResourceManager.GetString("MultipleRowEntriesFoundInFormattingData", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Error at XPath {0} in file {1}: {2} and {3} are mutually exclusive..
/// </summary>
internal static string MutuallyExclusiveNode {
get {
return ResourceManager.GetString("MutuallyExclusiveNode", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Error at XPath {0} in file {1}: Node {2} cannot have child objects..
/// </summary>
internal static string NoChildrenAllowed {
get {
return ResourceManager.GetString("NoChildrenAllowed", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Error at XPath {0} in file {1}: There must be at least one default {2}..
/// </summary>
internal static string NoDefaultShapeEntry {
get {
return ResourceManager.GetString("NoDefaultShapeEntry", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Error in view data with type name {0} at index {1}: There must be at least one default {2}..
/// </summary>
internal static string NoDefaultShapeEntryInFormattingData {
get {
return ResourceManager.GetString("NoDefaultShapeEntryInFormattingData", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Error at XPath {0} in file {1}: The definition list is missing..
/// </summary>
internal static string NoDefinitionList {
get {
return ResourceManager.GetString("NoDefinitionList", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Error at XPath {0} in file {1}: {2} cannot be specified with an expression..
/// </summary>
internal static string NodeWithExpression {
get {
return ResourceManager.GetString("NodeWithExpression", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Error at XPath {0} in file {1}: {2} cannot be specified without an expression..
/// </summary>
internal static string NodeWithoutExpression {
get {
return ResourceManager.GetString("NodeWithoutExpression", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Error at XPath {0} in file {1}: A format string is missing..
/// </summary>
internal static string NoFormatString {
get {
return ResourceManager.GetString("NoFormatString", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Error at XPath {0} in file {1}: At least one list view item must be specified..
/// </summary>
internal static string NoListViewItem {
get {
return ResourceManager.GetString("NoListViewItem", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Error in view data with type name {0} at index {1}: At least one list view item must be specified..
/// </summary>
internal static string NoListViewItemInFormattingData {
get {
return ResourceManager.GetString("NoListViewItemInFormattingData", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Error at XPath {0} in file {1}: The node must be an XmlElement..
/// </summary>
internal static string NonXmlElementNode {
get {
return ResourceManager.GetString("NonXmlElementNode", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Error at XPath {0} in file {1}: A property is missing..
/// </summary>
internal static string NoProperty {
get {
return ResourceManager.GetString("NoProperty", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Error at XPath {0} in file {1}: Script block text is missing..
/// </summary>
internal static string NoScriptBlockText {
get {
return ResourceManager.GetString("NoScriptBlockText", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Error at XPath {0} in file {1}: The control name cannot be null or empty..
/// </summary>
internal static string NullControlName {
get {
return ResourceManager.GetString("NullControlName", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Error at XPath {0} in file {1}: An Out Of Band view cannot have GroupBy..
/// </summary>
internal static string OutOfBandGroupByConflict {
get {
return ResourceManager.GetString("OutOfBandGroupByConflict", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Error at XPath {0} in file {1}: The resource {2} in assembly {3} is not found..
/// </summary>
internal static string ResourceNotFound {
get {
return ResourceManager.GetString("ResourceNotFound", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Error at XPath {0} in file {1}: Cannot have SelectionSetName and TypeName at the same time..
/// </summary>
internal static string SelectionSetNameAndTypeName {
get {
return ResourceManager.GetString("SelectionSetNameAndTypeName", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to The FormatTable cannot be updated because the FormatTable might have been created outside of the runspace..
/// </summary>
internal static string SharedFormatTableCannotBeUpdated {
get {
return ResourceManager.GetString("SharedFormatTableCannotBeUpdated", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Error at XPath {0} in file {1}: The string {2} from resource {3} in assembly {4} is not found..
/// </summary>
internal static string StringResourceNotFound {
get {
return ResourceManager.GetString("StringResourceNotFound", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Error at XPath {0} in file {1}: {2}, {3} and {4} are mutually exclusive..
/// </summary>
internal static string ThreeMutuallyExclusiveNode {
get {
return ResourceManager.GetString("ThreeMutuallyExclusiveNode", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Error at XPath {0} in file {1}: There cannot be more than one default {2}..
/// </summary>
internal static string TooManyDefaultShapeEntry {
get {
return ResourceManager.GetString("TooManyDefaultShapeEntry", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Error in view data with type name {0} at index {1}: There cannot be more than one default {2}..
/// </summary>
internal static string TooManyDefaultShapeEntryInFormattingData {
get {
return ResourceManager.GetString("TooManyDefaultShapeEntryInFormattingData", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Too many errors in file {0}..
/// </summary>
internal static string TooManyErrors {
get {
return ResourceManager.GetString("TooManyErrors", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Too many errors in the formatting data for type &quot;{0}&quot;..
/// </summary>
internal static string TooManyErrorsInFormattingData {
get {
return ResourceManager.GetString("TooManyErrorsInFormattingData", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Error at XPath {0} in file {1}: {2} is an unknown attribute..
/// </summary>
internal static string UnknownAttribute {
get {
return ResourceManager.GetString("UnknownAttribute", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Error at XPath {0} in file {1}: {2} is an unknown node..
/// </summary>
internal static string UnknownNode {
get {
return ResourceManager.GetString("UnknownNode", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Error at XPath {0} in file {1}: The view cannot be loaded..
/// </summary>
internal static string ViewNotLoaded {
get {
return ResourceManager.GetString("ViewNotLoaded", resourceCulture);
}
}
}

View file

@ -0,0 +1,234 @@
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
// Runtime Version:4.0.30319.34209
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
// </auto-generated>
//------------------------------------------------------------------------------
using System;
using System.Reflection;
/// <summary>
/// A strongly-typed resource class, for looking up localized strings, etc.
/// </summary>
// This class was auto-generated by the StronglyTypedResourceBuilder
// class via a tool like ResGen or Visual Studio.
// To add or remove a member, edit your .ResX file then rerun ResGen
// with the /str option, or rebuild your VS project.
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "4.0.0.0")]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
internal class FormatAndOut_MshParameter {
private static global::System.Resources.ResourceManager resourceMan;
private static global::System.Globalization.CultureInfo resourceCulture;
[global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")]
internal FormatAndOut_MshParameter() {
}
/// <summary>
/// Returns the cached ResourceManager instance used by this class.
/// </summary>
[global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
internal static global::System.Resources.ResourceManager ResourceManager {
get {
if (object.ReferenceEquals(resourceMan, null)) {
global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("FormatAndOut_MshParameter", typeof(FormatAndOut_MshParameter).GetTypeInfo().Assembly);
resourceMan = temp;
}
return resourceMan;
}
}
/// <summary>
/// Overrides the current thread's CurrentUICulture property for all
/// resource lookups using this strongly typed resource class.
/// </summary>
[global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
internal static global::System.Globalization.CultureInfo Culture {
get {
return resourceCulture;
}
set {
resourceCulture = value;
}
}
/// <summary>
/// Looks up a localized string similar to The {0} key is ambiguous; {1} and {2} conflict..
/// </summary>
internal static string AmbiguousKeyError {
get {
return ResourceManager.GetString("AmbiguousKeyError", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to The {0} key type is not valid. The key must be a string..
/// </summary>
internal static string DictionaryKeyNonStringError {
get {
return ResourceManager.GetString("DictionaryKeyNonStringError", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to The value of a key cannot be null..
/// </summary>
internal static string DictionaryKeyNullError {
get {
return ResourceManager.GetString("DictionaryKeyNullError", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to The duplicated key &quot;{0}&quot; conflicts with &quot;{1}&quot;..
/// </summary>
internal static string DuplicateKeyError {
get {
return ResourceManager.GetString("DuplicateKeyError", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Cannot have an empty formatting string for key &quot;{0}&quot;..
/// </summary>
internal static string EmptyFormatStringValueError {
get {
return ResourceManager.GetString("EmptyFormatStringValueError", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to The value &quot;{0}&quot; for key &quot;{1}&quot; is not valid; valid values are {2}..
/// </summary>
internal static string IllegalAlignmentValueError {
get {
return ResourceManager.GetString("IllegalAlignmentValueError", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to The EnumerableExpansion value is not valid..
/// </summary>
internal static string IllegalEnumerableExpansionValue {
get {
return ResourceManager.GetString("IllegalEnumerableExpansionValue", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to The {0} key is not valid..
/// </summary>
internal static string IllegalKeyError {
get {
return ResourceManager.GetString("IllegalKeyError", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to The &quot;{0}&quot; key has a type, {1}, that is not valid; expected types are {2}..
/// </summary>
internal static string IllegalTypeMultiError {
get {
return ResourceManager.GetString("IllegalTypeMultiError", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to The &quot;{0}&quot; key has a type, {1}, that is not valid; expected type is {2}..
/// </summary>
internal static string IllegalTypeSingleError {
get {
return ResourceManager.GetString("IllegalTypeSingleError", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to A mandatory entry for {0} is missing..
/// </summary>
internal static string MissingKeyMandatoryEntryError {
get {
return ResourceManager.GetString("MissingKeyMandatoryEntryError", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to The {0} key has no value..
/// </summary>
internal static string MissingKeyValueError {
get {
return ResourceManager.GetString("MissingKeyValueError", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to An empty string value is not allowed..
/// </summary>
internal static string MshExEmptyStringError {
get {
return ResourceManager.GetString("MshExEmptyStringError", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to The &quot;{0}&quot; key cannot have an empty string value..
/// </summary>
internal static string MshExEmptyStringHashError {
get {
return ResourceManager.GetString("MshExEmptyStringHashError", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to The &quot;{0}&quot; key cannot have wildcard characters in value &quot;{1}&quot;..
/// </summary>
internal static string MshExGlobbingHashError {
get {
return ResourceManager.GetString("MshExGlobbingHashError", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Wildcard characters are not allowed in &quot;{0}&quot;..
/// </summary>
internal static string MshExGlobbingStringError {
get {
return ResourceManager.GetString("MshExGlobbingStringError", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to The value of a parameter was null; one of the following types was expected: {0}..
/// </summary>
internal static string NullParameterTypeError {
get {
return ResourceManager.GetString("NullParameterTypeError", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to The value &quot;{0}&quot; for key &quot;{1}&quot; should be greater than 0..
/// </summary>
internal static string OutOfRangeWidthValueError {
get {
return ResourceManager.GetString("OutOfRangeWidthValueError", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Cannot convert {0} to one of the following types {1}..
/// </summary>
internal static string UnknownParameterTypeError {
get {
return ResourceManager.GetString("UnknownParameterTypeError", resourceCulture);
}
}
}

View file

@ -0,0 +1,243 @@
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
// Runtime Version:4.0.30319.34209
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
// </auto-generated>
//------------------------------------------------------------------------------
using System;
using System.Reflection;
/// <summary>
/// A strongly-typed resource class, for looking up localized strings, etc.
/// </summary>
// This class was auto-generated by the StronglyTypedResourceBuilder
// class via a tool like ResGen or Visual Studio.
// To add or remove a member, edit your .ResX file then rerun ResGen
// with the /str option, or rebuild your VS project.
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "4.0.0.0")]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
internal class FormatAndOut_format_xxx {
private static global::System.Resources.ResourceManager resourceMan;
private static global::System.Globalization.CultureInfo resourceCulture;
[global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")]
internal FormatAndOut_format_xxx() {
}
/// <summary>
/// Returns the cached ResourceManager instance used by this class.
/// </summary>
[global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
internal static global::System.Resources.ResourceManager ResourceManager {
get {
if (object.ReferenceEquals(resourceMan, null)) {
global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("FormatAndOut_format_xxx", typeof(FormatAndOut_format_xxx).GetTypeInfo().Assembly);
resourceMan = temp;
}
return resourceMan;
}
}
/// <summary>
/// Overrides the current thread's CurrentUICulture property for all
/// resource lookups using this strongly typed resource class.
/// </summary>
[global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
internal static global::System.Globalization.CultureInfo Culture {
get {
return resourceCulture;
}
set {
resourceCulture = value;
}
}
/// <summary>
/// Looks up a localized string similar to Cmdlet parameters AutoSize and Column are mutually exclusive..
/// </summary>
internal static string CannotSpecifyAutosizeAndColumnsError {
get {
return ResourceManager.GetString("CannotSpecifyAutosizeAndColumnsError", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Cmdlet parameters View and Property are mutually exclusive..
/// </summary>
internal static string CannotSpecifyViewAndPropertyError {
get {
return ResourceManager.GetString("CannotSpecifyViewAndPropertyError", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Unknown class Id {0}..
/// </summary>
internal static string FOD_ClassIdInvalid {
get {
return ResourceManager.GetString("FOD_ClassIdInvalid", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Failed to create object with class Id {0}..
/// </summary>
internal static string FOD_InvalidClassid {
get {
return ResourceManager.GetString("FOD_InvalidClassid", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to The object type is not recognized..
/// </summary>
internal static string FOD_InvalidClassidProperty {
get {
return ResourceManager.GetString("FOD_InvalidClassidProperty", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to The type {0} for property {1} is not valid..
/// </summary>
internal static string FOD_InvalidPropertyType {
get {
return ResourceManager.GetString("FOD_InvalidPropertyType", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to The value of the {0} data member cannot be null..
/// </summary>
internal static string FOD_NullDataMember {
get {
return ResourceManager.GetString("FOD_NullDataMember", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to The {0} property is recursive..
/// </summary>
internal static string FOD_RecursiveProperty {
get {
return ResourceManager.GetString("FOD_RecursiveProperty", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Failed to interpret format string &quot;{0}&quot;..
/// </summary>
internal static string FormattingError {
get {
return ResourceManager.GetString("FormattingError", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to {0}: .
/// </summary>
internal static string GroupStartDataIndentedAutoGeneratedLabel {
get {
return ResourceManager.GetString("GroupStartDataIndentedAutoGeneratedLabel", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to The following object supports IEnumerable:.
/// </summary>
internal static string IEnum_Header {
get {
return ResourceManager.GetString("IEnum_Header", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to The IEnumerable contains the following {0} objects:.
/// </summary>
internal static string IEnum_ManyObjects {
get {
return ResourceManager.GetString("IEnum_ManyObjects", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to The IEnumerable contains no objects..
/// </summary>
internal static string IEnum_NoObjects {
get {
return ResourceManager.GetString("IEnum_NoObjects", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to The IEnumerable contains the following object:.
/// </summary>
internal static string IEnum_OneObject {
get {
return ResourceManager.GetString("IEnum_OneObject", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to The view name {0} cannot be found. Specify one of the following {1} views and try again: {2}..
/// </summary>
internal static string InvalidViewNameError {
get {
return ResourceManager.GetString("InvalidViewNameError", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Failed to evaluate expression &quot;{0}&quot;..
/// </summary>
internal static string MshExpressionError {
get {
return ResourceManager.GetString("MshExpressionError", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to There are no existing {0} views for {1} objects..
/// </summary>
internal static string NonExistingViewNameError {
get {
return ResourceManager.GetString("NonExistingViewNameError", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Try using one of these other format cmdlets: .
/// </summary>
internal static string SuggestValidViewNamePrefix {
get {
return ResourceManager.GetString("SuggestValidViewNamePrefix", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to The view name {0} cannot be found..
/// </summary>
internal static string UnknownViewNameError {
get {
return ResourceManager.GetString("UnknownViewNameError", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to The view name {0} cannot be found in the {1} formatting..
/// </summary>
internal static string UnknownViewNameErrorSuffix {
get {
return ResourceManager.GetString("UnknownViewNameErrorSuffix", resourceCulture);
}
}
}

Binary file not shown.

View file

@ -0,0 +1,117 @@
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
// Runtime Version:4.0.30319.34209
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
// </auto-generated>
//------------------------------------------------------------------------------
using System;
using System.Reflection;
/// <summary>
/// A strongly-typed resource class, for looking up localized strings, etc.
/// </summary>
// This class was auto-generated by the StronglyTypedResourceBuilder
// class via a tool like ResGen or Visual Studio.
// To add or remove a member, edit your .ResX file then rerun ResGen
// with the /str option, or rebuild your VS project.
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "4.0.0.0")]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
internal class FormatAndOut_out_xxx {
private static global::System.Resources.ResourceManager resourceMan;
private static global::System.Globalization.CultureInfo resourceCulture;
[global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")]
internal FormatAndOut_out_xxx() {
}
/// <summary>
/// Returns the cached ResourceManager instance used by this class.
/// </summary>
[global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
internal static global::System.Resources.ResourceManager ResourceManager {
get {
if (object.ReferenceEquals(resourceMan, null)) {
global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("FormatAndOut_out_xxx", typeof(FormatAndOut_out_xxx).GetTypeInfo().Assembly);
resourceMan = temp;
}
return resourceMan;
}
}
/// <summary>
/// Overrides the current thread's CurrentUICulture property for all
/// resource lookups using this strongly typed resource class.
/// </summary>
[global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
internal static global::System.Globalization.CultureInfo Culture {
get {
return resourceCulture;
}
set {
resourceCulture = value;
}
}
/// <summary>
/// Looks up a localized string similar to &lt;SPACE&gt; next page; &lt;CR&gt; next line; Q quit.
/// </summary>
internal static string ConsoleLineOutput_PagingPrompt {
get {
return ResourceManager.GetString("ConsoleLineOutput_PagingPrompt", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Output to File.
/// </summary>
internal static string OutFile_Action {
get {
return ResourceManager.GetString("OutFile_Action", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Cannot open file &quot;{0}&quot;..
/// </summary>
internal static string OutFile_FileOpenFailure {
get {
return ResourceManager.GetString("OutFile_FileOpenFailure", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to The lineOutput type {0} was not expected; LineOutput expects type {1}..
/// </summary>
internal static string OutLineOutput_InvalidLineOutputParameterType {
get {
return ResourceManager.GetString("OutLineOutput_InvalidLineOutputParameterType", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to The value of LineOutput should not be null..
/// </summary>
internal static string OutLineOutput_NullLineOutputParameter {
get {
return ResourceManager.GetString("OutLineOutput_NullLineOutputParameter", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to The object of type &quot;{0}&quot; is not valid or not in the correct sequence. This is likely caused by a user-specified &quot;{1}&quot; command which is conflicting with the default formatting..
/// </summary>
internal static string OutLineOutput_OutOfSequencePacket {
get {
return ResourceManager.GetString("OutLineOutput_OutOfSequencePacket", resourceCulture);
}
}
}

Binary file not shown.

View file

@ -0,0 +1,144 @@
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
// Runtime Version:4.0.30319.34209
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
// </auto-generated>
//------------------------------------------------------------------------------
using System;
using System.Reflection;
/// <summary>
/// A strongly-typed resource class, for looking up localized strings, etc.
/// </summary>
// This class was auto-generated by the StronglyTypedResourceBuilder
// class via a tool like ResGen or Visual Studio.
// To add or remove a member, edit your .ResX file then rerun ResGen
// with the /str option, or rebuild your VS project.
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "4.0.0.0")]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
internal class GetErrorText {
private static global::System.Resources.ResourceManager resourceMan;
private static global::System.Globalization.CultureInfo resourceCulture;
[global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")]
internal GetErrorText() {
}
/// <summary>
/// Returns the cached ResourceManager instance used by this class.
/// </summary>
[global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
internal static global::System.Resources.ResourceManager ResourceManager {
get {
if (object.ReferenceEquals(resourceMan, null)) {
global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("GetErrorText", typeof(GetErrorText).GetTypeInfo().Assembly);
resourceMan = temp;
}
return resourceMan;
}
}
/// <summary>
/// Overrides the current thread's CurrentUICulture property for all
/// resource lookups using this strongly typed resource class.
/// </summary>
[global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
internal static global::System.Globalization.CultureInfo Culture {
get {
return resourceCulture;
}
set {
resourceCulture = value;
}
}
/// <summary>
/// Looks up a localized string similar to Running commands is prevented by Stop policy settings..
/// </summary>
internal static string ActionPreferenceStop {
get {
return ResourceManager.GetString("ActionPreferenceStop", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Cannot retrieve the message &quot;{0}&quot; &quot;{1}&quot; &quot;{2}&quot; because an assembly was not registered..
/// </summary>
internal static string AssemblyNotRegistered {
get {
return ResourceManager.GetString("AssemblyNotRegistered", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Cannot retrieve the message &quot;{0}&quot; &quot;{1}&quot; &quot;{2}&quot;. A template string format is not valid in template string &quot;{3}&quot;..
/// </summary>
internal static string BadTemplate {
get {
return ResourceManager.GetString("BadTemplate", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Cannot retrieve the message &quot;{0}&quot; &quot;{1}&quot; &quot;{2}&quot;. A template string exists, but its value is empty or blank..
/// </summary>
internal static string BlankTemplate {
get {
return ResourceManager.GetString("BlankTemplate", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to The pipeline failed due to call depth overflow..
/// </summary>
internal static string PipelineDepthException {
get {
return ResourceManager.GetString("PipelineDepthException", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to The pipeline has been stopped..
/// </summary>
internal static string PipelineStoppedException {
get {
return ResourceManager.GetString("PipelineStoppedException", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Cannot load a resource with base name &quot;{0}&quot;..
/// </summary>
internal static string ResourceBaseNameFailure {
get {
return ResourceManager.GetString("ResourceBaseNameFailure", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Cannot load a resource string with ID &quot;{0}&quot;..
/// </summary>
internal static string ResourceIdFailure {
get {
return ResourceManager.GetString("ResourceIdFailure", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to The script failed due to call depth overflow..
/// </summary>
internal static string ScriptCallDepthException {
get {
return ResourceManager.GetString("ScriptCallDepthException", resourceCulture);
}
}
}

Binary file not shown.

File diff suppressed because it is too large Load diff

Binary file not shown.

View file

@ -0,0 +1,180 @@
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
// Runtime Version:4.0.30319.34209
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
// </auto-generated>
//------------------------------------------------------------------------------
using System;
using System.Reflection;
/// <summary>
/// A strongly-typed resource class, for looking up localized strings, etc.
/// </summary>
// This class was auto-generated by the StronglyTypedResourceBuilder
// class via a tool like ResGen or Visual Studio.
// To add or remove a member, edit your .ResX file then rerun ResGen
// with the /str option, or rebuild your VS project.
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "4.0.0.0")]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
internal class HistoryStrings {
private static global::System.Resources.ResourceManager resourceMan;
private static global::System.Globalization.CultureInfo resourceCulture;
[global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")]
internal HistoryStrings() {
}
/// <summary>
/// Returns the cached ResourceManager instance used by this class.
/// </summary>
[global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
internal static global::System.Resources.ResourceManager ResourceManager {
get {
if (object.ReferenceEquals(resourceMan, null)) {
global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("HistoryStrings", typeof(HistoryStrings).GetTypeInfo().Assembly);
resourceMan = temp;
}
return resourceMan;
}
}
/// <summary>
/// Overrides the current thread's CurrentUICulture property for all
/// resource lookups using this strongly typed resource class.
/// </summary>
[global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
internal static global::System.Globalization.CultureInfo Culture {
get {
return resourceCulture;
}
set {
resourceCulture = value;
}
}
/// <summary>
/// Looks up a localized string similar to Cannot add history because the input object has a format that is not valid..
/// </summary>
internal static string AddHistoryInvalidInput {
get {
return ResourceManager.GetString("AddHistoryInvalidInput", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Note: {0} entries were cleared from the session history..
/// </summary>
internal static string ClearHistoryResult {
get {
return ResourceManager.GetString("ClearHistoryResult", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to This command will clear all the entries from the session history..
/// </summary>
internal static string ClearHistoryWarning {
get {
return ResourceManager.GetString("ClearHistoryWarning", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to The identifier {0} is not valid. Specify a positive number, and then try again..
/// </summary>
internal static string InvalidCountValue {
get {
return ResourceManager.GetString("InvalidCountValue", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to The identifier {0} is not a valid value for a History identifier. Specify a positive number, and then try again..
/// </summary>
internal static string InvalidIdGetHistory {
get {
return ResourceManager.GetString("InvalidIdGetHistory", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to The Invoke-History cmdlet is called repeatedly, in a loop..
/// </summary>
internal static string InvokeHistoryLoopDetected {
get {
return ResourceManager.GetString("InvokeHistoryLoopDetected", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Cannot process multiple history commands. You can only run a single command by using Invoke-History..
/// </summary>
internal static string InvokeHistoryMultipleCommandsError {
get {
return ResourceManager.GetString("InvokeHistoryMultipleCommandsError", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to The count cannot be combined with multiple CommandLine parameters..
/// </summary>
internal static string NoCountWithMultipleCmdLine {
get {
return ResourceManager.GetString("NoCountWithMultipleCmdLine", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to The count cannot be combined with multiple Ids..
/// </summary>
internal static string NoCountWithMultipleIds {
get {
return ResourceManager.GetString("NoCountWithMultipleIds", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Cannot locate the history for command line {0}..
/// </summary>
internal static string NoHistoryForCommandline {
get {
return ResourceManager.GetString("NoHistoryForCommandline", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Cannot locate the history for Id {0}..
/// </summary>
internal static string NoHistoryForId {
get {
return ResourceManager.GetString("NoHistoryForId", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Cannot locate history..
/// </summary>
internal static string NoHistoryFound {
get {
return ResourceManager.GetString("NoHistoryFound", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Cannot locate most recent history..
/// </summary>
internal static string NoLastHistoryEntryFound {
get {
return ResourceManager.GetString("NoLastHistoryEntryFound", resourceCulture);
}
}
}

Some files were not shown because too many files have changed in this diff Show more