xenadmin/XenAdmin/XenAdmin.csproj

6176 lines
297 KiB
XML
Raw Normal View History

<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="17.0">
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProductVersion>9.0.30729</ProductVersion>
<SchemaVersion>2.0</SchemaVersion>
<ProjectGuid>{70BDA4BC-F062-4302-8ACD-A15D8BF31D65}</ProjectGuid>
<OutputType>WinExe</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>XenAdmin</RootNamespace>
<AssemblyName>XCP-ng Center</AssemblyName>
<ApplicationIcon>AppIcon.ico</ApplicationIcon>
<TargetFrameworkVersion>v4.8</TargetFrameworkVersion>
<PublishUrl>publish\</PublishUrl>
<Install>true</Install>
<InstallFrom>Disk</InstallFrom>
<UpdateEnabled>false</UpdateEnabled>
<UpdateMode>Foreground</UpdateMode>
<UpdateInterval>7</UpdateInterval>
<UpdateIntervalUnits>Days</UpdateIntervalUnits>
<UpdatePeriodically>false</UpdatePeriodically>
<UpdateRequired>false</UpdateRequired>
<MapFileExtensions>true</MapFileExtensions>
<ApplicationRevision>0</ApplicationRevision>
<ApplicationVersion>1.0.0.%2a</ApplicationVersion>
<IsWebBootstrapper>false</IsWebBootstrapper>
<UseApplicationTrust>false</UseApplicationTrust>
<BootstrapperEnabled>true</BootstrapperEnabled>
<TargetFrameworkProfile />
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>
<OutputPath>bin\Debug\</OutputPath>
<DefineConstants>TRACE;DEBUG</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<UseVSHostingProcess>true</UseVSHostingProcess>
<Prefer32Bit>false</Prefer32Bit>
<SignManifests>false</SignManifests>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>pdbonly</DebugType>
<Optimize>true</Optimize>
<OutputPath>bin\Release\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
<Prefer32Bit>false</Prefer32Bit>
<SignManifests>true</SignManifests>
</PropertyGroup>
<PropertyGroup>
<ApplicationManifest>app.manifest</ApplicationManifest>
</PropertyGroup>
<ItemGroup>
<Reference Include="DiscUtils, Version=0.11.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\DiscUtils.dll</HintPath>
</Reference>
<Reference Include="log4net">
<HintPath>..\packages\log4net.dll</HintPath>
</Reference>
<Reference Include="Microsoft.ReportViewer.WinForms, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
<HintPath>ReportViewer\Microsoft.ReportViewer.WinForms.dll</HintPath>
<SpecificVersion>False</SpecificVersion>
<Private>True</Private>
</Reference>
<Reference Include="MSTSCLib, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>RDP\MSTSCLib.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.configuration" />
<Reference Include="System.Core">
<RequiredTargetFramework>3.5</RequiredTargetFramework>
</Reference>
<Reference Include="System.Data" />
<Reference Include="System.Design" />
<Reference Include="System.Drawing" />
<Reference Include="System.Management" />
<Reference Include="System.Security" />
<Reference Include="System.Web" />
<Reference Include="System.Web.Extensions" />
<Reference Include="System.Windows.Forms" />
<Reference Include="System.Windows.Forms.DataVisualization" />
<Reference Include="System.Xml" />
</ItemGroup>
<ItemGroup>
<Compile Include="..\CommonAssemblyInfo.cs">
<Link>Properties\CommonAssemblyInfo.cs</Link>
</Compile>
<Compile Include="Actions\GUIActions\ExportResourceReportAction.cs" />
<Compile Include="Actions\GUIActions\DismissAlertsAction.cs" />
<Compile Include="Actions\GUIActions\ExternalPluginAction.cs" />
<Compile Include="Actions\GUIActions\MeddlingAction.cs" />
<Compile Include="Actions\GUIActions\SaveDataSourceStateAction.cs" />
<Compile Include="Actions\GUIActions\SearchAction.cs" />
<Compile Include="Alerts\Types\CssExpiryAlert.cs" />
<Compile Include="Alerts\Types\FailedLoginAttemptAlert.cs" />
<Compile Include="Alerts\Types\CertificateAlert.cs" />
<Compile Include="Alerts\Types\AlarmMessageAlert.cs" />
<Compile Include="Alerts\Types\HotfixEligibilityAlert.cs" />
<Compile Include="Alerts\Types\LeafCoalesceAlert.cs" />
<Compile Include="Alerts\Types\PolicyAlert.cs" />
<Compile Include="Alerts\Types\DuplicateIqnAlert.cs" />
<Compile Include="Alerts\Types\MissingIqnAlert.cs" />
<Compile Include="Alerts\Types\GuiOldAlert.cs" />
<Compile Include="Alerts\Types\MessageAlert.cs" />
<Compile Include="Commands\DockerContainerCommand.cs" />
<Compile Include="Commands\VtpmCommand.cs" />
<Compile Include="Controls\ClientIdControl.cs">
<SubType>UserControl</SubType>
</Compile>
<Compile Include="Controls\ClientIdControl.Designer.cs">
<DependentUpon>ClientIdControl.cs</DependentUpon>
</Compile>
<Compile Include="Controls\SmartScrollTextBox.cs">
<SubType>Component</SubType>
</Compile>
<Compile Include="Commands\ChangeControlDomainMemoryCommand.cs" />
<Compile Include="Commands\Controls\PoolRemoveServerToolStripMenuItem.cs">
<SubType>Component</SubType>
</Compile>
<Compile Include="Commands\EnableTlsVerificationCommand.cs" />
<Compile Include="Commands\RotatePoolSecretCommand.cs" />
<Compile Include="Commands\CertificateCommand.cs" />
<Compile Include="Commands\LaunchConversionManagerCommand.cs" />
<Compile Include="Commands\CrossPoolMoveVMCommand.cs" />
<Compile Include="Commands\DisableChangedBlockTrackingCommand.cs" />
<Compile Include="Commands\DragDropCrossPoolMoveHaltedVMCommand.cs" />
CP-16922: Implement GUI for enabling PVS read caching (#1179) * CP-16922: UI changes to PvsPage to replace the single configure button with a separate enable and disable one, per the design doc * CP-16922: Intermediate checkin - command + dialog implemented, but PVS page has some layout problems. * CP-16922: Implement GUI for enabling PVS read caching and marking/unmarking VMs for prepopulation Fix the broken layout by reverting MainWindow.resx (which shouldn't have changed) back to the previous commit. Also removed duplicate properties button code. * CP-16922: PVS Page changes, to properly display all VMs (not just ones with proxy), only populating proxy columns if there is a proxy set. * CP-16922: Use a CommandButton for the enable button, connected to the same command as the VM main menu button, and using the table selection as its selection manager. * CP-16922: Delete the old enable button click behaviour (because it now has a proper command), was causing the dialog to show up twice * CP-16922: Properly list VMs by hiding those that should be hidden (in addition to non-VMs, also hide the __gui__ prefix and others covered by Show function). Also fixes a bug in NewVMGroupVMsPage discovered when fixing this - it would show VMs that should be hidden if you used the search bar. * CP-16922: Use ButtonText on the Command to set the text on the PVS enable button * CP-16922: Add the disable PVS read-caching command, and its associated proxy destroy action. Both based off enable equivalents (main difference is no dialog for now). Not used yet but will be in main window menu + disable button * CP-16922: Add disable PVS read-caching to the main window menu (under enable), with the disable command attached to it * CP-16922: Add support for disabling PVS read-caching for selected hosts via the PVS tab page by converting the disable button into a CommandButton in the same way as the enable button, using its own command + selection manager (because Selection Managers only bind to one control) * CP-16922: Design - adding the "read caching enabled" column from the design, so that we display both whether caching is enabled and whether the VM is currently cached. If it's disabled all other values are missing. * CP-16922: Add the PVS site column per the design to show the site a VM's PVS Proxy is on if it has a proxy * CP-16922: Add an event handler for VMs changing so that newly provisioned VMs immediately show up in the PVS tab page * CP-16922: Support for properly remembering the selection when the VM list is refreshed. A new method returns the list of VMs for the selected rows, and we can then check if the VM for the row being added is in this list. If there was no previous selection then we still select the first row by default. * CP-16922: Remove prepopulate, which is being removed from the design. The next XAPI version will remove it, so just pass False as prepopulate for now, and remove the option from the dialog and PVS tab page. * CP-16922: Improve UI appearance for a missing Storage Repository. Per the design, if there is no SR show the message None (memory only) instead of an empty cell * CP-16922: Improved sorting behaviour. All columns (except VM name, which always uses it) use the VM tag as a sorting fallback (since they all have duplicates). New default sort which sorts by caching enabled first (yes before no), and then VM tag as a tiebreaker. Support for remembering the current sort on refresh, ie when a value changes. * CP-16922: Refactoring to use a VM extension method to get the PVSProxy (or null if none exists) for a VM. This was used in the PVS Page + commands which are now much simpler. * CP-16922: Move where the SelectionChanged event handler is set when refreshing the PVS table, so that the command buttons are updated correctly. * CP-16922: Improvements to PVS read-caching dialog. Set accept/cancel buttons properly + adjust tab values, so focus acts as expected * CP-16922: Remove the images from the menu for Enable/Disable PVS read-caching, most commands in the menu don't have one * CP-16922: Sorting out the strings for the actions + ParallelAction calls, and moving them into the resx. Also reverting wrong MainWindow.resx changes. * CAR-2184: XAPI changes. I've made the minimal possible changes to PvsPage to ensure it compiles, but it's had a lot of feature work (CP-16922) that supersedes this, these small changes should keep that merge painless. * CAR-2184 XAPI: Reverse the unrelated changes, only keep the PVS ones. * CP-16922: Merge latest XAPI changes, notably changes to Pvs_site.create * CP-16922: Change tab show/hide logic for PVS tab, show it even if there are no PVS sites. * CP-16922: Implement GUI for enabling PVS read caching Design changes - remove the storage repo column and replace it with status, which is populated with a friendly version of the pvs_proxy_status enum. Also populate site list using site.name_label Signed-off-by: Callum McIntyre <callumiandavid.mcintyre@citrix.com> * CP-16922: Implement GUI for enabling PVS read caching Adjusting the CanExecute of Enable PVS read-caching command to require at least one PVS site to be created. Since the PVS tab can show up without any sites, we need this because we can't create a proxy without a site. * CP-16922: Code review changes. Tidied up messages, and ensured actions run async properly, and without exiting before their task. * CP-16922: Code review changes. Update dialog resx, wider combobox on dialog, update action descriptions before setting RelatedTask, add friendly message body for PVS error notifications.
2016-09-22 16:08:15 +02:00
<Compile Include="Commands\DisablePvsReadCachingCommand.cs" />
<Compile Include="Commands\EnablePvsReadCachingCommand.cs" />
<Compile Include="Commands\PauseVMCommand.cs" />
<Compile Include="Commands\Controls\EditPropertiesToolStripMenuItem.cs">
<SubType>Component</SubType>
</Compile>
<Compile Include="Commands\CrossPoolMigrateToHomeCommand.cs" />
<Compile Include="Commands\TrimSRCommand.cs" />
<Compile Include="Commands\ExportResourceReportCommand.cs" />
<Compile Include="Commands\UnPauseVMCommand.cs" />
<Compile Include="Controls\AffinityPicker.cs">
<SubType>UserControl</SubType>
</Compile>
<Compile Include="Controls\AffinityPicker.Designer.cs">
<DependentUpon>AffinityPicker.cs</DependentUpon>
</Compile>
<Compile Include="Controls\Ballooning\MemorySpinner.cs">
<SubType>UserControl</SubType>
</Compile>
<Compile Include="Controls\Ballooning\MemorySpinner.Designer.cs">
<DependentUpon>MemorySpinner.cs</DependentUpon>
</Compile>
<Compile Include="Controls\Ballooning\MemoryRowLabel.cs">
<SubType>UserControl</SubType>
</Compile>
<Compile Include="Controls\Ballooning\MemoryRowLabel.Designer.cs">
<DependentUpon>MemoryRowLabel.cs</DependentUpon>
</Compile>
<Compile Include="Controls\ChevronButton.cs">
<SubType>UserControl</SubType>
</Compile>
<Compile Include="Controls\ChevronButton.Designer.cs">
<DependentUpon>ChevronButton.cs</DependentUpon>
</Compile>
<Compile Include="Controls\ComboBoxes\CPUTopologyComboBox.cs">
<SubType>Component</SubType>
</Compile>
<Compile Include="Controls\ConsolePanel.Designer.cs">
<DependentUpon>ConsolePanel.cs</DependentUpon>
</Compile>
<Compile Include="Controls\DataGridViewEx\CollapsingPoolHostRowSorter.cs" />
<Compile Include="Controls\DataGridViewEx\DataGridViewEx.cs">
<SubType>Component</SubType>
</Compile>
<Compile Include="Controls\DataGridViewEx\DataGridViewEx.Designer.cs">
<DependentUpon>DataGridViewEx.cs</DependentUpon>
</Compile>
<Compile Include="Controls\DataGridViewTextAndImageCell.cs" />
<Compile Include="Controls\ComboBoxes\EnableableComboBoxEditingControl.cs">
<SubType>Component</SubType>
</Compile>
<Compile Include="Controls\DateTimeMinutes15.cs">
<SubType>Component</SubType>
</Compile>
<Compile Include="Controls\DiskSpinner.cs">
<SubType>UserControl</SubType>
</Compile>
<Compile Include="Controls\DiskSpinner.Designer.cs">
<DependentUpon>DiskSpinner.cs</DependentUpon>
</Compile>
<Compile Include="Controls\StatusStripEx.cs">
<SubType>Component</SubType>
</Compile>
<Compile Include="Controls\TreeViews\FolderChangeDialogTreeView.cs">
<SubType>Component</SubType>
</Compile>
<Compile Include="Controls\ListViewEx.cs">
<SubType>Component</SubType>
</Compile>
<Compile Include="Controls\CustomGridView\GridTreeExpanderItem.cs" />
<Compile Include="Controls\PvsCacheStorageRow.cs">
<SubType>UserControl</SubType>
</Compile>
<Compile Include="Controls\PvsCacheStorageRow.Designer.cs">
<DependentUpon>PvsCacheStorageRow.cs</DependentUpon>
</Compile>
<Compile Include="Controls\NonReopeningContextMenuStrip.cs">
<SubType>Component</SubType>
</Compile>
<Compile Include="Controls\ColorsHelper.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="Controls\ColorsHelper.Designer.cs">
<DependentUpon>ColorsHelper.cs</DependentUpon>
</Compile>
<Compile Include="Controls\ShadowPanel.cs">
<SubType>Component</SubType>
</Compile>
<Compile Include="Controls\SpinnerIcon.cs">
<SubType>Component</SubType>
</Compile>
<Compile Include="Controls\Tags\TagList.cs" />
<Compile Include="Controls\Tags\TagButton.cs">
<SubType>UserControl</SubType>
</Compile>
<Compile Include="Controls\Tags\TagsEditor.cs">
<SubType>Component</SubType>
</Compile>
<Compile Include="Core\Metadata.cs" />
<Compile Include="Diagnostics\Checks\AssertCanEvacuateCheck.cs" />
<Compile Include="Diagnostics\Checks\AssertCanEvacuateUpgradeCheck.cs" />
<Compile Include="Diagnostics\Checks\AutomatedUpdatesLicenseCheck.cs" />
<Compile Include="Diagnostics\Checks\DiskSpaceForBatchUpdatesCheck.cs" />
<Compile Include="Diagnostics\Checks\HealthCheckServiceCheck.cs" />
<Compile Include="Diagnostics\Checks\PoolContainerManagementCheck.cs" />
<Compile Include="Diagnostics\Checks\PoolHasDeprecatedSrsCheck.cs" />
<Compile Include="Diagnostics\Checks\UpgradeRequiresEua.cs" />
<Compile Include="Diagnostics\Checks\PowerOniLoCheck.cs" />
<Compile Include="Diagnostics\Checks\PoolLegacySslCheck.cs" />
<Compile Include="Diagnostics\Checks\PrepareToUpgradeCheck.cs" />
<Compile Include="Diagnostics\Checks\CertificateKeyLengthCheck.cs" />
<Compile Include="Diagnostics\Checks\PVGuestsCheck.cs" />
<Compile Include="Diagnostics\Checks\RebootPendingOnMasterCheck.cs" />
<Compile Include="Diagnostics\Checks\HostNeedsRebootCheck.cs" />
<Compile Include="Diagnostics\Checks\OutOfSyncWithCdnCheck.cs" />
<Compile Include="Diagnostics\Checks\SafeToUpgradeCheck.cs" />
<Compile Include="Diagnostics\Checks\ServerSelectionCheck.cs" />
<Compile Include="Diagnostics\Checks\VSwitchControllerCheck.cs" />
<Compile Include="Diagnostics\Checks\ClientVersionCheck.cs" />
<Compile Include="Diagnostics\Checks\HostMemoryPostUpgradeCheck.cs" />
<Compile Include="Diagnostics\Problems\HostProblem\BrokenSR.cs" />
<Compile Include="Diagnostics\Problems\HostProblem\CertificateKeyLengthProblem.cs" />
<Compile Include="Diagnostics\Problems\HostProblem\PowerOniLoProblem.cs" />
<Compile Include="Diagnostics\Problems\PoolProblem\ContainerManagementProblem.cs" />
<Compile Include="Diagnostics\Problems\PoolProblem\HealthCheckServiceProblem.cs" />
<Compile Include="Diagnostics\Problems\PoolProblem\LegacySslProblem.cs" />
<Compile Include="Diagnostics\Problems\PoolProblem\PoolHasFCoESrWarning.cs" />
<Compile Include="Diagnostics\Problems\PoolProblem\PoolHasPVGuestWarningUrl.cs" />
<Compile Include="Diagnostics\Problems\HostProblem\HostMemoryPostUpgradeWarning.cs" />
<Compile Include="Diagnostics\Problems\HostProblem\HostPrepareToUpgradeProblem.cs" />
<Compile Include="Diagnostics\Problems\HostProblem\LicenseRestrictionProblem.cs" />
<Compile Include="Diagnostics\Problems\PoolProblem\MasterIsPendingRestartProblems.cs" />
<Compile Include="Diagnostics\Problems\HostProblem\PrerequisiteUpdateMissing.cs" />
<Compile Include="Diagnostics\Problems\HostProblem\HostNeedsReboot.cs" />
<Compile Include="Diagnostics\Problems\HostProblem\HostNotSafeToUpgradeWarning.cs" />
<Compile Include="Diagnostics\Problems\HostProblem\HostOutOfSpaceProblem.cs" />
<Compile Include="Diagnostics\Problems\HostProblem\ConflictingUpdatePresent.cs" />
<Compile Include="Diagnostics\Problems\PoolProblem\CPUIncompatibilityProblem.cs" />
<Compile Include="Diagnostics\Problems\PoolProblem\NotLicensedForAutomatedUpdatesWarning.cs" />
<Compile Include="Diagnostics\Problems\PoolProblem\ServerSelectionProblem.cs" />
<Compile Include="Diagnostics\Problems\PoolProblem\VSwitchControllerProblem.cs" />
<Compile Include="Diagnostics\Problems\UtilityProblem\EuaNotFoundProblem.cs" />
<Compile Include="Diagnostics\Problems\UtilityProblem\EuaNotAcceptedProblem.cs" />
<Compile Include="Diagnostics\Problems\UtilityProblem\CfuNotAvailableProblem.cs" />
<Compile Include="Diagnostics\Problems\VMProblem\InvalidVCPUConfiguration.cs" />
<Compile Include="Dialogs\AcceptEuaDialog.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="Dialogs\AcceptEuaDialog.Designer.cs">
<DependentUpon>AcceptEuaDialog.cs</DependentUpon>
</Compile>
<Compile Include="Dialogs\AddVGPUDialog.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="Dialogs\AddVGPUDialog.Designer.cs">
<DependentUpon>AddVGPUDialog.cs</DependentUpon>
</Compile>
<Compile Include="Dialogs\AttachUsbDialog.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="Dialogs\AttachUsbDialog.Designer.cs">
<DependentUpon>AttachUsbDialog.cs</DependentUpon>
</Compile>
<Compile Include="Diagnostics\Problems\ClientVersionProblem.cs" />
<Compile Include="Dialogs\ClientIdDialog.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="Dialogs\ClientIdDialog.Designer.cs">
<DependentUpon>ClientIdDialog.cs</DependentUpon>
</Compile>
<Compile Include="Dialogs\ConversionDialog.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="Dialogs\ConversionDialog.Designer.cs">
<DependentUpon>ConversionDialog.cs</DependentUpon>
</Compile>
<Compile Include="Dialogs\ConversionVmSelectionDialog.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="Dialogs\ConversionVmSelectionDialog.Designer.cs">
<DependentUpon>ConversionVmSelectionDialog.cs</DependentUpon>
</Compile>
CP-16922: Implement GUI for enabling PVS read caching (#1179) * CP-16922: UI changes to PvsPage to replace the single configure button with a separate enable and disable one, per the design doc * CP-16922: Intermediate checkin - command + dialog implemented, but PVS page has some layout problems. * CP-16922: Implement GUI for enabling PVS read caching and marking/unmarking VMs for prepopulation Fix the broken layout by reverting MainWindow.resx (which shouldn't have changed) back to the previous commit. Also removed duplicate properties button code. * CP-16922: PVS Page changes, to properly display all VMs (not just ones with proxy), only populating proxy columns if there is a proxy set. * CP-16922: Use a CommandButton for the enable button, connected to the same command as the VM main menu button, and using the table selection as its selection manager. * CP-16922: Delete the old enable button click behaviour (because it now has a proper command), was causing the dialog to show up twice * CP-16922: Properly list VMs by hiding those that should be hidden (in addition to non-VMs, also hide the __gui__ prefix and others covered by Show function). Also fixes a bug in NewVMGroupVMsPage discovered when fixing this - it would show VMs that should be hidden if you used the search bar. * CP-16922: Use ButtonText on the Command to set the text on the PVS enable button * CP-16922: Add the disable PVS read-caching command, and its associated proxy destroy action. Both based off enable equivalents (main difference is no dialog for now). Not used yet but will be in main window menu + disable button * CP-16922: Add disable PVS read-caching to the main window menu (under enable), with the disable command attached to it * CP-16922: Add support for disabling PVS read-caching for selected hosts via the PVS tab page by converting the disable button into a CommandButton in the same way as the enable button, using its own command + selection manager (because Selection Managers only bind to one control) * CP-16922: Design - adding the "read caching enabled" column from the design, so that we display both whether caching is enabled and whether the VM is currently cached. If it's disabled all other values are missing. * CP-16922: Add the PVS site column per the design to show the site a VM's PVS Proxy is on if it has a proxy * CP-16922: Add an event handler for VMs changing so that newly provisioned VMs immediately show up in the PVS tab page * CP-16922: Support for properly remembering the selection when the VM list is refreshed. A new method returns the list of VMs for the selected rows, and we can then check if the VM for the row being added is in this list. If there was no previous selection then we still select the first row by default. * CP-16922: Remove prepopulate, which is being removed from the design. The next XAPI version will remove it, so just pass False as prepopulate for now, and remove the option from the dialog and PVS tab page. * CP-16922: Improve UI appearance for a missing Storage Repository. Per the design, if there is no SR show the message None (memory only) instead of an empty cell * CP-16922: Improved sorting behaviour. All columns (except VM name, which always uses it) use the VM tag as a sorting fallback (since they all have duplicates). New default sort which sorts by caching enabled first (yes before no), and then VM tag as a tiebreaker. Support for remembering the current sort on refresh, ie when a value changes. * CP-16922: Refactoring to use a VM extension method to get the PVSProxy (or null if none exists) for a VM. This was used in the PVS Page + commands which are now much simpler. * CP-16922: Move where the SelectionChanged event handler is set when refreshing the PVS table, so that the command buttons are updated correctly. * CP-16922: Improvements to PVS read-caching dialog. Set accept/cancel buttons properly + adjust tab values, so focus acts as expected * CP-16922: Remove the images from the menu for Enable/Disable PVS read-caching, most commands in the menu don't have one * CP-16922: Sorting out the strings for the actions + ParallelAction calls, and moving them into the resx. Also reverting wrong MainWindow.resx changes. * CAR-2184: XAPI changes. I've made the minimal possible changes to PvsPage to ensure it compiles, but it's had a lot of feature work (CP-16922) that supersedes this, these small changes should keep that merge painless. * CAR-2184 XAPI: Reverse the unrelated changes, only keep the PVS ones. * CP-16922: Merge latest XAPI changes, notably changes to Pvs_site.create * CP-16922: Change tab show/hide logic for PVS tab, show it even if there are no PVS sites. * CP-16922: Implement GUI for enabling PVS read caching Design changes - remove the storage repo column and replace it with status, which is populated with a friendly version of the pvs_proxy_status enum. Also populate site list using site.name_label Signed-off-by: Callum McIntyre <callumiandavid.mcintyre@citrix.com> * CP-16922: Implement GUI for enabling PVS read caching Adjusting the CanExecute of Enable PVS read-caching command to require at least one PVS site to be created. Since the PVS tab can show up without any sites, we need this because we can't create a proxy without a site. * CP-16922: Code review changes. Tidied up messages, and ensured actions run async properly, and without exiting before their task. * CP-16922: Code review changes. Update dialog resx, wider combobox on dialog, update action descriptions before setting RelatedTask, add friendly message body for PVS error notifications.
2016-09-22 16:08:15 +02:00
<Compile Include="Dialogs\EnablePvsReadCachingDialog.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="Dialogs\EnablePvsReadCachingDialog.Designer.cs">
<DependentUpon>EnablePvsReadCachingDialog.cs</DependentUpon>
</Compile>
<Compile Include="Dialogs\InstallCertificateDialog.Designer.cs">
<DependentUpon>InstallCertificateDialog.cs</DependentUpon>
</Compile>
<Compile Include="Dialogs\VtpmManagementPage.cs">
<SubType>UserControl</SubType>
</Compile>
<Compile Include="Dialogs\VtpmManagementPage.Designer.cs">
<DependentUpon>VtpmManagementPage.cs</DependentUpon>
</Compile>
<Compile Include="Dialogs\VtpmManagementDialog.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="Dialogs\VtpmManagementDialog.Designer.cs">
<DependentUpon>VtpmManagementDialog.cs</DependentUpon>
</Compile>
<Compile Include="Dialogs\OptionsPages\ConfirmationOptionsPage.cs">
<SubType>UserControl</SubType>
</Compile>
<Compile Include="Dialogs\OptionsPages\ConfirmationOptionsPage.Designer.cs">
<DependentUpon>ConfirmationOptionsPage.cs</DependentUpon>
</Compile>
<Compile Include="Dialogs\OptionsPages\ExternalToolsOptionsPage.cs">
<SubType>UserControl</SubType>
</Compile>
<Compile Include="Dialogs\OptionsPages\ExternalToolsOptionsPage.Designer.cs">
<DependentUpon>ExternalToolsOptionsPage.cs</DependentUpon>
</Compile>
<Compile Include="Dialogs\OvfValidationDialog.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="Dialogs\OvfValidationDialog.Designer.cs">
<DependentUpon>OvfValidationDialog.cs</DependentUpon>
</Compile>
<Compile Include="Dialogs\ControlDomainMemoryDialog.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="Dialogs\ControlDomainMemoryDialog.Designer.cs">
<DependentUpon>ControlDomainMemoryDialog.cs</DependentUpon>
</Compile>
<Compile Include="Dialogs\ExportVMDialog.cs">
2015-05-18 16:23:32 +02:00
</Compile>
<Compile Include="Dialogs\OptionsPages\SaveAndRestoreOptionsPage.cs">
<SubType>UserControl</SubType>
</Compile>
<Compile Include="Dialogs\OptionsPages\SaveAndRestoreOptionsPage.Designer.cs">
<DependentUpon>SaveAndRestoreOptionsPage.cs</DependentUpon>
</Compile>
<Compile Include="Dialogs\ResolvingSubjectsDialog.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="Dialogs\ResolvingSubjectsDialog.Designer.cs">
<DependentUpon>ResolvingSubjectsDialog.cs</DependentUpon>
</Compile>
<Compile Include="Dialogs\RoleElevationDialog.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="Dialogs\RoleElevationDialog.Designer.cs">
<DependentUpon>RoleElevationDialog.cs</DependentUpon>
</Compile>
<Compile Include="Dialogs\RoleSelectionDialog.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="Dialogs\RoleSelectionDialog.Designer.cs">
<DependentUpon>RoleSelectionDialog.cs</DependentUpon>
</Compile>
<Compile Include="Dialogs\ScreenShotDialog.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="Dialogs\ScreenShotDialog.Designer.cs">
<DependentUpon>ScreenShotDialog.cs</DependentUpon>
</Compile>
<Compile Include="Dialogs\BallooningDialog.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="Dialogs\BallooningDialog.Designer.cs">
<DependentUpon>BallooningDialog.cs</DependentUpon>
</Compile>
<Compile Include="Properties\Resources.Designer.cs">
<AutoGen>True</AutoGen>
<DesignTime>True</DesignTime>
<DependentUpon>Resources.resx</DependentUpon>
</Compile>
<Compile Include="RDP\IRdpClient.cs" />
<Compile Include="SettingsPanels\ClusteringEditPage.cs">
<SubType>UserControl</SubType>
</Compile>
<Compile Include="SettingsPanels\ClusteringEditPage.Designer.cs">
<DependentUpon>ClusteringEditPage.cs</DependentUpon>
</Compile>
<Compile Include="SettingsPanels\LivePatchingEditPage.cs">
<SubType>UserControl</SubType>
</Compile>
<Compile Include="SettingsPanels\LivePatchingEditPage.Designer.cs">
<DependentUpon>LivePatchingEditPage.cs</DependentUpon>
</Compile>
<Compile Include="SettingsPanels\NetworkOptionsEditPage.cs">
<SubType>UserControl</SubType>
</Compile>
<Compile Include="SettingsPanels\NetworkOptionsEditPage.Designer.cs">
<DependentUpon>NetworkOptionsEditPage.cs</DependentUpon>
</Compile>
<Compile Include="SettingsPanels\NRPEEditPage.cs">
<SubType>UserControl</SubType>
</Compile>
<Compile Include="SettingsPanels\NRPEEditPage.Designer.cs">
<DependentUpon>NRPEEditPage.cs</DependentUpon>
</Compile>
<Compile Include="SettingsPanels\NRPEEditPage.CheckGroup.cs">
<DependentUpon>NRPEEditPage.cs</DependentUpon>
<SubType>UserControl</SubType>
</Compile>
<Compile Include="SettingsPanels\PoolAdvancedEditPage.cs">
<SubType>UserControl</SubType>
</Compile>
<Compile Include="SettingsPanels\PoolAdvancedEditPage.Designer.cs">
<DependentUpon>PoolAdvancedEditPage.cs</DependentUpon>
</Compile>
<Compile Include="SettingsPanels\SecurityEditPage.cs">
<SubType>UserControl</SubType>
</Compile>
<Compile Include="SettingsPanels\SecurityEditPage.Designer.cs">
<DependentUpon>SecurityEditPage.cs</DependentUpon>
</Compile>
<Compile Include="SettingsPanels\SrReadCachingEditPage.cs">
<SubType>UserControl</SubType>
</Compile>
<Compile Include="SettingsPanels\SrReadCachingEditPage.Designer.cs">
<DependentUpon>SrReadCachingEditPage.cs</DependentUpon>
</Compile>
<Compile Include="SettingsPanels\USBEditPage.cs">
<SubType>UserControl</SubType>
</Compile>
<Compile Include="SettingsPanels\USBEditPage.Designer.cs">
<DependentUpon>USBEditPage.cs</DependentUpon>
</Compile>
<Compile Include="SettingsPanels\VMEnlightenmentEditPage.cs">
<SubType>UserControl</SubType>
</Compile>
<Compile Include="SettingsPanels\VMEnlightenmentEditPage.Designer.cs">
<DependentUpon>VMEnlightenmentEditPage.cs</DependentUpon>
</Compile>
<Compile Include="SettingsPanels\Wlb\WlbAdvancedSettingsPage.cs">
<SubType>UserControl</SubType>
</Compile>
<Compile Include="SettingsPanels\Wlb\WlbAdvancedSettingsPage.Designer.cs">
<DependentUpon>WlbAdvancedSettingsPage.cs</DependentUpon>
</Compile>
<Compile Include="SettingsPanels\Wlb\WlbAutomationPage.cs">
<SubType>UserControl</SubType>
</Compile>
<Compile Include="SettingsPanels\Wlb\WlbAutomationPage.Designer.cs">
<DependentUpon>WlbAutomationPage.cs</DependentUpon>
</Compile>
<Compile Include="SettingsPanels\Wlb\WlbMetricWeightingPage.cs">
<SubType>UserControl</SubType>
</Compile>
<Compile Include="SettingsPanels\Wlb\WlbMetricWeightingPage.Designer.cs">
<DependentUpon>WlbMetricWeightingPage.cs</DependentUpon>
</Compile>
<Compile Include="SettingsPanels\Wlb\WlbOptimizationModePage.cs">
<SubType>UserControl</SubType>
</Compile>
<Compile Include="SettingsPanels\Wlb\WlbOptimizationModePage.Designer.cs">
<DependentUpon>WlbOptimizationModePage.cs</DependentUpon>
</Compile>
<Compile Include="SettingsPanels\Wlb\WlbThresholdsPage.cs">
<SubType>UserControl</SubType>
</Compile>
<Compile Include="SettingsPanels\Wlb\WlbThresholdsPage.Designer.cs">
<DependentUpon>WlbThresholdsPage.cs</DependentUpon>
</Compile>
<Compile Include="Plugins\Features\ParentMenuItemFeature.cs" />
<Compile Include="SplashScreen.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="SplashScreen.Designer.cs">
<DependentUpon>SplashScreen.cs</DependentUpon>
</Compile>
<Compile Include="SplashScreenContext.cs" />
<Compile Include="TabPages\BaseTabPage.cs">
<SubType>UserControl</SubType>
</Compile>
<Compile Include="TabPages\BaseTabPage.Designer.cs">
<DependentUpon>BaseTabPage.cs</DependentUpon>
</Compile>
<Compile Include="TabPages\DockerDetailsPage.cs">
<SubType>UserControl</SubType>
</Compile>
<Compile Include="TabPages\DockerDetailsPage.Designer.cs">
<DependentUpon>DockerDetailsPage.cs</DependentUpon>
</Compile>
<Compile Include="TabPages\DockerProcessPage.cs">
<SubType>UserControl</SubType>
</Compile>
<Compile Include="TabPages\DockerProcessPage.Designer.cs" />
<Compile Include="TabPages\HomePage.cs">
<SubType>Component</SubType>
</Compile>
<Compile Include="TabPages\HomePage.Designer.cs">
<DependentUpon>HomePage.cs</DependentUpon>
</Compile>
<Compile Include="TabPages\NotificationsBasePage.cs">
<SubType>UserControl</SubType>
</Compile>
<Compile Include="TabPages\SnapshotsPage.cs">
<SubType>UserControl</SubType>
</Compile>
<Compile Include="TabPages\SnapshotsPage.designer.cs">
<DependentUpon>SnapshotsPage.cs</DependentUpon>
</Compile>
<Compile Include="Core\Clip.cs" />
<Compile Include="Controls\BootOrderListBox.cs">
<SubType>Component</SubType>
</Compile>
<Compile Include="Diagnostics\Problems\VMProblem\ToolsCD.cs" />
<Compile Include="Dialogs\AdPasswordPrompt.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="Dialogs\AdPasswordPrompt.Designer.cs">
<DependentUpon>AdPasswordPrompt.cs</DependentUpon>
</Compile>
<Compile Include="Dialogs\NetworkingProperties.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="Dialogs\NetworkingProperties.Designer.cs">
<DependentUpon>NetworkingProperties.cs</DependentUpon>
</Compile>
<Compile Include="Dialogs\OptionsDialog.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="Dialogs\OptionsDialog.Designer.cs">
<DependentUpon>OptionsDialog.cs</DependentUpon>
</Compile>
<Compile Include="Dialogs\OptionsPages\ConnectionOptionsPage.cs">
<SubType>UserControl</SubType>
</Compile>
<Compile Include="Dialogs\OptionsPages\ConnectionOptionsPage.Designer.cs">
<DependentUpon>ConnectionOptionsPage.cs</DependentUpon>
</Compile>
<Compile Include="Dialogs\OptionsPages\ConsolesOptionsPage.cs">
<SubType>UserControl</SubType>
</Compile>
<Compile Include="Dialogs\OptionsPages\ConsolesOptionsPage.Designer.cs">
<DependentUpon>ConsolesOptionsPage.cs</DependentUpon>
</Compile>
<Compile Include="Dialogs\OptionsPages\DisplayOptionsPage.cs">
<SubType>UserControl</SubType>
</Compile>
<Compile Include="Dialogs\OptionsPages\DisplayOptionsPage.Designer.cs">
<DependentUpon>DisplayOptionsPage.cs</DependentUpon>
</Compile>
<Compile Include="Dialogs\OptionsPages\IOptionsPage.cs" />
<Compile Include="Dialogs\OptionsPages\SecurityOptionsPage.cs">
<SubType>UserControl</SubType>
</Compile>
<Compile Include="Dialogs\OptionsPages\SecurityOptionsPage.Designer.cs">
<DependentUpon>SecurityOptionsPage.cs</DependentUpon>
</Compile>
<Compile Include="Dialogs\PropertiesDialog.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="Dialogs\PropertiesDialog.Designer.cs">
<DependentUpon>PropertiesDialog.cs</DependentUpon>
</Compile>
<Compile Include="Dialogs\VerticallyTabbedDialog.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="Dialogs\VerticallyTabbedDialog.Designer.cs">
<DependentUpon>VerticallyTabbedDialog.cs</DependentUpon>
</Compile>
<Compile Include="Plugins\Cmd\PowerShellCmd.cs" />
<Compile Include="Plugins\Cmd\ShellCmd.cs" />
<Compile Include="Plugins\Cmd\XenServerPowerShellCmd.cs" />
<Compile Include="Plugins\Features\Feature.cs" />
<Compile Include="Plugins\Features\MenuItemFeature.cs" />
<Compile Include="Plugins\Features\TabPageFeature.cs" />
<Compile Include="SettingsPanels\PerfmonAlertOptionsPage.cs">
<SubType>UserControl</SubType>
</Compile>
<Compile Include="SettingsPanels\PerfmonAlertOptionsPage.Designer.cs">
<DependentUpon>PerfmonAlertOptionsPage.cs</DependentUpon>
</Compile>
<Compile Include="Controls\CustomDataGraph\ArchiveMaintainer.cs">
</Compile>
<Compile Include="Controls\CustomDataGraph\DataArchive.cs" />
<Compile Include="Controls\CustomDataGraph\GraphList.cs">
<SubType>Component</SubType>
</Compile>
<Compile Include="Controls\CustomDataGraph\GraphList.Designer.cs">
<DependentUpon>GraphList.cs</DependentUpon>
</Compile>
<Compile Include="Controls\CustomDataGraph\LineRenderer.cs" />
<Compile Include="Controls\CustomGridView\GridItem.cs" />
<Compile Include="Controls\DecentGroupBox.cs">
<SubType>Component</SubType>
</Compile>
<Compile Include="Controls\DoubleBufferedListView.cs">
<SubType>Component</SubType>
</Compile>
<Compile Include="Controls\DoubleBufferedPanel.cs">
<SubType>Component</SubType>
</Compile>
<Compile Include="Controls\DoubleBufferedPanel.Designer.cs">
<DependentUpon>DoubleBufferedPanel.cs</DependentUpon>
</Compile>
<Compile Include="Controls\GradientPanel.cs">
<SubType>Component</SubType>
</Compile>
<Compile Include="Controls\HaNtolIndicator.cs">
<SubType>UserControl</SubType>
</Compile>
<Compile Include="Controls\HaNtolIndicator.Designer.cs">
<DependentUpon>HaNtolIndicator.cs</DependentUpon>
</Compile>
<Compile Include="Controls\ListViewColumnSorter.cs" />
<Compile Include="Controls\VerticalTabs.cs">
<SubType>Component</SubType>
</Compile>
<Compile Include="Core\FormFontFixer.cs" />
<Compile Include="Core\History.cs" />
<Compile Include="Core\Registry.cs" />
<Compile Include="Diagnostics\Checks\HaWlbOffCheck.cs" />
<Compile Include="Diagnostics\Problems\VMProblem\CannotMigrateVM.cs" />
<Compile Include="Diagnostics\Problems\PoolProblem\HAEnabledProblem.cs" />
<Compile Include="Dialogs\BondProperties.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="Dialogs\BondProperties.Designer.cs">
<DependentUpon>BondProperties.cs</DependentUpon>
</Compile>
<Compile Include="Dialogs\ConnectingToServerDialog.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="Dialogs\ConnectingToServerDialog.designer.cs">
<DependentUpon>ConnectingToServerDialog.cs</DependentUpon>
</Compile>
<Compile Include="Dialogs\EditVmHaPrioritiesDialog.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="Dialogs\EditVmHaPrioritiesDialog.Designer.cs">
<DependentUpon>EditVmHaPrioritiesDialog.cs</DependentUpon>
</Compile>
<Compile Include="Dialogs\NetworkingPropertiesPage.cs">
<SubType>UserControl</SubType>
</Compile>
<Compile Include="Dialogs\NetworkingPropertiesPage.Designer.cs">
<DependentUpon>NetworkingPropertiesPage.cs</DependentUpon>
</Compile>
<Compile Include="Dialogs\Network\CertificateChangedDialog.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="Dialogs\Network\CertificateChangedDialog.Designer.cs">
<DependentUpon>CertificateChangedDialog.cs</DependentUpon>
</Compile>
<Compile Include="Dialogs\Network\UnknownCertificateDialog.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="Dialogs\Network\UnknownCertificateDialog.Designer.cs">
<DependentUpon>UnknownCertificateDialog.cs</DependentUpon>
</Compile>
<Compile Include="Dialogs\VmSnapshotDialog.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="Dialogs\VmSnapshotDialog.Designer.cs">
<DependentUpon>VmSnapshotDialog.cs</DependentUpon>
</Compile>
<Compile Include="ConsoleView\VNCTabView.cs">
<SubType>UserControl</SubType>
</Compile>
<Compile Include="ConsoleView\VNCTabView.Designer.cs">
<DependentUpon>VNCTabView.cs</DependentUpon>
</Compile>
<Compile Include="ConsoleView\VNCView.cs">
<SubType>UserControl</SubType>
</Compile>
<Compile Include="ConsoleView\VNCView.Designer.cs">
<DependentUpon>VNCView.cs</DependentUpon>
</Compile>
<Compile Include="ConsoleView\XSVNCScreen.cs">
<SubType>UserControl</SubType>
</Compile>
<Compile Include="Images.cs" />
<Compile Include="Network\SSL.cs" />
<Compile Include="Plugins\PluginDescriptor.cs" />
<Compile Include="Plugins\PluginManager.cs" />
<Compile Include="RDP\AxMSTSCLib.cs">
<SubType>Component</SubType>
</Compile>
<Compile Include="SettingsPanels\EditNetworkPage.cs">
<SubType>UserControl</SubType>
</Compile>
<Compile Include="SettingsPanels\EditNetworkPage.Designer.cs">
<DependentUpon>EditNetworkPage.cs</DependentUpon>
</Compile>
<Compile Include="SettingsPanels\VDISizeLocationPage.cs">
<SubType>UserControl</SubType>
</Compile>
<Compile Include="SettingsPanels\VDISizeLocationPage.Designer.cs">
<DependentUpon>VDISizeLocationPage.cs</DependentUpon>
</Compile>
<Compile Include="SettingsPanels\VBDEditPage.cs">
<SubType>UserControl</SubType>
</Compile>
<Compile Include="SettingsPanels\VBDEditPage.Designer.cs">
<DependentUpon>VBDEditPage.cs</DependentUpon>
</Compile>
<Compile Include="SettingsPanels\HostMultipathPage.cs">
<SubType>UserControl</SubType>
</Compile>
<Compile Include="SettingsPanels\HostMultipathPage.Designer.cs">
<DependentUpon>HostMultipathPage.cs</DependentUpon>
</Compile>
<Compile Include="TabPages\UsbPage.cs">
<SubType>UserControl</SubType>
</Compile>
<Compile Include="TabPages\UsbPage.Designer.cs">
<DependentUpon>UsbPage.cs</DependentUpon>
</Compile>
<Compile Include="Diagnostics\Problems\PoolProblem\PoolHasGFS2SRProblem.cs" />
<Compile Include="VNC\GraphicsUtils.cs" />
<Compile Include="VNC\IVNCGraphicsClient.cs" />
<Compile Include="VNC\KeyMap.cs" />
<Compile Include="VNC\KeyMap.Designer.cs">
<DependentUpon>KeyMap.cs</DependentUpon>
</Compile>
<Compile Include="VNC\MyStream.cs" />
<Compile Include="VNC\VNCException.cs" />
<Compile Include="VNC\VNCStream.cs" />
<Compile Include="Wizards\BallooningWizard.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="Wizards\BallooningWizard.Designer.cs">
<DependentUpon>BallooningWizard.cs</DependentUpon>
</Compile>
<Compile Include="Wizards\BallooningWizard_Pages\ChooseVMs.cs">
<SubType>UserControl</SubType>
</Compile>
<Compile Include="Wizards\BallooningWizard_Pages\ChooseVMs.Designer.cs">
<DependentUpon>ChooseVMs.cs</DependentUpon>
</Compile>
<Compile Include="Wizards\BallooningWizard_Pages\MemorySettings.cs">
<SubType>UserControl</SubType>
</Compile>
<Compile Include="Wizards\BallooningWizard_Pages\MemorySettings.Designer.cs">
<DependentUpon>MemorySettings.cs</DependentUpon>
</Compile>
<Compile Include="Dialogs\InstallCertificateDialog.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="Wizards\ConversionWizard\ConversionWizard.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="Wizards\ConversionWizard\CredentialsPage.cs">
<SubType>UserControl</SubType>
</Compile>
<Compile Include="Wizards\ConversionWizard\CredentialsPage.Designer.cs">
<DependentUpon>CredentialsPage.cs</DependentUpon>
</Compile>
<Compile Include="Wizards\ConversionWizard\ConversionNetworkPage.cs">
<SubType>UserControl</SubType>
</Compile>
<Compile Include="Wizards\ConversionWizard\SrSelectionPage.cs">
<SubType>UserControl</SubType>
</Compile>
<Compile Include="Wizards\ConversionWizard\SrSelectionPage.Designer.cs">
<DependentUpon>SrSelectionPage.cs</DependentUpon>
</Compile>
<Compile Include="Wizards\ConversionWizard\SummaryPage.cs">
<SubType>UserControl</SubType>
</Compile>
<Compile Include="Wizards\ConversionWizard\SummaryPage.Designer.cs">
<DependentUpon>SummaryPage.cs</DependentUpon>
</Compile>
<Compile Include="Wizards\ConversionWizard\VmSelectionPage.cs">
<SubType>UserControl</SubType>
</Compile>
<Compile Include="Wizards\ConversionWizard\VmSelectionPage.Designer.cs">
<DependentUpon>VmSelectionPage.cs</DependentUpon>
</Compile>
<Compile Include="Wizards\CrossPoolMigrateWizard\CrossPoolMigrateCopyModePage.cs">
<SubType>UserControl</SubType>
</Compile>
<Compile Include="Wizards\CrossPoolMigrateWizard\CrossPoolMigrateCopyModePage.Designer.cs">
<DependentUpon>CrossPoolMigrateCopyModePage.cs</DependentUpon>
</Compile>
<Compile Include="Wizards\CrossPoolMigrateWizard\CrossPoolMigrateTransferNetworkPage.cs">
<SubType>UserControl</SubType>
</Compile>
<Compile Include="Wizards\CrossPoolMigrateWizard\CrossPoolMigrateTransferNetworkPage.Designer.cs">
<DependentUpon>CrossPoolMigrateTransferNetworkPage.cs</DependentUpon>
</Compile>
<Compile Include="Wizards\CrossPoolMigrateWizard\IntraPoolCopyPage.cs">
<SubType>UserControl</SubType>
</Compile>
<Compile Include="Wizards\CrossPoolMigrateWizard\IntraPoolCopyPage.Designer.cs">
<DependentUpon>IntraPoolCopyPage.cs</DependentUpon>
</Compile>
<Compile Include="Wizards\ImportWizard\ImportBootOptionPage.cs">
<SubType>UserControl</SubType>
</Compile>
<Compile Include="Wizards\ImportWizard\ImportBootOptionPage.Designer.cs">
<DependentUpon>ImportBootOptionPage.cs</DependentUpon>
</Compile>
<Compile Include="Wizards\WizardHelpers.cs" />
<Compile Include="Wizards\ImportWizard\HardwareCompatibilityFilter.cs" />
<Compile Include="Wizards\NewSRWizard_Pages\ChooseSrProvisioningPage.cs">
<SubType>UserControl</SubType>
</Compile>
<Compile Include="Wizards\NewSRWizard_Pages\ChooseSrProvisioningPage.Designer.cs">
<DependentUpon>ChooseSrProvisioningPage.cs</DependentUpon>
</Compile>
<Compile Include="Wizards\NewNetworkWizard_Pages\NetWSriovDetails.cs">
<SubType>UserControl</SubType>
</Compile>
<Compile Include="Wizards\NewNetworkWizard_Pages\NetWSriovDetails.Designer.cs">
<DependentUpon>NetWSriovDetails.cs</DependentUpon>
</Compile>
<Compile Include="Wizards\NewSRWizard_Pages\Frontends\CIFSFrontend.cs">
<SubType>UserControl</SubType>
</Compile>
<Compile Include="Wizards\NewSRWizard_Pages\Frontends\CIFSFrontend.Designer.cs">
<DependentUpon>CIFSFrontend.cs</DependentUpon>
</Compile>
<Compile Include="Wizards\NewSRWizard_Pages\Frontends\LVMoFCoE.cs">
<SubType>UserControl</SubType>
</Compile>
<Compile Include="Wizards\NewSRWizard_Pages\Frontends\LVMoFCoE.Designer.cs">
<DependentUpon>LVMoFCoE.cs</DependentUpon>
</Compile>
<Compile Include="Wizards\NewVMWizard\Page_CloudConfigParameters.cs">
<SubType>UserControl</SubType>
</Compile>
<Compile Include="Wizards\NewVMWizard\Page_CloudConfigParameters.Designer.cs">
<DependentUpon>Page_CloudConfigParameters.cs</DependentUpon>
</Compile>
<Compile Include="Wizards\NewVMWizard\NewVMWizard.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="Wizards\NewVMWizard\NewVMWizard.Designer.cs">
<DependentUpon>NewVMWizard.cs</DependentUpon>
</Compile>
<Compile Include="Wizards\NewVMWizard\Page_Template.cs">
<SubType>UserControl</SubType>
</Compile>
<Compile Include="Wizards\NewVMWizard\Page_Template.Designer.cs">
<DependentUpon>Page_Template.cs</DependentUpon>
</Compile>
<Compile Include="Wizards\NewVMWizard\Page_Name.cs">
<SubType>UserControl</SubType>
</Compile>
<Compile Include="Wizards\NewVMWizard\Page_Name.Designer.cs">
<DependentUpon>Page_Name.cs</DependentUpon>
</Compile>
<Compile Include="Wizards\NewVMWizard\Page_InstallationMedia.cs">
<SubType>UserControl</SubType>
</Compile>
<Compile Include="Wizards\NewVMWizard\Page_InstallationMedia.Designer.cs">
<DependentUpon>Page_InstallationMedia.cs</DependentUpon>
</Compile>
<Compile Include="Wizards\NewVMWizard\Page_HomeServer.cs">
<SubType>UserControl</SubType>
</Compile>
<Compile Include="Wizards\NewVMWizard\Page_HomeServer.Designer.cs">
<DependentUpon>Page_HomeServer.cs</DependentUpon>
</Compile>
<Compile Include="Wizards\NewVMWizard\Page_CpuMem.cs">
<SubType>UserControl</SubType>
</Compile>
<Compile Include="Wizards\NewVMWizard\Page_CpuMem.Designer.cs">
<DependentUpon>Page_CpuMem.cs</DependentUpon>
</Compile>
<Compile Include="Wizards\NewVMWizard\Page_Storage.cs">
<SubType>UserControl</SubType>
</Compile>
<Compile Include="Wizards\NewVMWizard\Page_Storage.Designer.cs">
<DependentUpon>Page_Storage.cs</DependentUpon>
</Compile>
<Compile Include="Wizards\NewVMWizard\Page_Networking.cs">
<SubType>UserControl</SubType>
</Compile>
<Compile Include="Wizards\NewVMWizard\Page_Networking.Designer.cs">
<DependentUpon>Page_Networking.cs</DependentUpon>
</Compile>
<Compile Include="Wizards\NewVMWizard\Page_Finish.cs">
<SubType>UserControl</SubType>
</Compile>
<Compile Include="Wizards\NewVMWizard\Page_Finish.Designer.cs">
<DependentUpon>Page_Finish.cs</DependentUpon>
</Compile>
<Compile Include="TabPages\PhysicalStoragePage.cs">
<SubType>UserControl</SubType>
</Compile>
<Compile Include="TabPages\PhysicalStoragePage.Designer.cs">
<DependentUpon>PhysicalStoragePage.cs</DependentUpon>
</Compile>
<Compile Include="Controls\VisualMenuItem.cs">
<SubType>Component</SubType>
</Compile>
<Compile Include="Controls\BondDetails.cs">
<SubType>UserControl</SubType>
</Compile>
<Compile Include="Controls\BondDetails.Designer.cs">
<DependentUpon>BondDetails.cs</DependentUpon>
</Compile>
<Compile Include="Wizards\NewNetworkWizard_Pages\NetWBondDetails.cs">
<SubType>UserControl</SubType>
</Compile>
<Compile Include="Wizards\NewNetworkWizard_Pages\NetWBondDetails.Designer.cs">
<DependentUpon>NetWBondDetails.cs</DependentUpon>
</Compile>
<Compile Include="Wizards\NewSRWizard_Pages\Frontends\CIFS_ISO.cs">
<SubType>UserControl</SubType>
</Compile>
<Compile Include="Wizards\NewSRWizard_Pages\Frontends\CIFS_ISO.Designer.cs">
<DependentUpon>CIFS_ISO.cs</DependentUpon>
</Compile>
<Compile Include="Wizards\NewSRWizard_Pages\Frontends\LVMoISCSI.cs">
<SubType>UserControl</SubType>
</Compile>
<Compile Include="Wizards\NewSRWizard_Pages\Frontends\LVMoISCSI.Designer.cs">
<DependentUpon>LVMoISCSI.cs</DependentUpon>
</Compile>
<Compile Include="Wizards\NewSRWizard_Pages\Frontends\NFS_ISO.cs">
<SubType>UserControl</SubType>
</Compile>
<Compile Include="Wizards\NewSRWizard_Pages\Frontends\NFS_ISO.Designer.cs">
<DependentUpon>NFS_ISO.cs</DependentUpon>
</Compile>
<Compile Include="Wizards\NewSRWizard_Pages\SrWizardHelpers.cs" />
<Compile Include="Wizards\NewSRWizard_Pages\Frontends\VHDoNFS.cs">
<SubType>UserControl</SubType>
</Compile>
<Compile Include="Wizards\NewSRWizard_Pages\Frontends\VHDoNFS.Designer.cs">
<DependentUpon>VHDoNFS.cs</DependentUpon>
</Compile>
<Compile Include="Wizards\HAWizard_Pages\ChooseSR.cs">
<SubType>UserControl</SubType>
</Compile>
<Compile Include="Wizards\HAWizard_Pages\ChooseSR.Designer.cs">
<DependentUpon>ChooseSR.cs</DependentUpon>
</Compile>
<Compile Include="Controls\CustomDataGraph\DataAxis.cs" />
<Compile Include="Controls\CustomDataGraph\DataEvent.cs" />
<Compile Include="Controls\CustomDataGraph\DataEventList.cs">
<SubType>Component</SubType>
</Compile>
<Compile Include="Controls\CustomDataGraph\DataEventList.designer.cs">
<DependentUpon>DataEventList.cs</DependentUpon>
</Compile>
<Compile Include="Controls\CustomDataGraph\DataGrid.cs" />
<Compile Include="Controls\CustomDataGraph\DataKey.cs">
<SubType>Component</SubType>
</Compile>
<Compile Include="Controls\CustomDataGraph\DataKey.Designer.cs">
<DependentUpon>DataKey.cs</DependentUpon>
</Compile>
<Compile Include="Controls\CustomDataGraph\DataPlot.cs">
<SubType>Component</SubType>
</Compile>
<Compile Include="Controls\CustomDataGraph\DataPlot.designer.cs">
<DependentUpon>DataPlot.cs</DependentUpon>
</Compile>
<Compile Include="Controls\CustomDataGraph\DataPlotNav.cs">
<SubType>Component</SubType>
</Compile>
<Compile Include="Controls\CustomDataGraph\DataPlotNav.designer.cs">
<DependentUpon>DataPlotNav.cs</DependentUpon>
</Compile>
<Compile Include="Controls\CustomDataGraph\DataPoint.cs" />
<Compile Include="Controls\CustomDataGraph\DataRange.cs" />
<Compile Include="Controls\CustomDataGraph\DataSet.cs" />
<Compile Include="Controls\CustomDataGraph\DataTimeRange.cs" />
<Compile Include="Controls\CustomDataGraph\LongPoint.cs" />
<Compile Include="Controls\CustomDataGraph\LongRectangle.cs" />
<Compile Include="Controls\CustomDataGraph\Palette.cs" />
<Compile Include="Controls\CustomDataGraph\Polygon.cs" />
<Compile Include="Controls\CustomGridView\GridEmptyItem.cs" />
<Compile Include="Controls\CustomGridView\GridHeaderArrayItem.cs" />
<Compile Include="Controls\CustomGridView\GridHeaderItem.cs" />
<Compile Include="Controls\CustomGridView\GridHeaderRow.cs" />
<Compile Include="Controls\CustomGridView\GridImageItem.cs" />
<Compile Include="Controls\CustomGridView\GridArrayItem.cs" />
<Compile Include="Controls\CustomGridView\GridStringItem.cs" />
<Compile Include="Controls\CustomGridView\GridRow.cs" />
<Compile Include="Controls\CustomGridView\GridView.cs">
<SubType>Component</SubType>
</Compile>
<Compile Include="Controls\CustomGridView\GridView.Designer.cs">
<DependentUpon>GridView.cs</DependentUpon>
</Compile>
<Compile Include="Dialogs\InputPromptDialog.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="Dialogs\InputPromptDialog.Designer.cs">
<DependentUpon>InputPromptDialog.cs</DependentUpon>
</Compile>
<Compile Include="TabPages\AlertSummaryPage.cs">
<SubType>UserControl</SubType>
</Compile>
<Compile Include="TabPages\AlertSummaryPage.Designer.cs">
<DependentUpon>AlertSummaryPage.cs</DependentUpon>
</Compile>
<Compile Include="TabPages\HAPage.cs">
<SubType>UserControl</SubType>
</Compile>
<Compile Include="TabPages\HAPage.Designer.cs">
<DependentUpon>HAPage.cs</DependentUpon>
</Compile>
<Compile Include="Diagnostics\Checks\PoolHasGFS2SR.cs" />
<Compile Include="Wizards\BootModesControl.cs">
<SubType>UserControl</SubType>
</Compile>
<Compile Include="Wizards\BootModesControl.Designer.cs">
<DependentUpon>BootModesControl.cs</DependentUpon>
</Compile>
<Compile Include="XenSearch\TreeNodeGroupAcceptor.cs">
</Compile>
<Compile Include="Dialogs\FolderChangeDialog.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="Dialogs\FolderChangeDialog.Designer.cs">
<DependentUpon>FolderChangeDialog.cs</DependentUpon>
</Compile>
<Compile Include="Controls\Folders\FolderEditor.cs">
<SubType>Component</SubType>
</Compile>
<Compile Include="Controls\Folders\FolderListItem.cs" />
<Compile Include="Dialogs\NewTagDialog.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="Dialogs\NewTagDialog.Designer.cs">
<DependentUpon>NewTagDialog.cs</DependentUpon>
</Compile>
<Compile Include="Dialogs\NameAndConnectionPrompt.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="Dialogs\NameAndConnectionPrompt.Designer.cs">
<DependentUpon>NameAndConnectionPrompt.cs</DependentUpon>
</Compile>
<Compile Include="Core\Drawing.cs" />
<Compile Include="Dialogs\AboutDialog.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="Dialogs\AboutDialog.Designer.cs">
<DependentUpon>AboutDialog.cs</DependentUpon>
</Compile>
<Compile Include="Dialogs\AddServerDialog.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="Dialogs\AddServerDialog.Designer.cs">
<DependentUpon>AddServerDialog.cs</DependentUpon>
</Compile>
<Compile Include="Dialogs\NewCustomFieldDialog.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="Dialogs\NewCustomFieldDialog.Designer.cs">
<DependentUpon>NewCustomFieldDialog.cs</DependentUpon>
</Compile>
<Compile Include="Controls\Common\PasswordFailure.cs">
<SubType>UserControl</SubType>
</Compile>
<Compile Include="Controls\Common\PasswordFailure.Designer.cs">
<DependentUpon>PasswordFailure.cs</DependentUpon>
</Compile>
CP-34231: Remove language with negative connotations (#2860) * CA-34231: Replace negative language with `block list` in code and references Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Replace negative language with `stop` in code and references Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Replace negative language with `freezing` in code Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Replace negative language with `run/ran` in code comments Some paramater mentions have been renamed, as they will be renamed in future commits. Excluded mentions in XenAPI/Host.cs and XenAPI/VM.cs since code is autogenerated. Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> # Conflicts: # CFUValidator/CommandLineOptions/CFUCommandLineOptionManager.cs # XenAdmin/Controls/Wlb/WlbOptModeScheduler.cs # XenAdmin/Dialogs/Wlb/WorkloadReports.cs * CA-34231: Replace negative language with `run` in Command.cs Run method Used Resharper renaming utility Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> # Conflicts: # XenAdmin/TabPages/GeneralTabPage.cs * CA-34231: Replace negative language with `run` in Command.cs CanRun method Used Resharper rename utility. Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Replace negative language with `run` in Command.cs CanRunCore method Used ReSharper rename utility Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> # Conflicts: # XenAdmin/Commands/DRConfigureCommand.cs # XenAdmin/Commands/DRDryrunCommand.cs # XenAdmin/Commands/DRFailbackCommand.cs # XenAdmin/Commands/DRFailoverCommand.cs # XenAdmin/Commands/DisasterRecoveryCommand.cs # XenAdmin/Commands/VMGroupCommand.cs * CA-34231: Replace negative language with `run` in Command.cs RunCore method Used ReSharper rename utility Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Replace negative language with `run` in Command.cs GetCantExecuteReasonCore method Used ReSharper rename utility Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Replace negative language with `run` in Command.cs GetCantRunReasons method Used ReSharper renaming utility Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Replace remaining negative language with `run` in Command.cs Also applied to related symbols. Used ReSharper renaming utility. Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Replace negative language with `run` in methods named CanRun Used ReSharper renaming utility Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Replace negative language with `run` in methods in CrossPoolMigrateCommand.cs Used ReSharper renaming utility Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> # Conflicts: # XenAdmin/Commands/CrossPoolMigrateCommand.cs * CA-34231: Replace negative language with `run` in remaining Run methods Also updated negative language in `DeleteVMCommand` Also updated in comment in `CrossPoolMigrateCommand` Also renamed missed instances of `CanRun` Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Replace negative language with `run` in `CanRunCore` and `RunCore` Used ReSharper renaming utility. Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Replace remaining negative language with `run` in Commands folder Used ReSharper renaming utility Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Replace remaining negative language with `run` in XenAdmin/Controls folder Used ReSharper renaming utility. Had to rename `WlbReportView.xs:RunReport()` to `WlbReportView.xs:StartRunReport()` to resolve conflict with change from `WlbReportView:ExecuteReport()` to `WlbReportView:RunReport()` Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> # Conflicts: # XenAdmin/Controls/Wlb/WlbOptModeScheduler.cs # XenAdmin/Dialogs/Wlb/WorkloadReports.cs # XenAdminTests/UnitTests/WlbTests/WlbScheduledTaskTests.cs * CA-34231: Replace all remaining negative language with `run` in code Used ReSharper renaming utility Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> # Conflicts: # XenAdmin/Commands/Controls/WlbRecommendations.cs # XenAdminTests/UnitTests/WlbTests/WlbScheduledTaskTests.cs # XenModel/WLB/WlbScheduledTask.cs * CA-34231: Replace negative language with `supporter` or `bond member` in code strings Used ReSharper renaming utility Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Replace negative language with `supporter` or `bond member` in Messages string Used ReSharper renaming utility Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> # Conflicts: # XenAdmin/MainWindow.cs # XenAdmin/Wizards/PatchingWizard/PatchingWizard_SelectServers.cs # XenModel/Messages.Designer.cs # XenModel/Messages.resx * CA-34231: Replace remaining negative language with `supporter` in .resx files Used ReSharper renaming utility. FriendlyErrorNames.resx has been excluded. Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Replace negative language with `supporter` or `bond member` in XenAdmin code Used ReSharper renaming utility Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> # Conflicts: # XenAdmin/Dialogs/NewPoolDialog.cs * CA-34231: Replace negative language with `supporter` or `bond member` in XenModel code Used ReSharper renaming utility. Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Replace negative language with `coordinator` in CFUValidator code Used ReSharper renaming utility Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> # Conflicts: # CFUValidator/CFUValidator.cs * CA-34231: Replace negative language with `coordinator` in solution's comments and hardcoded strings Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Replace negative language with `coordinator` in `Helpers:GetCoordinator` method Used ReSharper renaming utility. also renamed similarly named method in `ObjectChange.cs` Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> # Conflicts: # XenAdmin/Alerts/Types/HotfixEligibilityAlert.cs # XenAdmin/Controls/CustomDataGraph/ArchiveMaintainer.cs * CA-34231: Replace negative language with `coordinator` in `EvacuateHostDialog.resx` Used ReSharper renaming utility. Excluded jp and zh resources Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> # Conflicts: # XenAdmin/Dialogs/EvacuateHostDialog.resx * CA-34231: Replace negative language with `coordinator` in `EvacuateHostDialog.resx` Used ReSharper renaming utility. Excluded jp and zh resource files. Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> # Conflicts: # XenAdmin/Dialogs/NewPoolDialog.resx * CA-34231: Rename missing language references for change to `coordinator` Misc files were not saved before last commits. Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Replace negative language with `coordinator` in `Messages.resx`'s code Used ReSharper renaming utility. Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> # Conflicts: # XenAdmin/Commands/HACommand.cs # XenAdmin/TabPages/AdPage.cs # XenModel/Actions/Network/CreateBondAction.cs # XenModel/Actions/Network/NetworkAction.cs # XenModel/Messages.Designer.cs # XenModel/Messages.resx * CA-34231: Replace negative language with `coordinator` in `ExternalPluginAction.cs` Used ReSharper renaming utility Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Replace negative language with `coordinator` in `XenAdmin/Commands` Used ReSharper renaming utility. Also replace negative language in missed comment in `ExternalPluginAction.cs` Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> # Conflicts: # XenAdmin/Commands/AddHostToPoolCommand.cs # XenAdmin/Commands/HACommand.cs * CA-34231: Replace negative language with `coordinator` in `Helpers.cs` Used ReSharper renaming utility. Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Replace negative language with `coordinator` in `NetworkingHelper.cs` Used ReSharper renaming utility. Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Replace negative language with `coordinator` in `PoolJoinRules.cs` Used ReSharper renaming utility. Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> # Conflicts: # XenAdmin/Dialogs/NewPoolDialog.cs * CA-34231: Replace negative language with `coordinator` in `XenAdmin/Commands`, `Controls`, and `Core` Used ReSharper renaming utility Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> # Conflicts: # XenAdmin/Commands/AddHostToPoolCommand.cs * CA-34231: Replace negative language with `coordinator` in `XenAdmin/Diagnostics` Used ReSharper renaming utility Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Replace negative language with `coordinator` in `XenAdmin/Dialogs` Used ReSharper renaming utility Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> # Conflicts: # XenAdmin/Dialogs/NewPoolDialog.cs * CA-34231: Replace remaining negative language with `coordinator` in `XenAdmin` Used ReSharper renaming utility Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> # Conflicts: # XenAdmin/MainWindow.cs # XenAdmin/TabPages/GeneralTabPage.cs # XenAdmin/Wizards/PatchingWizard/PatchingWizard_SelectServers.cs # XenAdmin/Wizards/RollingUpgradeWizard/RollingUpgradeExtrasPage.cs # XenAdmin/Wizards/RollingUpgradeWizard/RollingUpgradeWizard.cs # XenAdmin/Wizards/RollingUpgradeWizard/RollingUpgradeWizardPrecheckPage.cs # XenAdmin/XenSearch/Columns.cs * CA-34231: Replace remaining negative language with `coordinator` in `XenModel\Actions` Used ReSharper renaming utility. Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> # Conflicts: # XenModel/Actions/Network/CreateBondAction.cs * CA-34231: Replace remaining negative language with `coordinator` in `XenModel` Used ReSharper renaming utility Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Replace remaining negative strings with `main` in `Messages.resx` Used ReSharper renaming utility. Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> # Conflicts: # XenModel/Messages.Designer.cs # XenModel/Messages.resx * CA-34231: Replace remaining negative string names with `main` in `Messages.resx` Used ReSharper renaming utility Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> # Conflicts: # XenAdmin/Dialogs/OptionsPages/SaveAndRestoreOptionsPage.cs # XenModel/Messages.resx * CA-34231: Rename dialogs to replace negative connotations with `main` Used ReSharper renaming utility Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Replace negative language with `main` in `SaveAndResoreOptionsPage.cs` Also updated its resx file. Used ReSharper renaming utility. Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> # Conflicts: # XenAdmin/Dialogs/OptionsPages/SaveAndRestoreOptionsPage.cs * CA-34231: Fix invalid reference in `SaveAndRestoreOptionsPage.Designer.cs` after renaming Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Replace negative language with `main` in `EnterMainPasswordDialog.cs` Used ReSharper renaming utility. Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Replace negative language with `main` in `ChangeMainPasswordDialog.cs` Used ReSharper renaming utility. Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Fix invalid reference not changed after renaming `EnterMainPasswordDialog.cs` Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Replace remaining negative language with `main` in `XenAdmin/Dialogs` Used ReSharper renaming utility. Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Update class names in HelpManager.resx Following renaming of main password dialog. Used ReSharper renaming utility. Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Replace negative language with `main` in `Metadata.cs` Used ReSharper renaming utility. Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Remove remaning negative language with `coordinator` from `Messages.resx` Used ReSharper renaming Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Remove remaning negative language with `other pool member` from `Messages.resx` Used ReSharper Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Replace remaining negative language in solution Used ReSharper renaming utility. Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CP-34231: Remove commented out code in VNCGraphicsClient.cs Code has only been improved partially as it's not strictly relevant to the PR Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CP-34231: Amend negative word replacement in XSVNCScreen.cs Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CP-34231: Simplify debug call formatting in NewPoolDialog.cs Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CP-34231: Add code mistakenly removed in MainWindow.cs Removed as part of `f155f9c8` Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CP-34231: Revert renaming of constant related to Windows' API Considered external to CH Center Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CP-34231: Amend hotkey for Coordinator field in `NewPoolDialog` Previous ALT+<key> hotkey was conflicting with CreatePool Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CP-34231: Remove unecessary whitespace in EvacuateHostDialog.cs Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CP-34231: Update if block to exclude unecessary else in DRFailoverWizard.cs Not relevant to the PR, but the change is small enought to no need extra testing Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CP-34231: Amend typo in PoolJoinRules.cs supporer -> supporter Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CP-34231: Replace missing negative language with `coordinator` in `XenAPI-Extensions/Pool.cs` Variables and methods XenAPI-Extensions were mistakenly skipped Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CP-34231: Replace negative language in `XenApi-Extensions` with `coordinator/interface` Used ReSharper renaming utility. Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CP-34231: Replace negative language in `XenApi-Extensions` with `supporter/member` Used ReSharper renaming utility. Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CP-34231: Replace remaining negative language in `XenServerHealthCheckBugTool.cs` This is only used to format the string Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CP-34231: Change line-endings to CRLF in `Page_CloudConfigParamters.cs` Done in order to fix merge conflict into master Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CP-34231: Amend misc negative language renaming typos `XenServerHealthCheckBugTool` and `XenServerHealthCheckService` Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com>
2021-08-31 12:31:16 +02:00
<Compile Include="Dialogs\RestoreSession\SetMainPasswordDialog.cs">
<SubType>Form</SubType>
</Compile>
CP-34231: Remove language with negative connotations (#2860) * CA-34231: Replace negative language with `block list` in code and references Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Replace negative language with `stop` in code and references Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Replace negative language with `freezing` in code Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Replace negative language with `run/ran` in code comments Some paramater mentions have been renamed, as they will be renamed in future commits. Excluded mentions in XenAPI/Host.cs and XenAPI/VM.cs since code is autogenerated. Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> # Conflicts: # CFUValidator/CommandLineOptions/CFUCommandLineOptionManager.cs # XenAdmin/Controls/Wlb/WlbOptModeScheduler.cs # XenAdmin/Dialogs/Wlb/WorkloadReports.cs * CA-34231: Replace negative language with `run` in Command.cs Run method Used Resharper renaming utility Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> # Conflicts: # XenAdmin/TabPages/GeneralTabPage.cs * CA-34231: Replace negative language with `run` in Command.cs CanRun method Used Resharper rename utility. Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Replace negative language with `run` in Command.cs CanRunCore method Used ReSharper rename utility Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> # Conflicts: # XenAdmin/Commands/DRConfigureCommand.cs # XenAdmin/Commands/DRDryrunCommand.cs # XenAdmin/Commands/DRFailbackCommand.cs # XenAdmin/Commands/DRFailoverCommand.cs # XenAdmin/Commands/DisasterRecoveryCommand.cs # XenAdmin/Commands/VMGroupCommand.cs * CA-34231: Replace negative language with `run` in Command.cs RunCore method Used ReSharper rename utility Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Replace negative language with `run` in Command.cs GetCantExecuteReasonCore method Used ReSharper rename utility Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Replace negative language with `run` in Command.cs GetCantRunReasons method Used ReSharper renaming utility Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Replace remaining negative language with `run` in Command.cs Also applied to related symbols. Used ReSharper renaming utility. Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Replace negative language with `run` in methods named CanRun Used ReSharper renaming utility Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Replace negative language with `run` in methods in CrossPoolMigrateCommand.cs Used ReSharper renaming utility Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> # Conflicts: # XenAdmin/Commands/CrossPoolMigrateCommand.cs * CA-34231: Replace negative language with `run` in remaining Run methods Also updated negative language in `DeleteVMCommand` Also updated in comment in `CrossPoolMigrateCommand` Also renamed missed instances of `CanRun` Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Replace negative language with `run` in `CanRunCore` and `RunCore` Used ReSharper renaming utility. Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Replace remaining negative language with `run` in Commands folder Used ReSharper renaming utility Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Replace remaining negative language with `run` in XenAdmin/Controls folder Used ReSharper renaming utility. Had to rename `WlbReportView.xs:RunReport()` to `WlbReportView.xs:StartRunReport()` to resolve conflict with change from `WlbReportView:ExecuteReport()` to `WlbReportView:RunReport()` Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> # Conflicts: # XenAdmin/Controls/Wlb/WlbOptModeScheduler.cs # XenAdmin/Dialogs/Wlb/WorkloadReports.cs # XenAdminTests/UnitTests/WlbTests/WlbScheduledTaskTests.cs * CA-34231: Replace all remaining negative language with `run` in code Used ReSharper renaming utility Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> # Conflicts: # XenAdmin/Commands/Controls/WlbRecommendations.cs # XenAdminTests/UnitTests/WlbTests/WlbScheduledTaskTests.cs # XenModel/WLB/WlbScheduledTask.cs * CA-34231: Replace negative language with `supporter` or `bond member` in code strings Used ReSharper renaming utility Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Replace negative language with `supporter` or `bond member` in Messages string Used ReSharper renaming utility Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> # Conflicts: # XenAdmin/MainWindow.cs # XenAdmin/Wizards/PatchingWizard/PatchingWizard_SelectServers.cs # XenModel/Messages.Designer.cs # XenModel/Messages.resx * CA-34231: Replace remaining negative language with `supporter` in .resx files Used ReSharper renaming utility. FriendlyErrorNames.resx has been excluded. Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Replace negative language with `supporter` or `bond member` in XenAdmin code Used ReSharper renaming utility Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> # Conflicts: # XenAdmin/Dialogs/NewPoolDialog.cs * CA-34231: Replace negative language with `supporter` or `bond member` in XenModel code Used ReSharper renaming utility. Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Replace negative language with `coordinator` in CFUValidator code Used ReSharper renaming utility Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> # Conflicts: # CFUValidator/CFUValidator.cs * CA-34231: Replace negative language with `coordinator` in solution's comments and hardcoded strings Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Replace negative language with `coordinator` in `Helpers:GetCoordinator` method Used ReSharper renaming utility. also renamed similarly named method in `ObjectChange.cs` Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> # Conflicts: # XenAdmin/Alerts/Types/HotfixEligibilityAlert.cs # XenAdmin/Controls/CustomDataGraph/ArchiveMaintainer.cs * CA-34231: Replace negative language with `coordinator` in `EvacuateHostDialog.resx` Used ReSharper renaming utility. Excluded jp and zh resources Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> # Conflicts: # XenAdmin/Dialogs/EvacuateHostDialog.resx * CA-34231: Replace negative language with `coordinator` in `EvacuateHostDialog.resx` Used ReSharper renaming utility. Excluded jp and zh resource files. Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> # Conflicts: # XenAdmin/Dialogs/NewPoolDialog.resx * CA-34231: Rename missing language references for change to `coordinator` Misc files were not saved before last commits. Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Replace negative language with `coordinator` in `Messages.resx`'s code Used ReSharper renaming utility. Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> # Conflicts: # XenAdmin/Commands/HACommand.cs # XenAdmin/TabPages/AdPage.cs # XenModel/Actions/Network/CreateBondAction.cs # XenModel/Actions/Network/NetworkAction.cs # XenModel/Messages.Designer.cs # XenModel/Messages.resx * CA-34231: Replace negative language with `coordinator` in `ExternalPluginAction.cs` Used ReSharper renaming utility Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Replace negative language with `coordinator` in `XenAdmin/Commands` Used ReSharper renaming utility. Also replace negative language in missed comment in `ExternalPluginAction.cs` Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> # Conflicts: # XenAdmin/Commands/AddHostToPoolCommand.cs # XenAdmin/Commands/HACommand.cs * CA-34231: Replace negative language with `coordinator` in `Helpers.cs` Used ReSharper renaming utility. Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Replace negative language with `coordinator` in `NetworkingHelper.cs` Used ReSharper renaming utility. Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Replace negative language with `coordinator` in `PoolJoinRules.cs` Used ReSharper renaming utility. Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> # Conflicts: # XenAdmin/Dialogs/NewPoolDialog.cs * CA-34231: Replace negative language with `coordinator` in `XenAdmin/Commands`, `Controls`, and `Core` Used ReSharper renaming utility Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> # Conflicts: # XenAdmin/Commands/AddHostToPoolCommand.cs * CA-34231: Replace negative language with `coordinator` in `XenAdmin/Diagnostics` Used ReSharper renaming utility Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Replace negative language with `coordinator` in `XenAdmin/Dialogs` Used ReSharper renaming utility Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> # Conflicts: # XenAdmin/Dialogs/NewPoolDialog.cs * CA-34231: Replace remaining negative language with `coordinator` in `XenAdmin` Used ReSharper renaming utility Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> # Conflicts: # XenAdmin/MainWindow.cs # XenAdmin/TabPages/GeneralTabPage.cs # XenAdmin/Wizards/PatchingWizard/PatchingWizard_SelectServers.cs # XenAdmin/Wizards/RollingUpgradeWizard/RollingUpgradeExtrasPage.cs # XenAdmin/Wizards/RollingUpgradeWizard/RollingUpgradeWizard.cs # XenAdmin/Wizards/RollingUpgradeWizard/RollingUpgradeWizardPrecheckPage.cs # XenAdmin/XenSearch/Columns.cs * CA-34231: Replace remaining negative language with `coordinator` in `XenModel\Actions` Used ReSharper renaming utility. Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> # Conflicts: # XenModel/Actions/Network/CreateBondAction.cs * CA-34231: Replace remaining negative language with `coordinator` in `XenModel` Used ReSharper renaming utility Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Replace remaining negative strings with `main` in `Messages.resx` Used ReSharper renaming utility. Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> # Conflicts: # XenModel/Messages.Designer.cs # XenModel/Messages.resx * CA-34231: Replace remaining negative string names with `main` in `Messages.resx` Used ReSharper renaming utility Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> # Conflicts: # XenAdmin/Dialogs/OptionsPages/SaveAndRestoreOptionsPage.cs # XenModel/Messages.resx * CA-34231: Rename dialogs to replace negative connotations with `main` Used ReSharper renaming utility Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Replace negative language with `main` in `SaveAndResoreOptionsPage.cs` Also updated its resx file. Used ReSharper renaming utility. Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> # Conflicts: # XenAdmin/Dialogs/OptionsPages/SaveAndRestoreOptionsPage.cs * CA-34231: Fix invalid reference in `SaveAndRestoreOptionsPage.Designer.cs` after renaming Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Replace negative language with `main` in `EnterMainPasswordDialog.cs` Used ReSharper renaming utility. Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Replace negative language with `main` in `ChangeMainPasswordDialog.cs` Used ReSharper renaming utility. Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Fix invalid reference not changed after renaming `EnterMainPasswordDialog.cs` Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Replace remaining negative language with `main` in `XenAdmin/Dialogs` Used ReSharper renaming utility. Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Update class names in HelpManager.resx Following renaming of main password dialog. Used ReSharper renaming utility. Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Replace negative language with `main` in `Metadata.cs` Used ReSharper renaming utility. Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Remove remaning negative language with `coordinator` from `Messages.resx` Used ReSharper renaming Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Remove remaning negative language with `other pool member` from `Messages.resx` Used ReSharper Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Replace remaining negative language in solution Used ReSharper renaming utility. Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CP-34231: Remove commented out code in VNCGraphicsClient.cs Code has only been improved partially as it's not strictly relevant to the PR Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CP-34231: Amend negative word replacement in XSVNCScreen.cs Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CP-34231: Simplify debug call formatting in NewPoolDialog.cs Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CP-34231: Add code mistakenly removed in MainWindow.cs Removed as part of `f155f9c8` Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CP-34231: Revert renaming of constant related to Windows' API Considered external to CH Center Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CP-34231: Amend hotkey for Coordinator field in `NewPoolDialog` Previous ALT+<key> hotkey was conflicting with CreatePool Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CP-34231: Remove unecessary whitespace in EvacuateHostDialog.cs Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CP-34231: Update if block to exclude unecessary else in DRFailoverWizard.cs Not relevant to the PR, but the change is small enought to no need extra testing Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CP-34231: Amend typo in PoolJoinRules.cs supporer -> supporter Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CP-34231: Replace missing negative language with `coordinator` in `XenAPI-Extensions/Pool.cs` Variables and methods XenAPI-Extensions were mistakenly skipped Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CP-34231: Replace negative language in `XenApi-Extensions` with `coordinator/interface` Used ReSharper renaming utility. Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CP-34231: Replace negative language in `XenApi-Extensions` with `supporter/member` Used ReSharper renaming utility. Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CP-34231: Replace remaining negative language in `XenServerHealthCheckBugTool.cs` This is only used to format the string Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CP-34231: Change line-endings to CRLF in `Page_CloudConfigParamters.cs` Done in order to fix merge conflict into master Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CP-34231: Amend misc negative language renaming typos `XenServerHealthCheckBugTool` and `XenServerHealthCheckService` Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com>
2021-08-31 12:31:16 +02:00
<Compile Include="Dialogs\RestoreSession\SetMainPasswordDialog.Designer.cs">
<DependentUpon>SetMainPasswordDialog.cs</DependentUpon>
</Compile>
CP-34231: Remove language with negative connotations (#2860) * CA-34231: Replace negative language with `block list` in code and references Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Replace negative language with `stop` in code and references Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Replace negative language with `freezing` in code Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Replace negative language with `run/ran` in code comments Some paramater mentions have been renamed, as they will be renamed in future commits. Excluded mentions in XenAPI/Host.cs and XenAPI/VM.cs since code is autogenerated. Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> # Conflicts: # CFUValidator/CommandLineOptions/CFUCommandLineOptionManager.cs # XenAdmin/Controls/Wlb/WlbOptModeScheduler.cs # XenAdmin/Dialogs/Wlb/WorkloadReports.cs * CA-34231: Replace negative language with `run` in Command.cs Run method Used Resharper renaming utility Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> # Conflicts: # XenAdmin/TabPages/GeneralTabPage.cs * CA-34231: Replace negative language with `run` in Command.cs CanRun method Used Resharper rename utility. Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Replace negative language with `run` in Command.cs CanRunCore method Used ReSharper rename utility Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> # Conflicts: # XenAdmin/Commands/DRConfigureCommand.cs # XenAdmin/Commands/DRDryrunCommand.cs # XenAdmin/Commands/DRFailbackCommand.cs # XenAdmin/Commands/DRFailoverCommand.cs # XenAdmin/Commands/DisasterRecoveryCommand.cs # XenAdmin/Commands/VMGroupCommand.cs * CA-34231: Replace negative language with `run` in Command.cs RunCore method Used ReSharper rename utility Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Replace negative language with `run` in Command.cs GetCantExecuteReasonCore method Used ReSharper rename utility Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Replace negative language with `run` in Command.cs GetCantRunReasons method Used ReSharper renaming utility Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Replace remaining negative language with `run` in Command.cs Also applied to related symbols. Used ReSharper renaming utility. Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Replace negative language with `run` in methods named CanRun Used ReSharper renaming utility Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Replace negative language with `run` in methods in CrossPoolMigrateCommand.cs Used ReSharper renaming utility Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> # Conflicts: # XenAdmin/Commands/CrossPoolMigrateCommand.cs * CA-34231: Replace negative language with `run` in remaining Run methods Also updated negative language in `DeleteVMCommand` Also updated in comment in `CrossPoolMigrateCommand` Also renamed missed instances of `CanRun` Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Replace negative language with `run` in `CanRunCore` and `RunCore` Used ReSharper renaming utility. Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Replace remaining negative language with `run` in Commands folder Used ReSharper renaming utility Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Replace remaining negative language with `run` in XenAdmin/Controls folder Used ReSharper renaming utility. Had to rename `WlbReportView.xs:RunReport()` to `WlbReportView.xs:StartRunReport()` to resolve conflict with change from `WlbReportView:ExecuteReport()` to `WlbReportView:RunReport()` Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> # Conflicts: # XenAdmin/Controls/Wlb/WlbOptModeScheduler.cs # XenAdmin/Dialogs/Wlb/WorkloadReports.cs # XenAdminTests/UnitTests/WlbTests/WlbScheduledTaskTests.cs * CA-34231: Replace all remaining negative language with `run` in code Used ReSharper renaming utility Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> # Conflicts: # XenAdmin/Commands/Controls/WlbRecommendations.cs # XenAdminTests/UnitTests/WlbTests/WlbScheduledTaskTests.cs # XenModel/WLB/WlbScheduledTask.cs * CA-34231: Replace negative language with `supporter` or `bond member` in code strings Used ReSharper renaming utility Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Replace negative language with `supporter` or `bond member` in Messages string Used ReSharper renaming utility Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> # Conflicts: # XenAdmin/MainWindow.cs # XenAdmin/Wizards/PatchingWizard/PatchingWizard_SelectServers.cs # XenModel/Messages.Designer.cs # XenModel/Messages.resx * CA-34231: Replace remaining negative language with `supporter` in .resx files Used ReSharper renaming utility. FriendlyErrorNames.resx has been excluded. Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Replace negative language with `supporter` or `bond member` in XenAdmin code Used ReSharper renaming utility Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> # Conflicts: # XenAdmin/Dialogs/NewPoolDialog.cs * CA-34231: Replace negative language with `supporter` or `bond member` in XenModel code Used ReSharper renaming utility. Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Replace negative language with `coordinator` in CFUValidator code Used ReSharper renaming utility Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> # Conflicts: # CFUValidator/CFUValidator.cs * CA-34231: Replace negative language with `coordinator` in solution's comments and hardcoded strings Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Replace negative language with `coordinator` in `Helpers:GetCoordinator` method Used ReSharper renaming utility. also renamed similarly named method in `ObjectChange.cs` Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> # Conflicts: # XenAdmin/Alerts/Types/HotfixEligibilityAlert.cs # XenAdmin/Controls/CustomDataGraph/ArchiveMaintainer.cs * CA-34231: Replace negative language with `coordinator` in `EvacuateHostDialog.resx` Used ReSharper renaming utility. Excluded jp and zh resources Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> # Conflicts: # XenAdmin/Dialogs/EvacuateHostDialog.resx * CA-34231: Replace negative language with `coordinator` in `EvacuateHostDialog.resx` Used ReSharper renaming utility. Excluded jp and zh resource files. Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> # Conflicts: # XenAdmin/Dialogs/NewPoolDialog.resx * CA-34231: Rename missing language references for change to `coordinator` Misc files were not saved before last commits. Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Replace negative language with `coordinator` in `Messages.resx`'s code Used ReSharper renaming utility. Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> # Conflicts: # XenAdmin/Commands/HACommand.cs # XenAdmin/TabPages/AdPage.cs # XenModel/Actions/Network/CreateBondAction.cs # XenModel/Actions/Network/NetworkAction.cs # XenModel/Messages.Designer.cs # XenModel/Messages.resx * CA-34231: Replace negative language with `coordinator` in `ExternalPluginAction.cs` Used ReSharper renaming utility Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Replace negative language with `coordinator` in `XenAdmin/Commands` Used ReSharper renaming utility. Also replace negative language in missed comment in `ExternalPluginAction.cs` Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> # Conflicts: # XenAdmin/Commands/AddHostToPoolCommand.cs # XenAdmin/Commands/HACommand.cs * CA-34231: Replace negative language with `coordinator` in `Helpers.cs` Used ReSharper renaming utility. Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Replace negative language with `coordinator` in `NetworkingHelper.cs` Used ReSharper renaming utility. Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Replace negative language with `coordinator` in `PoolJoinRules.cs` Used ReSharper renaming utility. Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> # Conflicts: # XenAdmin/Dialogs/NewPoolDialog.cs * CA-34231: Replace negative language with `coordinator` in `XenAdmin/Commands`, `Controls`, and `Core` Used ReSharper renaming utility Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> # Conflicts: # XenAdmin/Commands/AddHostToPoolCommand.cs * CA-34231: Replace negative language with `coordinator` in `XenAdmin/Diagnostics` Used ReSharper renaming utility Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Replace negative language with `coordinator` in `XenAdmin/Dialogs` Used ReSharper renaming utility Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> # Conflicts: # XenAdmin/Dialogs/NewPoolDialog.cs * CA-34231: Replace remaining negative language with `coordinator` in `XenAdmin` Used ReSharper renaming utility Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> # Conflicts: # XenAdmin/MainWindow.cs # XenAdmin/TabPages/GeneralTabPage.cs # XenAdmin/Wizards/PatchingWizard/PatchingWizard_SelectServers.cs # XenAdmin/Wizards/RollingUpgradeWizard/RollingUpgradeExtrasPage.cs # XenAdmin/Wizards/RollingUpgradeWizard/RollingUpgradeWizard.cs # XenAdmin/Wizards/RollingUpgradeWizard/RollingUpgradeWizardPrecheckPage.cs # XenAdmin/XenSearch/Columns.cs * CA-34231: Replace remaining negative language with `coordinator` in `XenModel\Actions` Used ReSharper renaming utility. Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> # Conflicts: # XenModel/Actions/Network/CreateBondAction.cs * CA-34231: Replace remaining negative language with `coordinator` in `XenModel` Used ReSharper renaming utility Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Replace remaining negative strings with `main` in `Messages.resx` Used ReSharper renaming utility. Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> # Conflicts: # XenModel/Messages.Designer.cs # XenModel/Messages.resx * CA-34231: Replace remaining negative string names with `main` in `Messages.resx` Used ReSharper renaming utility Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> # Conflicts: # XenAdmin/Dialogs/OptionsPages/SaveAndRestoreOptionsPage.cs # XenModel/Messages.resx * CA-34231: Rename dialogs to replace negative connotations with `main` Used ReSharper renaming utility Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Replace negative language with `main` in `SaveAndResoreOptionsPage.cs` Also updated its resx file. Used ReSharper renaming utility. Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> # Conflicts: # XenAdmin/Dialogs/OptionsPages/SaveAndRestoreOptionsPage.cs * CA-34231: Fix invalid reference in `SaveAndRestoreOptionsPage.Designer.cs` after renaming Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Replace negative language with `main` in `EnterMainPasswordDialog.cs` Used ReSharper renaming utility. Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Replace negative language with `main` in `ChangeMainPasswordDialog.cs` Used ReSharper renaming utility. Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Fix invalid reference not changed after renaming `EnterMainPasswordDialog.cs` Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Replace remaining negative language with `main` in `XenAdmin/Dialogs` Used ReSharper renaming utility. Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Update class names in HelpManager.resx Following renaming of main password dialog. Used ReSharper renaming utility. Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Replace negative language with `main` in `Metadata.cs` Used ReSharper renaming utility. Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Remove remaning negative language with `coordinator` from `Messages.resx` Used ReSharper renaming Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Remove remaning negative language with `other pool member` from `Messages.resx` Used ReSharper Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Replace remaining negative language in solution Used ReSharper renaming utility. Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CP-34231: Remove commented out code in VNCGraphicsClient.cs Code has only been improved partially as it's not strictly relevant to the PR Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CP-34231: Amend negative word replacement in XSVNCScreen.cs Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CP-34231: Simplify debug call formatting in NewPoolDialog.cs Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CP-34231: Add code mistakenly removed in MainWindow.cs Removed as part of `f155f9c8` Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CP-34231: Revert renaming of constant related to Windows' API Considered external to CH Center Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CP-34231: Amend hotkey for Coordinator field in `NewPoolDialog` Previous ALT+<key> hotkey was conflicting with CreatePool Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CP-34231: Remove unecessary whitespace in EvacuateHostDialog.cs Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CP-34231: Update if block to exclude unecessary else in DRFailoverWizard.cs Not relevant to the PR, but the change is small enought to no need extra testing Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CP-34231: Amend typo in PoolJoinRules.cs supporer -> supporter Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CP-34231: Replace missing negative language with `coordinator` in `XenAPI-Extensions/Pool.cs` Variables and methods XenAPI-Extensions were mistakenly skipped Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CP-34231: Replace negative language in `XenApi-Extensions` with `coordinator/interface` Used ReSharper renaming utility. Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CP-34231: Replace negative language in `XenApi-Extensions` with `supporter/member` Used ReSharper renaming utility. Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CP-34231: Replace remaining negative language in `XenServerHealthCheckBugTool.cs` This is only used to format the string Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CP-34231: Change line-endings to CRLF in `Page_CloudConfigParamters.cs` Done in order to fix merge conflict into master Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CP-34231: Amend misc negative language renaming typos `XenServerHealthCheckBugTool` and `XenServerHealthCheckService` Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com>
2021-08-31 12:31:16 +02:00
<Compile Include="Dialogs\RestoreSession\EnterMainPasswordDialog.cs">
<SubType>Form</SubType>
</Compile>
CP-34231: Remove language with negative connotations (#2860) * CA-34231: Replace negative language with `block list` in code and references Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Replace negative language with `stop` in code and references Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Replace negative language with `freezing` in code Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Replace negative language with `run/ran` in code comments Some paramater mentions have been renamed, as they will be renamed in future commits. Excluded mentions in XenAPI/Host.cs and XenAPI/VM.cs since code is autogenerated. Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> # Conflicts: # CFUValidator/CommandLineOptions/CFUCommandLineOptionManager.cs # XenAdmin/Controls/Wlb/WlbOptModeScheduler.cs # XenAdmin/Dialogs/Wlb/WorkloadReports.cs * CA-34231: Replace negative language with `run` in Command.cs Run method Used Resharper renaming utility Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> # Conflicts: # XenAdmin/TabPages/GeneralTabPage.cs * CA-34231: Replace negative language with `run` in Command.cs CanRun method Used Resharper rename utility. Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Replace negative language with `run` in Command.cs CanRunCore method Used ReSharper rename utility Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> # Conflicts: # XenAdmin/Commands/DRConfigureCommand.cs # XenAdmin/Commands/DRDryrunCommand.cs # XenAdmin/Commands/DRFailbackCommand.cs # XenAdmin/Commands/DRFailoverCommand.cs # XenAdmin/Commands/DisasterRecoveryCommand.cs # XenAdmin/Commands/VMGroupCommand.cs * CA-34231: Replace negative language with `run` in Command.cs RunCore method Used ReSharper rename utility Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Replace negative language with `run` in Command.cs GetCantExecuteReasonCore method Used ReSharper rename utility Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Replace negative language with `run` in Command.cs GetCantRunReasons method Used ReSharper renaming utility Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Replace remaining negative language with `run` in Command.cs Also applied to related symbols. Used ReSharper renaming utility. Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Replace negative language with `run` in methods named CanRun Used ReSharper renaming utility Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Replace negative language with `run` in methods in CrossPoolMigrateCommand.cs Used ReSharper renaming utility Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> # Conflicts: # XenAdmin/Commands/CrossPoolMigrateCommand.cs * CA-34231: Replace negative language with `run` in remaining Run methods Also updated negative language in `DeleteVMCommand` Also updated in comment in `CrossPoolMigrateCommand` Also renamed missed instances of `CanRun` Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Replace negative language with `run` in `CanRunCore` and `RunCore` Used ReSharper renaming utility. Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Replace remaining negative language with `run` in Commands folder Used ReSharper renaming utility Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Replace remaining negative language with `run` in XenAdmin/Controls folder Used ReSharper renaming utility. Had to rename `WlbReportView.xs:RunReport()` to `WlbReportView.xs:StartRunReport()` to resolve conflict with change from `WlbReportView:ExecuteReport()` to `WlbReportView:RunReport()` Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> # Conflicts: # XenAdmin/Controls/Wlb/WlbOptModeScheduler.cs # XenAdmin/Dialogs/Wlb/WorkloadReports.cs # XenAdminTests/UnitTests/WlbTests/WlbScheduledTaskTests.cs * CA-34231: Replace all remaining negative language with `run` in code Used ReSharper renaming utility Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> # Conflicts: # XenAdmin/Commands/Controls/WlbRecommendations.cs # XenAdminTests/UnitTests/WlbTests/WlbScheduledTaskTests.cs # XenModel/WLB/WlbScheduledTask.cs * CA-34231: Replace negative language with `supporter` or `bond member` in code strings Used ReSharper renaming utility Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Replace negative language with `supporter` or `bond member` in Messages string Used ReSharper renaming utility Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> # Conflicts: # XenAdmin/MainWindow.cs # XenAdmin/Wizards/PatchingWizard/PatchingWizard_SelectServers.cs # XenModel/Messages.Designer.cs # XenModel/Messages.resx * CA-34231: Replace remaining negative language with `supporter` in .resx files Used ReSharper renaming utility. FriendlyErrorNames.resx has been excluded. Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Replace negative language with `supporter` or `bond member` in XenAdmin code Used ReSharper renaming utility Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> # Conflicts: # XenAdmin/Dialogs/NewPoolDialog.cs * CA-34231: Replace negative language with `supporter` or `bond member` in XenModel code Used ReSharper renaming utility. Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Replace negative language with `coordinator` in CFUValidator code Used ReSharper renaming utility Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> # Conflicts: # CFUValidator/CFUValidator.cs * CA-34231: Replace negative language with `coordinator` in solution's comments and hardcoded strings Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Replace negative language with `coordinator` in `Helpers:GetCoordinator` method Used ReSharper renaming utility. also renamed similarly named method in `ObjectChange.cs` Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> # Conflicts: # XenAdmin/Alerts/Types/HotfixEligibilityAlert.cs # XenAdmin/Controls/CustomDataGraph/ArchiveMaintainer.cs * CA-34231: Replace negative language with `coordinator` in `EvacuateHostDialog.resx` Used ReSharper renaming utility. Excluded jp and zh resources Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> # Conflicts: # XenAdmin/Dialogs/EvacuateHostDialog.resx * CA-34231: Replace negative language with `coordinator` in `EvacuateHostDialog.resx` Used ReSharper renaming utility. Excluded jp and zh resource files. Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> # Conflicts: # XenAdmin/Dialogs/NewPoolDialog.resx * CA-34231: Rename missing language references for change to `coordinator` Misc files were not saved before last commits. Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Replace negative language with `coordinator` in `Messages.resx`'s code Used ReSharper renaming utility. Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> # Conflicts: # XenAdmin/Commands/HACommand.cs # XenAdmin/TabPages/AdPage.cs # XenModel/Actions/Network/CreateBondAction.cs # XenModel/Actions/Network/NetworkAction.cs # XenModel/Messages.Designer.cs # XenModel/Messages.resx * CA-34231: Replace negative language with `coordinator` in `ExternalPluginAction.cs` Used ReSharper renaming utility Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Replace negative language with `coordinator` in `XenAdmin/Commands` Used ReSharper renaming utility. Also replace negative language in missed comment in `ExternalPluginAction.cs` Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> # Conflicts: # XenAdmin/Commands/AddHostToPoolCommand.cs # XenAdmin/Commands/HACommand.cs * CA-34231: Replace negative language with `coordinator` in `Helpers.cs` Used ReSharper renaming utility. Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Replace negative language with `coordinator` in `NetworkingHelper.cs` Used ReSharper renaming utility. Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Replace negative language with `coordinator` in `PoolJoinRules.cs` Used ReSharper renaming utility. Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> # Conflicts: # XenAdmin/Dialogs/NewPoolDialog.cs * CA-34231: Replace negative language with `coordinator` in `XenAdmin/Commands`, `Controls`, and `Core` Used ReSharper renaming utility Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> # Conflicts: # XenAdmin/Commands/AddHostToPoolCommand.cs * CA-34231: Replace negative language with `coordinator` in `XenAdmin/Diagnostics` Used ReSharper renaming utility Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Replace negative language with `coordinator` in `XenAdmin/Dialogs` Used ReSharper renaming utility Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> # Conflicts: # XenAdmin/Dialogs/NewPoolDialog.cs * CA-34231: Replace remaining negative language with `coordinator` in `XenAdmin` Used ReSharper renaming utility Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> # Conflicts: # XenAdmin/MainWindow.cs # XenAdmin/TabPages/GeneralTabPage.cs # XenAdmin/Wizards/PatchingWizard/PatchingWizard_SelectServers.cs # XenAdmin/Wizards/RollingUpgradeWizard/RollingUpgradeExtrasPage.cs # XenAdmin/Wizards/RollingUpgradeWizard/RollingUpgradeWizard.cs # XenAdmin/Wizards/RollingUpgradeWizard/RollingUpgradeWizardPrecheckPage.cs # XenAdmin/XenSearch/Columns.cs * CA-34231: Replace remaining negative language with `coordinator` in `XenModel\Actions` Used ReSharper renaming utility. Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> # Conflicts: # XenModel/Actions/Network/CreateBondAction.cs * CA-34231: Replace remaining negative language with `coordinator` in `XenModel` Used ReSharper renaming utility Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Replace remaining negative strings with `main` in `Messages.resx` Used ReSharper renaming utility. Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> # Conflicts: # XenModel/Messages.Designer.cs # XenModel/Messages.resx * CA-34231: Replace remaining negative string names with `main` in `Messages.resx` Used ReSharper renaming utility Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> # Conflicts: # XenAdmin/Dialogs/OptionsPages/SaveAndRestoreOptionsPage.cs # XenModel/Messages.resx * CA-34231: Rename dialogs to replace negative connotations with `main` Used ReSharper renaming utility Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Replace negative language with `main` in `SaveAndResoreOptionsPage.cs` Also updated its resx file. Used ReSharper renaming utility. Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> # Conflicts: # XenAdmin/Dialogs/OptionsPages/SaveAndRestoreOptionsPage.cs * CA-34231: Fix invalid reference in `SaveAndRestoreOptionsPage.Designer.cs` after renaming Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Replace negative language with `main` in `EnterMainPasswordDialog.cs` Used ReSharper renaming utility. Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Replace negative language with `main` in `ChangeMainPasswordDialog.cs` Used ReSharper renaming utility. Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Fix invalid reference not changed after renaming `EnterMainPasswordDialog.cs` Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Replace remaining negative language with `main` in `XenAdmin/Dialogs` Used ReSharper renaming utility. Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Update class names in HelpManager.resx Following renaming of main password dialog. Used ReSharper renaming utility. Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Replace negative language with `main` in `Metadata.cs` Used ReSharper renaming utility. Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Remove remaning negative language with `coordinator` from `Messages.resx` Used ReSharper renaming Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Remove remaning negative language with `other pool member` from `Messages.resx` Used ReSharper Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Replace remaining negative language in solution Used ReSharper renaming utility. Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CP-34231: Remove commented out code in VNCGraphicsClient.cs Code has only been improved partially as it's not strictly relevant to the PR Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CP-34231: Amend negative word replacement in XSVNCScreen.cs Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CP-34231: Simplify debug call formatting in NewPoolDialog.cs Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CP-34231: Add code mistakenly removed in MainWindow.cs Removed as part of `f155f9c8` Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CP-34231: Revert renaming of constant related to Windows' API Considered external to CH Center Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CP-34231: Amend hotkey for Coordinator field in `NewPoolDialog` Previous ALT+<key> hotkey was conflicting with CreatePool Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CP-34231: Remove unecessary whitespace in EvacuateHostDialog.cs Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CP-34231: Update if block to exclude unecessary else in DRFailoverWizard.cs Not relevant to the PR, but the change is small enought to no need extra testing Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CP-34231: Amend typo in PoolJoinRules.cs supporer -> supporter Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CP-34231: Replace missing negative language with `coordinator` in `XenAPI-Extensions/Pool.cs` Variables and methods XenAPI-Extensions were mistakenly skipped Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CP-34231: Replace negative language in `XenApi-Extensions` with `coordinator/interface` Used ReSharper renaming utility. Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CP-34231: Replace negative language in `XenApi-Extensions` with `supporter/member` Used ReSharper renaming utility. Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CP-34231: Replace remaining negative language in `XenServerHealthCheckBugTool.cs` This is only used to format the string Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CP-34231: Change line-endings to CRLF in `Page_CloudConfigParamters.cs` Done in order to fix merge conflict into master Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CP-34231: Amend misc negative language renaming typos `XenServerHealthCheckBugTool` and `XenServerHealthCheckService` Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com>
2021-08-31 12:31:16 +02:00
<Compile Include="Dialogs\RestoreSession\EnterMainPasswordDialog.Designer.cs">
<DependentUpon>EnterMainPasswordDialog.cs</DependentUpon>
</Compile>
<Compile Include="Dialogs\RestoreSession\SaveAndRestoreDialog.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="Dialogs\RestoreSession\SaveAndRestoreDialog.Designer.cs">
<DependentUpon>SaveAndRestoreDialog.cs</DependentUpon>
</Compile>
CP-34231: Remove language with negative connotations (#2860) * CA-34231: Replace negative language with `block list` in code and references Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Replace negative language with `stop` in code and references Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Replace negative language with `freezing` in code Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Replace negative language with `run/ran` in code comments Some paramater mentions have been renamed, as they will be renamed in future commits. Excluded mentions in XenAPI/Host.cs and XenAPI/VM.cs since code is autogenerated. Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> # Conflicts: # CFUValidator/CommandLineOptions/CFUCommandLineOptionManager.cs # XenAdmin/Controls/Wlb/WlbOptModeScheduler.cs # XenAdmin/Dialogs/Wlb/WorkloadReports.cs * CA-34231: Replace negative language with `run` in Command.cs Run method Used Resharper renaming utility Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> # Conflicts: # XenAdmin/TabPages/GeneralTabPage.cs * CA-34231: Replace negative language with `run` in Command.cs CanRun method Used Resharper rename utility. Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Replace negative language with `run` in Command.cs CanRunCore method Used ReSharper rename utility Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> # Conflicts: # XenAdmin/Commands/DRConfigureCommand.cs # XenAdmin/Commands/DRDryrunCommand.cs # XenAdmin/Commands/DRFailbackCommand.cs # XenAdmin/Commands/DRFailoverCommand.cs # XenAdmin/Commands/DisasterRecoveryCommand.cs # XenAdmin/Commands/VMGroupCommand.cs * CA-34231: Replace negative language with `run` in Command.cs RunCore method Used ReSharper rename utility Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Replace negative language with `run` in Command.cs GetCantExecuteReasonCore method Used ReSharper rename utility Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Replace negative language with `run` in Command.cs GetCantRunReasons method Used ReSharper renaming utility Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Replace remaining negative language with `run` in Command.cs Also applied to related symbols. Used ReSharper renaming utility. Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Replace negative language with `run` in methods named CanRun Used ReSharper renaming utility Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Replace negative language with `run` in methods in CrossPoolMigrateCommand.cs Used ReSharper renaming utility Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> # Conflicts: # XenAdmin/Commands/CrossPoolMigrateCommand.cs * CA-34231: Replace negative language with `run` in remaining Run methods Also updated negative language in `DeleteVMCommand` Also updated in comment in `CrossPoolMigrateCommand` Also renamed missed instances of `CanRun` Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Replace negative language with `run` in `CanRunCore` and `RunCore` Used ReSharper renaming utility. Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Replace remaining negative language with `run` in Commands folder Used ReSharper renaming utility Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Replace remaining negative language with `run` in XenAdmin/Controls folder Used ReSharper renaming utility. Had to rename `WlbReportView.xs:RunReport()` to `WlbReportView.xs:StartRunReport()` to resolve conflict with change from `WlbReportView:ExecuteReport()` to `WlbReportView:RunReport()` Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> # Conflicts: # XenAdmin/Controls/Wlb/WlbOptModeScheduler.cs # XenAdmin/Dialogs/Wlb/WorkloadReports.cs # XenAdminTests/UnitTests/WlbTests/WlbScheduledTaskTests.cs * CA-34231: Replace all remaining negative language with `run` in code Used ReSharper renaming utility Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> # Conflicts: # XenAdmin/Commands/Controls/WlbRecommendations.cs # XenAdminTests/UnitTests/WlbTests/WlbScheduledTaskTests.cs # XenModel/WLB/WlbScheduledTask.cs * CA-34231: Replace negative language with `supporter` or `bond member` in code strings Used ReSharper renaming utility Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Replace negative language with `supporter` or `bond member` in Messages string Used ReSharper renaming utility Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> # Conflicts: # XenAdmin/MainWindow.cs # XenAdmin/Wizards/PatchingWizard/PatchingWizard_SelectServers.cs # XenModel/Messages.Designer.cs # XenModel/Messages.resx * CA-34231: Replace remaining negative language with `supporter` in .resx files Used ReSharper renaming utility. FriendlyErrorNames.resx has been excluded. Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Replace negative language with `supporter` or `bond member` in XenAdmin code Used ReSharper renaming utility Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> # Conflicts: # XenAdmin/Dialogs/NewPoolDialog.cs * CA-34231: Replace negative language with `supporter` or `bond member` in XenModel code Used ReSharper renaming utility. Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Replace negative language with `coordinator` in CFUValidator code Used ReSharper renaming utility Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> # Conflicts: # CFUValidator/CFUValidator.cs * CA-34231: Replace negative language with `coordinator` in solution's comments and hardcoded strings Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Replace negative language with `coordinator` in `Helpers:GetCoordinator` method Used ReSharper renaming utility. also renamed similarly named method in `ObjectChange.cs` Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> # Conflicts: # XenAdmin/Alerts/Types/HotfixEligibilityAlert.cs # XenAdmin/Controls/CustomDataGraph/ArchiveMaintainer.cs * CA-34231: Replace negative language with `coordinator` in `EvacuateHostDialog.resx` Used ReSharper renaming utility. Excluded jp and zh resources Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> # Conflicts: # XenAdmin/Dialogs/EvacuateHostDialog.resx * CA-34231: Replace negative language with `coordinator` in `EvacuateHostDialog.resx` Used ReSharper renaming utility. Excluded jp and zh resource files. Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> # Conflicts: # XenAdmin/Dialogs/NewPoolDialog.resx * CA-34231: Rename missing language references for change to `coordinator` Misc files were not saved before last commits. Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Replace negative language with `coordinator` in `Messages.resx`'s code Used ReSharper renaming utility. Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> # Conflicts: # XenAdmin/Commands/HACommand.cs # XenAdmin/TabPages/AdPage.cs # XenModel/Actions/Network/CreateBondAction.cs # XenModel/Actions/Network/NetworkAction.cs # XenModel/Messages.Designer.cs # XenModel/Messages.resx * CA-34231: Replace negative language with `coordinator` in `ExternalPluginAction.cs` Used ReSharper renaming utility Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Replace negative language with `coordinator` in `XenAdmin/Commands` Used ReSharper renaming utility. Also replace negative language in missed comment in `ExternalPluginAction.cs` Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> # Conflicts: # XenAdmin/Commands/AddHostToPoolCommand.cs # XenAdmin/Commands/HACommand.cs * CA-34231: Replace negative language with `coordinator` in `Helpers.cs` Used ReSharper renaming utility. Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Replace negative language with `coordinator` in `NetworkingHelper.cs` Used ReSharper renaming utility. Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Replace negative language with `coordinator` in `PoolJoinRules.cs` Used ReSharper renaming utility. Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> # Conflicts: # XenAdmin/Dialogs/NewPoolDialog.cs * CA-34231: Replace negative language with `coordinator` in `XenAdmin/Commands`, `Controls`, and `Core` Used ReSharper renaming utility Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> # Conflicts: # XenAdmin/Commands/AddHostToPoolCommand.cs * CA-34231: Replace negative language with `coordinator` in `XenAdmin/Diagnostics` Used ReSharper renaming utility Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Replace negative language with `coordinator` in `XenAdmin/Dialogs` Used ReSharper renaming utility Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> # Conflicts: # XenAdmin/Dialogs/NewPoolDialog.cs * CA-34231: Replace remaining negative language with `coordinator` in `XenAdmin` Used ReSharper renaming utility Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> # Conflicts: # XenAdmin/MainWindow.cs # XenAdmin/TabPages/GeneralTabPage.cs # XenAdmin/Wizards/PatchingWizard/PatchingWizard_SelectServers.cs # XenAdmin/Wizards/RollingUpgradeWizard/RollingUpgradeExtrasPage.cs # XenAdmin/Wizards/RollingUpgradeWizard/RollingUpgradeWizard.cs # XenAdmin/Wizards/RollingUpgradeWizard/RollingUpgradeWizardPrecheckPage.cs # XenAdmin/XenSearch/Columns.cs * CA-34231: Replace remaining negative language with `coordinator` in `XenModel\Actions` Used ReSharper renaming utility. Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> # Conflicts: # XenModel/Actions/Network/CreateBondAction.cs * CA-34231: Replace remaining negative language with `coordinator` in `XenModel` Used ReSharper renaming utility Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Replace remaining negative strings with `main` in `Messages.resx` Used ReSharper renaming utility. Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> # Conflicts: # XenModel/Messages.Designer.cs # XenModel/Messages.resx * CA-34231: Replace remaining negative string names with `main` in `Messages.resx` Used ReSharper renaming utility Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> # Conflicts: # XenAdmin/Dialogs/OptionsPages/SaveAndRestoreOptionsPage.cs # XenModel/Messages.resx * CA-34231: Rename dialogs to replace negative connotations with `main` Used ReSharper renaming utility Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Replace negative language with `main` in `SaveAndResoreOptionsPage.cs` Also updated its resx file. Used ReSharper renaming utility. Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> # Conflicts: # XenAdmin/Dialogs/OptionsPages/SaveAndRestoreOptionsPage.cs * CA-34231: Fix invalid reference in `SaveAndRestoreOptionsPage.Designer.cs` after renaming Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Replace negative language with `main` in `EnterMainPasswordDialog.cs` Used ReSharper renaming utility. Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Replace negative language with `main` in `ChangeMainPasswordDialog.cs` Used ReSharper renaming utility. Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Fix invalid reference not changed after renaming `EnterMainPasswordDialog.cs` Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Replace remaining negative language with `main` in `XenAdmin/Dialogs` Used ReSharper renaming utility. Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Update class names in HelpManager.resx Following renaming of main password dialog. Used ReSharper renaming utility. Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Replace negative language with `main` in `Metadata.cs` Used ReSharper renaming utility. Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Remove remaning negative language with `coordinator` from `Messages.resx` Used ReSharper renaming Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Remove remaning negative language with `other pool member` from `Messages.resx` Used ReSharper Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Replace remaining negative language in solution Used ReSharper renaming utility. Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CP-34231: Remove commented out code in VNCGraphicsClient.cs Code has only been improved partially as it's not strictly relevant to the PR Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CP-34231: Amend negative word replacement in XSVNCScreen.cs Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CP-34231: Simplify debug call formatting in NewPoolDialog.cs Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CP-34231: Add code mistakenly removed in MainWindow.cs Removed as part of `f155f9c8` Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CP-34231: Revert renaming of constant related to Windows' API Considered external to CH Center Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CP-34231: Amend hotkey for Coordinator field in `NewPoolDialog` Previous ALT+<key> hotkey was conflicting with CreatePool Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CP-34231: Remove unecessary whitespace in EvacuateHostDialog.cs Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CP-34231: Update if block to exclude unecessary else in DRFailoverWizard.cs Not relevant to the PR, but the change is small enought to no need extra testing Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CP-34231: Amend typo in PoolJoinRules.cs supporer -> supporter Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CP-34231: Replace missing negative language with `coordinator` in `XenAPI-Extensions/Pool.cs` Variables and methods XenAPI-Extensions were mistakenly skipped Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CP-34231: Replace negative language in `XenApi-Extensions` with `coordinator/interface` Used ReSharper renaming utility. Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CP-34231: Replace negative language in `XenApi-Extensions` with `supporter/member` Used ReSharper renaming utility. Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CP-34231: Replace remaining negative language in `XenServerHealthCheckBugTool.cs` This is only used to format the string Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CP-34231: Change line-endings to CRLF in `Page_CloudConfigParamters.cs` Done in order to fix merge conflict into master Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CP-34231: Amend misc negative language renaming typos `XenServerHealthCheckBugTool` and `XenServerHealthCheckService` Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com>
2021-08-31 12:31:16 +02:00
<Compile Include="Dialogs\RestoreSession\ChangeMainPasswordDialog.cs">
<SubType>Form</SubType>
</Compile>
CP-34231: Remove language with negative connotations (#2860) * CA-34231: Replace negative language with `block list` in code and references Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Replace negative language with `stop` in code and references Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Replace negative language with `freezing` in code Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Replace negative language with `run/ran` in code comments Some paramater mentions have been renamed, as they will be renamed in future commits. Excluded mentions in XenAPI/Host.cs and XenAPI/VM.cs since code is autogenerated. Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> # Conflicts: # CFUValidator/CommandLineOptions/CFUCommandLineOptionManager.cs # XenAdmin/Controls/Wlb/WlbOptModeScheduler.cs # XenAdmin/Dialogs/Wlb/WorkloadReports.cs * CA-34231: Replace negative language with `run` in Command.cs Run method Used Resharper renaming utility Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> # Conflicts: # XenAdmin/TabPages/GeneralTabPage.cs * CA-34231: Replace negative language with `run` in Command.cs CanRun method Used Resharper rename utility. Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Replace negative language with `run` in Command.cs CanRunCore method Used ReSharper rename utility Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> # Conflicts: # XenAdmin/Commands/DRConfigureCommand.cs # XenAdmin/Commands/DRDryrunCommand.cs # XenAdmin/Commands/DRFailbackCommand.cs # XenAdmin/Commands/DRFailoverCommand.cs # XenAdmin/Commands/DisasterRecoveryCommand.cs # XenAdmin/Commands/VMGroupCommand.cs * CA-34231: Replace negative language with `run` in Command.cs RunCore method Used ReSharper rename utility Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Replace negative language with `run` in Command.cs GetCantExecuteReasonCore method Used ReSharper rename utility Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Replace negative language with `run` in Command.cs GetCantRunReasons method Used ReSharper renaming utility Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Replace remaining negative language with `run` in Command.cs Also applied to related symbols. Used ReSharper renaming utility. Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Replace negative language with `run` in methods named CanRun Used ReSharper renaming utility Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Replace negative language with `run` in methods in CrossPoolMigrateCommand.cs Used ReSharper renaming utility Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> # Conflicts: # XenAdmin/Commands/CrossPoolMigrateCommand.cs * CA-34231: Replace negative language with `run` in remaining Run methods Also updated negative language in `DeleteVMCommand` Also updated in comment in `CrossPoolMigrateCommand` Also renamed missed instances of `CanRun` Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Replace negative language with `run` in `CanRunCore` and `RunCore` Used ReSharper renaming utility. Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Replace remaining negative language with `run` in Commands folder Used ReSharper renaming utility Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Replace remaining negative language with `run` in XenAdmin/Controls folder Used ReSharper renaming utility. Had to rename `WlbReportView.xs:RunReport()` to `WlbReportView.xs:StartRunReport()` to resolve conflict with change from `WlbReportView:ExecuteReport()` to `WlbReportView:RunReport()` Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> # Conflicts: # XenAdmin/Controls/Wlb/WlbOptModeScheduler.cs # XenAdmin/Dialogs/Wlb/WorkloadReports.cs # XenAdminTests/UnitTests/WlbTests/WlbScheduledTaskTests.cs * CA-34231: Replace all remaining negative language with `run` in code Used ReSharper renaming utility Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> # Conflicts: # XenAdmin/Commands/Controls/WlbRecommendations.cs # XenAdminTests/UnitTests/WlbTests/WlbScheduledTaskTests.cs # XenModel/WLB/WlbScheduledTask.cs * CA-34231: Replace negative language with `supporter` or `bond member` in code strings Used ReSharper renaming utility Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Replace negative language with `supporter` or `bond member` in Messages string Used ReSharper renaming utility Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> # Conflicts: # XenAdmin/MainWindow.cs # XenAdmin/Wizards/PatchingWizard/PatchingWizard_SelectServers.cs # XenModel/Messages.Designer.cs # XenModel/Messages.resx * CA-34231: Replace remaining negative language with `supporter` in .resx files Used ReSharper renaming utility. FriendlyErrorNames.resx has been excluded. Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Replace negative language with `supporter` or `bond member` in XenAdmin code Used ReSharper renaming utility Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> # Conflicts: # XenAdmin/Dialogs/NewPoolDialog.cs * CA-34231: Replace negative language with `supporter` or `bond member` in XenModel code Used ReSharper renaming utility. Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Replace negative language with `coordinator` in CFUValidator code Used ReSharper renaming utility Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> # Conflicts: # CFUValidator/CFUValidator.cs * CA-34231: Replace negative language with `coordinator` in solution's comments and hardcoded strings Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Replace negative language with `coordinator` in `Helpers:GetCoordinator` method Used ReSharper renaming utility. also renamed similarly named method in `ObjectChange.cs` Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> # Conflicts: # XenAdmin/Alerts/Types/HotfixEligibilityAlert.cs # XenAdmin/Controls/CustomDataGraph/ArchiveMaintainer.cs * CA-34231: Replace negative language with `coordinator` in `EvacuateHostDialog.resx` Used ReSharper renaming utility. Excluded jp and zh resources Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> # Conflicts: # XenAdmin/Dialogs/EvacuateHostDialog.resx * CA-34231: Replace negative language with `coordinator` in `EvacuateHostDialog.resx` Used ReSharper renaming utility. Excluded jp and zh resource files. Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> # Conflicts: # XenAdmin/Dialogs/NewPoolDialog.resx * CA-34231: Rename missing language references for change to `coordinator` Misc files were not saved before last commits. Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Replace negative language with `coordinator` in `Messages.resx`'s code Used ReSharper renaming utility. Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> # Conflicts: # XenAdmin/Commands/HACommand.cs # XenAdmin/TabPages/AdPage.cs # XenModel/Actions/Network/CreateBondAction.cs # XenModel/Actions/Network/NetworkAction.cs # XenModel/Messages.Designer.cs # XenModel/Messages.resx * CA-34231: Replace negative language with `coordinator` in `ExternalPluginAction.cs` Used ReSharper renaming utility Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Replace negative language with `coordinator` in `XenAdmin/Commands` Used ReSharper renaming utility. Also replace negative language in missed comment in `ExternalPluginAction.cs` Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> # Conflicts: # XenAdmin/Commands/AddHostToPoolCommand.cs # XenAdmin/Commands/HACommand.cs * CA-34231: Replace negative language with `coordinator` in `Helpers.cs` Used ReSharper renaming utility. Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Replace negative language with `coordinator` in `NetworkingHelper.cs` Used ReSharper renaming utility. Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Replace negative language with `coordinator` in `PoolJoinRules.cs` Used ReSharper renaming utility. Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> # Conflicts: # XenAdmin/Dialogs/NewPoolDialog.cs * CA-34231: Replace negative language with `coordinator` in `XenAdmin/Commands`, `Controls`, and `Core` Used ReSharper renaming utility Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> # Conflicts: # XenAdmin/Commands/AddHostToPoolCommand.cs * CA-34231: Replace negative language with `coordinator` in `XenAdmin/Diagnostics` Used ReSharper renaming utility Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Replace negative language with `coordinator` in `XenAdmin/Dialogs` Used ReSharper renaming utility Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> # Conflicts: # XenAdmin/Dialogs/NewPoolDialog.cs * CA-34231: Replace remaining negative language with `coordinator` in `XenAdmin` Used ReSharper renaming utility Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> # Conflicts: # XenAdmin/MainWindow.cs # XenAdmin/TabPages/GeneralTabPage.cs # XenAdmin/Wizards/PatchingWizard/PatchingWizard_SelectServers.cs # XenAdmin/Wizards/RollingUpgradeWizard/RollingUpgradeExtrasPage.cs # XenAdmin/Wizards/RollingUpgradeWizard/RollingUpgradeWizard.cs # XenAdmin/Wizards/RollingUpgradeWizard/RollingUpgradeWizardPrecheckPage.cs # XenAdmin/XenSearch/Columns.cs * CA-34231: Replace remaining negative language with `coordinator` in `XenModel\Actions` Used ReSharper renaming utility. Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> # Conflicts: # XenModel/Actions/Network/CreateBondAction.cs * CA-34231: Replace remaining negative language with `coordinator` in `XenModel` Used ReSharper renaming utility Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Replace remaining negative strings with `main` in `Messages.resx` Used ReSharper renaming utility. Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> # Conflicts: # XenModel/Messages.Designer.cs # XenModel/Messages.resx * CA-34231: Replace remaining negative string names with `main` in `Messages.resx` Used ReSharper renaming utility Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> # Conflicts: # XenAdmin/Dialogs/OptionsPages/SaveAndRestoreOptionsPage.cs # XenModel/Messages.resx * CA-34231: Rename dialogs to replace negative connotations with `main` Used ReSharper renaming utility Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Replace negative language with `main` in `SaveAndResoreOptionsPage.cs` Also updated its resx file. Used ReSharper renaming utility. Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> # Conflicts: # XenAdmin/Dialogs/OptionsPages/SaveAndRestoreOptionsPage.cs * CA-34231: Fix invalid reference in `SaveAndRestoreOptionsPage.Designer.cs` after renaming Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Replace negative language with `main` in `EnterMainPasswordDialog.cs` Used ReSharper renaming utility. Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Replace negative language with `main` in `ChangeMainPasswordDialog.cs` Used ReSharper renaming utility. Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Fix invalid reference not changed after renaming `EnterMainPasswordDialog.cs` Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Replace remaining negative language with `main` in `XenAdmin/Dialogs` Used ReSharper renaming utility. Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Update class names in HelpManager.resx Following renaming of main password dialog. Used ReSharper renaming utility. Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Replace negative language with `main` in `Metadata.cs` Used ReSharper renaming utility. Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Remove remaning negative language with `coordinator` from `Messages.resx` Used ReSharper renaming Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Remove remaning negative language with `other pool member` from `Messages.resx` Used ReSharper Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Replace remaining negative language in solution Used ReSharper renaming utility. Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CP-34231: Remove commented out code in VNCGraphicsClient.cs Code has only been improved partially as it's not strictly relevant to the PR Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CP-34231: Amend negative word replacement in XSVNCScreen.cs Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CP-34231: Simplify debug call formatting in NewPoolDialog.cs Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CP-34231: Add code mistakenly removed in MainWindow.cs Removed as part of `f155f9c8` Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CP-34231: Revert renaming of constant related to Windows' API Considered external to CH Center Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CP-34231: Amend hotkey for Coordinator field in `NewPoolDialog` Previous ALT+<key> hotkey was conflicting with CreatePool Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CP-34231: Remove unecessary whitespace in EvacuateHostDialog.cs Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CP-34231: Update if block to exclude unecessary else in DRFailoverWizard.cs Not relevant to the PR, but the change is small enought to no need extra testing Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CP-34231: Amend typo in PoolJoinRules.cs supporer -> supporter Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CP-34231: Replace missing negative language with `coordinator` in `XenAPI-Extensions/Pool.cs` Variables and methods XenAPI-Extensions were mistakenly skipped Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CP-34231: Replace negative language in `XenApi-Extensions` with `coordinator/interface` Used ReSharper renaming utility. Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CP-34231: Replace negative language in `XenApi-Extensions` with `supporter/member` Used ReSharper renaming utility. Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CP-34231: Replace remaining negative language in `XenServerHealthCheckBugTool.cs` This is only used to format the string Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CP-34231: Change line-endings to CRLF in `Page_CloudConfigParamters.cs` Done in order to fix merge conflict into master Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CP-34231: Amend misc negative language renaming typos `XenServerHealthCheckBugTool` and `XenServerHealthCheckService` Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com>
2021-08-31 12:31:16 +02:00
<Compile Include="Dialogs\RestoreSession\ChangeMainPasswordDialog.Designer.cs">
<DependentUpon>ChangeMainPasswordDialog.cs</DependentUpon>
</Compile>
<Compile Include="Dialogs\ThreeButtonDialog.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="Dialogs\ThreeButtonDialog.Designer.cs">
<DependentUpon>ThreeButtonDialog.cs</DependentUpon>
</Compile>
<Compile Include="Dialogs\LegalNoticesDialog.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="Dialogs\LegalNoticesDialog.Designer.cs">
<DependentUpon>LegalNoticesDialog.cs</DependentUpon>
</Compile>
<Compile Include="SettingsPanels\VMHAEditPage.cs">
<SubType>UserControl</SubType>
</Compile>
<Compile Include="SettingsPanels\VMHAEditPage.Designer.cs">
<DependentUpon>VMHAEditPage.cs</DependentUpon>
</Compile>
<Compile Include="TabPages\SearchPage.cs">
<SubType>UserControl</SubType>
</Compile>
<Compile Include="TabPages\SearchPage.Designer.cs">
<DependentUpon>SearchPage.cs</DependentUpon>
</Compile>
<Compile Include="SettingsPanels\CustomFieldsDisplayPage.cs">
<SubType>UserControl</SubType>
</Compile>
<Compile Include="SettingsPanels\CustomFieldsDisplayPage.designer.cs">
<DependentUpon>CustomFieldsDisplayPage.cs</DependentUpon>
</Compile>
<Compile Include="TabPages\PerformancePage.cs">
<SubType>UserControl</SubType>
</Compile>
<Compile Include="TabPages\PerformancePage.Designer.cs">
<DependentUpon>PerformancePage.cs</DependentUpon>
</Compile>
<Compile Include="SettingsPanels\PerfmonAlertEditPage.cs">
<SubType>UserControl</SubType>
</Compile>
<Compile Include="SettingsPanels\PerfmonAlertEditPage.Designer.cs">
<DependentUpon>PerfmonAlertEditPage.cs</DependentUpon>
</Compile>
<Compile Include="Dialogs\ChangeServerPasswordDialog.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="Dialogs\ChangeServerPasswordDialog.Designer.cs">
<DependentUpon>ChangeServerPasswordDialog.cs</DependentUpon>
</Compile>
<Compile Include="Controls\CustomListPanel\CustomListItem.cs" />
<Compile Include="Controls\CustomListPanel\CustomListPanel.cs">
<SubType>Component</SubType>
</Compile>
<Compile Include="Controls\CustomListPanel\CustomListPanel.Designer.cs">
<DependentUpon>CustomListPanel.cs</DependentUpon>
</Compile>
<Compile Include="Controls\CustomListPanel\CustomListRow.cs" />
<Compile Include="Controls\FlickerFreePanel.cs">
<SubType>Component</SubType>
</Compile>
<Compile Include="Controls\FlickerFreePanel.Designer.cs">
<DependentUpon>FlickerFreePanel.cs</DependentUpon>
</Compile>
<Compile Include="Controls\PoolHostPicker.cs">
<SubType>Component</SubType>
</Compile>
<Compile Include="Controls\PoolHostPicker.Designer.cs">
<DependentUpon>PoolHostPicker.cs</DependentUpon>
</Compile>
<Compile Include="Controls\SRListBox.cs">
<SubType>Component</SubType>
</Compile>
<Compile Include="Controls\CustomTreeNode.cs" />
<Compile Include="Controls\CustomTreeView.cs">
<SubType>Component</SubType>
</Compile>
<Compile Include="Controls\CustomTreeView.Designer.cs">
<DependentUpon>CustomTreeView.cs</DependentUpon>
</Compile>
<Compile Include="Controls\FlickerFreeListBox.cs">
<SubType>Component</SubType>
</Compile>
<Compile Include="Controls\TransparentTrackBar.cs">
<SubType>UserControl</SubType>
</Compile>
<Compile Include="Controls\TransparentTrackBar.Designer.cs">
<DependentUpon>TransparentTrackBar.cs</DependentUpon>
</Compile>
<Compile Include="Dialogs\AttachDiskDialog.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="Dialogs\AttachDiskDialog.Designer.cs">
<DependentUpon>AttachDiskDialog.cs</DependentUpon>
</Compile>
<Compile Include="Dialogs\CopyVMDialog.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="Dialogs\CopyVMDialog.Designer.cs">
<DependentUpon>CopyVMDialog.cs</DependentUpon>
</Compile>
<Compile Include="Dialogs\DialogWithProgress.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="Dialogs\DialogWithProgress.Designer.cs">
<DependentUpon>DialogWithProgress.cs</DependentUpon>
</Compile>
<Compile Include="Dialogs\ActionProgressDialog.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="Dialogs\ActionProgressDialog.Designer.cs">
<DependentUpon>ActionProgressDialog.cs</DependentUpon>
</Compile>
<Compile Include="Dialogs\NewDiskDialog.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="Dialogs\NewDiskDialog.Designer.cs">
<DependentUpon>NewDiskDialog.cs</DependentUpon>
</Compile>
<Compile Include="Dialogs\SelectHostDialog.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="Dialogs\SelectHostDialog.Designer.cs">
<DependentUpon>SelectHostDialog.cs</DependentUpon>
</Compile>
<Compile Include="Dialogs\WarningDialogs\CloseXenCenterWarningDialog.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="Dialogs\WarningDialogs\CloseXenCenterWarningDialog.Designer.cs">
<DependentUpon>CloseXenCenterWarningDialog.cs</DependentUpon>
</Compile>
<Compile Include="TabPages\HistoryPage.cs">
<SubType>UserControl</SubType>
</Compile>
<Compile Include="TabPages\HistoryPage.Designer.cs">
<DependentUpon>HistoryPage.cs</DependentUpon>
</Compile>
<Compile Include="Controls\ComboBoxes\CDChanger.cs">
<SubType>Component</SubType>
</Compile>
<Compile Include="Controls\EmptyPanel.cs">
<SubType>Component</SubType>
</Compile>
<Compile Include="Controls\EmptyPanel.Designer.cs">
<DependentUpon>EmptyPanel.cs</DependentUpon>
</Compile>
<Compile Include="Controls\ToolTipContainer.cs">
<SubType>Component</SubType>
</Compile>
<Compile Include="Controls\ToolTipContainer.Designer.cs">
<DependentUpon>ToolTipContainer.cs</DependentUpon>
</Compile>
<Compile Include="Dialogs\ConfirmVMDeleteDialog.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="Dialogs\ConfirmVMDeleteDialog.Designer.cs">
<DependentUpon>ConfirmVMDeleteDialog.cs</DependentUpon>
</Compile>
<Compile Include="Controls\HelpButton.cs">
<SubType>Component</SubType>
</Compile>
<Compile Include="Controls\HelpButton.Designer.cs">
<DependentUpon>HelpButton.cs</DependentUpon>
</Compile>
<Compile Include="Controls\ComboBoxes\ISODropDownBox.cs">
<SubType>Component</SubType>
</Compile>
<Compile Include="Controls\MenuStripEx.cs">
<SubType>Component</SubType>
</Compile>
<Compile Include="Controls\NativeConstants.cs" />
<Compile Include="Controls\ToolStripEx.cs">
<SubType>Component</SubType>
</Compile>
<Compile Include="SettingsPanels\HomeServerEditPage.cs">
<SubType>UserControl</SubType>
</Compile>
<Compile Include="SettingsPanels\HomeServerEditPage.Designer.cs">
<DependentUpon>HomeServerEditPage.cs</DependentUpon>
</Compile>
<Compile Include="Dialogs\EvacuateHostDialog.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="Dialogs\EvacuateHostDialog.Designer.cs">
<DependentUpon>EvacuateHostDialog.cs</DependentUpon>
</Compile>
<Compile Include="Dialogs\DuplicateTemplateNameDialog.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="Dialogs\DuplicateTemplateNameDialog.Designer.cs">
<DependentUpon>DuplicateTemplateNameDialog.cs</DependentUpon>
</Compile>
<Compile Include="Dialogs\RepairSRDialog.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="Dialogs\RepairSRDialog.Designer.cs">
<DependentUpon>RepairSRDialog.cs</DependentUpon>
</Compile>
<Compile Include="Dialogs\XenDialogBase.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="Dialogs\XenDialogBase.designer.cs">
<DependentUpon>XenDialogBase.cs</DependentUpon>
</Compile>
<Compile Include="SettingsPanels\BootDevice.cs" />
CA-375532, CA-336510, and CP-41825: Add warnings when user selects too many vCPUs (#3119) * Tidy up `SelectMultipleVMDestinationPage.cs` * CA-375532 & CA-336510: Add warning when importing VMs with too many vCPUs * CA-375532 & CA-336510: Prevent users from starting appliance if a VM has too many vCPUs * Tidy up `Page_CpuMem`: use expression-bodied properties * Tidy up `Page_CpuMem`: use conventional naming scheme * Tidy up `Page_CpuMem`: use explicit modifiers * Tidy up `Page_CpuMem`: use `en-US` locale for names * Tidy up `Page_CpuMem`: use `var` when possible * Tidy up `Page_CpuMem`: rename `Vcpus` to `VCpus` * Tidy up `Page_CpuMem`: reorder elements * Tidy up `Page_CpuMem`: revert class renaming and fix `vCpus` typos * CA-375532: Prevent users from starting VM if they select too many vCPUs * Tidy up `Page_Finish`: use expression-bodied properties * Tidy up `Page_Finish`: fix typo * Tidy up `Page_CpuMem`: rename `CanStartVM` to `CanStartVm` * Remove unnecessary using directives * Anchor warning icon to the top-left corner of its parent * CA-375532 & CA-336510: Warn users when selecting more vCPUs than pCPUs in the Properties page * CP-41825: Add warning for imported VMs with > 32 vCPUs * CP-41825: Add warning for new VMs with > 32 vCPUs * CP-41825: Add warning for existing VMs when selecting > 32 vCPUs * CP-41825: Update wording used to alert users running VMs with > 32vCPUs * Remove unused local variable in `VappStartCommand.cs` * Reword some vCPUs messages * Simplify assignment of `CanStartImmediately` in `Page_Finish.cs` * Simplify assignment of `CanStartVmsAutomatically` in `ImportFinishPage.cs` * Remove useless `Count` check in `VappStartCommand` * Rename `pictureBox1` to `warningPictureBox` and change its `SizeMode` * Separate CPU and memory warnings in `Page_CpuMem` * Shorten warning messages shown in `Page_CpuMem` * Disable option to start VM when memory configuration isn't valid * Report number of vCPUs and pCPUs when showing warning in New VM wizard * Tidy up `CpuMemoryEditPage`: rename elements * Tidy up `CpuMemoryEditPage`: use explicity modifiers * Tidy up `CpuMemoryEditPage`: Rename `CPUMemoryEditPage` to `CpuMemoryEditPage` * Tidy up `CpuMemoryEditPage`: Miscellaneous renames and improvements * Tidy up `CpuMemoryEditPage`: Fix whitespace * Tidy up `CpuMemoryEditPage`: Use ReSharper code formatter * Tidy up `CpuMemoryEditPage`: Move events to own region * Tidy up `CpuMemoryEditPage`: Move `IEditPage` members to own region * Tidy up `CpuMemoryEditPage`: Order members outside of regions * Replace topology and vCPU warning labels with structured warnings * Ensure warnings ends with a dot * Allow multiple CPU warnings to show at the same time * Remove warning link for vCPUS > pCPUS Option is not achievable * Enable option to force unit used in `MemorySpinner` * Replace `NumericUpDown` with `MemorySpinner` and show warnings at bottom of control * Check destination pCPUs count when destination is not a pool * Do not disable option to start VMs after import if user selects a shared SR * Add memory warning when importing appliance with too much memory * Sort vCPUs and memory warning strings * Remove target from `ImportWizard`'s summary Target is not useful and can cause confusion as appliance VMs could start on non-target hosts * The home server is needed in the summary when importing XVA. The target server is not needed in the summary when migrating a VM. * Update warnings when the server selection changes. Corrected memory calculation. * Show all warnings for vCPUs. Moved topology warning to the bottom. Separated methods for showing memory and vCPU warnings. * Removed the memory setting from the VM Properties dialog. Split running VM info to a separate panel. * Corrections to the logic for starting the VM automatically. Also, Fixed a bit the layout of the Finish page to make better use of the available space. * Corrections as per code review. Signed-off-by: Danilo Del Busso <danilo.delbusso@cloud.com> Co-authored-by: Konstantina Chremmou <Konstantina.Chremmou@cloud.com>
2023-06-08 12:24:39 +02:00
<Compile Include="SettingsPanels\CpuMemoryEditPage.cs">
<SubType>UserControl</SubType>
</Compile>
CA-375532, CA-336510, and CP-41825: Add warnings when user selects too many vCPUs (#3119) * Tidy up `SelectMultipleVMDestinationPage.cs` * CA-375532 & CA-336510: Add warning when importing VMs with too many vCPUs * CA-375532 & CA-336510: Prevent users from starting appliance if a VM has too many vCPUs * Tidy up `Page_CpuMem`: use expression-bodied properties * Tidy up `Page_CpuMem`: use conventional naming scheme * Tidy up `Page_CpuMem`: use explicit modifiers * Tidy up `Page_CpuMem`: use `en-US` locale for names * Tidy up `Page_CpuMem`: use `var` when possible * Tidy up `Page_CpuMem`: rename `Vcpus` to `VCpus` * Tidy up `Page_CpuMem`: reorder elements * Tidy up `Page_CpuMem`: revert class renaming and fix `vCpus` typos * CA-375532: Prevent users from starting VM if they select too many vCPUs * Tidy up `Page_Finish`: use expression-bodied properties * Tidy up `Page_Finish`: fix typo * Tidy up `Page_CpuMem`: rename `CanStartVM` to `CanStartVm` * Remove unnecessary using directives * Anchor warning icon to the top-left corner of its parent * CA-375532 & CA-336510: Warn users when selecting more vCPUs than pCPUs in the Properties page * CP-41825: Add warning for imported VMs with > 32 vCPUs * CP-41825: Add warning for new VMs with > 32 vCPUs * CP-41825: Add warning for existing VMs when selecting > 32 vCPUs * CP-41825: Update wording used to alert users running VMs with > 32vCPUs * Remove unused local variable in `VappStartCommand.cs` * Reword some vCPUs messages * Simplify assignment of `CanStartImmediately` in `Page_Finish.cs` * Simplify assignment of `CanStartVmsAutomatically` in `ImportFinishPage.cs` * Remove useless `Count` check in `VappStartCommand` * Rename `pictureBox1` to `warningPictureBox` and change its `SizeMode` * Separate CPU and memory warnings in `Page_CpuMem` * Shorten warning messages shown in `Page_CpuMem` * Disable option to start VM when memory configuration isn't valid * Report number of vCPUs and pCPUs when showing warning in New VM wizard * Tidy up `CpuMemoryEditPage`: rename elements * Tidy up `CpuMemoryEditPage`: use explicity modifiers * Tidy up `CpuMemoryEditPage`: Rename `CPUMemoryEditPage` to `CpuMemoryEditPage` * Tidy up `CpuMemoryEditPage`: Miscellaneous renames and improvements * Tidy up `CpuMemoryEditPage`: Fix whitespace * Tidy up `CpuMemoryEditPage`: Use ReSharper code formatter * Tidy up `CpuMemoryEditPage`: Move events to own region * Tidy up `CpuMemoryEditPage`: Move `IEditPage` members to own region * Tidy up `CpuMemoryEditPage`: Order members outside of regions * Replace topology and vCPU warning labels with structured warnings * Ensure warnings ends with a dot * Allow multiple CPU warnings to show at the same time * Remove warning link for vCPUS > pCPUS Option is not achievable * Enable option to force unit used in `MemorySpinner` * Replace `NumericUpDown` with `MemorySpinner` and show warnings at bottom of control * Check destination pCPUs count when destination is not a pool * Do not disable option to start VMs after import if user selects a shared SR * Add memory warning when importing appliance with too much memory * Sort vCPUs and memory warning strings * Remove target from `ImportWizard`'s summary Target is not useful and can cause confusion as appliance VMs could start on non-target hosts * The home server is needed in the summary when importing XVA. The target server is not needed in the summary when migrating a VM. * Update warnings when the server selection changes. Corrected memory calculation. * Show all warnings for vCPUs. Moved topology warning to the bottom. Separated methods for showing memory and vCPU warnings. * Removed the memory setting from the VM Properties dialog. Split running VM info to a separate panel. * Corrections to the logic for starting the VM automatically. Also, Fixed a bit the layout of the Finish page to make better use of the available space. * Corrections as per code review. Signed-off-by: Danilo Del Busso <danilo.delbusso@cloud.com> Co-authored-by: Konstantina Chremmou <Konstantina.Chremmou@cloud.com>
2023-06-08 12:24:39 +02:00
<Compile Include="SettingsPanels\CpuMemoryEditPage.Designer.cs">
<DependentUpon>CpuMemoryEditPage.cs</DependentUpon>
</Compile>
<Compile Include="SettingsPanels\GeneralEditPage.cs">
<SubType>UserControl</SubType>
</Compile>
<Compile Include="SettingsPanels\GeneralEditPage.Designer.cs">
<DependentUpon>GeneralEditPage.cs</DependentUpon>
</Compile>
<Compile Include="SettingsPanels\IEditPage.cs" />
<Compile Include="SettingsPanels\LogDestinationEditPage.cs">
<SubType>UserControl</SubType>
</Compile>
<Compile Include="SettingsPanels\LogDestinationEditPage.Designer.cs">
<DependentUpon>LogDestinationEditPage.cs</DependentUpon>
</Compile>
<Compile Include="SettingsPanels\BootOptionsEditPage.cs">
<SubType>UserControl</SubType>
</Compile>
<Compile Include="SettingsPanels\BootOptionsEditPage.Designer.cs">
<DependentUpon>BootOptionsEditPage.cs</DependentUpon>
</Compile>
<Compile Include="SettingsPanels\VMAdvancedEditPage.cs">
<SubType>UserControl</SubType>
</Compile>
<Compile Include="SettingsPanels\VMAdvancedEditPage.Designer.cs">
<DependentUpon>VMAdvancedEditPage.cs</DependentUpon>
</Compile>
<Compile Include="Wizards\WizardProgressEventArgs.cs" />
<Compile Include="Wizards\HAWizard.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="Wizards\HAWizard.Designer.cs">
<DependentUpon>HAWizard.cs</DependentUpon>
</Compile>
<Compile Include="Diagnostics\Checks\Check.cs" />
<Compile Include="Diagnostics\Checks\HostLivenessCheck.cs" />
<Compile Include="Diagnostics\Checks\PatchPrecheckCheck.cs" />
<Compile Include="Diagnostics\Checks\PBDsPluggedCheck.cs" />
<Compile Include="Diagnostics\Problems\VMProblem\VMCannotSeeNetwork.cs" />
<Compile Include="Diagnostics\Problems\HostProblem\PatchAlreadyApplied.cs" />
<Compile Include="Diagnostics\Problems\VMProblem\PVDriversOutOfDate.cs" />
<Compile Include="Diagnostics\Problems\HostProblem\HostMaintenanceMode.cs" />
<Compile Include="Diagnostics\Problems\HostProblem\HostNotLive.cs" />
<Compile Include="Diagnostics\Problems\VMProblem\LocalCD.cs" />
<Compile Include="Diagnostics\Problems\VMProblem\LocalStorage.cs" />
<Compile Include="Diagnostics\Problems\VMProblem\NoHosts.cs" />
<Compile Include="Diagnostics\Problems\VMProblem\NoPVDrivers.cs" />
<Compile Include="Diagnostics\Problems\HostProblem\NotEnoughMem.cs" />
<Compile Include="Diagnostics\Problems\HostProblem\PrecheckFailed.cs" />
<Compile Include="Diagnostics\Problems\Problem.cs" />
<Compile Include="ConsoleView\VNCGraphicsClient.cs">
<SubType>UserControl</SubType>
</Compile>
<Compile Include="Dialogs\RestoreSession\LoadSessionDialog.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="Dialogs\RestoreSession\LoadSessionDialog.Designer.cs">
<DependentUpon>LoadSessionDialog.cs</DependentUpon>
</Compile>
<Compile Include="Controls\TreeViews\FlickerFreeTreeView.cs">
<SubType>Component</SubType>
</Compile>
<Compile Include="Settings.cs" />
<Compile Include="TabPages\NICPage.cs">
<SubType>UserControl</SubType>
</Compile>
<Compile Include="TabPages\NICPage.Designer.cs">
<DependentUpon>NICPage.cs</DependentUpon>
</Compile>
<Compile Include="TabPages\SrStoragePage.cs">
<SubType>UserControl</SubType>
</Compile>
<Compile Include="TabPages\SrStoragePage.Designer.cs">
<DependentUpon>SrStoragePage.cs</DependentUpon>
</Compile>
<Compile Include="TabPages\VMStoragePage.cs">
<SubType>UserControl</SubType>
</Compile>
<Compile Include="TabPages\VMStoragePage.Designer.cs">
<DependentUpon>VMStoragePage.cs</DependentUpon>
</Compile>
<Compile Include="TabPages\NetworkPage.cs">
<SubType>UserControl</SubType>
</Compile>
<Compile Include="TabPages\NetworkPage.Designer.cs">
<DependentUpon>NetworkPage.cs</DependentUpon>
</Compile>
<Compile Include="Controls\XenTabControl.cs">
<SubType>Component</SubType>
</Compile>
<Compile Include="Controls\XenTabControl.Designer.cs">
<DependentUpon>XenTabControl.cs</DependentUpon>
</Compile>
<Compile Include="Controls\XenTabPage.cs">
<SubType>UserControl</SubType>
</Compile>
<Compile Include="Controls\XenTabPage.Designer.cs">
<DependentUpon>XenTabPage.cs</DependentUpon>
</Compile>
<Compile Include="Dialogs\VNCPasswordDialog.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="Dialogs\VNCPasswordDialog.Designer.cs">
<DependentUpon>VNCPasswordDialog.cs</DependentUpon>
</Compile>
<Compile Include="Controls\ConsolePanel.cs">
<SubType>UserControl</SubType>
</Compile>
<Compile Include="Wizards\WizardProgress.cs">
<SubType>UserControl</SubType>
</Compile>
<Compile Include="Wizards\WizardProgress.Designer.cs">
<DependentUpon>WizardProgress.cs</DependentUpon>
</Compile>
<Compile Include="Wizards\HAWizard_Pages\AssignPriorities.cs">
<SubType>UserControl</SubType>
</Compile>
<Compile Include="Wizards\HAWizard_Pages\AssignPriorities.designer.cs">
<DependentUpon>AssignPriorities.cs</DependentUpon>
</Compile>
<Compile Include="Wizards\HAWizard_Pages\Intro.cs">
<SubType>UserControl</SubType>
</Compile>
<Compile Include="Wizards\HAWizard_Pages\Intro.Designer.cs">
<DependentUpon>Intro.cs</DependentUpon>
</Compile>
<Compile Include="Wizards\NewNetworkWizard.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="Wizards\NewNetworkWizard.Designer.cs">
<DependentUpon>NewNetworkWizard.cs</DependentUpon>
</Compile>
<Compile Include="Wizards\NewNetworkWizard_Pages\NetWDetails.cs">
<SubType>UserControl</SubType>
</Compile>
<Compile Include="Wizards\NewNetworkWizard_Pages\NetWDetails.Designer.cs">
<DependentUpon>NetWDetails.cs</DependentUpon>
</Compile>
<Compile Include="Wizards\NewNetworkWizard_Pages\NetWName.cs">
<SubType>UserControl</SubType>
</Compile>
<Compile Include="Wizards\NewNetworkWizard_Pages\NetWName.Designer.cs">
<DependentUpon>NetWName.cs</DependentUpon>
</Compile>
<Compile Include="Wizards\NewNetworkWizard_Pages\NetWTypeSelect.cs">
<SubType>UserControl</SubType>
</Compile>
<Compile Include="Wizards\NewNetworkWizard_Pages\NetWTypeSelect.Designer.cs">
<DependentUpon>NetWTypeSelect.cs</DependentUpon>
</Compile>
<Compile Include="Wizards\NewSRWizard.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="Wizards\NewSRWizard.Designer.cs">
<DependentUpon>NewSRWizard.cs</DependentUpon>
</Compile>
<Compile Include="Wizards\NewSRWizard_Pages\Frontends\LVMoHBA.cs">
<SubType>UserControl</SubType>
</Compile>
<Compile Include="Wizards\NewSRWizard_Pages\Frontends\LVMoHBA.designer.cs">
<DependentUpon>LVMoHBA.cs</DependentUpon>
</Compile>
<Compile Include="Wizards\XenWizardBase.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="Wizards\XenWizardBase.designer.cs">
<DependentUpon>XenWizardBase.cs</DependentUpon>
</Compile>
<Compile Include="MainWindow.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="MainWindow.Designer.cs">
<DependentUpon>MainWindow.cs</DependentUpon>
</Compile>
<Compile Include="Program.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<EmbeddedResource Include="Controls\ClientIdControl.ja.resx">
<DependentUpon>ClientIdControl.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Controls\ClientIdControl.resx">
<DependentUpon>ClientIdControl.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Controls\ClientIdControl.zh-CN.resx">
<DependentUpon>ClientIdControl.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Controls\DiskSpinner.ja.resx">
<DependentUpon>DiskSpinner.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Controls\DiskSpinner.resx">
<DependentUpon>DiskSpinner.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Controls\DiskSpinner.zh-CN.resx">
<DependentUpon>DiskSpinner.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Controls\PvsCacheStorageRow.ja.resx">
<DependentUpon>PvsCacheStorageRow.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Controls\PvsCacheStorageRow.resx">
<DependentUpon>PvsCacheStorageRow.cs</DependentUpon>
<SubType>Designer</SubType>
</EmbeddedResource>
<EmbeddedResource Include="Controls\PvsCacheStorageRow.zh-CN.resx">
<DependentUpon>PvsCacheStorageRow.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Controls\XenSearch\QueryPanel.ja.resx">
<DependentUpon>QueryPanel.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Controls\XenSearch\QueryPanel.resx">
<DependentUpon>QueryPanel.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Controls\XenSearch\QueryPanel.zh-CN.resx">
<DependentUpon>QueryPanel.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Dialogs\AcceptEuaDialog.ja.resx">
<DependentUpon>AcceptEuaDialog.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Dialogs\AcceptEuaDialog.resx">
<DependentUpon>AcceptEuaDialog.cs</DependentUpon>
<SubType>Designer</SubType>
</EmbeddedResource>
<EmbeddedResource Include="Dialogs\AcceptEuaDialog.zh-CN.resx">
<DependentUpon>AcceptEuaDialog.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Dialogs\AddVGPUDialog.ja.resx">
<DependentUpon>AddVGPUDialog.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Dialogs\AddVGPUDialog.resx">
<DependentUpon>AddVGPUDialog.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Dialogs\AddVGPUDialog.zh-CN.resx">
<DependentUpon>AddVGPUDialog.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Dialogs\AttachUsbDialog.ja.resx">
<DependentUpon>AttachUsbDialog.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Dialogs\AttachUsbDialog.resx">
<DependentUpon>AttachUsbDialog.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Dialogs\AttachUsbDialog.zh-CN.resx">
<DependentUpon>AttachUsbDialog.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Dialogs\ClientIdDialog.ja.resx">
<DependentUpon>ClientIdDialog.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Dialogs\ClientIdDialog.resx">
<DependentUpon>ClientIdDialog.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Dialogs\ClientIdDialog.zh-CN.resx">
<DependentUpon>ClientIdDialog.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Dialogs\ConversionDialog.ja.resx">
<DependentUpon>ConversionDialog.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Dialogs\ConversionDialog.resx">
<DependentUpon>ConversionDialog.cs</DependentUpon>
<SubType>Designer</SubType>
</EmbeddedResource>
<EmbeddedResource Include="Dialogs\ConversionDialog.zh-CN.resx">
<DependentUpon>ConversionDialog.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Dialogs\ConversionVmSelectionDialog.ja.resx">
<DependentUpon>ConversionVmSelectionDialog.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Dialogs\ConversionVmSelectionDialog.resx">
<DependentUpon>ConversionVmSelectionDialog.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Dialogs\ConversionVmSelectionDialog.zh-CN.resx">
<DependentUpon>ConversionVmSelectionDialog.cs</DependentUpon>
</EmbeddedResource>
CP-16922: Implement GUI for enabling PVS read caching (#1179) * CP-16922: UI changes to PvsPage to replace the single configure button with a separate enable and disable one, per the design doc * CP-16922: Intermediate checkin - command + dialog implemented, but PVS page has some layout problems. * CP-16922: Implement GUI for enabling PVS read caching and marking/unmarking VMs for prepopulation Fix the broken layout by reverting MainWindow.resx (which shouldn't have changed) back to the previous commit. Also removed duplicate properties button code. * CP-16922: PVS Page changes, to properly display all VMs (not just ones with proxy), only populating proxy columns if there is a proxy set. * CP-16922: Use a CommandButton for the enable button, connected to the same command as the VM main menu button, and using the table selection as its selection manager. * CP-16922: Delete the old enable button click behaviour (because it now has a proper command), was causing the dialog to show up twice * CP-16922: Properly list VMs by hiding those that should be hidden (in addition to non-VMs, also hide the __gui__ prefix and others covered by Show function). Also fixes a bug in NewVMGroupVMsPage discovered when fixing this - it would show VMs that should be hidden if you used the search bar. * CP-16922: Use ButtonText on the Command to set the text on the PVS enable button * CP-16922: Add the disable PVS read-caching command, and its associated proxy destroy action. Both based off enable equivalents (main difference is no dialog for now). Not used yet but will be in main window menu + disable button * CP-16922: Add disable PVS read-caching to the main window menu (under enable), with the disable command attached to it * CP-16922: Add support for disabling PVS read-caching for selected hosts via the PVS tab page by converting the disable button into a CommandButton in the same way as the enable button, using its own command + selection manager (because Selection Managers only bind to one control) * CP-16922: Design - adding the "read caching enabled" column from the design, so that we display both whether caching is enabled and whether the VM is currently cached. If it's disabled all other values are missing. * CP-16922: Add the PVS site column per the design to show the site a VM's PVS Proxy is on if it has a proxy * CP-16922: Add an event handler for VMs changing so that newly provisioned VMs immediately show up in the PVS tab page * CP-16922: Support for properly remembering the selection when the VM list is refreshed. A new method returns the list of VMs for the selected rows, and we can then check if the VM for the row being added is in this list. If there was no previous selection then we still select the first row by default. * CP-16922: Remove prepopulate, which is being removed from the design. The next XAPI version will remove it, so just pass False as prepopulate for now, and remove the option from the dialog and PVS tab page. * CP-16922: Improve UI appearance for a missing Storage Repository. Per the design, if there is no SR show the message None (memory only) instead of an empty cell * CP-16922: Improved sorting behaviour. All columns (except VM name, which always uses it) use the VM tag as a sorting fallback (since they all have duplicates). New default sort which sorts by caching enabled first (yes before no), and then VM tag as a tiebreaker. Support for remembering the current sort on refresh, ie when a value changes. * CP-16922: Refactoring to use a VM extension method to get the PVSProxy (or null if none exists) for a VM. This was used in the PVS Page + commands which are now much simpler. * CP-16922: Move where the SelectionChanged event handler is set when refreshing the PVS table, so that the command buttons are updated correctly. * CP-16922: Improvements to PVS read-caching dialog. Set accept/cancel buttons properly + adjust tab values, so focus acts as expected * CP-16922: Remove the images from the menu for Enable/Disable PVS read-caching, most commands in the menu don't have one * CP-16922: Sorting out the strings for the actions + ParallelAction calls, and moving them into the resx. Also reverting wrong MainWindow.resx changes. * CAR-2184: XAPI changes. I've made the minimal possible changes to PvsPage to ensure it compiles, but it's had a lot of feature work (CP-16922) that supersedes this, these small changes should keep that merge painless. * CAR-2184 XAPI: Reverse the unrelated changes, only keep the PVS ones. * CP-16922: Merge latest XAPI changes, notably changes to Pvs_site.create * CP-16922: Change tab show/hide logic for PVS tab, show it even if there are no PVS sites. * CP-16922: Implement GUI for enabling PVS read caching Design changes - remove the storage repo column and replace it with status, which is populated with a friendly version of the pvs_proxy_status enum. Also populate site list using site.name_label Signed-off-by: Callum McIntyre <callumiandavid.mcintyre@citrix.com> * CP-16922: Implement GUI for enabling PVS read caching Adjusting the CanExecute of Enable PVS read-caching command to require at least one PVS site to be created. Since the PVS tab can show up without any sites, we need this because we can't create a proxy without a site. * CP-16922: Code review changes. Tidied up messages, and ensured actions run async properly, and without exiting before their task. * CP-16922: Code review changes. Update dialog resx, wider combobox on dialog, update action descriptions before setting RelatedTask, add friendly message body for PVS error notifications.
2016-09-22 16:08:15 +02:00
<EmbeddedResource Include="Dialogs\EnablePvsReadCachingDialog.ja.resx">
<DependentUpon>EnablePvsReadCachingDialog.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Dialogs\EnablePvsReadCachingDialog.resx">
<DependentUpon>EnablePvsReadCachingDialog.cs</DependentUpon>
<SubType>Designer</SubType>
</EmbeddedResource>
<EmbeddedResource Include="Dialogs\EnablePvsReadCachingDialog.zh-CN.resx">
<DependentUpon>EnablePvsReadCachingDialog.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Dialogs\CommandErrorDialog.resx">
<SubType>Designer</SubType>
<DependentUpon>CommandErrorDialog.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Commands\Controls\CommandEditorControl.resx">
<SubType>Designer</SubType>
<DependentUpon>CommandEditorControl.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Controls\AD\LoggedInLabel.resx">
<SubType>Designer</SubType>
<DependentUpon>LoggedInLabel.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Controls\AffinityPicker.resx">
<DependentUpon>AffinityPicker.cs</DependentUpon>
<SubType>Designer</SubType>
</EmbeddedResource>
<EmbeddedResource Include="Controls\Ballooning\HostMemoryControls.resx">
<SubType>Designer</SubType>
<DependentUpon>HostMemoryControls.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Controls\Ballooning\HostMemoryRow.resx">
<SubType>Designer</SubType>
<DependentUpon>HostMemoryRow.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Controls\Ballooning\HostShinyBar.resx">
<SubType>Designer</SubType>
<DependentUpon>HostShinyBar.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Controls\Ballooning\MemorySpinner.resx">
<SubType>Designer</SubType>
<DependentUpon>MemorySpinner.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Controls\Ballooning\MemoryRowLabel.resx">
<SubType>Designer</SubType>
<DependentUpon>MemoryRowLabel.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Controls\Ballooning\ShinyBar.resx">
<SubType>Designer</SubType>
<DependentUpon>ShinyBar.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Controls\Ballooning\VMMemoryControlsAdvanced.resx">
<SubType>Designer</SubType>
<DependentUpon>VMMemoryControlsAdvanced.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Controls\Ballooning\VMMemoryControlsBasic.resx">
<DependentUpon>VMMemoryControlsBasic.cs</DependentUpon>
<SubType>Designer</SubType>
</EmbeddedResource>
<EmbeddedResource Include="Controls\Ballooning\VMMemoryControlsNoEdit.resx">
<SubType>Designer</SubType>
<DependentUpon>VMMemoryControlsNoEdit.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Controls\Ballooning\VMMemoryRow.resx">
<SubType>Designer</SubType>
<DependentUpon>VMMemoryRow.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Controls\Ballooning\VMShinyBar.resx">
<SubType>Designer</SubType>
<DependentUpon>VMShinyBar.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Controls\ChevronButton.resx">
<SubType>Designer</SubType>
<DependentUpon>ChevronButton.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Controls\ColorsHelper.resx">
<SubType>Designer</SubType>
<DependentUpon>ColorsHelper.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Controls\DropDownButton.resx">
<SubType>Designer</SubType>
<DependentUpon>DropDownButton.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Controls\MultipleDvdIsoList.resx">
<SubType>Designer</SubType>
<DependentUpon>MultipleDvdIsoList.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Controls\NetworkingTab\NetworkList.resx">
<SubType>Designer</SubType>
<DependentUpon>NetworkList.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Controls\PDSection.resx">
<DependentUpon>PDSection.cs</DependentUpon>
<SubType>Designer</SubType>
</EmbeddedResource>
<EmbeddedResource Include="Controls\TransparentTrackBar.resx">
<SubType>Designer</SubType>
<DependentUpon>TransparentTrackBar.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Controls\ShadowPanel.resx">
<DependentUpon>ShadowPanel.cs</DependentUpon>
<SubType>Designer</SubType>
</EmbeddedResource>
<EmbeddedResource Include="Controls\Wlb\WlbOptModeScheduler.resx">
<SubType>Designer</SubType>
<DependentUpon>WlbOptModeScheduler.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Dialogs\AssignLicenseDialog.resx">
<SubType>Designer</SubType>
<DependentUpon>AssignLicenseDialog.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Dialogs\ControlDomainMemoryDialog.resx">
<DependentUpon>ControlDomainMemoryDialog.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Dialogs\ControlDomainMemoryDialog.zh-CN.resx">
<DependentUpon>ControlDomainMemoryDialog.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Dialogs\ControlDomainMemoryDialog.ja.resx">
<DependentUpon>ControlDomainMemoryDialog.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Dialogs\DateFilterDialog.resx">
<SubType>Designer</SubType>
<DependentUpon>DateFilterDialog.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Dialogs\AdPasswordPrompt.resx">
<SubType>Designer</SubType>
<DependentUpon>AdPasswordPrompt.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Dialogs\InstallCertificateDialog.ja.resx">
<DependentUpon>InstallCertificateDialog.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Dialogs\InstallCertificateDialog.resx">
<DependentUpon>InstallCertificateDialog.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Dialogs\InstallCertificateDialog.zh-CN.resx">
<DependentUpon>InstallCertificateDialog.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Dialogs\VtpmManagementPage.ja.resx">
<DependentUpon>VtpmManagementPage.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Dialogs\VtpmManagementPage.resx">
<DependentUpon>VtpmManagementPage.cs</DependentUpon>
<SubType>Designer</SubType>
</EmbeddedResource>
<EmbeddedResource Include="Dialogs\VtpmManagementPage.zh-CN.resx">
<DependentUpon>VtpmManagementPage.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Dialogs\VtpmManagementDialog.ja.resx">
<DependentUpon>VtpmManagementDialog.cs</DependentUpon>
<SubType>Designer</SubType>
</EmbeddedResource>
<EmbeddedResource Include="Dialogs\VtpmManagementDialog.resx">
<DependentUpon>VtpmManagementDialog.cs</DependentUpon>
<SubType>Designer</SubType>
</EmbeddedResource>
<EmbeddedResource Include="Dialogs\VtpmManagementDialog.zh-CN.resx">
<DependentUpon>VtpmManagementDialog.cs</DependentUpon>
<SubType>Designer</SubType>
</EmbeddedResource>
<EmbeddedResource Include="Dialogs\OptionsPages\ConfirmationOptionsPage.ja.resx">
<DependentUpon>ConfirmationOptionsPage.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Dialogs\OptionsPages\ConfirmationOptionsPage.resx">
<DependentUpon>ConfirmationOptionsPage.cs</DependentUpon>
<SubType>Designer</SubType>
</EmbeddedResource>
<EmbeddedResource Include="Dialogs\OptionsPages\ConfirmationOptionsPage.zh-CN.resx">
<DependentUpon>ConfirmationOptionsPage.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Dialogs\OptionsPages\ExternalToolsOptionsPage.ja.resx">
<DependentUpon>ExternalToolsOptionsPage.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Dialogs\OptionsPages\ExternalToolsOptionsPage.resx">
<DependentUpon>ExternalToolsOptionsPage.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Dialogs\OptionsPages\ExternalToolsOptionsPage.zh-CN.resx">
<DependentUpon>ExternalToolsOptionsPage.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Dialogs\OvfValidationDialog.ja.resx">
<DependentUpon>OvfValidationDialog.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Dialogs\OvfValidationDialog.resx">
<DependentUpon>OvfValidationDialog.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Dialogs\OvfValidationDialog.zh-CN.resx">
<DependentUpon>OvfValidationDialog.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Dialogs\OptionsPages\SaveAndRestoreOptionsPage.ja.resx">
<DependentUpon>SaveAndRestoreOptionsPage.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Dialogs\OptionsPages\SaveAndRestoreOptionsPage.resx">
<DependentUpon>SaveAndRestoreOptionsPage.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Dialogs\OptionsPages\SaveAndRestoreOptionsPage.zh-CN.resx">
<DependentUpon>SaveAndRestoreOptionsPage.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Dialogs\ReconnectAsDialog.resx">
<SubType>Designer</SubType>
<DependentUpon>ReconnectAsDialog.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Dialogs\VMDialogs\MoveVMDialog.resx">
<DependentUpon>MoveVMDialog.cs</DependentUpon>
<SubType>Designer</SubType>
</EmbeddedResource>
<EmbeddedResource Include="Dialogs\NetworkingProperties.resx">
<SubType>Designer</SubType>
<DependentUpon>NetworkingProperties.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Dialogs\OptionsDialog.resx">
<SubType>Designer</SubType>
<DependentUpon>OptionsDialog.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Dialogs\OptionsPages\ConnectionOptionsPage.resx">
<SubType>Designer</SubType>
<DependentUpon>ConnectionOptionsPage.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Dialogs\OptionsPages\ConsolesOptionsPage.resx">
<SubType>Designer</SubType>
<DependentUpon>ConsolesOptionsPage.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Dialogs\OptionsPages\DisplayOptionsPage.resx">
<SubType>Designer</SubType>
<DependentUpon>DisplayOptionsPage.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Dialogs\OptionsPages\SecurityOptionsPage.resx">
<SubType>Designer</SubType>
<DependentUpon>SecurityOptionsPage.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Dialogs\PropertiesDialog.resx">
<SubType>Designer</SubType>
<DependentUpon>PropertiesDialog.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Dialogs\ResolvingSubjectsDialog.resx">
<SubType>Designer</SubType>
<DependentUpon>ResolvingSubjectsDialog.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Dialogs\RoleElevationDialog.resx">
<DependentUpon>RoleElevationDialog.cs</DependentUpon>
<SubType>Designer</SubType>
</EmbeddedResource>
<EmbeddedResource Include="Dialogs\RoleSelectionDialog.resx">
<SubType>Designer</SubType>
<DependentUpon>RoleSelectionDialog.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Dialogs\ScreenShotDialog.resx">
<SubType>Designer</SubType>
<DependentUpon>ScreenShotDialog.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Dialogs\VerticallyTabbedDialog.resx">
<DependentUpon>VerticallyTabbedDialog.cs</DependentUpon>
<SubType>Designer</SubType>
</EmbeddedResource>
<EmbeddedResource Include="Dialogs\VMDialogs\SelectVMsToSuspendDialog.resx">
<SubType>Designer</SubType>
<DependentUpon>SelectVMsToSuspendDialog.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Dialogs\BallooningDialog.ja.resx">
<DependentUpon>BallooningDialog.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Dialogs\BallooningDialog.resx">
<DependentUpon>BallooningDialog.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Dialogs\BallooningDialog.zh-CN.resx">
<DependentUpon>BallooningDialog.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Dialogs\Wlb\WlbEditScheduledTask.resx">
<SubType>Designer</SubType>
<DependentUpon>WlbEditScheduledTask.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Dialogs\Wlb\WlbReportCustomFilter.resx">
<DependentUpon>WlbReportCustomFilter.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Plugins\UI\TabPageCredentialsDialog.resx">
<DependentUpon>TabPageCredentialsDialog.cs</DependentUpon>
<SubType>Designer</SubType>
</EmbeddedResource>
<EmbeddedResource Include="SettingsPanels\ClusteringEditPage.ja.resx">
<DependentUpon>ClusteringEditPage.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="SettingsPanels\ClusteringEditPage.resx">
<DependentUpon>ClusteringEditPage.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="SettingsPanels\ClusteringEditPage.zh-CN.resx">
<DependentUpon>ClusteringEditPage.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="SettingsPanels\HostPowerONEditPage.resx">
<SubType>Designer</SubType>
<DependentUpon>HostPowerONEditPage.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="SettingsPanels\NRPEEditPage.resx">
<DependentUpon>NRPEEditPage.cs</DependentUpon>
<SubType>Designer</SubType>
</EmbeddedResource>
<EmbeddedResource Include="SettingsPanels\PerfmonAlertOptionsPage.resx">
<SubType>Designer</SubType>
<DependentUpon>PerfmonAlertOptionsPage.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Controls\HaNtolIndicator.resx">
<SubType>Designer</SubType>
<DependentUpon>HaNtolIndicator.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Controls\CustomDataGraph\GraphList.resx">
<SubType>Designer</SubType>
<DependentUpon>GraphList.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Dialogs\BondProperties.resx">
<DependentUpon>BondProperties.cs</DependentUpon>
<SubType>Designer</SubType>
</EmbeddedResource>
<EmbeddedResource Include="Dialogs\ConnectingToServerDialog.resx">
<DependentUpon>ConnectingToServerDialog.cs</DependentUpon>
<SubType>Designer</SubType>
</EmbeddedResource>
<EmbeddedResource Include="Dialogs\EditVmHaPrioritiesDialog.resx">
<SubType>Designer</SubType>
<DependentUpon>EditVmHaPrioritiesDialog.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Dialogs\NetworkingPropertiesPage.resx">
<SubType>Designer</SubType>
<DependentUpon>NetworkingPropertiesPage.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Dialogs\Network\CertificateChangedDialog.resx">
<SubType>Designer</SubType>
<DependentUpon>CertificateChangedDialog.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Dialogs\Network\UnknownCertificateDialog.resx">
<SubType>Designer</SubType>
<DependentUpon>UnknownCertificateDialog.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Dialogs\VmSnapshotDialog.resx">
<SubType>Designer</SubType>
<DependentUpon>VmSnapshotDialog.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="ConsoleView\VNCTabView.resx">
<DependentUpon>VNCTabView.cs</DependentUpon>
<SubType>Designer</SubType>
</EmbeddedResource>
<EmbeddedResource Include="ConsoleView\VNCView.resx">
<DependentUpon>VNCView.cs</DependentUpon>
<SubType>Designer</SubType>
</EmbeddedResource>
<EmbeddedResource Include="ConsoleView\XSVNCScreen.resx">
<DependentUpon>XSVNCScreen.cs</DependentUpon>
<SubType>Designer</SubType>
</EmbeddedResource>
<EmbeddedResource Include="SettingsPanels\EditNetworkPage.resx">
<DependentUpon>EditNetworkPage.cs</DependentUpon>
<SubType>Designer</SubType>
</EmbeddedResource>
<EmbeddedResource Include="SettingsPanels\LivePatchingEditPage.ja.resx">
<DependentUpon>LivePatchingEditPage.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="SettingsPanels\LivePatchingEditPage.resx">
<DependentUpon>LivePatchingEditPage.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="SettingsPanels\LivePatchingEditPage.zh-CN.resx">
<DependentUpon>LivePatchingEditPage.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="SettingsPanels\NetworkOptionsEditPage.ja.resx">
<DependentUpon>NetworkOptionsEditPage.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="SettingsPanels\NetworkOptionsEditPage.resx">
<DependentUpon>NetworkOptionsEditPage.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="SettingsPanels\NetworkOptionsEditPage.zh-CN.resx">
<DependentUpon>NetworkOptionsEditPage.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="SettingsPanels\PoolAdvancedEditPage.ja.resx">
<DependentUpon>PoolAdvancedEditPage.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="SettingsPanels\PoolAdvancedEditPage.resx">
<DependentUpon>PoolAdvancedEditPage.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="SettingsPanels\PoolAdvancedEditPage.zh-CN.resx">
<DependentUpon>PoolAdvancedEditPage.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="SettingsPanels\SecurityEditPage.ja.resx">
<DependentUpon>SecurityEditPage.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="SettingsPanels\SecurityEditPage.resx">
<DependentUpon>SecurityEditPage.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="SettingsPanels\SecurityEditPage.zh-CN.resx">
<DependentUpon>SecurityEditPage.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="SettingsPanels\SrReadCachingEditPage.resx">
<DependentUpon>SrReadCachingEditPage.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="SettingsPanels\SrReadCachingEditPage.ja.resx">
<DependentUpon>SrReadCachingEditPage.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="SettingsPanels\SrReadCachingEditPage.zh-CN.resx">
<DependentUpon>SrReadCachingEditPage.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="SettingsPanels\USBEditPage.ja.resx">
<DependentUpon>USBEditPage.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="SettingsPanels\USBEditPage.resx">
<DependentUpon>USBEditPage.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="SettingsPanels\USBEditPage.zh-CN.resx">
<DependentUpon>USBEditPage.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="SettingsPanels\VDISizeLocationPage.resx">
<DependentUpon>VDISizeLocationPage.cs</DependentUpon>
<SubType>Designer</SubType>
</EmbeddedResource>
<EmbeddedResource Include="SettingsPanels\VBDEditPage.resx">
<DependentUpon>VBDEditPage.cs</DependentUpon>
<SubType>Designer</SubType>
</EmbeddedResource>
<EmbeddedResource Include="SettingsPanels\HostMultipathPage.resx">
<SubType>Designer</SubType>
<DependentUpon>HostMultipathPage.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="SettingsPanels\VMEnlightenmentEditPage.ja.resx">
<DependentUpon>VMEnlightenmentEditPage.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="SettingsPanels\VMEnlightenmentEditPage.resx">
<DependentUpon>VMEnlightenmentEditPage.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="SettingsPanels\VMEnlightenmentEditPage.zh-CN.resx">
<DependentUpon>VMEnlightenmentEditPage.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="SettingsPanels\Wlb\WlbAdvancedSettingsPage.resx">
<SubType>Designer</SubType>
<DependentUpon>WlbAdvancedSettingsPage.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="SettingsPanels\Wlb\WlbAutomationPage.resx">
<SubType>Designer</SubType>
<DependentUpon>WlbAutomationPage.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="SettingsPanels\Wlb\WlbHostExclusionPage.resx">
<DependentUpon>WlbHostExclusionPage.cs</DependentUpon>
<SubType>Designer</SubType>
</EmbeddedResource>
<EmbeddedResource Include="SettingsPanels\Wlb\WlbMetricWeightingPage.resx">
<SubType>Designer</SubType>
<DependentUpon>WlbMetricWeightingPage.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="SettingsPanels\Wlb\WlbOptimizationModePage.resx">
<SubType>Designer</SubType>
<DependentUpon>WlbOptimizationModePage.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="SettingsPanels\Wlb\WlbThresholdsPage.resx">
<SubType>Designer</SubType>
<DependentUpon>WlbThresholdsPage.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="SplashScreen.ja.resx">
<DependentUpon>SplashScreen.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="SplashScreen.resx">
<DependentUpon>SplashScreen.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="SplashScreen.zh-CN.resx">
<DependentUpon>SplashScreen.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="TabPages\AdPage.resx">
<DependentUpon>AdPage.cs</DependentUpon>
<SubType>Designer</SubType>
</EmbeddedResource>
<EmbeddedResource Include="TabPages\BallooningPage.resx">
<SubType>Designer</SubType>
<DependentUpon>BallooningPage.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="TabPages\BaseTabPage.resx">
<SubType>Designer</SubType>
<DependentUpon>BaseTabPage.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="TabPages\DockerDetailsPage.resx" />
<EmbeddedResource Include="TabPages\DockerProcessPage.resx" />
<EmbeddedResource Include="TabPages\GeneralTabPage.resx">
<DependentUpon>GeneralTabPage.cs</DependentUpon>
<SubType>Designer</SubType>
</EmbeddedResource>
<EmbeddedResource Include="TabPages\HomePage.ja.resx">
<DependentUpon>HomePage.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="TabPages\HomePage.resx">
<DependentUpon>HomePage.cs</DependentUpon>
<SubType>Designer</SubType>
</EmbeddedResource>
<EmbeddedResource Include="TabPages\HomePage.zh-CN.resx">
<DependentUpon>HomePage.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="TabPages\UsbPage.ja.resx">
<DependentUpon>UsbPage.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="TabPages\UsbPage.resx">
<DependentUpon>UsbPage.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="TabPages\UsbPage.zh-CN.resx">
<DependentUpon>UsbPage.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="TabPages\WlbPage.resx">
<SubType>Designer</SubType>
<DependentUpon>WlbPage.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="TabPages\SnapshotsPage.resx">
<DependentUpon>SnapshotsPage.cs</DependentUpon>
<SubType>Designer</SubType>
</EmbeddedResource>
<EmbeddedResource Include="TabPages\PhysicalStoragePage.resx">
<SubType>Designer</SubType>
<DependentUpon>PhysicalStoragePage.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="VNC\KeyMap.resx">
<DependentUpon>KeyMap.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Wizards\BallooningWizard.resx">
<SubType>Designer</SubType>
<DependentUpon>BallooningWizard.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Wizards\BallooningWizard_Pages\ChooseVMs.resx">
<SubType>Designer</SubType>
<DependentUpon>ChooseVMs.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Wizards\BallooningWizard_Pages\MemorySettings.resx">
<SubType>Designer</SubType>
<DependentUpon>MemorySettings.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Wizards\ConversionWizard\CredentialsPage.ja.resx">
<DependentUpon>CredentialsPage.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Wizards\ConversionWizard\CredentialsPage.resx">
<DependentUpon>CredentialsPage.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Wizards\ConversionWizard\CredentialsPage.zh-CN.resx">
<DependentUpon>CredentialsPage.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Wizards\ConversionWizard\SrSelectionPage.ja.resx">
<DependentUpon>SrSelectionPage.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Wizards\ConversionWizard\SrSelectionPage.resx">
<DependentUpon>SrSelectionPage.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Wizards\ConversionWizard\SrSelectionPage.zh-CN.resx">
<DependentUpon>SrSelectionPage.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Wizards\ConversionWizard\SummaryPage.ja.resx">
<DependentUpon>SummaryPage.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Wizards\ConversionWizard\SummaryPage.resx">
<DependentUpon>SummaryPage.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Wizards\ConversionWizard\SummaryPage.zh-CN.resx">
<DependentUpon>SummaryPage.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Wizards\ConversionWizard\VmSelectionPage.ja.resx">
<DependentUpon>VmSelectionPage.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Wizards\ConversionWizard\VmSelectionPage.resx">
<DependentUpon>VmSelectionPage.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Wizards\ConversionWizard\VmSelectionPage.zh-CN.resx">
<DependentUpon>VmSelectionPage.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Wizards\CrossPoolMigrateWizard\CrossPoolMigrateCopyModePage.ja.resx">
<DependentUpon>CrossPoolMigrateCopyModePage.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Wizards\CrossPoolMigrateWizard\CrossPoolMigrateCopyModePage.resx">
<DependentUpon>CrossPoolMigrateCopyModePage.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Wizards\CrossPoolMigrateWizard\CrossPoolMigrateCopyModePage.zh-CN.resx">
<DependentUpon>CrossPoolMigrateCopyModePage.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Wizards\CrossPoolMigrateWizard\CrossPoolMigrateTransferNetworkPage.ja.resx">
<DependentUpon>CrossPoolMigrateTransferNetworkPage.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Wizards\CrossPoolMigrateWizard\CrossPoolMigrateTransferNetworkPage.resx">
<DependentUpon>CrossPoolMigrateTransferNetworkPage.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Wizards\CrossPoolMigrateWizard\CrossPoolMigrateTransferNetworkPage.zh-CN.resx">
<DependentUpon>CrossPoolMigrateTransferNetworkPage.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Wizards\CrossPoolMigrateWizard\IntraPoolCopyPage.ja.resx">
<DependentUpon>IntraPoolCopyPage.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Wizards\CrossPoolMigrateWizard\IntraPoolCopyPage.resx">
<DependentUpon>IntraPoolCopyPage.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Wizards\CrossPoolMigrateWizard\IntraPoolCopyPage.zh-CN.resx">
<DependentUpon>IntraPoolCopyPage.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Wizards\GenericPages\RBACWarningPage.resx">
<SubType>Designer</SubType>
<DependentUpon>RBACWarningPage.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Wizards\ImportWizard\ImportBootOptionPage.ja.resx">
<DependentUpon>ImportBootOptionPage.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Wizards\ImportWizard\ImportBootOptionPage.resx">
<DependentUpon>ImportBootOptionPage.cs</DependentUpon>
<SubType>Designer</SubType>
</EmbeddedResource>
<EmbeddedResource Include="Wizards\ImportWizard\ImportBootOptionPage.zh-CN.resx">
<DependentUpon>ImportBootOptionPage.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Wizards\NewSRWizard_Pages\ChooseSrProvisioningPage.ja.resx">
<DependentUpon>ChooseSrProvisioningPage.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Wizards\NewSRWizard_Pages\ChooseSrProvisioningPage.resx">
<DependentUpon>ChooseSrProvisioningPage.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Wizards\NewSRWizard_Pages\ChooseSrProvisioningPage.zh-CN.resx">
<DependentUpon>ChooseSrProvisioningPage.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Wizards\NewNetworkWizard_Pages\NetWSriovDetails.ja.resx">
<DependentUpon>NetWSriovDetails.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Wizards\NewNetworkWizard_Pages\NetWSriovDetails.resx">
<DependentUpon>NetWSriovDetails.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Wizards\NewNetworkWizard_Pages\NetWSriovDetails.zh-CN.resx">
<DependentUpon>NetWSriovDetails.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Wizards\NewSRWizard_Pages\Frontends\CIFSFrontend.ja.resx">
<DependentUpon>CIFSFrontend.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Wizards\NewSRWizard_Pages\Frontends\CIFSFrontend.resx">
<DependentUpon>CIFSFrontend.cs</DependentUpon>
<SubType>Designer</SubType>
</EmbeddedResource>
<EmbeddedResource Include="Wizards\NewSRWizard_Pages\Frontends\CIFSFrontend.zh-CN.resx">
<DependentUpon>CIFSFrontend.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Wizards\NewSRWizard_Pages\Frontends\LVMoFCoE.ja.resx">
<DependentUpon>LVMoFCoE.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Wizards\NewSRWizard_Pages\Frontends\LVMoFCoE.resx">
<DependentUpon>LVMoFCoE.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Wizards\NewSRWizard_Pages\Frontends\LVMoFCoE.zh-CN.resx">
<DependentUpon>LVMoFCoE.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Wizards\NewVMWizard\Page_CloudConfigParameters.ja.resx">
<DependentUpon>Page_CloudConfigParameters.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Wizards\NewVMWizard\Page_CloudConfigParameters.resx">
<DependentUpon>Page_CloudConfigParameters.cs</DependentUpon>
<SubType>Designer</SubType>
</EmbeddedResource>
<EmbeddedResource Include="Wizards\NewVMWizard\Page_CloudConfigParameters.zh-CN.resx">
<DependentUpon>Page_CloudConfigParameters.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Wizards\NewVMWizard\NewVMWizard.resx">
<SubType>Designer</SubType>
<DependentUpon>NewVMWizard.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Wizards\NewVMWizard\Page_CopyBiosStrings.resx">
<SubType>Designer</SubType>
<DependentUpon>Page_CopyBiosStrings.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Wizards\NewVMWizard\Page_Template.resx">
<SubType>Designer</SubType>
<DependentUpon>Page_Template.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Wizards\NewVMWizard\Page_Name.resx">
<SubType>Designer</SubType>
<DependentUpon>Page_Name.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Wizards\NewVMWizard\Page_InstallationMedia.resx">
<SubType>Designer</SubType>
<DependentUpon>Page_InstallationMedia.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Wizards\NewVMWizard\Page_HomeServer.resx">
<SubType>Designer</SubType>
<DependentUpon>Page_HomeServer.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Wizards\NewVMWizard\Page_CpuMem.resx">
<SubType>Designer</SubType>
<DependentUpon>Page_CpuMem.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Wizards\NewVMWizard\Page_Storage.resx">
<SubType>Designer</SubType>
<DependentUpon>Page_Storage.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Wizards\NewVMWizard\Page_Networking.resx">
<SubType>Designer</SubType>
<DependentUpon>Page_Networking.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Wizards\NewVMWizard\Page_Finish.resx">
<SubType>Designer</SubType>
<DependentUpon>Page_Finish.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Wizards\HAWizard_Pages\ChooseSR.resx">
<SubType>Designer</SubType>
<DependentUpon>ChooseSR.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Controls\BondDetails.resx">
<SubType>Designer</SubType>
<DependentUpon>BondDetails.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Wizards\NewNetworkWizard_Pages\NetWBondDetails.resx">
<SubType>Designer</SubType>
<DependentUpon>NetWBondDetails.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Wizards\NewSRWizard_Pages\Frontends\CIFS_ISO.resx">
<SubType>Designer</SubType>
<DependentUpon>CIFS_ISO.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Wizards\NewSRWizard_Pages\Frontends\LVMoISCSI.resx">
<SubType>Designer</SubType>
<DependentUpon>LVMoISCSI.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Wizards\NewSRWizard_Pages\Frontends\NFS_ISO.resx">
<SubType>Designer</SubType>
<DependentUpon>NFS_ISO.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Wizards\NewSRWizard_Pages\Frontends\VHDoNFS.resx">
<SubType>Designer</SubType>
<DependentUpon>VHDoNFS.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Controls\CustomDataGraph\DataEventList.resx">
<DependentUpon>DataEventList.cs</DependentUpon>
<SubType>Designer</SubType>
</EmbeddedResource>
<EmbeddedResource Include="Controls\CustomDataGraph\DataKey.resx">
<DependentUpon>DataKey.cs</DependentUpon>
<SubType>Designer</SubType>
</EmbeddedResource>
<EmbeddedResource Include="Controls\CustomDataGraph\DataPlot.resx">
<DependentUpon>DataPlot.cs</DependentUpon>
<SubType>Designer</SubType>
</EmbeddedResource>
<EmbeddedResource Include="Controls\CustomDataGraph\DataPlotNav.resx">
<DependentUpon>DataPlotNav.cs</DependentUpon>
<SubType>Designer</SubType>
</EmbeddedResource>
<EmbeddedResource Include="Controls\CustomGridView\GridView.resx">
<SubType>Designer</SubType>
<DependentUpon>GridView.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Dialogs\InputPromptDialog.resx">
<DependentUpon>InputPromptDialog.cs</DependentUpon>
<SubType>Designer</SubType>
</EmbeddedResource>
<EmbeddedResource Include="TabPages\AlertSummaryPage.resx">
<DependentUpon>AlertSummaryPage.cs</DependentUpon>
<SubType>Designer</SubType>
</EmbeddedResource>
<EmbeddedResource Include="TabPages\HAPage.resx">
<DependentUpon>HAPage.cs</DependentUpon>
<SubType>Designer</SubType>
</EmbeddedResource>
<EmbeddedResource Include="Dialogs\FolderChangeDialog.resx">
<SubType>Designer</SubType>
<DependentUpon>FolderChangeDialog.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Dialogs\NewTagDialog.resx">
<SubType>Designer</SubType>
<DependentUpon>NewTagDialog.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Dialogs\NameAndConnectionPrompt.resx">
<SubType>Designer</SubType>
<DependentUpon>NameAndConnectionPrompt.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Dialogs\AboutDialog.resx">
<SubType>Designer</SubType>
<DependentUpon>AboutDialog.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Dialogs\AddServerDialog.resx">
<SubType>Designer</SubType>
<DependentUpon>AddServerDialog.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Dialogs\ChangeServerPasswordDialog.resx">
<DependentUpon>ChangeServerPasswordDialog.cs</DependentUpon>
<SubType>Designer</SubType>
</EmbeddedResource>
<EmbeddedResource Include="Controls\CustomListPanel\CustomListPanel.resx">
<DependentUpon>CustomListPanel.cs</DependentUpon>
<SubType>Designer</SubType>
</EmbeddedResource>
<EmbeddedResource Include="Controls\CustomTreeView.resx">
<SubType>Designer</SubType>
<DependentUpon>CustomTreeView.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Controls\PoolHostPicker.resx">
<SubType>Designer</SubType>
<DependentUpon>PoolHostPicker.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Dialogs\AttachDiskDialog.resx">
<DependentUpon>AttachDiskDialog.cs</DependentUpon>
<SubType>Designer</SubType>
</EmbeddedResource>
<EmbeddedResource Include="Dialogs\CopyVMDialog.resx">
<DependentUpon>CopyVMDialog.cs</DependentUpon>
<SubType>Designer</SubType>
</EmbeddedResource>
<EmbeddedResource Include="Dialogs\DialogWithProgress.resx">
<SubType>Designer</SubType>
<DependentUpon>DialogWithProgress.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Dialogs\NewCustomFieldDialog.resx">
<DependentUpon>NewCustomFieldDialog.cs</DependentUpon>
<SubType>Designer</SubType>
</EmbeddedResource>
CP-34231: Remove language with negative connotations (#2860) * CA-34231: Replace negative language with `block list` in code and references Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Replace negative language with `stop` in code and references Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Replace negative language with `freezing` in code Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Replace negative language with `run/ran` in code comments Some paramater mentions have been renamed, as they will be renamed in future commits. Excluded mentions in XenAPI/Host.cs and XenAPI/VM.cs since code is autogenerated. Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> # Conflicts: # CFUValidator/CommandLineOptions/CFUCommandLineOptionManager.cs # XenAdmin/Controls/Wlb/WlbOptModeScheduler.cs # XenAdmin/Dialogs/Wlb/WorkloadReports.cs * CA-34231: Replace negative language with `run` in Command.cs Run method Used Resharper renaming utility Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> # Conflicts: # XenAdmin/TabPages/GeneralTabPage.cs * CA-34231: Replace negative language with `run` in Command.cs CanRun method Used Resharper rename utility. Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Replace negative language with `run` in Command.cs CanRunCore method Used ReSharper rename utility Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> # Conflicts: # XenAdmin/Commands/DRConfigureCommand.cs # XenAdmin/Commands/DRDryrunCommand.cs # XenAdmin/Commands/DRFailbackCommand.cs # XenAdmin/Commands/DRFailoverCommand.cs # XenAdmin/Commands/DisasterRecoveryCommand.cs # XenAdmin/Commands/VMGroupCommand.cs * CA-34231: Replace negative language with `run` in Command.cs RunCore method Used ReSharper rename utility Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Replace negative language with `run` in Command.cs GetCantExecuteReasonCore method Used ReSharper rename utility Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Replace negative language with `run` in Command.cs GetCantRunReasons method Used ReSharper renaming utility Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Replace remaining negative language with `run` in Command.cs Also applied to related symbols. Used ReSharper renaming utility. Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Replace negative language with `run` in methods named CanRun Used ReSharper renaming utility Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Replace negative language with `run` in methods in CrossPoolMigrateCommand.cs Used ReSharper renaming utility Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> # Conflicts: # XenAdmin/Commands/CrossPoolMigrateCommand.cs * CA-34231: Replace negative language with `run` in remaining Run methods Also updated negative language in `DeleteVMCommand` Also updated in comment in `CrossPoolMigrateCommand` Also renamed missed instances of `CanRun` Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Replace negative language with `run` in `CanRunCore` and `RunCore` Used ReSharper renaming utility. Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Replace remaining negative language with `run` in Commands folder Used ReSharper renaming utility Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Replace remaining negative language with `run` in XenAdmin/Controls folder Used ReSharper renaming utility. Had to rename `WlbReportView.xs:RunReport()` to `WlbReportView.xs:StartRunReport()` to resolve conflict with change from `WlbReportView:ExecuteReport()` to `WlbReportView:RunReport()` Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> # Conflicts: # XenAdmin/Controls/Wlb/WlbOptModeScheduler.cs # XenAdmin/Dialogs/Wlb/WorkloadReports.cs # XenAdminTests/UnitTests/WlbTests/WlbScheduledTaskTests.cs * CA-34231: Replace all remaining negative language with `run` in code Used ReSharper renaming utility Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> # Conflicts: # XenAdmin/Commands/Controls/WlbRecommendations.cs # XenAdminTests/UnitTests/WlbTests/WlbScheduledTaskTests.cs # XenModel/WLB/WlbScheduledTask.cs * CA-34231: Replace negative language with `supporter` or `bond member` in code strings Used ReSharper renaming utility Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Replace negative language with `supporter` or `bond member` in Messages string Used ReSharper renaming utility Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> # Conflicts: # XenAdmin/MainWindow.cs # XenAdmin/Wizards/PatchingWizard/PatchingWizard_SelectServers.cs # XenModel/Messages.Designer.cs # XenModel/Messages.resx * CA-34231: Replace remaining negative language with `supporter` in .resx files Used ReSharper renaming utility. FriendlyErrorNames.resx has been excluded. Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Replace negative language with `supporter` or `bond member` in XenAdmin code Used ReSharper renaming utility Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> # Conflicts: # XenAdmin/Dialogs/NewPoolDialog.cs * CA-34231: Replace negative language with `supporter` or `bond member` in XenModel code Used ReSharper renaming utility. Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Replace negative language with `coordinator` in CFUValidator code Used ReSharper renaming utility Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> # Conflicts: # CFUValidator/CFUValidator.cs * CA-34231: Replace negative language with `coordinator` in solution's comments and hardcoded strings Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Replace negative language with `coordinator` in `Helpers:GetCoordinator` method Used ReSharper renaming utility. also renamed similarly named method in `ObjectChange.cs` Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> # Conflicts: # XenAdmin/Alerts/Types/HotfixEligibilityAlert.cs # XenAdmin/Controls/CustomDataGraph/ArchiveMaintainer.cs * CA-34231: Replace negative language with `coordinator` in `EvacuateHostDialog.resx` Used ReSharper renaming utility. Excluded jp and zh resources Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> # Conflicts: # XenAdmin/Dialogs/EvacuateHostDialog.resx * CA-34231: Replace negative language with `coordinator` in `EvacuateHostDialog.resx` Used ReSharper renaming utility. Excluded jp and zh resource files. Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> # Conflicts: # XenAdmin/Dialogs/NewPoolDialog.resx * CA-34231: Rename missing language references for change to `coordinator` Misc files were not saved before last commits. Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Replace negative language with `coordinator` in `Messages.resx`'s code Used ReSharper renaming utility. Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> # Conflicts: # XenAdmin/Commands/HACommand.cs # XenAdmin/TabPages/AdPage.cs # XenModel/Actions/Network/CreateBondAction.cs # XenModel/Actions/Network/NetworkAction.cs # XenModel/Messages.Designer.cs # XenModel/Messages.resx * CA-34231: Replace negative language with `coordinator` in `ExternalPluginAction.cs` Used ReSharper renaming utility Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Replace negative language with `coordinator` in `XenAdmin/Commands` Used ReSharper renaming utility. Also replace negative language in missed comment in `ExternalPluginAction.cs` Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> # Conflicts: # XenAdmin/Commands/AddHostToPoolCommand.cs # XenAdmin/Commands/HACommand.cs * CA-34231: Replace negative language with `coordinator` in `Helpers.cs` Used ReSharper renaming utility. Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Replace negative language with `coordinator` in `NetworkingHelper.cs` Used ReSharper renaming utility. Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Replace negative language with `coordinator` in `PoolJoinRules.cs` Used ReSharper renaming utility. Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> # Conflicts: # XenAdmin/Dialogs/NewPoolDialog.cs * CA-34231: Replace negative language with `coordinator` in `XenAdmin/Commands`, `Controls`, and `Core` Used ReSharper renaming utility Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> # Conflicts: # XenAdmin/Commands/AddHostToPoolCommand.cs * CA-34231: Replace negative language with `coordinator` in `XenAdmin/Diagnostics` Used ReSharper renaming utility Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Replace negative language with `coordinator` in `XenAdmin/Dialogs` Used ReSharper renaming utility Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> # Conflicts: # XenAdmin/Dialogs/NewPoolDialog.cs * CA-34231: Replace remaining negative language with `coordinator` in `XenAdmin` Used ReSharper renaming utility Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> # Conflicts: # XenAdmin/MainWindow.cs # XenAdmin/TabPages/GeneralTabPage.cs # XenAdmin/Wizards/PatchingWizard/PatchingWizard_SelectServers.cs # XenAdmin/Wizards/RollingUpgradeWizard/RollingUpgradeExtrasPage.cs # XenAdmin/Wizards/RollingUpgradeWizard/RollingUpgradeWizard.cs # XenAdmin/Wizards/RollingUpgradeWizard/RollingUpgradeWizardPrecheckPage.cs # XenAdmin/XenSearch/Columns.cs * CA-34231: Replace remaining negative language with `coordinator` in `XenModel\Actions` Used ReSharper renaming utility. Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> # Conflicts: # XenModel/Actions/Network/CreateBondAction.cs * CA-34231: Replace remaining negative language with `coordinator` in `XenModel` Used ReSharper renaming utility Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Replace remaining negative strings with `main` in `Messages.resx` Used ReSharper renaming utility. Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> # Conflicts: # XenModel/Messages.Designer.cs # XenModel/Messages.resx * CA-34231: Replace remaining negative string names with `main` in `Messages.resx` Used ReSharper renaming utility Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> # Conflicts: # XenAdmin/Dialogs/OptionsPages/SaveAndRestoreOptionsPage.cs # XenModel/Messages.resx * CA-34231: Rename dialogs to replace negative connotations with `main` Used ReSharper renaming utility Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Replace negative language with `main` in `SaveAndResoreOptionsPage.cs` Also updated its resx file. Used ReSharper renaming utility. Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> # Conflicts: # XenAdmin/Dialogs/OptionsPages/SaveAndRestoreOptionsPage.cs * CA-34231: Fix invalid reference in `SaveAndRestoreOptionsPage.Designer.cs` after renaming Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Replace negative language with `main` in `EnterMainPasswordDialog.cs` Used ReSharper renaming utility. Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Replace negative language with `main` in `ChangeMainPasswordDialog.cs` Used ReSharper renaming utility. Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Fix invalid reference not changed after renaming `EnterMainPasswordDialog.cs` Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Replace remaining negative language with `main` in `XenAdmin/Dialogs` Used ReSharper renaming utility. Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Update class names in HelpManager.resx Following renaming of main password dialog. Used ReSharper renaming utility. Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Replace negative language with `main` in `Metadata.cs` Used ReSharper renaming utility. Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Remove remaning negative language with `coordinator` from `Messages.resx` Used ReSharper renaming Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Remove remaning negative language with `other pool member` from `Messages.resx` Used ReSharper Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Replace remaining negative language in solution Used ReSharper renaming utility. Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CP-34231: Remove commented out code in VNCGraphicsClient.cs Code has only been improved partially as it's not strictly relevant to the PR Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CP-34231: Amend negative word replacement in XSVNCScreen.cs Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CP-34231: Simplify debug call formatting in NewPoolDialog.cs Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CP-34231: Add code mistakenly removed in MainWindow.cs Removed as part of `f155f9c8` Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CP-34231: Revert renaming of constant related to Windows' API Considered external to CH Center Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CP-34231: Amend hotkey for Coordinator field in `NewPoolDialog` Previous ALT+<key> hotkey was conflicting with CreatePool Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CP-34231: Remove unecessary whitespace in EvacuateHostDialog.cs Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CP-34231: Update if block to exclude unecessary else in DRFailoverWizard.cs Not relevant to the PR, but the change is small enought to no need extra testing Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CP-34231: Amend typo in PoolJoinRules.cs supporer -> supporter Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CP-34231: Replace missing negative language with `coordinator` in `XenAPI-Extensions/Pool.cs` Variables and methods XenAPI-Extensions were mistakenly skipped Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CP-34231: Replace negative language in `XenApi-Extensions` with `coordinator/interface` Used ReSharper renaming utility. Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CP-34231: Replace negative language in `XenApi-Extensions` with `supporter/member` Used ReSharper renaming utility. Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CP-34231: Replace remaining negative language in `XenServerHealthCheckBugTool.cs` This is only used to format the string Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CP-34231: Change line-endings to CRLF in `Page_CloudConfigParamters.cs` Done in order to fix merge conflict into master Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CP-34231: Amend misc negative language renaming typos `XenServerHealthCheckBugTool` and `XenServerHealthCheckService` Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com>
2021-08-31 12:31:16 +02:00
<EmbeddedResource Include="Dialogs\RestoreSession\EnterMainPasswordDialog.resx">
<SubType>Designer</SubType>
CP-34231: Remove language with negative connotations (#2860) * CA-34231: Replace negative language with `block list` in code and references Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Replace negative language with `stop` in code and references Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Replace negative language with `freezing` in code Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Replace negative language with `run/ran` in code comments Some paramater mentions have been renamed, as they will be renamed in future commits. Excluded mentions in XenAPI/Host.cs and XenAPI/VM.cs since code is autogenerated. Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> # Conflicts: # CFUValidator/CommandLineOptions/CFUCommandLineOptionManager.cs # XenAdmin/Controls/Wlb/WlbOptModeScheduler.cs # XenAdmin/Dialogs/Wlb/WorkloadReports.cs * CA-34231: Replace negative language with `run` in Command.cs Run method Used Resharper renaming utility Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> # Conflicts: # XenAdmin/TabPages/GeneralTabPage.cs * CA-34231: Replace negative language with `run` in Command.cs CanRun method Used Resharper rename utility. Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Replace negative language with `run` in Command.cs CanRunCore method Used ReSharper rename utility Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> # Conflicts: # XenAdmin/Commands/DRConfigureCommand.cs # XenAdmin/Commands/DRDryrunCommand.cs # XenAdmin/Commands/DRFailbackCommand.cs # XenAdmin/Commands/DRFailoverCommand.cs # XenAdmin/Commands/DisasterRecoveryCommand.cs # XenAdmin/Commands/VMGroupCommand.cs * CA-34231: Replace negative language with `run` in Command.cs RunCore method Used ReSharper rename utility Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Replace negative language with `run` in Command.cs GetCantExecuteReasonCore method Used ReSharper rename utility Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Replace negative language with `run` in Command.cs GetCantRunReasons method Used ReSharper renaming utility Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Replace remaining negative language with `run` in Command.cs Also applied to related symbols. Used ReSharper renaming utility. Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Replace negative language with `run` in methods named CanRun Used ReSharper renaming utility Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Replace negative language with `run` in methods in CrossPoolMigrateCommand.cs Used ReSharper renaming utility Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> # Conflicts: # XenAdmin/Commands/CrossPoolMigrateCommand.cs * CA-34231: Replace negative language with `run` in remaining Run methods Also updated negative language in `DeleteVMCommand` Also updated in comment in `CrossPoolMigrateCommand` Also renamed missed instances of `CanRun` Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Replace negative language with `run` in `CanRunCore` and `RunCore` Used ReSharper renaming utility. Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Replace remaining negative language with `run` in Commands folder Used ReSharper renaming utility Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Replace remaining negative language with `run` in XenAdmin/Controls folder Used ReSharper renaming utility. Had to rename `WlbReportView.xs:RunReport()` to `WlbReportView.xs:StartRunReport()` to resolve conflict with change from `WlbReportView:ExecuteReport()` to `WlbReportView:RunReport()` Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> # Conflicts: # XenAdmin/Controls/Wlb/WlbOptModeScheduler.cs # XenAdmin/Dialogs/Wlb/WorkloadReports.cs # XenAdminTests/UnitTests/WlbTests/WlbScheduledTaskTests.cs * CA-34231: Replace all remaining negative language with `run` in code Used ReSharper renaming utility Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> # Conflicts: # XenAdmin/Commands/Controls/WlbRecommendations.cs # XenAdminTests/UnitTests/WlbTests/WlbScheduledTaskTests.cs # XenModel/WLB/WlbScheduledTask.cs * CA-34231: Replace negative language with `supporter` or `bond member` in code strings Used ReSharper renaming utility Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Replace negative language with `supporter` or `bond member` in Messages string Used ReSharper renaming utility Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> # Conflicts: # XenAdmin/MainWindow.cs # XenAdmin/Wizards/PatchingWizard/PatchingWizard_SelectServers.cs # XenModel/Messages.Designer.cs # XenModel/Messages.resx * CA-34231: Replace remaining negative language with `supporter` in .resx files Used ReSharper renaming utility. FriendlyErrorNames.resx has been excluded. Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Replace negative language with `supporter` or `bond member` in XenAdmin code Used ReSharper renaming utility Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> # Conflicts: # XenAdmin/Dialogs/NewPoolDialog.cs * CA-34231: Replace negative language with `supporter` or `bond member` in XenModel code Used ReSharper renaming utility. Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Replace negative language with `coordinator` in CFUValidator code Used ReSharper renaming utility Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> # Conflicts: # CFUValidator/CFUValidator.cs * CA-34231: Replace negative language with `coordinator` in solution's comments and hardcoded strings Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Replace negative language with `coordinator` in `Helpers:GetCoordinator` method Used ReSharper renaming utility. also renamed similarly named method in `ObjectChange.cs` Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> # Conflicts: # XenAdmin/Alerts/Types/HotfixEligibilityAlert.cs # XenAdmin/Controls/CustomDataGraph/ArchiveMaintainer.cs * CA-34231: Replace negative language with `coordinator` in `EvacuateHostDialog.resx` Used ReSharper renaming utility. Excluded jp and zh resources Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> # Conflicts: # XenAdmin/Dialogs/EvacuateHostDialog.resx * CA-34231: Replace negative language with `coordinator` in `EvacuateHostDialog.resx` Used ReSharper renaming utility. Excluded jp and zh resource files. Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> # Conflicts: # XenAdmin/Dialogs/NewPoolDialog.resx * CA-34231: Rename missing language references for change to `coordinator` Misc files were not saved before last commits. Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Replace negative language with `coordinator` in `Messages.resx`'s code Used ReSharper renaming utility. Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> # Conflicts: # XenAdmin/Commands/HACommand.cs # XenAdmin/TabPages/AdPage.cs # XenModel/Actions/Network/CreateBondAction.cs # XenModel/Actions/Network/NetworkAction.cs # XenModel/Messages.Designer.cs # XenModel/Messages.resx * CA-34231: Replace negative language with `coordinator` in `ExternalPluginAction.cs` Used ReSharper renaming utility Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Replace negative language with `coordinator` in `XenAdmin/Commands` Used ReSharper renaming utility. Also replace negative language in missed comment in `ExternalPluginAction.cs` Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> # Conflicts: # XenAdmin/Commands/AddHostToPoolCommand.cs # XenAdmin/Commands/HACommand.cs * CA-34231: Replace negative language with `coordinator` in `Helpers.cs` Used ReSharper renaming utility. Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Replace negative language with `coordinator` in `NetworkingHelper.cs` Used ReSharper renaming utility. Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Replace negative language with `coordinator` in `PoolJoinRules.cs` Used ReSharper renaming utility. Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> # Conflicts: # XenAdmin/Dialogs/NewPoolDialog.cs * CA-34231: Replace negative language with `coordinator` in `XenAdmin/Commands`, `Controls`, and `Core` Used ReSharper renaming utility Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> # Conflicts: # XenAdmin/Commands/AddHostToPoolCommand.cs * CA-34231: Replace negative language with `coordinator` in `XenAdmin/Diagnostics` Used ReSharper renaming utility Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Replace negative language with `coordinator` in `XenAdmin/Dialogs` Used ReSharper renaming utility Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> # Conflicts: # XenAdmin/Dialogs/NewPoolDialog.cs * CA-34231: Replace remaining negative language with `coordinator` in `XenAdmin` Used ReSharper renaming utility Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> # Conflicts: # XenAdmin/MainWindow.cs # XenAdmin/TabPages/GeneralTabPage.cs # XenAdmin/Wizards/PatchingWizard/PatchingWizard_SelectServers.cs # XenAdmin/Wizards/RollingUpgradeWizard/RollingUpgradeExtrasPage.cs # XenAdmin/Wizards/RollingUpgradeWizard/RollingUpgradeWizard.cs # XenAdmin/Wizards/RollingUpgradeWizard/RollingUpgradeWizardPrecheckPage.cs # XenAdmin/XenSearch/Columns.cs * CA-34231: Replace remaining negative language with `coordinator` in `XenModel\Actions` Used ReSharper renaming utility. Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> # Conflicts: # XenModel/Actions/Network/CreateBondAction.cs * CA-34231: Replace remaining negative language with `coordinator` in `XenModel` Used ReSharper renaming utility Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Replace remaining negative strings with `main` in `Messages.resx` Used ReSharper renaming utility. Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> # Conflicts: # XenModel/Messages.Designer.cs # XenModel/Messages.resx * CA-34231: Replace remaining negative string names with `main` in `Messages.resx` Used ReSharper renaming utility Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> # Conflicts: # XenAdmin/Dialogs/OptionsPages/SaveAndRestoreOptionsPage.cs # XenModel/Messages.resx * CA-34231: Rename dialogs to replace negative connotations with `main` Used ReSharper renaming utility Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Replace negative language with `main` in `SaveAndResoreOptionsPage.cs` Also updated its resx file. Used ReSharper renaming utility. Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> # Conflicts: # XenAdmin/Dialogs/OptionsPages/SaveAndRestoreOptionsPage.cs * CA-34231: Fix invalid reference in `SaveAndRestoreOptionsPage.Designer.cs` after renaming Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Replace negative language with `main` in `EnterMainPasswordDialog.cs` Used ReSharper renaming utility. Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Replace negative language with `main` in `ChangeMainPasswordDialog.cs` Used ReSharper renaming utility. Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Fix invalid reference not changed after renaming `EnterMainPasswordDialog.cs` Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Replace remaining negative language with `main` in `XenAdmin/Dialogs` Used ReSharper renaming utility. Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Update class names in HelpManager.resx Following renaming of main password dialog. Used ReSharper renaming utility. Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Replace negative language with `main` in `Metadata.cs` Used ReSharper renaming utility. Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Remove remaning negative language with `coordinator` from `Messages.resx` Used ReSharper renaming Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Remove remaning negative language with `other pool member` from `Messages.resx` Used ReSharper Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Replace remaining negative language in solution Used ReSharper renaming utility. Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CP-34231: Remove commented out code in VNCGraphicsClient.cs Code has only been improved partially as it's not strictly relevant to the PR Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CP-34231: Amend negative word replacement in XSVNCScreen.cs Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CP-34231: Simplify debug call formatting in NewPoolDialog.cs Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CP-34231: Add code mistakenly removed in MainWindow.cs Removed as part of `f155f9c8` Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CP-34231: Revert renaming of constant related to Windows' API Considered external to CH Center Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CP-34231: Amend hotkey for Coordinator field in `NewPoolDialog` Previous ALT+<key> hotkey was conflicting with CreatePool Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CP-34231: Remove unecessary whitespace in EvacuateHostDialog.cs Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CP-34231: Update if block to exclude unecessary else in DRFailoverWizard.cs Not relevant to the PR, but the change is small enought to no need extra testing Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CP-34231: Amend typo in PoolJoinRules.cs supporer -> supporter Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CP-34231: Replace missing negative language with `coordinator` in `XenAPI-Extensions/Pool.cs` Variables and methods XenAPI-Extensions were mistakenly skipped Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CP-34231: Replace negative language in `XenApi-Extensions` with `coordinator/interface` Used ReSharper renaming utility. Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CP-34231: Replace negative language in `XenApi-Extensions` with `supporter/member` Used ReSharper renaming utility. Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CP-34231: Replace remaining negative language in `XenServerHealthCheckBugTool.cs` This is only used to format the string Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CP-34231: Change line-endings to CRLF in `Page_CloudConfigParamters.cs` Done in order to fix merge conflict into master Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CP-34231: Amend misc negative language renaming typos `XenServerHealthCheckBugTool` and `XenServerHealthCheckService` Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com>
2021-08-31 12:31:16 +02:00
<DependentUpon>EnterMainPasswordDialog.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Controls\Common\PasswordFailure.resx">
<SubType>Designer</SubType>
<DependentUpon>PasswordFailure.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Dialogs\RestoreSession\SaveAndRestoreDialog.resx">
<SubType>Designer</SubType>
<DependentUpon>SaveAndRestoreDialog.cs</DependentUpon>
</EmbeddedResource>
CP-34231: Remove language with negative connotations (#2860) * CA-34231: Replace negative language with `block list` in code and references Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Replace negative language with `stop` in code and references Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Replace negative language with `freezing` in code Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Replace negative language with `run/ran` in code comments Some paramater mentions have been renamed, as they will be renamed in future commits. Excluded mentions in XenAPI/Host.cs and XenAPI/VM.cs since code is autogenerated. Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> # Conflicts: # CFUValidator/CommandLineOptions/CFUCommandLineOptionManager.cs # XenAdmin/Controls/Wlb/WlbOptModeScheduler.cs # XenAdmin/Dialogs/Wlb/WorkloadReports.cs * CA-34231: Replace negative language with `run` in Command.cs Run method Used Resharper renaming utility Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> # Conflicts: # XenAdmin/TabPages/GeneralTabPage.cs * CA-34231: Replace negative language with `run` in Command.cs CanRun method Used Resharper rename utility. Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Replace negative language with `run` in Command.cs CanRunCore method Used ReSharper rename utility Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> # Conflicts: # XenAdmin/Commands/DRConfigureCommand.cs # XenAdmin/Commands/DRDryrunCommand.cs # XenAdmin/Commands/DRFailbackCommand.cs # XenAdmin/Commands/DRFailoverCommand.cs # XenAdmin/Commands/DisasterRecoveryCommand.cs # XenAdmin/Commands/VMGroupCommand.cs * CA-34231: Replace negative language with `run` in Command.cs RunCore method Used ReSharper rename utility Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Replace negative language with `run` in Command.cs GetCantExecuteReasonCore method Used ReSharper rename utility Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Replace negative language with `run` in Command.cs GetCantRunReasons method Used ReSharper renaming utility Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Replace remaining negative language with `run` in Command.cs Also applied to related symbols. Used ReSharper renaming utility. Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Replace negative language with `run` in methods named CanRun Used ReSharper renaming utility Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Replace negative language with `run` in methods in CrossPoolMigrateCommand.cs Used ReSharper renaming utility Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> # Conflicts: # XenAdmin/Commands/CrossPoolMigrateCommand.cs * CA-34231: Replace negative language with `run` in remaining Run methods Also updated negative language in `DeleteVMCommand` Also updated in comment in `CrossPoolMigrateCommand` Also renamed missed instances of `CanRun` Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Replace negative language with `run` in `CanRunCore` and `RunCore` Used ReSharper renaming utility. Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Replace remaining negative language with `run` in Commands folder Used ReSharper renaming utility Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Replace remaining negative language with `run` in XenAdmin/Controls folder Used ReSharper renaming utility. Had to rename `WlbReportView.xs:RunReport()` to `WlbReportView.xs:StartRunReport()` to resolve conflict with change from `WlbReportView:ExecuteReport()` to `WlbReportView:RunReport()` Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> # Conflicts: # XenAdmin/Controls/Wlb/WlbOptModeScheduler.cs # XenAdmin/Dialogs/Wlb/WorkloadReports.cs # XenAdminTests/UnitTests/WlbTests/WlbScheduledTaskTests.cs * CA-34231: Replace all remaining negative language with `run` in code Used ReSharper renaming utility Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> # Conflicts: # XenAdmin/Commands/Controls/WlbRecommendations.cs # XenAdminTests/UnitTests/WlbTests/WlbScheduledTaskTests.cs # XenModel/WLB/WlbScheduledTask.cs * CA-34231: Replace negative language with `supporter` or `bond member` in code strings Used ReSharper renaming utility Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Replace negative language with `supporter` or `bond member` in Messages string Used ReSharper renaming utility Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> # Conflicts: # XenAdmin/MainWindow.cs # XenAdmin/Wizards/PatchingWizard/PatchingWizard_SelectServers.cs # XenModel/Messages.Designer.cs # XenModel/Messages.resx * CA-34231: Replace remaining negative language with `supporter` in .resx files Used ReSharper renaming utility. FriendlyErrorNames.resx has been excluded. Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Replace negative language with `supporter` or `bond member` in XenAdmin code Used ReSharper renaming utility Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> # Conflicts: # XenAdmin/Dialogs/NewPoolDialog.cs * CA-34231: Replace negative language with `supporter` or `bond member` in XenModel code Used ReSharper renaming utility. Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Replace negative language with `coordinator` in CFUValidator code Used ReSharper renaming utility Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> # Conflicts: # CFUValidator/CFUValidator.cs * CA-34231: Replace negative language with `coordinator` in solution's comments and hardcoded strings Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Replace negative language with `coordinator` in `Helpers:GetCoordinator` method Used ReSharper renaming utility. also renamed similarly named method in `ObjectChange.cs` Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> # Conflicts: # XenAdmin/Alerts/Types/HotfixEligibilityAlert.cs # XenAdmin/Controls/CustomDataGraph/ArchiveMaintainer.cs * CA-34231: Replace negative language with `coordinator` in `EvacuateHostDialog.resx` Used ReSharper renaming utility. Excluded jp and zh resources Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> # Conflicts: # XenAdmin/Dialogs/EvacuateHostDialog.resx * CA-34231: Replace negative language with `coordinator` in `EvacuateHostDialog.resx` Used ReSharper renaming utility. Excluded jp and zh resource files. Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> # Conflicts: # XenAdmin/Dialogs/NewPoolDialog.resx * CA-34231: Rename missing language references for change to `coordinator` Misc files were not saved before last commits. Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Replace negative language with `coordinator` in `Messages.resx`'s code Used ReSharper renaming utility. Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> # Conflicts: # XenAdmin/Commands/HACommand.cs # XenAdmin/TabPages/AdPage.cs # XenModel/Actions/Network/CreateBondAction.cs # XenModel/Actions/Network/NetworkAction.cs # XenModel/Messages.Designer.cs # XenModel/Messages.resx * CA-34231: Replace negative language with `coordinator` in `ExternalPluginAction.cs` Used ReSharper renaming utility Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Replace negative language with `coordinator` in `XenAdmin/Commands` Used ReSharper renaming utility. Also replace negative language in missed comment in `ExternalPluginAction.cs` Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> # Conflicts: # XenAdmin/Commands/AddHostToPoolCommand.cs # XenAdmin/Commands/HACommand.cs * CA-34231: Replace negative language with `coordinator` in `Helpers.cs` Used ReSharper renaming utility. Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Replace negative language with `coordinator` in `NetworkingHelper.cs` Used ReSharper renaming utility. Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Replace negative language with `coordinator` in `PoolJoinRules.cs` Used ReSharper renaming utility. Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> # Conflicts: # XenAdmin/Dialogs/NewPoolDialog.cs * CA-34231: Replace negative language with `coordinator` in `XenAdmin/Commands`, `Controls`, and `Core` Used ReSharper renaming utility Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> # Conflicts: # XenAdmin/Commands/AddHostToPoolCommand.cs * CA-34231: Replace negative language with `coordinator` in `XenAdmin/Diagnostics` Used ReSharper renaming utility Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Replace negative language with `coordinator` in `XenAdmin/Dialogs` Used ReSharper renaming utility Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> # Conflicts: # XenAdmin/Dialogs/NewPoolDialog.cs * CA-34231: Replace remaining negative language with `coordinator` in `XenAdmin` Used ReSharper renaming utility Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> # Conflicts: # XenAdmin/MainWindow.cs # XenAdmin/TabPages/GeneralTabPage.cs # XenAdmin/Wizards/PatchingWizard/PatchingWizard_SelectServers.cs # XenAdmin/Wizards/RollingUpgradeWizard/RollingUpgradeExtrasPage.cs # XenAdmin/Wizards/RollingUpgradeWizard/RollingUpgradeWizard.cs # XenAdmin/Wizards/RollingUpgradeWizard/RollingUpgradeWizardPrecheckPage.cs # XenAdmin/XenSearch/Columns.cs * CA-34231: Replace remaining negative language with `coordinator` in `XenModel\Actions` Used ReSharper renaming utility. Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> # Conflicts: # XenModel/Actions/Network/CreateBondAction.cs * CA-34231: Replace remaining negative language with `coordinator` in `XenModel` Used ReSharper renaming utility Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Replace remaining negative strings with `main` in `Messages.resx` Used ReSharper renaming utility. Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> # Conflicts: # XenModel/Messages.Designer.cs # XenModel/Messages.resx * CA-34231: Replace remaining negative string names with `main` in `Messages.resx` Used ReSharper renaming utility Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> # Conflicts: # XenAdmin/Dialogs/OptionsPages/SaveAndRestoreOptionsPage.cs # XenModel/Messages.resx * CA-34231: Rename dialogs to replace negative connotations with `main` Used ReSharper renaming utility Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Replace negative language with `main` in `SaveAndResoreOptionsPage.cs` Also updated its resx file. Used ReSharper renaming utility. Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> # Conflicts: # XenAdmin/Dialogs/OptionsPages/SaveAndRestoreOptionsPage.cs * CA-34231: Fix invalid reference in `SaveAndRestoreOptionsPage.Designer.cs` after renaming Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Replace negative language with `main` in `EnterMainPasswordDialog.cs` Used ReSharper renaming utility. Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Replace negative language with `main` in `ChangeMainPasswordDialog.cs` Used ReSharper renaming utility. Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Fix invalid reference not changed after renaming `EnterMainPasswordDialog.cs` Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Replace remaining negative language with `main` in `XenAdmin/Dialogs` Used ReSharper renaming utility. Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Update class names in HelpManager.resx Following renaming of main password dialog. Used ReSharper renaming utility. Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Replace negative language with `main` in `Metadata.cs` Used ReSharper renaming utility. Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Remove remaning negative language with `coordinator` from `Messages.resx` Used ReSharper renaming Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Remove remaning negative language with `other pool member` from `Messages.resx` Used ReSharper Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Replace remaining negative language in solution Used ReSharper renaming utility. Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CP-34231: Remove commented out code in VNCGraphicsClient.cs Code has only been improved partially as it's not strictly relevant to the PR Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CP-34231: Amend negative word replacement in XSVNCScreen.cs Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CP-34231: Simplify debug call formatting in NewPoolDialog.cs Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CP-34231: Add code mistakenly removed in MainWindow.cs Removed as part of `f155f9c8` Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CP-34231: Revert renaming of constant related to Windows' API Considered external to CH Center Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CP-34231: Amend hotkey for Coordinator field in `NewPoolDialog` Previous ALT+<key> hotkey was conflicting with CreatePool Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CP-34231: Remove unecessary whitespace in EvacuateHostDialog.cs Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CP-34231: Update if block to exclude unecessary else in DRFailoverWizard.cs Not relevant to the PR, but the change is small enought to no need extra testing Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CP-34231: Amend typo in PoolJoinRules.cs supporer -> supporter Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CP-34231: Replace missing negative language with `coordinator` in `XenAPI-Extensions/Pool.cs` Variables and methods XenAPI-Extensions were mistakenly skipped Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CP-34231: Replace negative language in `XenApi-Extensions` with `coordinator/interface` Used ReSharper renaming utility. Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CP-34231: Replace negative language in `XenApi-Extensions` with `supporter/member` Used ReSharper renaming utility. Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CP-34231: Replace remaining negative language in `XenServerHealthCheckBugTool.cs` This is only used to format the string Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CP-34231: Change line-endings to CRLF in `Page_CloudConfigParamters.cs` Done in order to fix merge conflict into master Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CP-34231: Amend misc negative language renaming typos `XenServerHealthCheckBugTool` and `XenServerHealthCheckService` Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com>
2021-08-31 12:31:16 +02:00
<EmbeddedResource Include="Dialogs\RestoreSession\ChangeMainPasswordDialog.resx">
<SubType>Designer</SubType>
CP-34231: Remove language with negative connotations (#2860) * CA-34231: Replace negative language with `block list` in code and references Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Replace negative language with `stop` in code and references Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Replace negative language with `freezing` in code Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Replace negative language with `run/ran` in code comments Some paramater mentions have been renamed, as they will be renamed in future commits. Excluded mentions in XenAPI/Host.cs and XenAPI/VM.cs since code is autogenerated. Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> # Conflicts: # CFUValidator/CommandLineOptions/CFUCommandLineOptionManager.cs # XenAdmin/Controls/Wlb/WlbOptModeScheduler.cs # XenAdmin/Dialogs/Wlb/WorkloadReports.cs * CA-34231: Replace negative language with `run` in Command.cs Run method Used Resharper renaming utility Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> # Conflicts: # XenAdmin/TabPages/GeneralTabPage.cs * CA-34231: Replace negative language with `run` in Command.cs CanRun method Used Resharper rename utility. Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Replace negative language with `run` in Command.cs CanRunCore method Used ReSharper rename utility Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> # Conflicts: # XenAdmin/Commands/DRConfigureCommand.cs # XenAdmin/Commands/DRDryrunCommand.cs # XenAdmin/Commands/DRFailbackCommand.cs # XenAdmin/Commands/DRFailoverCommand.cs # XenAdmin/Commands/DisasterRecoveryCommand.cs # XenAdmin/Commands/VMGroupCommand.cs * CA-34231: Replace negative language with `run` in Command.cs RunCore method Used ReSharper rename utility Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Replace negative language with `run` in Command.cs GetCantExecuteReasonCore method Used ReSharper rename utility Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Replace negative language with `run` in Command.cs GetCantRunReasons method Used ReSharper renaming utility Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Replace remaining negative language with `run` in Command.cs Also applied to related symbols. Used ReSharper renaming utility. Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Replace negative language with `run` in methods named CanRun Used ReSharper renaming utility Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Replace negative language with `run` in methods in CrossPoolMigrateCommand.cs Used ReSharper renaming utility Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> # Conflicts: # XenAdmin/Commands/CrossPoolMigrateCommand.cs * CA-34231: Replace negative language with `run` in remaining Run methods Also updated negative language in `DeleteVMCommand` Also updated in comment in `CrossPoolMigrateCommand` Also renamed missed instances of `CanRun` Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Replace negative language with `run` in `CanRunCore` and `RunCore` Used ReSharper renaming utility. Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Replace remaining negative language with `run` in Commands folder Used ReSharper renaming utility Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Replace remaining negative language with `run` in XenAdmin/Controls folder Used ReSharper renaming utility. Had to rename `WlbReportView.xs:RunReport()` to `WlbReportView.xs:StartRunReport()` to resolve conflict with change from `WlbReportView:ExecuteReport()` to `WlbReportView:RunReport()` Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> # Conflicts: # XenAdmin/Controls/Wlb/WlbOptModeScheduler.cs # XenAdmin/Dialogs/Wlb/WorkloadReports.cs # XenAdminTests/UnitTests/WlbTests/WlbScheduledTaskTests.cs * CA-34231: Replace all remaining negative language with `run` in code Used ReSharper renaming utility Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> # Conflicts: # XenAdmin/Commands/Controls/WlbRecommendations.cs # XenAdminTests/UnitTests/WlbTests/WlbScheduledTaskTests.cs # XenModel/WLB/WlbScheduledTask.cs * CA-34231: Replace negative language with `supporter` or `bond member` in code strings Used ReSharper renaming utility Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Replace negative language with `supporter` or `bond member` in Messages string Used ReSharper renaming utility Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> # Conflicts: # XenAdmin/MainWindow.cs # XenAdmin/Wizards/PatchingWizard/PatchingWizard_SelectServers.cs # XenModel/Messages.Designer.cs # XenModel/Messages.resx * CA-34231: Replace remaining negative language with `supporter` in .resx files Used ReSharper renaming utility. FriendlyErrorNames.resx has been excluded. Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Replace negative language with `supporter` or `bond member` in XenAdmin code Used ReSharper renaming utility Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> # Conflicts: # XenAdmin/Dialogs/NewPoolDialog.cs * CA-34231: Replace negative language with `supporter` or `bond member` in XenModel code Used ReSharper renaming utility. Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Replace negative language with `coordinator` in CFUValidator code Used ReSharper renaming utility Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> # Conflicts: # CFUValidator/CFUValidator.cs * CA-34231: Replace negative language with `coordinator` in solution's comments and hardcoded strings Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Replace negative language with `coordinator` in `Helpers:GetCoordinator` method Used ReSharper renaming utility. also renamed similarly named method in `ObjectChange.cs` Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> # Conflicts: # XenAdmin/Alerts/Types/HotfixEligibilityAlert.cs # XenAdmin/Controls/CustomDataGraph/ArchiveMaintainer.cs * CA-34231: Replace negative language with `coordinator` in `EvacuateHostDialog.resx` Used ReSharper renaming utility. Excluded jp and zh resources Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> # Conflicts: # XenAdmin/Dialogs/EvacuateHostDialog.resx * CA-34231: Replace negative language with `coordinator` in `EvacuateHostDialog.resx` Used ReSharper renaming utility. Excluded jp and zh resource files. Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> # Conflicts: # XenAdmin/Dialogs/NewPoolDialog.resx * CA-34231: Rename missing language references for change to `coordinator` Misc files were not saved before last commits. Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Replace negative language with `coordinator` in `Messages.resx`'s code Used ReSharper renaming utility. Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> # Conflicts: # XenAdmin/Commands/HACommand.cs # XenAdmin/TabPages/AdPage.cs # XenModel/Actions/Network/CreateBondAction.cs # XenModel/Actions/Network/NetworkAction.cs # XenModel/Messages.Designer.cs # XenModel/Messages.resx * CA-34231: Replace negative language with `coordinator` in `ExternalPluginAction.cs` Used ReSharper renaming utility Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Replace negative language with `coordinator` in `XenAdmin/Commands` Used ReSharper renaming utility. Also replace negative language in missed comment in `ExternalPluginAction.cs` Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> # Conflicts: # XenAdmin/Commands/AddHostToPoolCommand.cs # XenAdmin/Commands/HACommand.cs * CA-34231: Replace negative language with `coordinator` in `Helpers.cs` Used ReSharper renaming utility. Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Replace negative language with `coordinator` in `NetworkingHelper.cs` Used ReSharper renaming utility. Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Replace negative language with `coordinator` in `PoolJoinRules.cs` Used ReSharper renaming utility. Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> # Conflicts: # XenAdmin/Dialogs/NewPoolDialog.cs * CA-34231: Replace negative language with `coordinator` in `XenAdmin/Commands`, `Controls`, and `Core` Used ReSharper renaming utility Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> # Conflicts: # XenAdmin/Commands/AddHostToPoolCommand.cs * CA-34231: Replace negative language with `coordinator` in `XenAdmin/Diagnostics` Used ReSharper renaming utility Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Replace negative language with `coordinator` in `XenAdmin/Dialogs` Used ReSharper renaming utility Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> # Conflicts: # XenAdmin/Dialogs/NewPoolDialog.cs * CA-34231: Replace remaining negative language with `coordinator` in `XenAdmin` Used ReSharper renaming utility Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> # Conflicts: # XenAdmin/MainWindow.cs # XenAdmin/TabPages/GeneralTabPage.cs # XenAdmin/Wizards/PatchingWizard/PatchingWizard_SelectServers.cs # XenAdmin/Wizards/RollingUpgradeWizard/RollingUpgradeExtrasPage.cs # XenAdmin/Wizards/RollingUpgradeWizard/RollingUpgradeWizard.cs # XenAdmin/Wizards/RollingUpgradeWizard/RollingUpgradeWizardPrecheckPage.cs # XenAdmin/XenSearch/Columns.cs * CA-34231: Replace remaining negative language with `coordinator` in `XenModel\Actions` Used ReSharper renaming utility. Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> # Conflicts: # XenModel/Actions/Network/CreateBondAction.cs * CA-34231: Replace remaining negative language with `coordinator` in `XenModel` Used ReSharper renaming utility Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Replace remaining negative strings with `main` in `Messages.resx` Used ReSharper renaming utility. Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> # Conflicts: # XenModel/Messages.Designer.cs # XenModel/Messages.resx * CA-34231: Replace remaining negative string names with `main` in `Messages.resx` Used ReSharper renaming utility Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> # Conflicts: # XenAdmin/Dialogs/OptionsPages/SaveAndRestoreOptionsPage.cs # XenModel/Messages.resx * CA-34231: Rename dialogs to replace negative connotations with `main` Used ReSharper renaming utility Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Replace negative language with `main` in `SaveAndResoreOptionsPage.cs` Also updated its resx file. Used ReSharper renaming utility. Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> # Conflicts: # XenAdmin/Dialogs/OptionsPages/SaveAndRestoreOptionsPage.cs * CA-34231: Fix invalid reference in `SaveAndRestoreOptionsPage.Designer.cs` after renaming Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Replace negative language with `main` in `EnterMainPasswordDialog.cs` Used ReSharper renaming utility. Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Replace negative language with `main` in `ChangeMainPasswordDialog.cs` Used ReSharper renaming utility. Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Fix invalid reference not changed after renaming `EnterMainPasswordDialog.cs` Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Replace remaining negative language with `main` in `XenAdmin/Dialogs` Used ReSharper renaming utility. Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Update class names in HelpManager.resx Following renaming of main password dialog. Used ReSharper renaming utility. Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Replace negative language with `main` in `Metadata.cs` Used ReSharper renaming utility. Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Remove remaning negative language with `coordinator` from `Messages.resx` Used ReSharper renaming Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Remove remaning negative language with `other pool member` from `Messages.resx` Used ReSharper Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Replace remaining negative language in solution Used ReSharper renaming utility. Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CP-34231: Remove commented out code in VNCGraphicsClient.cs Code has only been improved partially as it's not strictly relevant to the PR Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CP-34231: Amend negative word replacement in XSVNCScreen.cs Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CP-34231: Simplify debug call formatting in NewPoolDialog.cs Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CP-34231: Add code mistakenly removed in MainWindow.cs Removed as part of `f155f9c8` Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CP-34231: Revert renaming of constant related to Windows' API Considered external to CH Center Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CP-34231: Amend hotkey for Coordinator field in `NewPoolDialog` Previous ALT+<key> hotkey was conflicting with CreatePool Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CP-34231: Remove unecessary whitespace in EvacuateHostDialog.cs Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CP-34231: Update if block to exclude unecessary else in DRFailoverWizard.cs Not relevant to the PR, but the change is small enought to no need extra testing Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CP-34231: Amend typo in PoolJoinRules.cs supporer -> supporter Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CP-34231: Replace missing negative language with `coordinator` in `XenAPI-Extensions/Pool.cs` Variables and methods XenAPI-Extensions were mistakenly skipped Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CP-34231: Replace negative language in `XenApi-Extensions` with `coordinator/interface` Used ReSharper renaming utility. Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CP-34231: Replace negative language in `XenApi-Extensions` with `supporter/member` Used ReSharper renaming utility. Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CP-34231: Replace remaining negative language in `XenServerHealthCheckBugTool.cs` This is only used to format the string Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CP-34231: Change line-endings to CRLF in `Page_CloudConfigParamters.cs` Done in order to fix merge conflict into master Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CP-34231: Amend misc negative language renaming typos `XenServerHealthCheckBugTool` and `XenServerHealthCheckService` Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com>
2021-08-31 12:31:16 +02:00
<DependentUpon>ChangeMainPasswordDialog.cs</DependentUpon>
</EmbeddedResource>
CP-34231: Remove language with negative connotations (#2860) * CA-34231: Replace negative language with `block list` in code and references Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Replace negative language with `stop` in code and references Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Replace negative language with `freezing` in code Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Replace negative language with `run/ran` in code comments Some paramater mentions have been renamed, as they will be renamed in future commits. Excluded mentions in XenAPI/Host.cs and XenAPI/VM.cs since code is autogenerated. Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> # Conflicts: # CFUValidator/CommandLineOptions/CFUCommandLineOptionManager.cs # XenAdmin/Controls/Wlb/WlbOptModeScheduler.cs # XenAdmin/Dialogs/Wlb/WorkloadReports.cs * CA-34231: Replace negative language with `run` in Command.cs Run method Used Resharper renaming utility Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> # Conflicts: # XenAdmin/TabPages/GeneralTabPage.cs * CA-34231: Replace negative language with `run` in Command.cs CanRun method Used Resharper rename utility. Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Replace negative language with `run` in Command.cs CanRunCore method Used ReSharper rename utility Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> # Conflicts: # XenAdmin/Commands/DRConfigureCommand.cs # XenAdmin/Commands/DRDryrunCommand.cs # XenAdmin/Commands/DRFailbackCommand.cs # XenAdmin/Commands/DRFailoverCommand.cs # XenAdmin/Commands/DisasterRecoveryCommand.cs # XenAdmin/Commands/VMGroupCommand.cs * CA-34231: Replace negative language with `run` in Command.cs RunCore method Used ReSharper rename utility Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Replace negative language with `run` in Command.cs GetCantExecuteReasonCore method Used ReSharper rename utility Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Replace negative language with `run` in Command.cs GetCantRunReasons method Used ReSharper renaming utility Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Replace remaining negative language with `run` in Command.cs Also applied to related symbols. Used ReSharper renaming utility. Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Replace negative language with `run` in methods named CanRun Used ReSharper renaming utility Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Replace negative language with `run` in methods in CrossPoolMigrateCommand.cs Used ReSharper renaming utility Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> # Conflicts: # XenAdmin/Commands/CrossPoolMigrateCommand.cs * CA-34231: Replace negative language with `run` in remaining Run methods Also updated negative language in `DeleteVMCommand` Also updated in comment in `CrossPoolMigrateCommand` Also renamed missed instances of `CanRun` Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Replace negative language with `run` in `CanRunCore` and `RunCore` Used ReSharper renaming utility. Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Replace remaining negative language with `run` in Commands folder Used ReSharper renaming utility Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Replace remaining negative language with `run` in XenAdmin/Controls folder Used ReSharper renaming utility. Had to rename `WlbReportView.xs:RunReport()` to `WlbReportView.xs:StartRunReport()` to resolve conflict with change from `WlbReportView:ExecuteReport()` to `WlbReportView:RunReport()` Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> # Conflicts: # XenAdmin/Controls/Wlb/WlbOptModeScheduler.cs # XenAdmin/Dialogs/Wlb/WorkloadReports.cs # XenAdminTests/UnitTests/WlbTests/WlbScheduledTaskTests.cs * CA-34231: Replace all remaining negative language with `run` in code Used ReSharper renaming utility Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> # Conflicts: # XenAdmin/Commands/Controls/WlbRecommendations.cs # XenAdminTests/UnitTests/WlbTests/WlbScheduledTaskTests.cs # XenModel/WLB/WlbScheduledTask.cs * CA-34231: Replace negative language with `supporter` or `bond member` in code strings Used ReSharper renaming utility Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Replace negative language with `supporter` or `bond member` in Messages string Used ReSharper renaming utility Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> # Conflicts: # XenAdmin/MainWindow.cs # XenAdmin/Wizards/PatchingWizard/PatchingWizard_SelectServers.cs # XenModel/Messages.Designer.cs # XenModel/Messages.resx * CA-34231: Replace remaining negative language with `supporter` in .resx files Used ReSharper renaming utility. FriendlyErrorNames.resx has been excluded. Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Replace negative language with `supporter` or `bond member` in XenAdmin code Used ReSharper renaming utility Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> # Conflicts: # XenAdmin/Dialogs/NewPoolDialog.cs * CA-34231: Replace negative language with `supporter` or `bond member` in XenModel code Used ReSharper renaming utility. Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Replace negative language with `coordinator` in CFUValidator code Used ReSharper renaming utility Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> # Conflicts: # CFUValidator/CFUValidator.cs * CA-34231: Replace negative language with `coordinator` in solution's comments and hardcoded strings Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Replace negative language with `coordinator` in `Helpers:GetCoordinator` method Used ReSharper renaming utility. also renamed similarly named method in `ObjectChange.cs` Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> # Conflicts: # XenAdmin/Alerts/Types/HotfixEligibilityAlert.cs # XenAdmin/Controls/CustomDataGraph/ArchiveMaintainer.cs * CA-34231: Replace negative language with `coordinator` in `EvacuateHostDialog.resx` Used ReSharper renaming utility. Excluded jp and zh resources Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> # Conflicts: # XenAdmin/Dialogs/EvacuateHostDialog.resx * CA-34231: Replace negative language with `coordinator` in `EvacuateHostDialog.resx` Used ReSharper renaming utility. Excluded jp and zh resource files. Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> # Conflicts: # XenAdmin/Dialogs/NewPoolDialog.resx * CA-34231: Rename missing language references for change to `coordinator` Misc files were not saved before last commits. Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Replace negative language with `coordinator` in `Messages.resx`'s code Used ReSharper renaming utility. Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> # Conflicts: # XenAdmin/Commands/HACommand.cs # XenAdmin/TabPages/AdPage.cs # XenModel/Actions/Network/CreateBondAction.cs # XenModel/Actions/Network/NetworkAction.cs # XenModel/Messages.Designer.cs # XenModel/Messages.resx * CA-34231: Replace negative language with `coordinator` in `ExternalPluginAction.cs` Used ReSharper renaming utility Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Replace negative language with `coordinator` in `XenAdmin/Commands` Used ReSharper renaming utility. Also replace negative language in missed comment in `ExternalPluginAction.cs` Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> # Conflicts: # XenAdmin/Commands/AddHostToPoolCommand.cs # XenAdmin/Commands/HACommand.cs * CA-34231: Replace negative language with `coordinator` in `Helpers.cs` Used ReSharper renaming utility. Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Replace negative language with `coordinator` in `NetworkingHelper.cs` Used ReSharper renaming utility. Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Replace negative language with `coordinator` in `PoolJoinRules.cs` Used ReSharper renaming utility. Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> # Conflicts: # XenAdmin/Dialogs/NewPoolDialog.cs * CA-34231: Replace negative language with `coordinator` in `XenAdmin/Commands`, `Controls`, and `Core` Used ReSharper renaming utility Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> # Conflicts: # XenAdmin/Commands/AddHostToPoolCommand.cs * CA-34231: Replace negative language with `coordinator` in `XenAdmin/Diagnostics` Used ReSharper renaming utility Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Replace negative language with `coordinator` in `XenAdmin/Dialogs` Used ReSharper renaming utility Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> # Conflicts: # XenAdmin/Dialogs/NewPoolDialog.cs * CA-34231: Replace remaining negative language with `coordinator` in `XenAdmin` Used ReSharper renaming utility Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> # Conflicts: # XenAdmin/MainWindow.cs # XenAdmin/TabPages/GeneralTabPage.cs # XenAdmin/Wizards/PatchingWizard/PatchingWizard_SelectServers.cs # XenAdmin/Wizards/RollingUpgradeWizard/RollingUpgradeExtrasPage.cs # XenAdmin/Wizards/RollingUpgradeWizard/RollingUpgradeWizard.cs # XenAdmin/Wizards/RollingUpgradeWizard/RollingUpgradeWizardPrecheckPage.cs # XenAdmin/XenSearch/Columns.cs * CA-34231: Replace remaining negative language with `coordinator` in `XenModel\Actions` Used ReSharper renaming utility. Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> # Conflicts: # XenModel/Actions/Network/CreateBondAction.cs * CA-34231: Replace remaining negative language with `coordinator` in `XenModel` Used ReSharper renaming utility Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Replace remaining negative strings with `main` in `Messages.resx` Used ReSharper renaming utility. Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> # Conflicts: # XenModel/Messages.Designer.cs # XenModel/Messages.resx * CA-34231: Replace remaining negative string names with `main` in `Messages.resx` Used ReSharper renaming utility Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> # Conflicts: # XenAdmin/Dialogs/OptionsPages/SaveAndRestoreOptionsPage.cs # XenModel/Messages.resx * CA-34231: Rename dialogs to replace negative connotations with `main` Used ReSharper renaming utility Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Replace negative language with `main` in `SaveAndResoreOptionsPage.cs` Also updated its resx file. Used ReSharper renaming utility. Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> # Conflicts: # XenAdmin/Dialogs/OptionsPages/SaveAndRestoreOptionsPage.cs * CA-34231: Fix invalid reference in `SaveAndRestoreOptionsPage.Designer.cs` after renaming Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Replace negative language with `main` in `EnterMainPasswordDialog.cs` Used ReSharper renaming utility. Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Replace negative language with `main` in `ChangeMainPasswordDialog.cs` Used ReSharper renaming utility. Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Fix invalid reference not changed after renaming `EnterMainPasswordDialog.cs` Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Replace remaining negative language with `main` in `XenAdmin/Dialogs` Used ReSharper renaming utility. Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Update class names in HelpManager.resx Following renaming of main password dialog. Used ReSharper renaming utility. Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Replace negative language with `main` in `Metadata.cs` Used ReSharper renaming utility. Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Remove remaning negative language with `coordinator` from `Messages.resx` Used ReSharper renaming Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Remove remaning negative language with `other pool member` from `Messages.resx` Used ReSharper Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Replace remaining negative language in solution Used ReSharper renaming utility. Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CP-34231: Remove commented out code in VNCGraphicsClient.cs Code has only been improved partially as it's not strictly relevant to the PR Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CP-34231: Amend negative word replacement in XSVNCScreen.cs Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CP-34231: Simplify debug call formatting in NewPoolDialog.cs Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CP-34231: Add code mistakenly removed in MainWindow.cs Removed as part of `f155f9c8` Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CP-34231: Revert renaming of constant related to Windows' API Considered external to CH Center Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CP-34231: Amend hotkey for Coordinator field in `NewPoolDialog` Previous ALT+<key> hotkey was conflicting with CreatePool Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CP-34231: Remove unecessary whitespace in EvacuateHostDialog.cs Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CP-34231: Update if block to exclude unecessary else in DRFailoverWizard.cs Not relevant to the PR, but the change is small enought to no need extra testing Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CP-34231: Amend typo in PoolJoinRules.cs supporer -> supporter Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CP-34231: Replace missing negative language with `coordinator` in `XenAPI-Extensions/Pool.cs` Variables and methods XenAPI-Extensions were mistakenly skipped Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CP-34231: Replace negative language in `XenApi-Extensions` with `coordinator/interface` Used ReSharper renaming utility. Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CP-34231: Replace negative language in `XenApi-Extensions` with `supporter/member` Used ReSharper renaming utility. Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CP-34231: Replace remaining negative language in `XenServerHealthCheckBugTool.cs` This is only used to format the string Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CP-34231: Change line-endings to CRLF in `Page_CloudConfigParamters.cs` Done in order to fix merge conflict into master Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CP-34231: Amend misc negative language renaming typos `XenServerHealthCheckBugTool` and `XenServerHealthCheckService` Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com>
2021-08-31 12:31:16 +02:00
<EmbeddedResource Include="Dialogs\RestoreSession\SetMainPasswordDialog.resx">
<SubType>Designer</SubType>
CP-34231: Remove language with negative connotations (#2860) * CA-34231: Replace negative language with `block list` in code and references Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Replace negative language with `stop` in code and references Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Replace negative language with `freezing` in code Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Replace negative language with `run/ran` in code comments Some paramater mentions have been renamed, as they will be renamed in future commits. Excluded mentions in XenAPI/Host.cs and XenAPI/VM.cs since code is autogenerated. Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> # Conflicts: # CFUValidator/CommandLineOptions/CFUCommandLineOptionManager.cs # XenAdmin/Controls/Wlb/WlbOptModeScheduler.cs # XenAdmin/Dialogs/Wlb/WorkloadReports.cs * CA-34231: Replace negative language with `run` in Command.cs Run method Used Resharper renaming utility Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> # Conflicts: # XenAdmin/TabPages/GeneralTabPage.cs * CA-34231: Replace negative language with `run` in Command.cs CanRun method Used Resharper rename utility. Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Replace negative language with `run` in Command.cs CanRunCore method Used ReSharper rename utility Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> # Conflicts: # XenAdmin/Commands/DRConfigureCommand.cs # XenAdmin/Commands/DRDryrunCommand.cs # XenAdmin/Commands/DRFailbackCommand.cs # XenAdmin/Commands/DRFailoverCommand.cs # XenAdmin/Commands/DisasterRecoveryCommand.cs # XenAdmin/Commands/VMGroupCommand.cs * CA-34231: Replace negative language with `run` in Command.cs RunCore method Used ReSharper rename utility Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Replace negative language with `run` in Command.cs GetCantExecuteReasonCore method Used ReSharper rename utility Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Replace negative language with `run` in Command.cs GetCantRunReasons method Used ReSharper renaming utility Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Replace remaining negative language with `run` in Command.cs Also applied to related symbols. Used ReSharper renaming utility. Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Replace negative language with `run` in methods named CanRun Used ReSharper renaming utility Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Replace negative language with `run` in methods in CrossPoolMigrateCommand.cs Used ReSharper renaming utility Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> # Conflicts: # XenAdmin/Commands/CrossPoolMigrateCommand.cs * CA-34231: Replace negative language with `run` in remaining Run methods Also updated negative language in `DeleteVMCommand` Also updated in comment in `CrossPoolMigrateCommand` Also renamed missed instances of `CanRun` Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Replace negative language with `run` in `CanRunCore` and `RunCore` Used ReSharper renaming utility. Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Replace remaining negative language with `run` in Commands folder Used ReSharper renaming utility Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Replace remaining negative language with `run` in XenAdmin/Controls folder Used ReSharper renaming utility. Had to rename `WlbReportView.xs:RunReport()` to `WlbReportView.xs:StartRunReport()` to resolve conflict with change from `WlbReportView:ExecuteReport()` to `WlbReportView:RunReport()` Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> # Conflicts: # XenAdmin/Controls/Wlb/WlbOptModeScheduler.cs # XenAdmin/Dialogs/Wlb/WorkloadReports.cs # XenAdminTests/UnitTests/WlbTests/WlbScheduledTaskTests.cs * CA-34231: Replace all remaining negative language with `run` in code Used ReSharper renaming utility Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> # Conflicts: # XenAdmin/Commands/Controls/WlbRecommendations.cs # XenAdminTests/UnitTests/WlbTests/WlbScheduledTaskTests.cs # XenModel/WLB/WlbScheduledTask.cs * CA-34231: Replace negative language with `supporter` or `bond member` in code strings Used ReSharper renaming utility Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Replace negative language with `supporter` or `bond member` in Messages string Used ReSharper renaming utility Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> # Conflicts: # XenAdmin/MainWindow.cs # XenAdmin/Wizards/PatchingWizard/PatchingWizard_SelectServers.cs # XenModel/Messages.Designer.cs # XenModel/Messages.resx * CA-34231: Replace remaining negative language with `supporter` in .resx files Used ReSharper renaming utility. FriendlyErrorNames.resx has been excluded. Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Replace negative language with `supporter` or `bond member` in XenAdmin code Used ReSharper renaming utility Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> # Conflicts: # XenAdmin/Dialogs/NewPoolDialog.cs * CA-34231: Replace negative language with `supporter` or `bond member` in XenModel code Used ReSharper renaming utility. Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Replace negative language with `coordinator` in CFUValidator code Used ReSharper renaming utility Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> # Conflicts: # CFUValidator/CFUValidator.cs * CA-34231: Replace negative language with `coordinator` in solution's comments and hardcoded strings Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Replace negative language with `coordinator` in `Helpers:GetCoordinator` method Used ReSharper renaming utility. also renamed similarly named method in `ObjectChange.cs` Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> # Conflicts: # XenAdmin/Alerts/Types/HotfixEligibilityAlert.cs # XenAdmin/Controls/CustomDataGraph/ArchiveMaintainer.cs * CA-34231: Replace negative language with `coordinator` in `EvacuateHostDialog.resx` Used ReSharper renaming utility. Excluded jp and zh resources Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> # Conflicts: # XenAdmin/Dialogs/EvacuateHostDialog.resx * CA-34231: Replace negative language with `coordinator` in `EvacuateHostDialog.resx` Used ReSharper renaming utility. Excluded jp and zh resource files. Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> # Conflicts: # XenAdmin/Dialogs/NewPoolDialog.resx * CA-34231: Rename missing language references for change to `coordinator` Misc files were not saved before last commits. Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Replace negative language with `coordinator` in `Messages.resx`'s code Used ReSharper renaming utility. Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> # Conflicts: # XenAdmin/Commands/HACommand.cs # XenAdmin/TabPages/AdPage.cs # XenModel/Actions/Network/CreateBondAction.cs # XenModel/Actions/Network/NetworkAction.cs # XenModel/Messages.Designer.cs # XenModel/Messages.resx * CA-34231: Replace negative language with `coordinator` in `ExternalPluginAction.cs` Used ReSharper renaming utility Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Replace negative language with `coordinator` in `XenAdmin/Commands` Used ReSharper renaming utility. Also replace negative language in missed comment in `ExternalPluginAction.cs` Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> # Conflicts: # XenAdmin/Commands/AddHostToPoolCommand.cs # XenAdmin/Commands/HACommand.cs * CA-34231: Replace negative language with `coordinator` in `Helpers.cs` Used ReSharper renaming utility. Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Replace negative language with `coordinator` in `NetworkingHelper.cs` Used ReSharper renaming utility. Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Replace negative language with `coordinator` in `PoolJoinRules.cs` Used ReSharper renaming utility. Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> # Conflicts: # XenAdmin/Dialogs/NewPoolDialog.cs * CA-34231: Replace negative language with `coordinator` in `XenAdmin/Commands`, `Controls`, and `Core` Used ReSharper renaming utility Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> # Conflicts: # XenAdmin/Commands/AddHostToPoolCommand.cs * CA-34231: Replace negative language with `coordinator` in `XenAdmin/Diagnostics` Used ReSharper renaming utility Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Replace negative language with `coordinator` in `XenAdmin/Dialogs` Used ReSharper renaming utility Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> # Conflicts: # XenAdmin/Dialogs/NewPoolDialog.cs * CA-34231: Replace remaining negative language with `coordinator` in `XenAdmin` Used ReSharper renaming utility Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> # Conflicts: # XenAdmin/MainWindow.cs # XenAdmin/TabPages/GeneralTabPage.cs # XenAdmin/Wizards/PatchingWizard/PatchingWizard_SelectServers.cs # XenAdmin/Wizards/RollingUpgradeWizard/RollingUpgradeExtrasPage.cs # XenAdmin/Wizards/RollingUpgradeWizard/RollingUpgradeWizard.cs # XenAdmin/Wizards/RollingUpgradeWizard/RollingUpgradeWizardPrecheckPage.cs # XenAdmin/XenSearch/Columns.cs * CA-34231: Replace remaining negative language with `coordinator` in `XenModel\Actions` Used ReSharper renaming utility. Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> # Conflicts: # XenModel/Actions/Network/CreateBondAction.cs * CA-34231: Replace remaining negative language with `coordinator` in `XenModel` Used ReSharper renaming utility Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Replace remaining negative strings with `main` in `Messages.resx` Used ReSharper renaming utility. Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> # Conflicts: # XenModel/Messages.Designer.cs # XenModel/Messages.resx * CA-34231: Replace remaining negative string names with `main` in `Messages.resx` Used ReSharper renaming utility Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> # Conflicts: # XenAdmin/Dialogs/OptionsPages/SaveAndRestoreOptionsPage.cs # XenModel/Messages.resx * CA-34231: Rename dialogs to replace negative connotations with `main` Used ReSharper renaming utility Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Replace negative language with `main` in `SaveAndResoreOptionsPage.cs` Also updated its resx file. Used ReSharper renaming utility. Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> # Conflicts: # XenAdmin/Dialogs/OptionsPages/SaveAndRestoreOptionsPage.cs * CA-34231: Fix invalid reference in `SaveAndRestoreOptionsPage.Designer.cs` after renaming Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Replace negative language with `main` in `EnterMainPasswordDialog.cs` Used ReSharper renaming utility. Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Replace negative language with `main` in `ChangeMainPasswordDialog.cs` Used ReSharper renaming utility. Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Fix invalid reference not changed after renaming `EnterMainPasswordDialog.cs` Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Replace remaining negative language with `main` in `XenAdmin/Dialogs` Used ReSharper renaming utility. Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Update class names in HelpManager.resx Following renaming of main password dialog. Used ReSharper renaming utility. Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Replace negative language with `main` in `Metadata.cs` Used ReSharper renaming utility. Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Remove remaning negative language with `coordinator` from `Messages.resx` Used ReSharper renaming Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Remove remaning negative language with `other pool member` from `Messages.resx` Used ReSharper Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Replace remaining negative language in solution Used ReSharper renaming utility. Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CP-34231: Remove commented out code in VNCGraphicsClient.cs Code has only been improved partially as it's not strictly relevant to the PR Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CP-34231: Amend negative word replacement in XSVNCScreen.cs Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CP-34231: Simplify debug call formatting in NewPoolDialog.cs Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CP-34231: Add code mistakenly removed in MainWindow.cs Removed as part of `f155f9c8` Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CP-34231: Revert renaming of constant related to Windows' API Considered external to CH Center Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CP-34231: Amend hotkey for Coordinator field in `NewPoolDialog` Previous ALT+<key> hotkey was conflicting with CreatePool Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CP-34231: Remove unecessary whitespace in EvacuateHostDialog.cs Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CP-34231: Update if block to exclude unecessary else in DRFailoverWizard.cs Not relevant to the PR, but the change is small enought to no need extra testing Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CP-34231: Amend typo in PoolJoinRules.cs supporer -> supporter Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CP-34231: Replace missing negative language with `coordinator` in `XenAPI-Extensions/Pool.cs` Variables and methods XenAPI-Extensions were mistakenly skipped Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CP-34231: Replace negative language in `XenApi-Extensions` with `coordinator/interface` Used ReSharper renaming utility. Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CP-34231: Replace negative language in `XenApi-Extensions` with `supporter/member` Used ReSharper renaming utility. Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CP-34231: Replace remaining negative language in `XenServerHealthCheckBugTool.cs` This is only used to format the string Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CP-34231: Change line-endings to CRLF in `Page_CloudConfigParamters.cs` Done in order to fix merge conflict into master Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CP-34231: Amend misc negative language renaming typos `XenServerHealthCheckBugTool` and `XenServerHealthCheckService` Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com>
2021-08-31 12:31:16 +02:00
<DependentUpon>SetMainPasswordDialog.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Dialogs\ThreeButtonDialog.resx">
<DependentUpon>ThreeButtonDialog.cs</DependentUpon>
<SubType>Designer</SubType>
</EmbeddedResource>
<EmbeddedResource Include="Dialogs\ActionProgressDialog.resx">
<SubType>Designer</SubType>
<DependentUpon>ActionProgressDialog.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Dialogs\LegalNoticesDialog.resx">
<SubType>Designer</SubType>
<DependentUpon>LegalNoticesDialog.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Dialogs\NewDiskDialog.resx">
<SubType>Designer</SubType>
<DependentUpon>NewDiskDialog.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Dialogs\SelectHostDialog.resx">
<SubType>Designer</SubType>
<DependentUpon>SelectHostDialog.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Dialogs\WarningDialogs\CloseXenCenterWarningDialog.resx">
<SubType>Designer</SubType>
<DependentUpon>CloseXenCenterWarningDialog.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="TabPages\HistoryPage.resx">
<SubType>Designer</SubType>
<DependentUpon>HistoryPage.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Controls\ToolTipContainer.resx">
<DependentUpon>ToolTipContainer.cs</DependentUpon>
<SubType>Designer</SubType>
</EmbeddedResource>
<EmbeddedResource Include="Dialogs\ConfirmVMDeleteDialog.resx">
<DependentUpon>ConfirmVMDeleteDialog.cs</DependentUpon>
<SubType>Designer</SubType>
</EmbeddedResource>
<EmbeddedResource Include="Controls\HelpButton.resx">
<SubType>Designer</SubType>
<DependentUpon>HelpButton.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="SettingsPanels\HomeServerEditPage.resx">
<DependentUpon>HomeServerEditPage.cs</DependentUpon>
<SubType>Designer</SubType>
</EmbeddedResource>
<EmbeddedResource Include="Dialogs\EvacuateHostDialog.resx">
<DependentUpon>EvacuateHostDialog.cs</DependentUpon>
<SubType>Designer</SubType>
</EmbeddedResource>
<EmbeddedResource Include="Dialogs\DuplicateTemplateNameDialog.resx">
<SubType>Designer</SubType>
<DependentUpon>DuplicateTemplateNameDialog.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Dialogs\RepairSRDialog.resx">
<DependentUpon>RepairSRDialog.cs</DependentUpon>
<SubType>Designer</SubType>
</EmbeddedResource>
<EmbeddedResource Include="Dialogs\XenDialogBase.resx">
<DependentUpon>XenDialogBase.cs</DependentUpon>
<SubType>Designer</SubType>
</EmbeddedResource>
<EmbeddedResource Include="SettingsPanels\VMHAEditPage.resx">
<DependentUpon>VMHAEditPage.cs</DependentUpon>
<SubType>Designer</SubType>
</EmbeddedResource>
CA-375532, CA-336510, and CP-41825: Add warnings when user selects too many vCPUs (#3119) * Tidy up `SelectMultipleVMDestinationPage.cs` * CA-375532 & CA-336510: Add warning when importing VMs with too many vCPUs * CA-375532 & CA-336510: Prevent users from starting appliance if a VM has too many vCPUs * Tidy up `Page_CpuMem`: use expression-bodied properties * Tidy up `Page_CpuMem`: use conventional naming scheme * Tidy up `Page_CpuMem`: use explicit modifiers * Tidy up `Page_CpuMem`: use `en-US` locale for names * Tidy up `Page_CpuMem`: use `var` when possible * Tidy up `Page_CpuMem`: rename `Vcpus` to `VCpus` * Tidy up `Page_CpuMem`: reorder elements * Tidy up `Page_CpuMem`: revert class renaming and fix `vCpus` typos * CA-375532: Prevent users from starting VM if they select too many vCPUs * Tidy up `Page_Finish`: use expression-bodied properties * Tidy up `Page_Finish`: fix typo * Tidy up `Page_CpuMem`: rename `CanStartVM` to `CanStartVm` * Remove unnecessary using directives * Anchor warning icon to the top-left corner of its parent * CA-375532 & CA-336510: Warn users when selecting more vCPUs than pCPUs in the Properties page * CP-41825: Add warning for imported VMs with > 32 vCPUs * CP-41825: Add warning for new VMs with > 32 vCPUs * CP-41825: Add warning for existing VMs when selecting > 32 vCPUs * CP-41825: Update wording used to alert users running VMs with > 32vCPUs * Remove unused local variable in `VappStartCommand.cs` * Reword some vCPUs messages * Simplify assignment of `CanStartImmediately` in `Page_Finish.cs` * Simplify assignment of `CanStartVmsAutomatically` in `ImportFinishPage.cs` * Remove useless `Count` check in `VappStartCommand` * Rename `pictureBox1` to `warningPictureBox` and change its `SizeMode` * Separate CPU and memory warnings in `Page_CpuMem` * Shorten warning messages shown in `Page_CpuMem` * Disable option to start VM when memory configuration isn't valid * Report number of vCPUs and pCPUs when showing warning in New VM wizard * Tidy up `CpuMemoryEditPage`: rename elements * Tidy up `CpuMemoryEditPage`: use explicity modifiers * Tidy up `CpuMemoryEditPage`: Rename `CPUMemoryEditPage` to `CpuMemoryEditPage` * Tidy up `CpuMemoryEditPage`: Miscellaneous renames and improvements * Tidy up `CpuMemoryEditPage`: Fix whitespace * Tidy up `CpuMemoryEditPage`: Use ReSharper code formatter * Tidy up `CpuMemoryEditPage`: Move events to own region * Tidy up `CpuMemoryEditPage`: Move `IEditPage` members to own region * Tidy up `CpuMemoryEditPage`: Order members outside of regions * Replace topology and vCPU warning labels with structured warnings * Ensure warnings ends with a dot * Allow multiple CPU warnings to show at the same time * Remove warning link for vCPUS > pCPUS Option is not achievable * Enable option to force unit used in `MemorySpinner` * Replace `NumericUpDown` with `MemorySpinner` and show warnings at bottom of control * Check destination pCPUs count when destination is not a pool * Do not disable option to start VMs after import if user selects a shared SR * Add memory warning when importing appliance with too much memory * Sort vCPUs and memory warning strings * Remove target from `ImportWizard`'s summary Target is not useful and can cause confusion as appliance VMs could start on non-target hosts * The home server is needed in the summary when importing XVA. The target server is not needed in the summary when migrating a VM. * Update warnings when the server selection changes. Corrected memory calculation. * Show all warnings for vCPUs. Moved topology warning to the bottom. Separated methods for showing memory and vCPU warnings. * Removed the memory setting from the VM Properties dialog. Split running VM info to a separate panel. * Corrections to the logic for starting the VM automatically. Also, Fixed a bit the layout of the Finish page to make better use of the available space. * Corrections as per code review. Signed-off-by: Danilo Del Busso <danilo.delbusso@cloud.com> Co-authored-by: Konstantina Chremmou <Konstantina.Chremmou@cloud.com>
2023-06-08 12:24:39 +02:00
<EmbeddedResource Include="SettingsPanels\CpuMemoryEditPage.resx">
<DependentUpon>CpuMemoryEditPage.cs</DependentUpon>
<SubType>Designer</SubType>
</EmbeddedResource>
<EmbeddedResource Include="SettingsPanels\GeneralEditPage.resx">
<DependentUpon>GeneralEditPage.cs</DependentUpon>
<SubType>Designer</SubType>
</EmbeddedResource>
<EmbeddedResource Include="SettingsPanels\LogDestinationEditPage.resx">
<DependentUpon>LogDestinationEditPage.cs</DependentUpon>
<SubType>Designer</SubType>
</EmbeddedResource>
<EmbeddedResource Include="TabPages\SearchPage.resx">
<SubType>Designer</SubType>
<DependentUpon>SearchPage.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="TabPages\PerformancePage.resx">
<SubType>Designer</SubType>
<DependentUpon>PerformancePage.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="SettingsPanels\BootOptionsEditPage.resx">
<DependentUpon>BootOptionsEditPage.cs</DependentUpon>
<SubType>Designer</SubType>
</EmbeddedResource>
<EmbeddedResource Include="SettingsPanels\CustomFieldsDisplayPage.resx">
<DependentUpon>CustomFieldsDisplayPage.cs</DependentUpon>
<SubType>Designer</SubType>
</EmbeddedResource>
<EmbeddedResource Include="SettingsPanels\VMAdvancedEditPage.resx">
<SubType>Designer</SubType>
<DependentUpon>VMAdvancedEditPage.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="SettingsPanels\PerfmonAlertEditPage.resx">
<DependentUpon>PerfmonAlertEditPage.cs</DependentUpon>
<SubType>Designer</SubType>
</EmbeddedResource>
<EmbeddedResource Include="Wizards\HAWizard.resx">
<DependentUpon>HAWizard.cs</DependentUpon>
<SubType>Designer</SubType>
</EmbeddedResource>
<EmbeddedResource Include="Wizards\HAWizard_Pages\AssignPriorities.resx">
<DependentUpon>AssignPriorities.cs</DependentUpon>
<SubType>Designer</SubType>
</EmbeddedResource>
<EmbeddedResource Include="Wizards\HAWizard_Pages\Intro.resx">
<DependentUpon>Intro.cs</DependentUpon>
<SubType>Designer</SubType>
</EmbeddedResource>
<EmbeddedResource Include="Wizards\NewSRWizard_Pages\Frontends\LVMoHBA.resx">
<DependentUpon>LVMoHBA.cs</DependentUpon>
<SubType>Designer</SubType>
</EmbeddedResource>
<EmbeddedResource Include="Dialogs\RestoreSession\LoadSessionDialog.resx">
<SubType>Designer</SubType>
<DependentUpon>LoadSessionDialog.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="TabPages\NICPage.resx">
<DependentUpon>NICPage.cs</DependentUpon>
<SubType>Designer</SubType>
</EmbeddedResource>
<EmbeddedResource Include="TabPages\SrStoragePage.resx">
<DependentUpon>SrStoragePage.cs</DependentUpon>
<SubType>Designer</SubType>
</EmbeddedResource>
<EmbeddedResource Include="TabPages\VMStoragePage.resx">
<DependentUpon>VMStoragePage.cs</DependentUpon>
<SubType>Designer</SubType>
</EmbeddedResource>
<EmbeddedResource Include="TabPages\NetworkPage.resx">
<DependentUpon>NetworkPage.cs</DependentUpon>
<SubType>Designer</SubType>
</EmbeddedResource>
<EmbeddedResource Include="Controls\XenTabControl.resx">
<SubType>Designer</SubType>
<DependentUpon>XenTabControl.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Controls\XenTabPage.resx">
<SubType>Designer</SubType>
<DependentUpon>XenTabPage.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Dialogs\VNCPasswordDialog.resx">
<DependentUpon>VNCPasswordDialog.cs</DependentUpon>
<SubType>Designer</SubType>
</EmbeddedResource>
<EmbeddedResource Include="Controls\ConsolePanel.resx">
<SubType>Designer</SubType>
<DependentUpon>ConsolePanel.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Wizards\BootModesControl.resx">
<DependentUpon>BootModesControl.cs</DependentUpon>
<SubType>Designer</SubType>
</EmbeddedResource>
<EmbeddedResource Include="Wizards\WizardProgress.resx">
<DependentUpon>WizardProgress.cs</DependentUpon>
<SubType>Designer</SubType>
</EmbeddedResource>
<EmbeddedResource Include="Wizards\NewNetworkWizard.resx">
<DependentUpon>NewNetworkWizard.cs</DependentUpon>
<SubType>Designer</SubType>
</EmbeddedResource>
<EmbeddedResource Include="Wizards\NewNetworkWizard_Pages\NetWDetails.resx">
<DependentUpon>NetWDetails.cs</DependentUpon>
<SubType>Designer</SubType>
</EmbeddedResource>
<EmbeddedResource Include="Wizards\NewNetworkWizard_Pages\NetWName.resx">
<DependentUpon>NetWName.cs</DependentUpon>
<SubType>Designer</SubType>
</EmbeddedResource>
<EmbeddedResource Include="Wizards\NewNetworkWizard_Pages\NetWTypeSelect.resx">
<DependentUpon>NetWTypeSelect.cs</DependentUpon>
<SubType>Designer</SubType>
</EmbeddedResource>
<EmbeddedResource Include="Wizards\NewSRWizard.resx">
<DependentUpon>NewSRWizard.cs</DependentUpon>
<SubType>Designer</SubType>
</EmbeddedResource>
<EmbeddedResource Include="MainWindow.resx">
<SubType>Designer</SubType>
<DependentUpon>MainWindow.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Properties\licenses.licx" />
<EmbeddedResource Include="Properties\Resources.resx">
<Generator>ResXFileCodeGenerator</Generator>
<SubType>Designer</SubType>
<LastGenOutput>Resources.Designer.cs</LastGenOutput>
</EmbeddedResource>
<EmbeddedResource Include="Wizards\XenWizardBase.resx">
<DependentUpon>XenWizardBase.cs</DependentUpon>
<SubType>Designer</SubType>
</EmbeddedResource>
<None Include="..\Branding\HomePage.html">
<Link>HomePage.html</Link>
</None>
<None Include="app.config">
<SubType>Designer</SubType>
</None>
<None Include="app.manifest">
<SubType>Designer</SubType>
</None>
<None Include="Properties\Settings.settings">
<Generator>SettingsSingleFileGenerator</Generator>
<LastGenOutput>Settings.Designer.cs</LastGenOutput>
</None>
<Compile Include="Properties\Settings.Designer.cs">
<AutoGen>True</AutoGen>
<DependentUpon>Settings.settings</DependentUpon>
<DesignTimeSharedInput>True</DesignTimeSharedInput>
</Compile>
</ItemGroup>
<ItemGroup>
<Content Include="..\Branding\Images\about_box_graphic.png">
<Link>Images\about_box_graphic.png</Link>
</Content>
<Compile Include="Actions\GUIActions\MeddlingActionManager.cs" />
<Compile Include="Alerts\AlertExtensions.cs" />
<Compile Include="Alerts\Types\IqnAlert.cs" />
<Compile Include="Commands\Controls\AssignVMGroupToolStripMenuItem.cs">
<SubType>Component</SubType>
</Compile>
<Compile Include="Commands\RestartToolstackCommand.cs" />
<Compile Include="Commands\CrossPoolMigrateCommand.cs" />
<Compile Include="Commands\DestroyHostCommand.cs" />
<Compile Include="Commands\MigrateVirtualDiskCommand.cs" />
<Compile Include="Actions\GUIActions\GeneralEditPageAction.cs" />
<Compile Include="Commands\Controls\CommandButton.cs">
<SubType>Component</SubType>
</Compile>
<Compile Include="Commands\DisasterRecoveryCommand.cs" />
<Compile Include="Commands\ExportCommand.cs" />
<Compile Include="Commands\CreateVMFromTemplateCommand.cs" />
<Compile Include="Commands\DRConfigureCommand.cs" />
<Compile Include="Commands\DRDryrunCommand.cs" />
<Compile Include="Commands\DRFailbackCommand.cs" />
<Compile Include="Commands\DRFailoverCommand.cs" />
<Compile Include="Commands\HostPasswordCommand.cs" />
<Compile Include="Commands\ImportCommand.cs" />
<Compile Include="Commands\VappShutDownCommand.cs">
<SubType>Code</SubType>
</Compile>
<Compile Include="Commands\VappStartCommand.cs">
<SubType>Code</SubType>
</Compile>
<Compile Include="Commands\VMGroupCommand.cs" />
<Compile Include="Controls\CheckableDataGridView\CheckableDataGridView.cs">
<SubType>Component</SubType>
</Compile>
<Compile Include="Controls\CheckableDataGridView\CheckableDataGridViewController.cs" />
<Compile Include="Controls\CheckableDataGridView\CheckableDataGridViewRow.cs">
</Compile>
<Compile Include="Controls\CheckableDataGridView\ICheckableDataGridViewView.cs" />
<Compile Include="Controls\ChevronToggleButton.cs">
<SubType>UserControl</SubType>
</Compile>
<Compile Include="Controls\ComboBoxes\LongStringComboBox.Designer.cs">
<DependentUpon>LongStringComboBox.cs</DependentUpon>
</Compile>
<Compile Include="Controls\ComboBoxes\VgpuComboBox.cs">
<SubType>Component</SubType>
</Compile>
<Compile Include="Controls\ComboBoxes\NonSelectableComboBox.cs">
<SubType>Component</SubType>
</Compile>
<Compile Include="Controls\Common\AutoHeightRadioButton.cs">
<SubType>Component</SubType>
</Compile>
<Compile Include="Controls\Common\SmoothSplitContainer.cs">
<SubType>Component</SubType>
</Compile>
<Compile Include="Controls\ConsoleTab\ConnectionBar.cs">
<SubType>UserControl</SubType>
</Compile>
<Compile Include="Controls\ConsoleTab\ConnectionBar.designer.cs">
<DependentUpon>ConnectionBar.cs</DependentUpon>
</Compile>
<Compile Include="Controls\ConsoleTab\FullScreenForm.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="Controls\ConsoleTab\FullScreenForm.designer.cs">
<DependentUpon>FullScreenForm.cs</DependentUpon>
</Compile>
<Compile Include="Controls\ConsoleTab\FullScreenHint.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="Controls\ConsoleTab\FullScreenHint.Designer.cs">
<DependentUpon>FullScreenHint.cs</DependentUpon>
</Compile>
<Compile Include="Controls\GPU\GpuConfiguration.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="Controls\GPU\GpuConfiguration.Designer.cs">
<DependentUpon>GpuConfiguration.cs</DependentUpon>
</Compile>
<Compile Include="Controls\GPU\GpuPlacementPolicyPanel.cs">
<SubType>UserControl</SubType>
</Compile>
<Compile Include="Controls\GPU\GpuPlacementPolicyPanel.Designer.cs">
<DependentUpon>GpuPlacementPolicyPanel.cs</DependentUpon>
</Compile>
<Compile Include="Controls\GPU\GpuRow.cs">
<SubType>UserControl</SubType>
</Compile>
<Compile Include="Controls\GPU\GpuRow.Designer.cs">
<DependentUpon>GpuRow.cs</DependentUpon>
</Compile>
<Compile Include="Controls\GPU\GpuShinyBar.cs">
<SubType>UserControl</SubType>
</Compile>
<Compile Include="Controls\GPU\GpuShinyBar.Designer.cs">
<DependentUpon>GpuShinyBar.cs</DependentUpon>
</Compile>
<Compile Include="Controls\SnapshotTreeView.cs">
<SubType>Component</SubType>
</Compile>
<Compile Include="Controls\SnapshotTreeView.designer.cs">
<DependentUpon>SnapshotTreeView.cs</DependentUpon>
</Compile>
<Compile Include="Controls\DataGridViewDropDownSplitButtonCell.cs">
</Compile>
<Compile Include="Controls\CustomDataGraph\DrawSetArgs.cs" />
<Compile Include="Controls\CustomDataGraph\GraphHelpers.cs" />
<Compile Include="Controls\DataGridViewEx\CollapsingPoolHostDataGridViewRowDefaultSorter.cs" />
<Compile Include="Controls\DataGridViewEx\CollapsingPoolHostDataGridViewRowSorter.cs" />
<Compile Include="Controls\DataGridViewEx\CollapsingPoolHostDataGridViewRowStableSorter.cs" />
<Compile Include="Controls\DataGridViewEx\CollapsingPoolHostDataGridView.cs">
<SubType>Component</SubType>
</Compile>
<Compile Include="Controls\DataGridViewEx\CollapsingPoolHostDataGridView.Designer.cs">
<DependentUpon>CollapsingPoolHostDataGridView.cs</DependentUpon>
</Compile>
<Compile Include="Controls\DataGridViewEx\CollapsingPoolHostDataGridViewRow.cs" />
<Compile Include="Controls\DeprecationBanner.cs">
<SubType>UserControl</SubType>
</Compile>
<Compile Include="Controls\DeprecationBanner.Designer.cs">
<DependentUpon>DeprecationBanner.cs</DependentUpon>
</Compile>
<Compile Include="Controls\ComboBoxes\EnableableComboBox.cs">
<SubType>Component</SubType>
</Compile>
<Compile Include="Controls\FilterDatesToolStripDropDownButton.cs">
<SubType>Component</SubType>
</Compile>
<Compile Include="Controls\FilterLocationToolStripDropDownButton.cs">
<SubType>Component</SubType>
</Compile>
<Compile Include="Controls\FilterSeveritiesToolStripDropDownButton.cs">
<SubType>Component</SubType>
</Compile>
<Compile Include="Controls\FilterStatusToolStripDropDownButton.cs">
<SubType>Component</SubType>
</Compile>
<Compile Include="Controls\HaNtolControl.cs">
<SubType>UserControl</SubType>
</Compile>
<Compile Include="Controls\ComboBoxes\LongStringComboBox.cs">
<SubType>Component</SubType>
</Compile>
<Compile Include="Controls\LunPerVdiPicker.cs">
<SubType>UserControl</SubType>
</Compile>
<Compile Include="Controls\LunPerVdiPicker.Designer.cs">
<DependentUpon>LunPerVdiPicker.cs</DependentUpon>
</Compile>
<Compile Include="Controls\MainWindowControls\INavigationItem.cs" />
<Compile Include="Controls\MainWindowControls\NavigationButton.cs">
<SubType>Component</SubType>
</Compile>
<Compile Include="Controls\MainWindowControls\NavigationDropDownButton.cs">
<SubType>Component</SubType>
</Compile>
<Compile Include="Controls\MainWindowControls\NavigationPane.cs">
<SubType>UserControl</SubType>
</Compile>
<Compile Include="Controls\MainWindowControls\NavigationPane.Designer.cs">
<DependentUpon>NavigationPane.cs</DependentUpon>
</Compile>
<Compile Include="Controls\MainWindowControls\NavigationToolStrip.cs">
<SubType>Component</SubType>
</Compile>
<Compile Include="Controls\MainWindowControls\NavigationToolStripRenderer.cs" />
<Compile Include="Controls\MainWindowControls\NavigationView.cs">
<SubType>UserControl</SubType>
</Compile>
<Compile Include="Controls\MainWindowControls\NavigationView.Designer.cs">
<DependentUpon>NavigationView.cs</DependentUpon>
</Compile>
<Compile Include="Controls\MainWindowControls\NotificationsView.cs">
<SubType>Component</SubType>
</Compile>
<Compile Include="Controls\ComboBoxes\NetworkComboBox.cs">
<SubType>Component</SubType>
</Compile>
<Compile Include="Diagnostics\Problems\VMProblem\VmHasVgpu.cs" />
<Compile Include="OrganizationalView.cs" />
<Compile Include="Controls\SrPickerItem.cs" />
<Compile Include="Controls\SummaryPanel\ISummaryPanelView.cs" />
<Compile Include="Diagnostics\Problems\PoolProblem\MissingMultipleFCSRsProblem.cs" />
<Compile Include="Controls\SummaryPanel\SummaryPanel.cs">
<SubType>UserControl</SubType>
</Compile>
<Compile Include="Controls\SummaryPanel\SummaryPanel.Designer.cs">
<DependentUpon>SummaryPanel.cs</DependentUpon>
</Compile>
<Compile Include="Controls\SummaryPanel\SummaryPanelController.cs" />
<Compile Include="Controls\SummaryPanel\SummaryTextComponent.cs" />
<Compile Include="Controls\SummaryPanel\SummaryTextDecorator.cs" />
<Compile Include="Controls\XenSearch\DropDownComboButton.cs">
<SubType>Component</SubType>
</Compile>
<Compile Include="Controls\XenSearch\FolderNavigator.cs">
<SubType>UserControl</SubType>
</Compile>
<Compile Include="Controls\XenSearch\FolderNavigator.Designer.cs">
<DependentUpon>FolderNavigator.cs</DependentUpon>
</Compile>
<Compile Include="Controls\XenSearch\GroupingControl.cs">
<SubType>UserControl</SubType>
</Compile>
<Compile Include="Controls\XenSearch\GroupingControl.Designer.cs">
<DependentUpon>GroupingControl.cs</DependentUpon>
</Compile>
<Compile Include="Controls\XenSearch\QueryElement.cs">
<SubType>UserControl</SubType>
</Compile>
<Compile Include="Controls\XenSearch\QueryElement.Designer.cs">
<DependentUpon>QueryElement.cs</DependentUpon>
</Compile>
<Compile Include="Controls\XenSearch\QueryPanel.cs">
<SubType>Component</SubType>
</Compile>
<Compile Include="Controls\XenSearch\ResourceSelectButton.cs">
<SubType>Component</SubType>
</Compile>
<Compile Include="Controls\XenSearch\Searcher.cs">
<SubType>UserControl</SubType>
</Compile>
<Compile Include="Controls\XenSearch\Searcher.Designer.cs">
<DependentUpon>Searcher.cs</DependentUpon>
</Compile>
<Compile Include="Controls\XenSearch\SearchFor.cs">
<SubType>UserControl</SubType>
</Compile>
<Compile Include="Controls\XenSearch\SearchFor.Designer.cs">
<DependentUpon>SearchFor.cs</DependentUpon>
</Compile>
<Compile Include="Controls\XenSearch\SearchForCustom.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="Controls\XenSearch\SearchForCustom.Designer.cs">
<DependentUpon>SearchForCustom.cs</DependentUpon>
</Compile>
<Compile Include="Controls\XenSearch\SearchOutput.cs">
<SubType>UserControl</SubType>
</Compile>
<Compile Include="Controls\XenSearch\SearchOutput.Designer.cs">
<DependentUpon>SearchOutput.cs</DependentUpon>
</Compile>
<Compile Include="Core\CueBannersManager.cs" />
<Compile Include="Core\VMGroup.cs" />
<Compile Include="Controls\DataGridViewEx\PoolHostDataGridViewOneCheckbox.cs">
<SubType>Component</SubType>
</Compile>
<Compile Include="Controls\DataGridViewEx\PoolHostDataGridViewOneCheckbox.Designer.cs">
<DependentUpon>PoolHostDataGridViewOneCheckbox.cs</DependentUpon>
</Compile>
<Compile Include="Controls\DataGridViewEx\PoolHostDataGridViewOneCheckboxRow.cs" />
<Compile Include="Diagnostics\Hotfixing\Hotfix.cs" />
<Compile Include="Diagnostics\Hotfixing\MultipleHotfix.cs" />
<Compile Include="Diagnostics\Hotfixing\SingleHotfix.cs" />
<Compile Include="Diagnostics\Hotfixing\HotfixFactory.cs" />
<Compile Include="Dialogs\ConnectionLostDialogLauncher.cs" />
<Compile Include="Dialogs\GraphDetailsDialog.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="Dialogs\GraphDetailsDialog.Designer.cs">
<DependentUpon>GraphDetailsDialog.cs</DependentUpon>
</Compile>
<Compile Include="Controls\HaNtolIndicatorSimple.cs">
<SubType>UserControl</SubType>
</Compile>
<Compile Include="Controls\HaNtolIndicatorSimple.Designer.cs">
<DependentUpon>HaNtolIndicatorSimple.cs</DependentUpon>
</Compile>
<Compile Include="Controls\SectionHeaderLabel.cs">
<SubType>UserControl</SubType>
</Compile>
<Compile Include="Controls\SectionHeaderLabel.Designer.cs">
<DependentUpon>SectionHeaderLabel.cs</DependentUpon>
</Compile>
<Compile Include="Core\ExtensionMethods.cs" />
<Compile Include="Diagnostics\Checks\DR\AssertCanBeRecoveredCheck.cs" />
<Compile Include="Diagnostics\Checks\DR\DrHAEnabledCheck.cs" />
<Compile Include="Diagnostics\Checks\DR\ExistingVmApplianceCheck.cs" />
<Compile Include="Diagnostics\Checks\DR\RunningVmApplianceCheck.cs" />
<Compile Include="Diagnostics\Checks\DR\RunningVmCheck.cs" />
<Compile Include="Diagnostics\Checks\HostHasHotfixCheck.cs" />
<Compile Include="Diagnostics\Checks\DR\ExistingVmCheck.cs" />
<Compile Include="Diagnostics\Problems\HostProblem\HostDoesNotHaveHotfix.cs" />
<Compile Include="Diagnostics\Problems\VmApplianceProblem\ExistingVmApplianceProblem.cs" />
<Compile Include="Diagnostics\Problems\PoolProblem\WLBEnabledProblem.cs" />
<Compile Include="Diagnostics\Problems\VmApplianceProblem\ExistingVmApplianceWarning.cs" />
<Compile Include="Diagnostics\Problems\VmApplianceProblem\RunningVmApplianceProblem.cs" />
<Compile Include="Diagnostics\Problems\VmApplianceProblem\VmApplianceProblem.cs" />
<Compile Include="Diagnostics\Problems\VMProblem\ExistingVmProblem.cs" />
<Compile Include="Diagnostics\Problems\PoolProblem\MissingSRProblem.cs" />
<Compile Include="Diagnostics\Problems\VMProblem\RunningVMProblem.cs" />
<Compile Include="Diagnostics\Problems\VMProblem\ExistingVmWarning.cs" />
<Compile Include="Diagnostics\Problems\Warning.cs" />
<Compile Include="Dialogs\DRConfigureDialog.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="Dialogs\DRConfigureDialog.Designer.cs">
<DependentUpon>DRConfigureDialog.cs</DependentUpon>
</Compile>
<Compile Include="Dialogs\IscsiDeviceConfigDialog.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="Dialogs\IscsiDeviceConfigDialog.Designer.cs">
<DependentUpon>IscsiDeviceConfigDialog.cs</DependentUpon>
</Compile>
<Compile Include="SettingsPanels\PoolGpuEditPage.cs">
<SubType>UserControl</SubType>
</Compile>
<Compile Include="SettingsPanels\PoolGpuEditPage.Designer.cs">
<DependentUpon>PoolGpuEditPage.cs</DependentUpon>
</Compile>
<Compile Include="TabPages\GpuPage.cs">
<SubType>UserControl</SubType>
</Compile>
<Compile Include="TabPages\GpuPage.Designer.cs">
<DependentUpon>GpuPage.cs</DependentUpon>
</Compile>
<Compile Include="Dialogs\OptionsPages\PluginOptionsPage.cs">
<SubType>UserControl</SubType>
</Compile>
<Compile Include="Dialogs\OptionsPages\PluginOptionsPage.Designer.cs">
<DependentUpon>PluginOptionsPage.cs</DependentUpon>
</Compile>
<Compile Include="Dialogs\VMAppliances\FateSharingVMsDialog.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="Dialogs\VMAppliances\FateSharingVMsDialog.Designer.cs">
<DependentUpon>FateSharingVMsDialog.cs</DependentUpon>
</Compile>
<Compile Include="Dialogs\VMAppliances\VMAppliancesDialog.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="Dialogs\VMAppliances\VMAppliancesDialog.designer.cs">
<DependentUpon>VMAppliancesDialog.cs</DependentUpon>
</Compile>
<Compile Include="ConsoleView\IRemoteConsole.cs" />
<Compile Include="ConsoleView\ConsoleKeyHandler.cs" />
<Compile Include="Dialogs\WarningDialogs\LVMoHBAWarningDialog.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="Dialogs\WarningDialogs\LVMoHBAWarningDialog.designer.cs">
<DependentUpon>LVMoHBAWarningDialog.cs</DependentUpon>
</Compile>
<Compile Include="Network\XenConnectionUI.cs" />
<Compile Include="RDP\MsRdpClient9.cs">
<SubType>Component</SubType>
</Compile>
<Compile Include="RDP\MsRdpClient6.cs">
<SubType>Component</SubType>
</Compile>
<Compile Include="ConsoleView\RdpClient.cs">
</Compile>
<Compile Include="PowerManagment.cs" />
<Compile Include="SettingsPanels\GpuEditPage.cs">
<SubType>UserControl</SubType>
</Compile>
<Compile Include="SettingsPanels\GpuEditPage.Designer.cs">
<DependentUpon>GpuEditPage.cs</DependentUpon>
</Compile>
<Compile Include="Core\ActionBaseExtensions.cs" />
<Compile Include="WinformsXenAdminConfigProvider.cs" />
<Compile Include="Actions\GUIActions\Wlb\ExportReportAction.cs" />
<Compile Include="Actions\GUIActions\Wlb\WlbOptimizePoolAction.cs" />
<Compile Include="Commands\ActivateVBDCommand.cs" />
<Compile Include="Commands\AddHostCommand.cs">
</Compile>
<Compile Include="Commands\AddHostToPoolCommand.cs">
</Compile>
<Compile Include="Commands\CancelHostConnectionCommand.cs" />
<Compile Include="Commands\Controls\MultipleWarningDialog.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="Commands\Controls\MultipleWarningDialog.Designer.cs">
<DependentUpon>MultipleWarningDialog.cs</DependentUpon>
</Compile>
<Compile Include="Commands\DeactivateVBDCommand.cs" />
<Compile Include="Commands\DeleteVirtualDiskCommand.cs" />
<Compile Include="Commands\DestroyBondCommand.cs" />
<Compile Include="Commands\DetachVirtualDiskCommand.cs" />
<Compile Include="Commands\MoveVirtualDiskCommand.cs" />
<Compile Include="Commands\RescanPIFsCommand.cs" />
<Compile Include="Controls\Common\AutoHeightLabel.cs">
<SubType>Component</SubType>
</Compile>
<Compile Include="Controls\Common\AutoHeightLabel.Designer.cs">
<DependentUpon>AutoHeightLabel.cs</DependentUpon>
</Compile>
<Compile Include="Controls\Common\SearchTextBox.cs">
<SubType>UserControl</SubType>
</Compile>
<Compile Include="Controls\Common\SearchTextBox.designer.cs">
<DependentUpon>SearchTextBox.cs</DependentUpon>
</Compile>
<Compile Include="Controls\SimpleProgressBar.cs">
<SubType>Component</SubType>
</Compile>
<Compile Include="Controls\SimpleProgressBar.Designer.cs">
<DependentUpon>SimpleProgressBar.cs</DependentUpon>
</Compile>
<Compile Include="Controls\Wlb\WeekView.cs">
<SubType>UserControl</SubType>
</Compile>
<Compile Include="Controls\Wlb\WeekView.Designer.cs">
<DependentUpon>WeekView.cs</DependentUpon>
</Compile>
<Compile Include="Controls\Wlb\WlbOptimizePool.cs">
<SubType>UserControl</SubType>
</Compile>
<Compile Include="Controls\Wlb\WlbOptimizePool.Designer.cs">
<DependentUpon>WlbOptimizePool.cs</DependentUpon>
</Compile>
<Compile Include="Controls\Wlb\WlbReportSubscriptionView.cs">
<SubType>UserControl</SubType>
</Compile>
<Compile Include="Controls\Wlb\WlbReportSubscriptionView.Designer.cs">
<DependentUpon>WlbReportSubscriptionView.cs</DependentUpon>
</Compile>
<Compile Include="Controls\Wlb\WlbReportView.cs">
<SubType>UserControl</SubType>
</Compile>
<Compile Include="Controls\Wlb\WlbReportView.Designer.cs">
<DependentUpon>WlbReportView.cs</DependentUpon>
</Compile>
<Compile Include="Core\HelpersGUI.cs" />
<Compile Include="Diagnostics\Problems\VMProblem\AutoStartEnabled.cs" />
<Compile Include="Dialogs\CommandErrorDialog.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="Dialogs\CommandErrorDialog.Designer.cs">
<DependentUpon>CommandErrorDialog.cs</DependentUpon>
</Compile>
<Compile Include="Commands\Controls\AddHostToSelectedPoolToolStripMenuItem.cs">
<SubType>Component</SubType>
</Compile>
<Compile Include="Commands\AddNewHostToPoolCommand.cs">
</Compile>
<Compile Include="Commands\Controls\AddSelectedHostToPoolToolStripMenuItem.cs">
<SubType>Component</SubType>
</Compile>
<Compile Include="Commands\AddVirtualDiskCommand.cs" />
<Compile Include="Commands\AttachVirtualDiskCommand.cs" />
<Compile Include="Commands\BackupHostCommand.cs">
</Compile>
<Compile Include="Commands\ChangeHostPasswordCommand.cs">
</Compile>
<Compile Include="Commands\CollapseChildTreeNodesCommand.cs" />
<Compile Include="Commands\Controls\CommandConverter.cs" />
<Compile Include="Commands\Controls\CommandEditor.cs" />
<Compile Include="Commands\Controls\CommandEditorControl.cs">
<SubType>UserControl</SubType>
</Compile>
<Compile Include="Commands\Controls\CommandEditorControl.Designer.cs">
<DependentUpon>CommandEditorControl.cs</DependentUpon>
</Compile>
<Compile Include="IMainWindow.cs" />
<Compile Include="Commands\Controls\VMLifeCycleToolStripMenuItem.cs">
<SubType>Component</SubType>
</Compile>
<Compile Include="Commands\Controls\VMOperationToolStripMenuSubItem.cs">
<SubType>Component</SubType>
</Compile>
<Compile Include="Commands\ConnectAllHostsCommand.cs">
</Compile>
<Compile Include="Commands\Controls\ContextMenuItemCollection.cs" />
<Compile Include="Commands\Controls\ContextMenuBuilder.cs" />
<Compile Include="Commands\Controls\WlbRecommendations.cs" />
<Compile Include="Commands\ConvertVMToTemplateCommand.cs" />
<Compile Include="Commands\CopyVMCommand.cs" />
<Compile Include="Commands\NewTemplateFromSnapshotCommand.cs" />
<Compile Include="Commands\CrossConnectionCommand.cs" />
<Compile Include="Commands\DeleteTagCommand.cs" />
<Compile Include="Commands\DeleteVMsAndTemplatesCommand.cs" />
<Compile Include="Commands\DeleteFolderCommand.cs" />
<Compile Include="Commands\DeletePoolCommand.cs">
</Compile>
<Compile Include="Commands\DeleteSnapshotCommand.cs" />
<Compile Include="Commands\DeleteTemplateCommand.cs" />
<Compile Include="Commands\DeleteVMCommand.cs" />
<Compile Include="Commands\DestroySRCommand.cs" />
<Compile Include="Commands\DetachSRCommand.cs" />
<Compile Include="Commands\DisconnectAllHostsCommand.cs">
</Compile>
<Compile Include="Commands\DisconnectCommand.cs" />
<Compile Include="Commands\DisconnectHostCommand.cs">
</Compile>
<Compile Include="Commands\DisconnectHostsAndPoolsCommand.cs" />
<Compile Include="Commands\DisconnectPoolCommand.cs">
</Compile>
<Compile Include="Commands\DragDropCommand.cs" />
<Compile Include="Commands\DragDropAddHostToPoolCommand.cs" />
<Compile Include="Commands\DragDropMigrateVMCommand.cs" />
<Compile Include="Commands\DragDropRemoveHostFromPoolCommand.cs" />
<Compile Include="Commands\DragDropTagCommand.cs" />
<Compile Include="Commands\DragDropIntoFolderCommand.cs" />
<Compile Include="Commands\EditTagsCommand.cs" />
<Compile Include="Commands\ExpandTreeNodesCommand.cs" />
<Compile Include="Commands\ExportSnapshotAsTemplateCommand.cs" />
<Compile Include="Commands\ExportTemplateCommand.cs" />
<Compile Include="Commands\ExportVMCommand.cs" />
<Compile Include="Commands\ForceVMRebootCommand.cs" />
<Compile Include="Commands\ForceVMShutDownCommand.cs" />
<Compile Include="Commands\ForgetSavedPasswordCommand.cs">
</Compile>
<Compile Include="Commands\ForgetSRCommand.cs" />
<Compile Include="Commands\HACommand.cs">
</Compile>
<Compile Include="Commands\HostMaintenanceModeCommand.cs">
</Compile>
<Compile Include="Commands\HostReconnectAsCommand.cs">
</Compile>
<Compile Include="Commands\ImportSearchCommand.cs">
</Compile>
<Compile Include="Commands\InstantVMFromTemplateCommand.cs" />
<Compile Include="Commands\Controls\MigrateVMToolStripMenuItem.cs">
<SubType>Component</SubType>
</Compile>
<Compile Include="Commands\MoveVMCommand.cs" />
<Compile Include="Commands\NewFolderCommand.cs" />
<Compile Include="Commands\NewPoolCommand.cs">
</Compile>
<Compile Include="Commands\NewSRCommand.cs" />
<Compile Include="Commands\NewVMCommand.cs">
</Compile>
<Compile Include="Commands\NewVMFromSnapshotCommand.cs" />
<Compile Include="Commands\NewVMFromTemplateCommand.cs" />
<Compile Include="Commands\PoolReconnectAsCommand.cs">
</Compile>
<Compile Include="Commands\PowerOnHostCommand.cs">
</Compile>
<Compile Include="Commands\PropertiesCommands.cs">
</Compile>
<Compile Include="Commands\PutFolderIntoRenameModeCommand.cs" />
<Compile Include="Commands\PutTagIntoRenameModeCommand.cs" />
<Compile Include="Commands\ReattachSRCommand.cs" />
<Compile Include="Commands\RebootCommand.cs" />
<Compile Include="Commands\RebootHostCommand.cs">
</Compile>
<Compile Include="Commands\RebootVMCommand.cs" />
<Compile Include="Commands\ReconnectHostCommand.cs">
</Compile>
<Compile Include="Commands\RemoveFromFolderCommand.cs" />
<Compile Include="Commands\RemoveHostCommand.cs">
</Compile>
<Compile Include="Commands\RemoveHostFromPoolCommand.cs">
</Compile>
<Compile Include="Commands\RenameFolderCommand.cs" />
<Compile Include="Commands\RenameTagCommand.cs" />
<Compile Include="Commands\RepairSRCommand.cs" />
<Compile Include="Commands\RestoreHostFromBackupCommand.cs">
</Compile>
<Compile Include="Commands\Controls\ResumeVMOnHostToolStripMenuItem.cs">
<SubType>Component</SubType>
</Compile>
<Compile Include="Commands\ResumeVMCommand.cs" />
<Compile Include="Commands\RevertToSnapshotCommand.cs" />
<Compile Include="Commands\SelectedItem.cs" />
<Compile Include="Commands\SelectedItemCollection.cs" />
<Compile Include="Commands\SelectionBroadcaster.cs" />
<Compile Include="Commands\SetAsDefaultSRCommand.cs" />
<Compile Include="Commands\ShutDownCommand.cs">
</Compile>
<Compile Include="Commands\ShutDownHostCommand.cs">
</Compile>
<Compile Include="Commands\ShutDownVMCommand.cs">
</Compile>
<Compile Include="Commands\StartVMCommand.cs">
</Compile>
<Compile Include="Commands\Controls\StartVMOnHostToolStripMenuItem.cs">
<SubType>Component</SubType>
</Compile>
<Compile Include="Commands\UntagCommand.cs" />
<Compile Include="Commands\VMLifeCycleCommand.cs" />
<Compile Include="Commands\VMOperationCommand.cs" />
<Compile Include="Commands\VMOperationHostCommand.cs" />
<Compile Include="Commands\Controls\VMOperationToolStripMenuItem.cs">
<SubType>Component</SubType>
</Compile>
<Compile Include="Commands\SuspendVMCommand.cs" />
<Compile Include="Commands\TakeSnapshotCommand.cs" />
<Compile Include="Commands\WlbCommand.cs">
</Compile>
<Compile Include="Commands\VirtualDiskCommand.cs" />
<Compile Include="Commands\VMOperationHomeServerCommand.cs" />
<Compile Include="Commands\VMOperationWlbOptimalServerCommand.cs" />
<Compile Include="Commands\VMOperationWlbHostCommand.cs" />
<Compile Include="Commands\VMRecoveryModeCommand.cs" />
<Compile Include="Controls\Ballooning\HostMemoryControls.cs">
<SubType>UserControl</SubType>
</Compile>
<Compile Include="Controls\Ballooning\HostMemoryControls.Designer.cs">
<DependentUpon>HostMemoryControls.cs</DependentUpon>
</Compile>
<Compile Include="Controls\Ballooning\HostMemoryRow.cs">
<SubType>UserControl</SubType>
</Compile>
<Compile Include="Controls\Ballooning\HostMemoryRow.Designer.cs">
<DependentUpon>HostMemoryRow.cs</DependentUpon>
</Compile>
<Compile Include="Controls\Ballooning\HostShinyBar.cs">
<SubType>UserControl</SubType>
</Compile>
<Compile Include="Controls\Ballooning\HostShinyBar.Designer.cs">
<DependentUpon>HostShinyBar.cs</DependentUpon>
</Compile>
<Compile Include="Controls\Ballooning\ShinyBar.cs">
<SubType>UserControl</SubType>
</Compile>
<Compile Include="Controls\Ballooning\ShinyBar.Designer.cs">
<DependentUpon>ShinyBar.cs</DependentUpon>
</Compile>
<Compile Include="Controls\Ballooning\VMMemoryControlsAdvanced.cs">
<SubType>UserControl</SubType>
</Compile>
<Compile Include="Controls\Ballooning\VMMemoryControlsAdvanced.Designer.cs">
<DependentUpon>VMMemoryControlsAdvanced.cs</DependentUpon>
</Compile>
<Compile Include="Controls\Ballooning\VMMemoryControlsBasic.cs">
<SubType>UserControl</SubType>
</Compile>
<Compile Include="Controls\Ballooning\VMMemoryControlsBasic.Designer.cs">
<DependentUpon>VMMemoryControlsBasic.cs</DependentUpon>
</Compile>
<Compile Include="Controls\Ballooning\VMMemoryControlsEdit.cs">
<SubType>UserControl</SubType>
</Compile>
<Compile Include="Controls\Ballooning\VMMemoryControlsNoEdit.cs">
<SubType>UserControl</SubType>
</Compile>
<Compile Include="Controls\Ballooning\VMMemoryControlsNoEdit.Designer.cs">
<DependentUpon>VMMemoryControlsNoEdit.cs</DependentUpon>
</Compile>
<Compile Include="Controls\Ballooning\VMMemoryRow.cs">
<SubType>UserControl</SubType>
</Compile>
<Compile Include="Controls\Ballooning\VMMemoryRow.Designer.cs">
<DependentUpon>VMMemoryRow.cs</DependentUpon>
</Compile>
<Compile Include="Controls\Ballooning\VMShinyBar.cs">
<SubType>UserControl</SubType>
</Compile>
<Compile Include="Controls\Ballooning\VMShinyBar.Designer.cs">
<DependentUpon>VMShinyBar.cs</DependentUpon>
</Compile>
<Compile Include="Controls\DataGridViewEx\DataGridViewExImageCell.cs" />
<Compile Include="Controls\DataGridViewEx\DataGridViewExRow.cs" />
<Compile Include="Controls\DataGridViewEx\FolderCell.cs" />
<Compile Include="Controls\DataGridViewEx\KeyValuePairCell.cs" />
<Compile Include="Controls\DropDownButton.cs">
<SubType>Component</SubType>
</Compile>
<Compile Include="Controls\DropDownButton.Designer.cs">
<DependentUpon>DropDownButton.cs</DependentUpon>
</Compile>
<Compile Include="Controls\MultipleDvdIsoList.cs">
<SubType>UserControl</SubType>
</Compile>
<Compile Include="Controls\MultipleDvdIsoList.Designer.cs">
<DependentUpon>MultipleDvdIsoList.cs</DependentUpon>
</Compile>
<Compile Include="Controls\TreeViews\VirtualTreeNode.PersistenceInfo.cs">
</Compile>
<Compile Include="Controls\TreeViews\MultiSelectTreeNode.cs" />
<Compile Include="Controls\TreeViews\MultiSelectTreeNodeCollection.cs" />
<Compile Include="Controls\TreeViews\MultiSelectTreeSelectedNodeCollection.cs">
<SubType>Component</SubType>
</Compile>
<Compile Include="Controls\TreeViews\MultiSelectTreeView.cs">
<SubType>Component</SubType>
</Compile>
<Compile Include="Controls\NetworkingTab\NetworkList.cs">
<SubType>UserControl</SubType>
</Compile>
<Compile Include="Controls\NetworkingTab\NetworkList.Designer.cs">
<DependentUpon>NetworkList.cs</DependentUpon>
</Compile>
<Compile Include="Controls\PanelNoFocusScroll.cs">
<SubType>Component</SubType>
</Compile>
<Compile Include="Controls\PanelWithBorder.cs">
<SubType>Component</SubType>
</Compile>
<Compile Include="Controls\PDSection.cs">
<SubType>UserControl</SubType>
</Compile>
<Compile Include="Controls\PDSection.Designer.cs">
<DependentUpon>PDSection.cs</DependentUpon>
</Compile>
<Compile Include="Controls\AD\LoggedInLabel.cs">
<SubType>UserControl</SubType>
</Compile>
<Compile Include="Controls\AD\LoggedInLabel.Designer.cs">
<DependentUpon>LoggedInLabel.cs</DependentUpon>
</Compile>
<Compile Include="Controls\TransparentPanel.cs">
<SubType>Component</SubType>
</Compile>
<Compile Include="Controls\TreeViews\MultiSelectTreeViewEventArgs.cs" />
<Compile Include="Controls\TreeViews\VirtualTreeNode.cs" />
<Compile Include="Controls\TreeViews\VirtualTreeNodeCollection.cs">
<SubType>Component</SubType>
</Compile>
<Compile Include="Controls\TreeViews\VirtualTreeSelectedNodeCollection.cs">
<SubType>Code</SubType>
</Compile>
<Compile Include="Controls\TreeViews\VirtualTreeView.cs">
<SubType>Component</SubType>
</Compile>
<Compile Include="Controls\Wlb\WlbOptModeScheduler.cs">
<SubType>UserControl</SubType>
</Compile>
<Compile Include="Controls\Wlb\WlbOptModeScheduler.Designer.cs">
<DependentUpon>WlbOptModeScheduler.cs</DependentUpon>
</Compile>
<Compile Include="Core\WebBrowser2.cs">
<SubType>Component</SubType>
</Compile>
<Compile Include="Core\Win32Window.cs" />
<Compile Include="Dialogs\DateFilterDialog.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="Dialogs\DateFilterDialog.Designer.cs">
<DependentUpon>DateFilterDialog.cs</DependentUpon>
</Compile>
<Compile Include="Dialogs\ExitMaintenanceModeDialog.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="Dialogs\ExitMaintenanceModeDialog.Designer.cs">
<DependentUpon>ExitMaintenanceModeDialog.cs</DependentUpon>
</Compile>
<Compile Include="Dialogs\MoveVirtualDiskDialog.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="Dialogs\MoveVirtualDiskDialog.designer.cs">
<DependentUpon>MoveVirtualDiskDialog.cs</DependentUpon>
</Compile>
<Compile Include="Dialogs\NewPoolDialog.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="Dialogs\NewPoolDialog.Designer.cs">
<DependentUpon>NewPoolDialog.cs</DependentUpon>
</Compile>
<Compile Include="Dialogs\VIFDialog.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="Dialogs\VIFDialog.Designer.cs">
<DependentUpon>VIFDialog.cs</DependentUpon>
</Compile>
<Compile Include="Dialogs\VMDialogs\MoveVMDialog.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="Dialogs\VMDialogs\MoveVMDialog.Designer.cs">
<DependentUpon>MoveVMDialog.cs</DependentUpon>
</Compile>
<Compile Include="Dialogs\ScheduledSnapshots\ScheduledSnapshotsDialog.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="Dialogs\ScheduledSnapshots\ScheduledSnapshotsDialog.Designer.cs">
<DependentUpon>ScheduledSnapshotsDialog.cs</DependentUpon>
</Compile>
<Compile Include="Dialogs\Wlb\WlbConfigurationDialog.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="Dialogs\Wlb\WlbConfigurationDialog.Designer.cs">
<DependentUpon>WlbConfigurationDialog.cs</DependentUpon>
</Compile>
<Compile Include="Dialogs\Wlb\WlbCredentialsDialog.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="Dialogs\Wlb\WlbCredentialsDialog.Designer.cs">
<DependentUpon>WlbCredentialsDialog.cs</DependentUpon>
</Compile>
<Compile Include="Dialogs\Wlb\WlbReportCustomFilter.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="Dialogs\Wlb\WlbReportCustomFilter.designer.cs">
<DependentUpon>WlbReportCustomFilter.cs</DependentUpon>
</Compile>
<Compile Include="Dialogs\Wlb\WlbReportSubscriptionDialog.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="Dialogs\Wlb\WlbReportSubscriptionDialog.designer.cs">
<DependentUpon>WlbReportSubscriptionDialog.cs</DependentUpon>
</Compile>
<Compile Include="Wizards\ExportWizard\ApplianceChecks\ApplianceExistsCheck.cs" />
<Compile Include="Wizards\CrossPoolMigrateWizard\Filters\CrossPoolMigrateFilter.cs" />
<Compile Include="Wizards\CrossPoolMigrateWizard\CrossPoolMigrateDestinationPage.cs">
<SubType>UserControl</SubType>
</Compile>
<Compile Include="Wizards\CrossPoolMigrateWizard\CrossPoolMigrateFinishPage.cs">
<SubType>UserControl</SubType>
</Compile>
<Compile Include="Wizards\CrossPoolMigrateWizard\CrossPoolMigrateFinishPage.Designer.cs">
<DependentUpon>CrossPoolMigrateFinishPage.cs</DependentUpon>
</Compile>
<Compile Include="Wizards\CrossPoolMigrateWizard\CrossPoolMigrateNetworkingPage.cs">
<SubType>UserControl</SubType>
</Compile>
<Compile Include="Wizards\CrossPoolMigrateWizard\CrossPoolMigrateStoragePage.cs">
<SubType>UserControl</SubType>
</Compile>
<Compile Include="Wizards\CrossPoolMigrateWizard\CrossPoolMigrateWizard.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="Wizards\CrossPoolMigrateWizard\CrossPoolMigrateWizard.Designer.cs">
<DependentUpon>CrossPoolMigrateWizard.cs</DependentUpon>
</Compile>
<Compile Include="Wizards\CrossPoolMigrateWizard\CrossPoolMigrationNetworkResource.cs" />
<Compile Include="Wizards\CrossPoolMigrateWizard\CrossPoolMigrationStorageResource.cs" />
<Compile Include="Wizards\CrossPoolMigrateWizard\Filters\ResidentHostIsSameAsSelectionFilter.cs" />
<Compile Include="Wizards\DRWizards\DRFailoverWizard.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="Wizards\DRWizards\DRFailoverWizard.Designer.cs">
<DependentUpon>DRFailoverWizard.cs</DependentUpon>
</Compile>
<Compile Include="Wizards\DRWizards\DRFailoverWizardAppliancesPage.cs">
<SubType>UserControl</SubType>
</Compile>
<Compile Include="Wizards\DRWizards\DRFailoverWizardAppliancesPage.Designer.cs">
<DependentUpon>DRFailoverWizardAppliancesPage.cs</DependentUpon>
</Compile>
<Compile Include="Wizards\DRWizards\DRFailoverWizardFirstPage.cs">
<SubType>UserControl</SubType>
</Compile>
<Compile Include="Wizards\DRWizards\DRFailoverWizardFirstPage.Designer.cs">
<DependentUpon>DRFailoverWizardFirstPage.cs</DependentUpon>
</Compile>
<Compile Include="Wizards\DRWizards\DRFailoverWizardPrecheckPage.cs">
<SubType>UserControl</SubType>
</Compile>
<Compile Include="Wizards\DRWizards\DRFailoverWizardPrecheckPage.Designer.cs">
<DependentUpon>DRFailoverWizardPrecheckPage.cs</DependentUpon>
</Compile>
<Compile Include="Wizards\DRWizards\DRFailoverWizardRecoverPage.cs">
<SubType>UserControl</SubType>
</Compile>
<Compile Include="Wizards\DRWizards\DRFailoverWizardRecoverPage.Designer.cs">
<DependentUpon>DRFailoverWizardRecoverPage.cs</DependentUpon>
</Compile>
<Compile Include="Wizards\DRWizards\DRFailoverWizardReportPage.cs">
<SubType>UserControl</SubType>
</Compile>
<Compile Include="Wizards\DRWizards\DRFailoverWizardReportPage.Designer.cs">
<DependentUpon>DRFailoverWizardReportPage.cs</DependentUpon>
</Compile>
<Compile Include="Wizards\DRWizards\DRFailoverWizardStoragePage.cs">
<SubType>UserControl</SubType>
</Compile>
<Compile Include="Wizards\DRWizards\DRFailoverWizardStoragePage.Designer.cs">
<DependentUpon>DRFailoverWizardStoragePage.cs</DependentUpon>
</Compile>
<Compile Include="Controls\SrPicker.cs">
<SubType>Component</SubType>
</Compile>
<Compile Include="Wizards\DRWizards\DRFailoverWizardWelcomePage.cs">
<SubType>UserControl</SubType>
</Compile>
<Compile Include="Wizards\DRWizards\DRFailoverWizardWelcomePage.Designer.cs">
<DependentUpon>DRFailoverWizardWelcomePage.cs</DependentUpon>
</Compile>
<Compile Include="Controls\DataGridViewEnableableComboBoxCell.cs" />
<Compile Include="Wizards\GenericPages\DelayLoadingOptionComboBoxItem.cs" />
<Compile Include="Wizards\GenericPages\LunPerVdiMappingPage.cs">
<SubType>UserControl</SubType>
</Compile>
<Compile Include="Wizards\GenericPages\LunPerVdiMappingPage.Designer.cs">
<DependentUpon>LunPerVdiMappingPage.cs</DependentUpon>
</Compile>
<Compile Include="Wizards\GenericPages\NetworkResource.cs" />
<Compile Include="Wizards\GenericPages\NewVMGroupVMsPage.cs">
<SubType>UserControl</SubType>
</Compile>
<Compile Include="Wizards\GenericPages\NewVMGroupVMsPageBase.cs">
<SubType>UserControl</SubType>
</Compile>
<Compile Include="Wizards\GenericPages\NewVMGroupVMsPageBase.Designer.cs">
<DependentUpon>NewVMGroupVMsPageBase.cs</DependentUpon>
</Compile>
<Compile Include="Wizards\GenericPages\ReasoningFilter.cs" />
<Compile Include="Wizards\GenericPages\StorageResource.cs" />
<Compile Include="Wizards\GenericPages\VMMappingSummary.cs" />
<Compile Include="Wizards\ImportWizard\LunPerVdiImportPage.cs">
<SubType>UserControl</SubType>
</Compile>
<Compile Include="Wizards\ImportWizard\OvfNetworkResource.cs" />
<Compile Include="Wizards\ImportWizard\OVFStorageResource.cs" />
<Compile Include="Wizards\HAWizard_Pages\HAFinishPage.cs">
<SubType>UserControl</SubType>
</Compile>
<Compile Include="Wizards\HAWizard_Pages\HAFinishPage.Designer.cs">
<DependentUpon>HAFinishPage.cs</DependentUpon>
</Compile>
<Compile Include="Wizards\ImportWizard\GlobalSelectHost.cs">
<SubType>UserControl</SubType>
</Compile>
<Compile Include="Wizards\ImportWizard\GlobalSelectHost.Designer.cs">
<DependentUpon>GlobalSelectHost.cs</DependentUpon>
</Compile>
<Compile Include="Wizards\ImportWizard\ImportSelectHostPage.cs">
<SubType>UserControl</SubType>
</Compile>
<Compile Include="Wizards\ImportWizard\ImportSelectNetworkPage.cs">
<SubType>UserControl</SubType>
</Compile>
<Compile Include="Wizards\ImportWizard\ImportSelectStoragePage.cs">
<SubType>UserControl</SubType>
</Compile>
<Compile Include="Wizards\ImportWizard\NetworkPickerPage.cs">
<SubType>UserControl</SubType>
</Compile>
<Compile Include="Wizards\ImportWizard\NetworkPickerPage.Designer.cs">
<DependentUpon>NetworkPickerPage.cs</DependentUpon>
</Compile>
<Compile Include="Wizards\ImportWizard\StoragePickerPage.cs">
<SubType>UserControl</SubType>
</Compile>
<Compile Include="Wizards\ImportWizard\StoragePickerPage.Designer.cs">
<DependentUpon>StoragePickerPage.cs</DependentUpon>
</Compile>
<Compile Include="Wizards\ImportWizard\ImportFinishPage.cs">
<SubType>UserControl</SubType>
</Compile>
<Compile Include="Wizards\ImportWizard\ImportFinishPage.Designer.cs">
<DependentUpon>ImportFinishPage.cs</DependentUpon>
</Compile>
<Compile Include="Wizards\ImportWizard\ImportSourcePage.cs">
<SubType>UserControl</SubType>
</Compile>
<Compile Include="Wizards\ImportWizard\ImportSourcePage.Designer.cs">
<DependentUpon>ImportSourcePage.cs</DependentUpon>
</Compile>
<Compile Include="Wizards\NewNetworkWizard_Pages\NetWChinDetails.cs">
<SubType>UserControl</SubType>
</Compile>
<Compile Include="Wizards\NewNetworkWizard_Pages\NetWChinDetails.Designer.cs">
<DependentUpon>NetWChinDetails.cs</DependentUpon>
</Compile>
<Compile Include="Wizards\NewPolicyWizard\DaysWeekCheckboxes.cs">
<SubType>UserControl</SubType>
</Compile>
<Compile Include="Wizards\NewPolicyWizard\DaysWeekCheckboxes.Designer.cs">
<DependentUpon>DaysWeekCheckboxes.cs</DependentUpon>
</Compile>
<Compile Include="Wizards\NewPolicyWizard\NewPolicyFinishPage.cs">
<SubType>UserControl</SubType>
</Compile>
<Compile Include="Wizards\NewPolicyWizard\NewPolicyFinishPage.Designer.cs">
<DependentUpon>NewPolicyFinishPage.cs</DependentUpon>
</Compile>
<Compile Include="Wizards\NewPolicyWizard\NewPolicyWizard.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="Wizards\NewPolicyWizard\NewPolicyWizard.Designer.cs">
<DependentUpon>NewPolicyWizard.cs</DependentUpon>
</Compile>
<Compile Include="Wizards\NewPolicyWizard\NewPolicyPolicyNamePage.cs">
<SubType>UserControl</SubType>
</Compile>
<Compile Include="Wizards\NewPolicyWizard\NewPolicyPolicyNamePage.Designer.cs">
<DependentUpon>NewPolicyPolicyNamePage.cs</DependentUpon>
</Compile>
<Compile Include="Wizards\NewPolicyWizard\NewPolicySnapshotFrequencyPage.cs">
<SubType>UserControl</SubType>
</Compile>
<Compile Include="Wizards\NewPolicyWizard\NewPolicySnapshotFrequencyPage.Designer.cs">
<DependentUpon>NewPolicySnapshotFrequencyPage.cs</DependentUpon>
</Compile>
<Compile Include="Wizards\NewPolicyWizard\NewPolicySnapshotTypePage.cs">
<SubType>UserControl</SubType>
</Compile>
<Compile Include="Wizards\NewPolicyWizard\NewPolicySnapshotTypePage.Designer.cs">
<DependentUpon>NewPolicySnapshotTypePage.cs</DependentUpon>
</Compile>
<Compile Include="Wizards\NewSRWizard_Pages\ChooseSrTypePage.cs">
<SubType>UserControl</SubType>
</Compile>
<Compile Include="Wizards\NewSRWizard_Pages\ChooseSrTypePage.Designer.cs">
<DependentUpon>ChooseSrTypePage.cs</DependentUpon>
</Compile>
<Compile Include="Wizards\NewSRWizard_Pages\Frontends\LVMoHBASummary.cs">
<SubType>UserControl</SubType>
</Compile>
<Compile Include="Wizards\NewSRWizard_Pages\Frontends\LVMoHBASummary.Designer.cs">
<DependentUpon>LVMoHBASummary.cs</DependentUpon>
</Compile>
<Compile Include="Wizards\NewSRWizard_Pages\SrWizardType.cs" />
<Compile Include="Wizards\NewSRWizard_Pages\NewSrWizardNamePage.cs">
<SubType>UserControl</SubType>
</Compile>
<Compile Include="Wizards\NewSRWizard_Pages\NewSrWizardNamePage.Designer.cs">
<DependentUpon>NewSrWizardNamePage.cs</DependentUpon>
</Compile>
<Compile Include="Wizards\NewVMApplianceWizard\NewVMApplianceFinishPage.cs">
<SubType>UserControl</SubType>
</Compile>
<Compile Include="Wizards\NewVMApplianceWizard\NewVMApplianceFinishPage.designer.cs">
<DependentUpon>NewVMApplianceFinishPage.cs</DependentUpon>
</Compile>
<Compile Include="Wizards\NewVMApplianceWizard\NewVMApplianceNamePage.cs">
<SubType>UserControl</SubType>
</Compile>
<Compile Include="Wizards\NewVMApplianceWizard\NewVMApplianceNamePage.designer.cs">
<DependentUpon>NewVMApplianceNamePage.cs</DependentUpon>
</Compile>
<Compile Include="Wizards\NewVMApplianceWizard\NewVMApplianceVMOrderAndDelaysPage.cs">
<SubType>UserControl</SubType>
</Compile>
<Compile Include="Wizards\NewVMApplianceWizard\NewVMApplianceVMOrderAndDelaysPage.designer.cs">
<DependentUpon>NewVMApplianceVMOrderAndDelaysPage.cs</DependentUpon>
</Compile>
<Compile Include="Wizards\NewVMApplianceWizard\NewVMApplianceWizard.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="Wizards\NewVMApplianceWizard\NewVMApplianceWizard.designer.cs">
<DependentUpon>NewVMApplianceWizard.cs</DependentUpon>
</Compile>
<Compile Include="Wizards\NewVMWizard\LunPerVdiNewVMMappingPage.cs">
<SubType>UserControl</SubType>
</Compile>
<Compile Include="Wizards\ImportWizard\ImportWizard.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="Wizards\ImportWizard\ImportWizard.Designer.cs">
<DependentUpon>ImportWizard.cs</DependentUpon>
</Compile>
<Compile Include="Wizards\ImportWizard\ImportEulaPage.cs">
<SubType>UserControl</SubType>
</Compile>
<Compile Include="Wizards\ImportWizard\ImportEulaPage.Designer.cs">
<DependentUpon>ImportEulaPage.cs</DependentUpon>
</Compile>
<Compile Include="Wizards\ImportWizard\ImportOptionsPage.cs">
<SubType>UserControl</SubType>
</Compile>
<Compile Include="Wizards\ImportWizard\ImportOptionsPage.Designer.cs">
<DependentUpon>ImportOptionsPage.cs</DependentUpon>
</Compile>
<Compile Include="Wizards\ImportWizard\ImportSecurityPage.cs">
<SubType>UserControl</SubType>
</Compile>
<Compile Include="Wizards\ImportWizard\ImportSecurityPage.Designer.cs">
<DependentUpon>ImportSecurityPage.cs</DependentUpon>
</Compile>
<Compile Include="Wizards\GenericPages\SelectMultipleVMDestinationPage.cs">
<SubType>UserControl</SubType>
</Compile>
<Compile Include="Wizards\GenericPages\SelectMultipleVMDestinationPage.Designer.cs">
<DependentUpon>SelectMultipleVMDestinationPage.cs</DependentUpon>
</Compile>
<Compile Include="Wizards\GenericPages\SelectMultipleVMNetworkPage.cs">
<SubType>UserControl</SubType>
</Compile>
<Compile Include="Wizards\GenericPages\SelectMultipleVMNetworkPage.Designer.cs">
<DependentUpon>SelectMultipleVMNetworkPage.cs</DependentUpon>
</Compile>
<Compile Include="Wizards\GenericPages\SelectVMStorageWithMultipleVirtualDisksPage.cs">
<SubType>UserControl</SubType>
</Compile>
<Compile Include="Wizards\GenericPages\SelectVMStorageWithMultipleVirtualDisksPage.Designer.cs">
<DependentUpon>SelectVMStorageWithMultipleVirtualDisksPage.cs</DependentUpon>
</Compile>
<Compile Include="Wizards\ImportWizard\ImageVMConfigPage.cs">
<SubType>UserControl</SubType>
</Compile>
<Compile Include="Wizards\ImportWizard\ImageVMConfigPage.Designer.cs">
<DependentUpon>ImageVMConfigPage.cs</DependentUpon>
</Compile>
<Compile Include="Wizards\ExportWizard\ExportAppliancePage.cs">
<SubType>UserControl</SubType>
</Compile>
<Compile Include="Wizards\ExportWizard\ExportAppliancePage.Designer.cs">
<DependentUpon>ExportAppliancePage.cs</DependentUpon>
</Compile>
<Compile Include="Wizards\ExportWizard\ExportEulaPage.cs">
<SubType>UserControl</SubType>
</Compile>
<Compile Include="Wizards\ExportWizard\ExportEulaPage.Designer.cs">
<DependentUpon>ExportEulaPage.cs</DependentUpon>
</Compile>
<Compile Include="Wizards\ExportWizard\ExportOptionsPage.cs">
<SubType>UserControl</SubType>
</Compile>
<Compile Include="Wizards\ExportWizard\ExportOptionsPage.Designer.cs">
<DependentUpon>ExportOptionsPage.cs</DependentUpon>
</Compile>
<Compile Include="Wizards\ExportWizard\ExportSelectVMsPage.cs">
<SubType>UserControl</SubType>
</Compile>
<Compile Include="Wizards\ExportWizard\ExportSelectVMsPage.Designer.cs">
<DependentUpon>ExportSelectVMsPage.cs</DependentUpon>
</Compile>
<Compile Include="Wizards\ExportWizard\ExportApplianceWizard.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="Wizards\ExportWizard\ExportApplianceWizard.Designer.cs">
<DependentUpon>ExportApplianceWizard.cs</DependentUpon>
</Compile>
<Compile Include="Wizards\ExportWizard\ExportFinishPage.cs">
<SubType>UserControl</SubType>
</Compile>
<Compile Include="Wizards\ExportWizard\ExportFinishPage.Designer.cs">
<DependentUpon>ExportFinishPage.cs</DependentUpon>
</Compile>
<Compile Include="Plugins\Placeholders.cs" />
<Compile Include="Diagnostics\Problems\HostProblem\HostProblem.cs" />
<Compile Include="Diagnostics\Problems\HostProblem\WrongServerVersion.cs" />
<Compile Include="Diagnostics\Problems\PoolProblem\PoolProblem.cs" />
<Compile Include="Diagnostics\Problems\VMProblem\VMProblem.cs" />
<Compile Include="Dialogs\AssignLicenseDialog.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="Dialogs\AssignLicenseDialog.Designer.cs">
<DependentUpon>AssignLicenseDialog.cs</DependentUpon>
</Compile>
<Compile Include="Dialogs\ReconnectAsDialog.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="Dialogs\ReconnectAsDialog.Designer.cs">
<DependentUpon>ReconnectAsDialog.cs</DependentUpon>
</Compile>
<Compile Include="Dialogs\VMDialogs\SelectVMsToSuspendDialog.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="Dialogs\VMDialogs\SelectVMsToSuspendDialog.Designer.cs">
<DependentUpon>SelectVMsToSuspendDialog.cs</DependentUpon>
</Compile>
<Compile Include="Dialogs\Wlb\WlbEditScheduledTask.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="Dialogs\Wlb\WlbEditScheduledTask.Designer.cs">
<DependentUpon>WlbEditScheduledTask.cs</DependentUpon>
</Compile>
<Compile Include="GroupingTag.cs" />
<Compile Include="Plugins\Features\MenuItemFeatureCommand.cs" />
<Compile Include="Plugins\Features\ParentMenuItemFeatureCommand.cs" />
<Compile Include="MainWindowTreeBuilder.cs" />
<Compile Include="Commands\Controls\CommandToolStripButton.cs">
<SubType>Component</SubType>
</Compile>
<Compile Include="Commands\Controls\CommandToolStripMenuItem.cs">
<SubType>Component</SubType>
</Compile>
<Compile Include="Commands\SelectionManager.cs" />
<Compile Include="Commands\Command.cs">
</Compile>
<Compile Include="Plugins\UI\TabPageCredentialsDialog.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="Plugins\UI\TabPageCredentialsDialog.Designer.cs">
<DependentUpon>TabPageCredentialsDialog.cs</DependentUpon>
</Compile>
<Compile Include="SettingsPanels\HostPowerONEditPage.cs">
<SubType>UserControl</SubType>
</Compile>
<Compile Include="SettingsPanels\HostPowerONEditPage.Designer.cs">
<DependentUpon>HostPowerONEditPage.cs</DependentUpon>
</Compile>
<Compile Include="SettingsPanels\Wlb\WlbHostExclusionPage.cs">
<SubType>UserControl</SubType>
</Compile>
<Compile Include="SettingsPanels\Wlb\WlbHostExclusionPage.Designer.cs">
<DependentUpon>WlbHostExclusionPage.cs</DependentUpon>
</Compile>
<Compile Include="TabPages\AdPage.cs">
<SubType>UserControl</SubType>
</Compile>
<Compile Include="TabPages\AdPage.Designer.cs">
<DependentUpon>AdPage.cs</DependentUpon>
</Compile>
<Compile Include="TabPages\BallooningPage.cs">
<SubType>UserControl</SubType>
</Compile>
<Compile Include="TabPages\BallooningPage.Designer.cs">
<DependentUpon>BallooningPage.cs</DependentUpon>
</Compile>
<Compile Include="TabPages\GeneralTabPage.cs">
<SubType>UserControl</SubType>
</Compile>
<Compile Include="TabPages\GeneralTabPage.Designer.cs">
<DependentUpon>GeneralTabPage.cs</DependentUpon>
</Compile>
<Compile Include="TabPages\WlbPage.cs">
<SubType>UserControl</SubType>
</Compile>
<Compile Include="TabPages\WlbPage.Designer.cs">
<DependentUpon>WlbPage.cs</DependentUpon>
</Compile>
<Compile Include="UpdateManager.cs" />
<Compile Include="UpdateManager.DelayCalculator.cs">
<SubType>Code</SubType>
</Compile>
<Compile Include="Wizards\GenericPages\RBACWarningPage.cs">
<SubType>UserControl</SubType>
</Compile>
<Compile Include="Wizards\GenericPages\RBACWarningPage.Designer.cs">
<DependentUpon>RBACWarningPage.cs</DependentUpon>
</Compile>
<Compile Include="Controls\ConnectionWrapperWithMoreStuff.cs" />
<Compile Include="Wizards\NewVMWizard\Page_CopyBiosStrings.cs">
<SubType>UserControl</SubType>
</Compile>
<Compile Include="Wizards\NewVMWizard\Page_CopyBiosStrings.Designer.cs">
<DependentUpon>Page_CopyBiosStrings.cs</DependentUpon>
</Compile>
<Compile Include="Dialogs\Wlb\WorkloadReports.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="Dialogs\Wlb\WorkloadReports.Designer.cs">
<DependentUpon>WorkloadReports.cs</DependentUpon>
</Compile>
<Compile Include="XenSearch\Columns.cs">
<SubType>Code</SubType>
</Compile>
<Compile Include="XenSearch\CustomFieldWrapper.cs" />
<Compile Include="XenSearch\TreeSearch.cs" />
<None Include="Images\attach_virtualstorage_32.png" />
<None Include="Images\backup_restore_32.png" />
<None Include="Images\copy_16.png" />
<None Include="Images\edit_16.png" />
<None Include="Images\usb_16.png" />
<None Include="Images\descending_triangle.png" />
<None Include="Images\ascending_triangle.png" />
<None Include="Images\contracted_triangle.png" />
<None Include="Images\expanded_triangle.png" />
<None Include="Images\000_ToolBar_USB_Icon_up.png" />
<None Include="Images\000_SwitcherBackground.png" />
<None Include="Images\000_ToolBar_Pref_Icon_dis.png" />
<None Include="Images\000_ToolBar_Pref_Icon_ovr.png" />
<None Include="Images\000_ToolBar_Pref_Icon_up.png" />
<None Include="Images\000_ToolBar_USB_Icon_dis.png" />
<None Include="Images\000_ToolBar_USB_Icon_ovr.png" />
<None Include="Images\000_SliderTexture.png" />
<None Include="Images\000_BackupMetadata_h32bit_16.png" />
<None Include="Images\000_BackupMetadata_h32bit_32.png" />
<None Include="Images\000_VMSession_h32bit_16.png" />
<None Include="Images\000_VMSnapshotDiskMemory_h32bit_16.png" />
<None Include="Images\000_VMSnapshotDiskMemory_h32bit_32.png" />
<None Include="Images\000_VMSnapShotDiskOnly_h32bit_16.png" />
<None Include="Images\000_VMSnapShotDiskOnly_h32bit_32.png" />
<None Include="Images\075_TickRound_h32bit_16.png" />
<None Include="Images\075_WarningRound_h32bit_16.png" />
<None Include="Images\000_date_h32bit_16.png" />
<None Include="Images\000_Email_h32bit_16.png" />
<None Include="Images\000_VM_h32bit_16.png" />
<None Include="Images\000_TreeConnected_h32bit_16.png" />
<None Include="Images\000_AddApplicationServer_h32bit_16.png" />
<None Include="Images\000_AddApplicationServer_h32bit_24.png" />
<None Include="Images\000_ServerErrorFile_h32bit_16.png" />
<None Include="Images\000_HostUnpatched_h32bit_16.png" />
<None Include="Images\000_ServerHome_h32bit_16.png" />
<None Include="Images\000_Patch_h32bit_16.png" />
<None Include="Images\000_ExcludeHost_h32bit_16.png" />
<None Include="Images\000_ServerDisconnected_h32bit_16.png" />
<None Include="Images\000_HAServer_h32bit_32.png" />
<None Include="Images\000_Pool_h32bit_16.png" />
<None Include="Images\000_PoolConnected_h32bit_16.png" />
<None Include="Images\000_PoolNew_h32bit_16.png" />
<None Include="Images\000_PoolNew_h32bit_24.png" />
<None Include="Images\000_CreateVM_h32bit_32.png" />
<None Include="Images\000_HighlightVM_h32bit_24.png" />
<None Include="Images\000_Network_h32bit_16.png" />
<None Include="Images\000_NewStorage_h32bit_24.png" />
<None Include="Images\000_NewStorage_h32bit_16.png" />
<None Include="Images\000_NewStorage_h32bit_32.png" />
<None Include="Images\000_CreateVirtualStorage_h32bit_32.png" />
<None Include="Images\000_Fields_h32bit_16.png" />
<None Include="Images\000_GetMemoryInfo_h32bit_16.png" />
<None Include="Images\000_defaultSpyglass_h32bit_16.png" />
<None Include="Images\000_Search_h32bit_16.png" />
<None Include="Images\000_DeleteAllMessages_h32bit_16.png" />
<None Include="Images\000_DeleteMessage_h32bit_16.png" />
<None Include="Images\000_ExportMessages_h32bit_16.png" />
<None Include="Images\000_GetServerReport_h32bit_16.png" />
<None Include="Images\000_Optimize_h32bit_16.png" />
<None Include="Images\000_host_0_star.png" />
<None Include="Images\000_host_1_star.png" />
<None Include="Images\000_host_2_star.png" />
<None Include="Images\000_host_3_star.png" />
<None Include="Images\000_host_4_star.png" />
<None Include="Images\000_host_5_star.png" />
<None Include="Images\000_host_6_star.png" />
<None Include="Images\000_host_7_star.png" />
<None Include="Images\000_host_8_star.png" />
<None Include="Images\000_host_9_star.png" />
<None Include="Images\000_host_10_star.png" />
<None Include="Images\000_Module_h32bit_16.png" />
<None Include="Images\000_Paused_h32bit_24.png" />
<None Include="Images\000_Resumed_h32bit_24.png" />
<None Include="Images\000_paused_h32bit_16.png" />
<None Include="Images\000_Resumed_h32bit_16.png" />
<None Include="Images\000_PiiCustomised_h32bit_16.png" />
<None Include="Images\000_PiiMaybe_h32bit_16.png" />
<None Include="Images\000_PiiNo_h32bit_16.png" />
<None Include="Images\000_PiiYes_h32bit_16.png" />
<None Include="Images\000_GetServerReport_h32bit_32.png" />
<None Include="Images\000_Info3_h32bit_16.png" />
<None Include="Images\000_error_h32bit_16.png" />
<None Include="Images\000_Alert2_h32bit_16.png" />
<None Include="Images\000_Folder_open_h32bit_16.png" />
<None Include="Images\000_HelpIM_h32bit_16.png" />
<None Include="Images\000_HelpIM_h32bit_32.png" />
<None Include="Images\000_Abort_h32bit_16.png" />
<None Include="Images\000_NewNetwork_h32bit_32.png" />
<None Include="Images\000_HighLightVM_h32bit_32.png" />
<None Include="Images\000_ImportVM_h32bit_32.png" />
<None Include="Images\000_GetMemoryInfo_h32bit_32.png" />
<None Include="Images\000_EnablePowerControl_h32bit_16.png" />
<None Include="Images\000_CPU_h32bit_16.png" />
<None Include="Images\000_CreateVM_h32bit_24.png" />
<None Include="Images\000_Failback_h32bit_32.png" />
<None Include="Images\000_Failover_h32bit_32.png" />
<None Include="Images\000_ExportVirtualAppliance_h32bit_16.png" />
<None Include="Images\000_ExportVirtualAppliance_h32bit_32.png" />
<None Include="Images\000_DeleteVirtualAppliance_h32bit_16.png" />
<None Include="Images\000_DisasterRecovery_h32bit_32.png" />
<None Include="Images\000_error_h32bit_32.png" />
<None Include="Images\000_AddIPAddress_h32bit_16.png" />
<None Include="Images\000_ConfigureIPAddresses_h32bit_16.png" />
<None Include="Images\000_Abort_gray_h32bit_16.png" />
<Content Include="..\Branding\Images\splash.png">
<Link>Images\splash.png</Link>
</Content>
<Content Include="..\Branding\Images\xcm.png">
<Link>Images\xcm.png</Link>
</Content>
<Content Include="..\Branding\Images\xcm_32x32.png">
<Link>Images\xcm_32x32.png</Link>
</Content>
<Content Include="AppIcon.ico" />
<Content Include="Images\000_AddSite_h32bit_16.png" />
<Content Include="Images\000_FilterDates_h32bit_16.png" />
<Content Include="Images\000_FilterServer_h32bit_16.png" />
<None Include="Images\000_ImportVirtualAppliance_h32bit_16.png" />
<None Include="Images\000_ImportVirtualAppliance_h32bit_32.png" />
<None Include="Images\000_NewVirtualAppliance_h32bit_16.png" />
<None Include="Images\000_NewVirtualAppliance_h32bit_32.png" />
<None Include="..\Branding\Images\000_ManagementInterface_h32bit_16.png">
<Link>Images\000_ManagementInterface_h32bit_16.png</Link>
</None>
<Content Include="Images\000_FilterSeverity_h32bit_16.png" />
<None Include="Images\000_MigrateStoppedVM_h32bit_16.png" />
<None Include="Images\000_MigrateSuspendedVM_h32bit_16.png" />
<Content Include="Images\000_MigrateVM_h32bit_16.png" />
<Content Include="Images\000_MigrateVM_h32bit_32.png" />
<Content Include="Images\000_Patch_h32bit_32.png" />
<None Include="Images\000_ScheduledVMsnapshotDiskMemory_h32bit_16.png" />
<None Include="Images\000_ScheduledVMSnapshotDiskMemory_h32bit_32.png" />
<None Include="Images\000_ScheduledVMsnapshotDiskOnly_h32bit_16.png" />
<None Include="Images\000_ScheduledVMsnapshotDiskOnly_h32bit_32.png" />
<None Include="Images\000_RebootVM_h32bit_16.png" />
<None Include="Images\000_RemoveIPAddress_h32bit_16.png" />
<None Include="Images\000_RemoveSite_h32bit_16.png" />
<None Include="Images\000_Pool_h32bit_16-w-alert.png" />
<Content Include="Images\000_ServerInProgress_h32bit_16.png" />
<None Include="Images\000_ServerMaintenance_h32bit_16.png" />
<None Include="Images\000_ServerMaintenance_h32bit_32.png" />
<None Include="Images\000_Server_h32bit_16.png" />
<None Include="Images\000_ServerUp_h32bit_16.png" />
<None Include="Images\000_VM_h32bit_24.png" />
<None Include="Images\000_StartVM_h32bit_16.png" />
<None Include="Images\000_VMDisabled_h32bit_16.png" />
<None Include="Images\000_VMStarting_h32bit_16.png" />
<None Include="Images\000_VMStartingDisabled_h32bit_16.png" />
<None Include="Images\000_StoppedVM_h32bit_16.png" />
<None Include="Images\000_VMStoppedDisabled_h32bit_16.png" />
<None Include="Images\000_SuspendVM_h32bit_16.png" />
<None Include="Images\000_VMPausedDisabled_h32bit_16.png" />
<None Include="Images\000_ViewModeList_h32bit_16.png" />
<None Include="Images\000_ViewModeTree_h32bit_16.png" />
<None Include="Images\000_VMTemplate_h32bit_16.png" />
<None Include="Images\000_TemplateDisabled_h32bit_16.png" />
<None Include="Images\000_UserTemplate_h32bit_16.png" />
<None Include="Images\000_Storage_h32bit_16.png" />
<None Include="Images\000_StorageDisabled_h32bit_16.png" />
<None Include="Images\000_StorageBroken_h32bit_16.png" />
<None Include="Images\000_StorageDefault_h32bit_16.png" />
<None Include="Images\000_VirtualStorage_h32bit_16.png" />
<None Include="Images\002_Configure_h32bit_16.png" />
<None Include="Images\000_ServerWlb_h32bit_16.png" />
<None Include="Images\001_Tools_h32bit_16.png" />
<None Include="Images\001_PerformanceGraph_h32bit_16.png" />
<None Include="Images\000_weighting_h32bit_16.png" />
<None Include="Images\000_Tag_h32bit_16.png" />
<None Include="Images\001_Back_h32bit_24.png" />
<None Include="Images\001_Forward_h32bit_24.png" />
<None Include="Images\001_Reboot_h32bit_24.png" />
<None Include="Images\001_PowerOn_h32bit_24.png" />
<None Include="Images\001_ForceReboot_h32bit_24.png" />
<None Include="Images\001_ForceShutDown_h32bit_24.png" />
<None Include="Images\001_ShutDown_h32bit_24.png" />
<None Include="Images\001_Reboot_h32bit_16.png" />
<None Include="Images\001_PowerOn_h32bit_16.png" />
<None Include="Images\001_ForceReboot_h32bit_16.png" />
<None Include="Images\001_ForceShutDown_h32bit_16.png" />
<None Include="Images\001_ShutDown_h32bit_16.png" />
<None Include="Images\001_LifeCycle_h32bit_24.png" />
<None Include="Images\000_UserAndGroup_h32bit_32.png" />
<None Include="Images\000_User_h32bit_16.png" />
<None Include="Images\ajax-loader.gif" />
<None Include="Images\000_Tick_h32bit_16.png" />
<None Include="Images\001_CreateVM_h32bit_16.png" />
<None Include="Images\000_Tick_h32bit_24.png" />
<None Include="Images\000_WarningAlert_h32bit_32.png" />
<None Include="Images\112_LeftArrowLong_Blue_24x24_72.png" />
<None Include="Images\112_RightArrowLong_Blue_24x24_72.png" />
<None Include="Images\000_VirtualAppliance_h32bit_16.png" />
<None Include="Images\000_UpgradePool_h32bit_32.png" />
<None Include="Images\001_Pin_h32bit_16.png" />
<None Include="Images\001_WindowView_h32bit_16.png" />
<None Include="Images\000_TestFailover_h32bit_32.png" />
<None Include="Images\015_Download_h32bit_32.png" />
<None Include="Images\000_Server_h32bit_16-w-alert.png" />
<Content Include="Images\000_Severity5_h32bit_16.png" />
2014-06-03 17:49:13 +02:00
<None Include="Images\alert1_16.png" />
<None Include="Images\alert2_16.png" />
<None Include="Images\alert3_16.png" />
<None Include="Images\alert4_16.png" />
<None Include="Images\alert5_16.png" />
<None Include="Images\alert6_16.png" />
<Content Include="Images\000_Sites_h32bit_16.png" />
<None Include="Images\000_TCP-IPGroup_h32bit_16.png" />
<None Include="Images\015_Download_h32bit_16.png" />
<None Include="Images\000_Tick_yellow_h32bit_16.png" />
<Content Include="Images\000_UserAndGroup_h32bit_16.png" />
<Content Include="Images\000_User_h32bit_32.png" />
<Content Include="Images\asterisk.png" />
<Content Include="Images\attach_24.png" />
2014-06-03 17:49:13 +02:00
<None Include="Images\cancelled_action_16.png" />
<Content Include="Images\centos_16x.png" />
<Content Include="Images\change_password_16.png" />
<Content Include="Images\change_password_32.png" />
<Content Include="Images\clonevm_16.png" />
2014-06-03 17:49:13 +02:00
<None Include="Images\close_16.png" />
<Content Include="Images\commands_16.png" />
<Content Include="Images\console_16.png" />
<None Include="Images\coreos-globe-icon.png" />
<None Include="Images\coreos-16.png" />
<Content Include="Images\cross.png" />
<None Include="Images\DateTime16.png" />
<None Include="Images\sl_connecting_16.png" />
<None Include="Images\gripper.png" />
<None Include="Images\sl_add_storage_system_small_16.png" />
<None Include="Images\detach_24.png" />
<None Include="Images\DC_16.png" />
<Content Include="Images\export_32.png" />
<None Include="Images\gooroom_16x.png" />
2021-08-23 08:54:57 +02:00
<None Include="Images\rocky_16x.png" />
<Content Include="Images\help_16_hover.png" />
<Content Include="Images\help_24.png" />
<Content Include="Images\help_24_hover.png" />
<Content Include="Images\help_32_hover.png" />
<Content Include="Images\homepage_bullet.png" />
<Content Include="Images\import_32.png" />
2014-06-03 17:49:13 +02:00
<None Include="Images\infra_view_16.png" />
<None Include="Images\infra_view_24.png" />
<None Include="Images\infra_view_16_textured.png" />
<Content Include="..\Branding\Images\Logo.png">
<Link>Images\Logo.png</Link>
</Content>
2014-06-03 17:49:13 +02:00
<None Include="Images\more_16.png" />
<None Include="Images\notif_alerts_16.png" />
<None Include="Images\notif_events_16.png" />
<None Include="Images\notif_events_errors_16.png" />
<None Include="Images\notif_none_16.png" />
<None Include="Images\notif_none_24.png" />
<None Include="Images\notif_updates_16.png" />
<None Include="Images\objects_16.png" />
<None Include="Images\objects_24.png" />
<None Include="Images\org_view_16.png" />
<None Include="Images\org_view_24.png" />
<None Include="Images\pool_up_16.png" />
<None Include="Images\pool_up_32.png" />
<None Include="Images\objects_16_textured.png" />
<None Include="Images\PausedDC_16.png" />
<None Include="Images\padlock.png" />
<None Include="Images\neokylin_16x.png" />
<None Include="Images\asianux_16x.png" />
<None Include="Images\turbo_16x.png" />
<None Include="Images\linx_16x.png" />
<None Include="Images\yinhekylin_16x.png" />
<None Include="Images\pool_32.png" />
<None Include="Images\pool_unpatched.png" />
<None Include="Images\livepatch_16.png" />
<Content Include="Images\queued.png" />
<Content Include="Images\Refresh16.png" />
2014-06-03 17:49:13 +02:00
<None Include="Images\saved_searches_16.png" />
<None Include="Images\server_up_16.png" />
<None Include="Images\saved_searches_24.png" />
<None Include="Images\RunningDC_16.png" />
<None Include="Images\rightArrowLong_Blue_16.png" />
<None Include="Images\rpm_package.png" />
CP-40842: Remove CIS upload from Server Status Report wizard (#3087) * Remove credentials controls from `BugToolPageDestination` Signed-off-by: Danilo Del Busso <danilo.delbusso@cloud.com> * Explicitly call dispose in `BugToolPageDestination.cs` Signed-off-by: Danilo Del Busso <danilo.delbusso@cloud.com> * Tidy up code in `BugToolPageDestination.cs` Signed-off-by: Danilo Del Busso <danilo.delbusso@cloud.com> * Move `StatusReportRow` to its own file Signed-off-by: Danilo Del Busso <danilo.delbusso@cloud.com> * Move `ClientSideDataRow` and `HostStatusRow` to own files Signed-off-by: Danilo Del Busso <danilo.delbusso@cloud.com> * CP-40842: Update order of pages in `BugToolWizard` Signed-off-by: Danilo Del Busso <danilo.delbusso@cloud.com> * CP-40842: Update action and create row for packaging status report in BugTool wizard Instead of creating a new action, this males ZipStatusReportAction inherit StatusReportAction Signed-off-by: Danilo Del Busso <danilo.delbusso@cloud.com> * CP-40842: Allow for pending `StatusReportAction` to be cancelled This avoids the need for a running action to update the status. i.e. an action that has been registered but hasn't started running can be cancelled, too. Signed-off-by: Danilo Del Busso <danilo.delbusso@cloud.com> * CP-40842: Update content of `ACTION_SYSTEM_STATUS_SUCCESSFUL` message Signed-off-by: Danilo Del Busso <danilo.delbusso@cloud.com> * CP-40842: Add link to `labelBlurb` in `BugToolPageRetrieveData.cs` Signed-off-by: Danilo Del Busso <danilo.delbusso@cloud.com> * CP-40842: Add report packaging logic to `BugToolPageRetrieveData.cs` Signed-off-by: Danilo Del Busso <danilo.delbusso@cloud.com> * CP-40842: Open CIS URL when clicking on `linkLabelBlurb` Signed-off-by: Danilo Del Busso <danilo.delbusso@cloud.com> * CP-40842: Report packaged data amount in `ZipStatusReportAction` Signed-off-by: Danilo Del Busso <danilo.delbusso@cloud.com> * Remove unused `using`s Signed-off-by: Danilo Del Busso <danilo.delbusso@cloud.com> * Minor layout tweaks. Signed-off-by: Konstantina Chremmou <Konstantina.Chremmou@cloud.com> * Renamed folder and namespace to match the ones for the other wizards. Signed-off-by: Konstantina Chremmou <Konstantina.Chremmou@cloud.com> * Renamed wizard's private fields. Some code efficiency corrections. Signed-off-by: Konstantina Chremmou <Konstantina.Chremmou@cloud.com> * Keep the row classes as private within the BugToolPageRetrieveData class. Signed-off-by: Konstantina Chremmou <Konstantina.Chremmou@cloud.com> * Removed leftover unused action. Signed-off-by: Konstantina Chremmou <Konstantina.Chremmou@cloud.com> * Tidy up status report messages. Use more relevant icon. Signed-off-by: Konstantina Chremmou <Konstantina.Chremmou@cloud.com> * Made blurb localisable. Signed-off-by: Konstantina Chremmou <Konstantina.Chremmou@cloud.com> * Renamed private fields. Signed-off-by: Konstantina Chremmou <Konstantina.Chremmou@cloud.com> * Simplified the stages of the compilation of the status report. Signed-off-by: Konstantina Chremmou <Konstantina.Chremmou@cloud.com> * Renamed row classes again to match the action names. Signed-off-by: Konstantina Chremmou <Konstantina.Chremmou@cloud.com> * Simplify reporting the progress of the zipping action. Signed-off-by: Konstantina Chremmou <Konstantina.Chremmou@cloud.com> * Recursive call is not necessary. Tweaked message. Signed-off-by: Konstantina Chremmou <konstantina.chremmou@citrix.com> * Sort strings Signed-off-by: Konstantina Chremmou <konstantina.chremmou@citrix.com> * Update copyright notices Signed-off-by: Danilo Del Busso <danilo.delbusso@cloud.com> --------- Signed-off-by: Danilo Del Busso <danilo.delbusso@cloud.com> Signed-off-by: Konstantina Chremmou <Konstantina.Chremmou@cloud.com> Signed-off-by: Konstantina Chremmou <konstantina.chremmou@citrix.com> Co-authored-by: Konstantina Chremmou <Konstantina.Chremmou@cloud.com> Co-authored-by: Konstantina Chremmou <konstantina.chremmou@citrix.com>
2023-02-13 14:47:21 +01:00
<Content Include="Images\save_to_disk.png" />
<Content Include="Images\scilinux_16x.png" />
<None Include="Images\server_32.png" />
<None Include="Images\server_up_32.png" />
<Content Include="Images\sl_luns_16.png" />
<Content Include="Images\debian_16x.png" />
<None Include="Images\desktop.jpg" />
<None Include="Images\folder_separator.png" />
<None Include="Images\folder_grey.png" />
<None Include="Images\graphline.png" />
<None Include="Images\grapharea.png" />
<None Include="Images\grab.png" />
<Content Include="Images\ha_16.png" />
<None Include="Images\lifecycle_pressed.png" />
<None Include="Images\lifecycle_hot.png" />
<None Include="Images\licensekey_32.png" />
<None Include="Images\log_destination_16.png" />
<None Include="Images\memory_dynmin_slider.png" />
<None Include="Images\memory_dynmax_slider.png" />
<None Include="Images\memory_dynmin_slider_light.png" />
<None Include="Images\memory_dynmax_slider_dark.png" />
<None Include="Images\memory_dynmax_slider_light.png" />
<None Include="Images\memory_dynmin_slider_dark.png" />
<None Include="Images\memory_dynmin_slider_small.png" />
<None Include="Images\memory_dynmax_slider_small.png" />
<None Include="Images\memory_dynmin_slider_noedit.png" />
<None Include="Images\memory_dynmax_slider_noedit.png" />
<None Include="Images\memory_dynmin_slider_noedit_small.png" />
<None Include="Images\memory_dynmax_slider_noedit_small.png" />
<Content Include="Images\minus.png" />
<None Include="Images\paste_16.png" />
<Content Include="Images\oracle_16x.png" />
<None Include="Images\PDChevronUp.png" />
<None Include="Images\PDChevronDown.png" />
<None Include="Images\PDChevronLeft.png" />
<None Include="Images\PDChevronRight.png" />
<Content Include="Images\PDChevronDownOver.png" />
<Content Include="Images\PDChevronUpOver.png" />
<Content Include="Images\redhat_16x.png" />
<Content Include="Images\sl_16.png" />
<None Include="Images\sl_add_storage_system_32.png" />
<None Include="Images\sl_add_storage_system_16.png" />
<Content Include="Images\sl_connected_16.png" />
<Content Include="Images\sl_disconnected_16.png" />
<None Include="Images\sl_pool_16.png" />
<None Include="Images\sl_pools_16.png" />
<None Include="Images\sl_system_16.png" />
<None Include="Images\sl_lun_16.png" />
<None Include="Images\SpinningFrame0.png" />
<None Include="Images\SpinningFrame1.png" />
<None Include="Images\SpinningFrame2.png" />
<None Include="Images\SpinningFrame3.png" />
<None Include="Images\SpinningFrame4.png" />
<None Include="Images\SpinningFrame5.png" />
<None Include="Images\SpinningFrame6.png" />
<None Include="Images\SpinningFrame7.png" />
<None Include="Images\StoppedDC_16.png" />
<None Include="Images\storage_error_16.png" />
<Content Include="Images\subscribe.png" />
<Content Include="Images\suse_16x.png" />
<Content Include="Images\tempAdd.png" />
<None Include="Images\tempCancel.png" />
<None Include="Images\tempNotif16.png" />
<None Include="Images\tempNotif24.png" />
<None Include="Images\tempObj16.png" />
<None Include="Images\tempObj24.png" />
<None Include="Images\tempSearch16.png" />
<None Include="Images\tempSearch24.png" />
<None Include="Images\tempInfra16.png" />
<None Include="Images\tempInfra24.png" />
<None Include="Images\tempTags24.png" />
<None Include="Images\tempTags16.png" />
<None Include="Images\tempUpdates.png" />
<None Include="Images\tempErrorEvents.png" />
<None Include="Images\tempNotif16Errors.png" />
<None Include="Images\tempHalfUpgradedPool.png" />
<None Include="Images\tempSeverityUnknown.png" />
<Content Include="Images\tools_notinstalled_16x.png" />
<Content Include="Images\tools_outofdate_16x.png" />
<Content Include="Images\tools_uptodate_16x.png" />
<None Include="Images\tree_plus.png" />
<None Include="Images\tree_minus.png" />
<None Include="Images\tpm.png" />
<Content Include="Images\tshadowdown.png" />
<Content Include="Images\tshadowdownleft.png" />
<Content Include="Images\tshadowdownright.png" />
<Content Include="Images\tshadowright.png" />
<Content Include="Images\tshadowtopright.png" />
<Content Include="Images\ubuntu_16x.png" />
<Content Include="Images\usagebar_0.png" />
<Content Include="Images\usagebar_1.png" />
<Content Include="Images\usagebar_10.png" />
<Content Include="Images\usagebar_2.png" />
<Content Include="Images\usagebar_3.png" />
<Content Include="Images\usagebar_4.png" />
<Content Include="Images\usagebar_5.png" />
<Content Include="Images\usagebar_6.png" />
<Content Include="Images\usagebar_7.png" />
<Content Include="Images\usagebar_8.png" />
<Content Include="Images\usagebar_9.png" />
<None Include="Images\virtualstorage_snapshot_16.png" />
<None Include="Images\vmBackgroundCurrent.png" />
<None Include="Images\vmBackground.png" />
<None Include="Images\vnc_local_cursor.png" />
<None Include="Images\windows_h32bit_16.png" />
<EmbeddedResource Include="Commands\Controls\CommandEditorControl.ja.resx">
<DependentUpon>CommandEditorControl.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Commands\Controls\CommandEditorControl.zh-CN.resx">
<DependentUpon>CommandEditorControl.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Commands\Controls\MultipleWarningDialog.ja.resx">
<DependentUpon>MultipleWarningDialog.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Commands\Controls\MultipleWarningDialog.resx">
<DependentUpon>MultipleWarningDialog.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Commands\Controls\MultipleWarningDialog.zh-CN.resx">
<DependentUpon>MultipleWarningDialog.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Controls\AD\LoggedInLabel.ja.resx">
<DependentUpon>LoggedInLabel.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Controls\AD\LoggedInLabel.zh-CN.resx">
<DependentUpon>LoggedInLabel.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Controls\AffinityPicker.ja.resx">
<DependentUpon>AffinityPicker.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Controls\AffinityPicker.zh-CN.resx">
<DependentUpon>AffinityPicker.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Controls\Ballooning\HostMemoryControls.ja.resx">
<DependentUpon>HostMemoryControls.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Controls\Ballooning\HostMemoryControls.zh-CN.resx">
<DependentUpon>HostMemoryControls.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Controls\Ballooning\HostMemoryRow.ja.resx">
<DependentUpon>HostMemoryRow.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Controls\Ballooning\HostMemoryRow.zh-CN.resx">
<DependentUpon>HostMemoryRow.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Controls\Ballooning\HostShinyBar.ja.resx">
<DependentUpon>HostShinyBar.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Controls\Ballooning\HostShinyBar.zh-CN.resx">
<DependentUpon>HostShinyBar.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Controls\Ballooning\MemoryRowLabel.ja.resx">
<DependentUpon>MemoryRowLabel.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Controls\Ballooning\MemoryRowLabel.zh-CN.resx">
<DependentUpon>MemoryRowLabel.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Controls\Ballooning\MemorySpinner.ja.resx">
<DependentUpon>MemorySpinner.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Controls\Ballooning\MemorySpinner.zh-CN.resx">
<DependentUpon>MemorySpinner.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Controls\Ballooning\ShinyBar.ja.resx">
<DependentUpon>ShinyBar.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Controls\Ballooning\ShinyBar.zh-CN.resx">
<DependentUpon>ShinyBar.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Controls\Ballooning\VMMemoryControlsAdvanced.ja.resx">
<DependentUpon>VMMemoryControlsAdvanced.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Controls\Ballooning\VMMemoryControlsAdvanced.zh-CN.resx">
<DependentUpon>VMMemoryControlsAdvanced.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Controls\Ballooning\VMMemoryControlsBasic.ja.resx">
<DependentUpon>VMMemoryControlsBasic.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Controls\Ballooning\VMMemoryControlsBasic.zh-CN.resx">
<DependentUpon>VMMemoryControlsBasic.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Controls\Ballooning\VMMemoryControlsNoEdit.ja.resx">
<DependentUpon>VMMemoryControlsNoEdit.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Controls\Ballooning\VMMemoryControlsNoEdit.zh-CN.resx">
<DependentUpon>VMMemoryControlsNoEdit.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Controls\Ballooning\VMMemoryRow.ja.resx">
<DependentUpon>VMMemoryRow.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Controls\Ballooning\VMMemoryRow.zh-CN.resx">
<DependentUpon>VMMemoryRow.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Controls\Ballooning\VMShinyBar.ja.resx">
<DependentUpon>VMShinyBar.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Controls\Ballooning\VMShinyBar.zh-CN.resx">
<DependentUpon>VMShinyBar.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Controls\BondDetails.ja.resx">
<DependentUpon>BondDetails.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Controls\BondDetails.zh-CN.resx">
<DependentUpon>BondDetails.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Controls\ChevronButton.ja.resx">
<DependentUpon>ChevronButton.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Controls\ChevronButton.zh-CN.resx">
<DependentUpon>ChevronButton.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Controls\ColorsHelper.ja.resx">
<DependentUpon>ColorsHelper.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Controls\ColorsHelper.zh-CN.resx">
<DependentUpon>ColorsHelper.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Controls\ComboBoxes\LongStringComboBox.ja.resx">
<DependentUpon>LongStringComboBox.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Controls\ComboBoxes\LongStringComboBox.resx">
<DependentUpon>LongStringComboBox.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Controls\ComboBoxes\LongStringComboBox.zh-CN.resx">
<DependentUpon>LongStringComboBox.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Controls\Common\SearchTextBox.ja.resx">
<DependentUpon>SearchTextBox.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Controls\Common\SearchTextBox.resx">
<DependentUpon>SearchTextBox.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Controls\Common\SearchTextBox.zh-CN.resx">
<DependentUpon>SearchTextBox.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Controls\ConsolePanel.ja.resx">
<DependentUpon>ConsolePanel.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Controls\ConsolePanel.zh-CN.resx">
<DependentUpon>ConsolePanel.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Controls\ConsoleTab\ConnectionBar.ja.resx">
<DependentUpon>ConnectionBar.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Controls\ConsoleTab\ConnectionBar.resx">
<DependentUpon>ConnectionBar.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Controls\ConsoleTab\ConnectionBar.zh-CN.resx">
<DependentUpon>ConnectionBar.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Controls\ConsoleTab\FullScreenForm.ja.resx">
<DependentUpon>FullScreenForm.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Controls\ConsoleTab\FullScreenForm.resx">
<DependentUpon>FullScreenForm.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Controls\ConsoleTab\FullScreenForm.zh-CN.resx">
<DependentUpon>FullScreenForm.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Controls\ConsoleTab\FullScreenHint.ja.resx">
<DependentUpon>FullScreenHint.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Controls\ConsoleTab\FullScreenHint.resx">
<DependentUpon>FullScreenHint.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Controls\ConsoleTab\FullScreenHint.zh-CN.resx">
<DependentUpon>FullScreenHint.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Controls\SnapshotTreeView.ja.resx">
<DependentUpon>SnapshotTreeView.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Controls\SnapshotTreeView.resx">
<DependentUpon>SnapshotTreeView.cs</DependentUpon>
<SubType>Designer</SubType>
</EmbeddedResource>
<EmbeddedResource Include="Controls\SnapshotTreeView.zh-CN.resx">
<DependentUpon>SnapshotTreeView.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Controls\CustomDataGraph\DataEventList.ja.resx">
<DependentUpon>DataEventList.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Controls\CustomDataGraph\DataEventList.zh-CN.resx">
<DependentUpon>DataEventList.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Controls\CustomDataGraph\DataKey.ja.resx">
<DependentUpon>DataKey.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Controls\CustomDataGraph\DataKey.zh-CN.resx">
<DependentUpon>DataKey.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Controls\CustomDataGraph\DataPlot.ja.resx">
<DependentUpon>DataPlot.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Controls\CustomDataGraph\DataPlot.zh-CN.resx">
<DependentUpon>DataPlot.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Controls\CustomDataGraph\DataPlotNav.ja.resx">
<DependentUpon>DataPlotNav.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Controls\CustomDataGraph\DataPlotNav.zh-CN.resx">
<DependentUpon>DataPlotNav.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Controls\DeprecationBanner.ja.resx">
<DependentUpon>DeprecationBanner.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Controls\DeprecationBanner.resx">
<DependentUpon>DeprecationBanner.cs</DependentUpon>
<SubType>Designer</SubType>
</EmbeddedResource>
<EmbeddedResource Include="Controls\DeprecationBanner.zh-CN.resx">
<DependentUpon>DeprecationBanner.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Controls\GPU\GpuConfiguration.ja.resx">
<DependentUpon>GpuConfiguration.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Controls\GPU\GpuConfiguration.resx">
<DependentUpon>GpuConfiguration.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Controls\GPU\GpuConfiguration.zh-CN.resx">
<DependentUpon>GpuConfiguration.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Controls\GPU\GpuPlacementPolicyPanel.ja.resx">
<DependentUpon>GpuPlacementPolicyPanel.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Controls\GPU\GpuPlacementPolicyPanel.resx">
<DependentUpon>GpuPlacementPolicyPanel.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Controls\GPU\GpuPlacementPolicyPanel.zh-CN.resx">
<DependentUpon>GpuPlacementPolicyPanel.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Controls\GPU\GpuRow.ja.resx">
<DependentUpon>GpuRow.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Controls\GPU\GpuRow.resx">
<DependentUpon>GpuRow.cs</DependentUpon>
<SubType>Designer</SubType>
</EmbeddedResource>
<EmbeddedResource Include="Controls\GPU\GpuRow.zh-CN.resx">
<DependentUpon>GpuRow.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Controls\GPU\GpuShinyBar.ja.resx">
<DependentUpon>GpuShinyBar.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Controls\GPU\GpuShinyBar.resx">
<DependentUpon>GpuShinyBar.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Controls\GPU\GpuShinyBar.zh-CN.resx">
<DependentUpon>GpuShinyBar.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Controls\LunPerVdiPicker.ja.resx">
<DependentUpon>LunPerVdiPicker.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Controls\LunPerVdiPicker.resx">
<DependentUpon>LunPerVdiPicker.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Controls\LunPerVdiPicker.zh-CN.resx">
<DependentUpon>LunPerVdiPicker.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Controls\MainWindowControls\NavigationPane.ja.resx">
<DependentUpon>NavigationPane.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Controls\MainWindowControls\NavigationPane.resx">
<DependentUpon>NavigationPane.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Controls\MainWindowControls\NavigationPane.zh-CN.resx">
<DependentUpon>NavigationPane.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Controls\MainWindowControls\NavigationView.ja.resx">
<DependentUpon>NavigationView.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Controls\MainWindowControls\NavigationView.resx">
<DependentUpon>NavigationView.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Controls\MainWindowControls\NavigationView.zh-CN.resx">
<DependentUpon>NavigationView.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Controls\SummaryPanel\SummaryPanel.ja.resx">
<DependentUpon>SummaryPanel.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Controls\SummaryPanel\SummaryPanel.resx">
<DependentUpon>SummaryPanel.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Controls\SummaryPanel\SummaryPanel.zh-CN.resx">
<DependentUpon>SummaryPanel.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Controls\XenSearch\FolderNavigator.ja.resx">
<DependentUpon>FolderNavigator.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Controls\XenSearch\FolderNavigator.resx">
<DependentUpon>FolderNavigator.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Controls\XenSearch\FolderNavigator.zh-CN.resx">
<DependentUpon>FolderNavigator.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Controls\XenSearch\GroupingControl.ja.resx">
<DependentUpon>GroupingControl.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Controls\XenSearch\GroupingControl.resx">
<DependentUpon>GroupingControl.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Controls\XenSearch\GroupingControl.zh-CN.resx">
<DependentUpon>GroupingControl.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Controls\XenSearch\QueryElement.ja.resx">
<DependentUpon>QueryElement.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Controls\XenSearch\QueryElement.resx">
<DependentUpon>QueryElement.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Controls\XenSearch\QueryElement.zh-CN.resx">
<DependentUpon>QueryElement.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Controls\XenSearch\Searcher.ja.resx">
<DependentUpon>Searcher.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Controls\XenSearch\Searcher.resx">
<DependentUpon>Searcher.cs</DependentUpon>
<SubType>Designer</SubType>
</EmbeddedResource>
<EmbeddedResource Include="Controls\XenSearch\Searcher.zh-CN.resx">
<DependentUpon>Searcher.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Controls\XenSearch\SearchFor.ja.resx">
<DependentUpon>SearchFor.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Controls\XenSearch\SearchFor.resx">
<DependentUpon>SearchFor.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Controls\XenSearch\SearchFor.zh-CN.resx">
<DependentUpon>SearchFor.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Controls\XenSearch\SearchForCustom.ja.resx">
<DependentUpon>SearchForCustom.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Controls\XenSearch\SearchForCustom.resx">
<DependentUpon>SearchForCustom.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Controls\XenSearch\SearchForCustom.zh-CN.resx">
<DependentUpon>SearchForCustom.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Controls\XenSearch\SearchOutput.ja.resx">
<DependentUpon>SearchOutput.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Controls\XenSearch\SearchOutput.resx">
<DependentUpon>SearchOutput.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Controls\XenSearch\SearchOutput.zh-CN.resx">
<DependentUpon>SearchOutput.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Dialogs\GraphDetailsDialog.ja.resx">
<DependentUpon>GraphDetailsDialog.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Dialogs\GraphDetailsDialog.resx">
<DependentUpon>GraphDetailsDialog.cs</DependentUpon>
<SubType>Designer</SubType>
</EmbeddedResource>
<EmbeddedResource Include="Controls\CustomDataGraph\GraphList.ja.resx">
<DependentUpon>GraphList.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Controls\CustomDataGraph\GraphList.zh-CN.resx">
<DependentUpon>GraphList.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Controls\CustomGridView\GridView.ja.resx">
<DependentUpon>GridView.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Controls\CustomGridView\GridView.zh-CN.resx">
<DependentUpon>GridView.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Controls\CustomListPanel\CustomListPanel.ja.resx">
<DependentUpon>CustomListPanel.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Controls\CustomListPanel\CustomListPanel.zh-CN.resx">
<DependentUpon>CustomListPanel.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Controls\CustomTreeView.ja.resx">
<DependentUpon>CustomTreeView.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Controls\CustomTreeView.zh-CN.resx">
<DependentUpon>CustomTreeView.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Controls\DropDownButton.ja.resx">
<DependentUpon>DropDownButton.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Controls\DropDownButton.zh-CN.resx">
<DependentUpon>DropDownButton.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Controls\HaNtolIndicator.zh-CN.resx">
<DependentUpon>HaNtolIndicator.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Controls\HaNtolIndicatorSimple.ja.resx">
<DependentUpon>HaNtolIndicatorSimple.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Controls\HaNtolIndicatorSimple.resx">
<DependentUpon>HaNtolIndicatorSimple.cs</DependentUpon>
<SubType>Designer</SubType>
</EmbeddedResource>
<EmbeddedResource Include="Controls\HaNtolIndicator.ja.resx">
<DependentUpon>HaNtolIndicator.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Controls\HaNtolIndicatorSimple.zh-CN.resx">
<DependentUpon>HaNtolIndicatorSimple.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Controls\HelpButton.ja.resx">
<DependentUpon>HelpButton.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Controls\HelpButton.zh-CN.resx">
<DependentUpon>HelpButton.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Controls\MultipleDvdIsoList.ja.resx">
<DependentUpon>MultipleDvdIsoList.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Controls\MultipleDvdIsoList.zh-CN.resx">
<DependentUpon>MultipleDvdIsoList.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Controls\NetworkingTab\NetworkList.ja.resx">
<DependentUpon>NetworkList.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Controls\NetworkingTab\NetworkList.zh-CN.resx">
<DependentUpon>NetworkList.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Controls\PDSection.ja.resx">
<DependentUpon>PDSection.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Controls\PDSection.zh-CN.resx">
<DependentUpon>PDSection.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Controls\PoolHostPicker.ja.resx">
<DependentUpon>PoolHostPicker.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Controls\PoolHostPicker.zh-CN.resx">
<DependentUpon>PoolHostPicker.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Controls\ShadowPanel.ja.resx">
<DependentUpon>ShadowPanel.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Controls\ShadowPanel.zh-CN.resx">
<DependentUpon>ShadowPanel.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Controls\ToolTipContainer.ja.resx">
<DependentUpon>ToolTipContainer.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Controls\ToolTipContainer.zh-CN.resx">
<DependentUpon>ToolTipContainer.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Controls\TransparentTrackBar.ja.resx">
<DependentUpon>TransparentTrackBar.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Controls\TransparentTrackBar.zh-CN.resx">
<DependentUpon>TransparentTrackBar.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Controls\TreeViews\FlickerFreeTreeView.ja.resx">
<DependentUpon>FlickerFreeTreeView.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Controls\Wlb\WeekView.ja.resx">
<DependentUpon>WeekView.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Controls\Wlb\WeekView.resx">
<DependentUpon>WeekView.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Controls\Wlb\WeekView.zh-CN.resx">
<DependentUpon>WeekView.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Controls\Wlb\WlbOptimizePool.ja.resx">
<DependentUpon>WlbOptimizePool.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Controls\Wlb\WlbOptimizePool.resx">
<DependentUpon>WlbOptimizePool.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Controls\Wlb\WlbOptimizePool.zh-CN.resx">
<DependentUpon>WlbOptimizePool.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Controls\Wlb\WlbOptModeScheduler.ja.resx">
<DependentUpon>WlbOptModeScheduler.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Controls\Wlb\WlbOptModeScheduler.zh-CN.resx">
<DependentUpon>WlbOptModeScheduler.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Controls\Wlb\WlbReportSubscriptionView.ja.resx">
<DependentUpon>WlbReportSubscriptionView.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Controls\Wlb\WlbReportSubscriptionView.resx">
<DependentUpon>WlbReportSubscriptionView.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Controls\Wlb\WlbReportSubscriptionView.zh-CN.resx">
<DependentUpon>WlbReportSubscriptionView.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Controls\Wlb\WlbReportView.ja.resx">
<DependentUpon>WlbReportView.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Controls\Wlb\WlbReportView.resx">
<DependentUpon>WlbReportView.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Controls\Wlb\WlbReportView.zh-CN.resx">
<DependentUpon>WlbReportView.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Controls\XenTabControl.ja.resx">
<DependentUpon>XenTabControl.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Controls\XenTabControl.zh-CN.resx">
<DependentUpon>XenTabControl.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Controls\XenTabPage.ja.resx">
<DependentUpon>XenTabPage.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Controls\XenTabPage.zh-CN.resx">
<DependentUpon>XenTabPage.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Dialogs\AboutDialog.ja.resx">
<DependentUpon>AboutDialog.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Dialogs\AboutDialog.zh-CN.resx">
<DependentUpon>AboutDialog.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Dialogs\ActionProgressDialog.ja.resx">
<DependentUpon>ActionProgressDialog.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Dialogs\ActionProgressDialog.zh-CN.resx">
<DependentUpon>ActionProgressDialog.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Dialogs\AddServerDialog.ja.resx">
<DependentUpon>AddServerDialog.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Dialogs\AddServerDialog.zh-CN.resx">
<DependentUpon>AddServerDialog.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Dialogs\AdPasswordPrompt.ja.resx">
<DependentUpon>AdPasswordPrompt.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Dialogs\AdPasswordPrompt.zh-CN.resx">
<DependentUpon>AdPasswordPrompt.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="TabPages\AlertSummaryPage.ja.resx">
<DependentUpon>AlertSummaryPage.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="TabPages\AlertSummaryPage.zh-CN.resx">
<DependentUpon>AlertSummaryPage.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Dialogs\AssignLicenseDialog.ja.resx">
<DependentUpon>AssignLicenseDialog.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Dialogs\AssignLicenseDialog.zh-CN.resx">
<DependentUpon>AssignLicenseDialog.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Dialogs\AttachDiskDialog.ja.resx">
<DependentUpon>AttachDiskDialog.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Dialogs\AttachDiskDialog.zh-CN.resx">
<DependentUpon>AttachDiskDialog.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Dialogs\BondProperties.ja.resx">
<DependentUpon>BondProperties.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Dialogs\BondProperties.zh-CN.resx">
<DependentUpon>BondProperties.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Dialogs\ChangeServerPasswordDialog.ja.resx">
<DependentUpon>ChangeServerPasswordDialog.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Dialogs\ChangeServerPasswordDialog.zh-CN.resx">
<DependentUpon>ChangeServerPasswordDialog.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Dialogs\CommandErrorDialog.ja.resx">
<DependentUpon>CommandErrorDialog.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Dialogs\CommandErrorDialog.zh-CN.resx">
<DependentUpon>CommandErrorDialog.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Dialogs\ConfirmVMDeleteDialog.ja.resx">
<DependentUpon>ConfirmVMDeleteDialog.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Dialogs\ConfirmVMDeleteDialog.zh-CN.resx">
<DependentUpon>ConfirmVMDeleteDialog.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Dialogs\ConnectingToServerDialog.ja.resx">
<DependentUpon>ConnectingToServerDialog.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Dialogs\ConnectingToServerDialog.zh-CN.resx">
<DependentUpon>ConnectingToServerDialog.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Dialogs\CopyVMDialog.ja.resx">
<DependentUpon>CopyVMDialog.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Dialogs\CopyVMDialog.zh-CN.resx">
<DependentUpon>CopyVMDialog.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Dialogs\DateFilterDialog.ja.resx">
<DependentUpon>DateFilterDialog.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Dialogs\DateFilterDialog.zh-CN.resx">
<DependentUpon>DateFilterDialog.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Dialogs\DialogWithProgress.ja.resx">
<DependentUpon>DialogWithProgress.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Dialogs\DialogWithProgress.zh-CN.resx">
<DependentUpon>DialogWithProgress.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Dialogs\DRConfigureDialog.ja.resx">
<DependentUpon>DRConfigureDialog.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Dialogs\DRConfigureDialog.resx">
<DependentUpon>DRConfigureDialog.cs</DependentUpon>
<SubType>Designer</SubType>
</EmbeddedResource>
<EmbeddedResource Include="Dialogs\DRConfigureDialog.zh-CN.resx">
<DependentUpon>DRConfigureDialog.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Dialogs\DuplicateTemplateNameDialog.ja.resx">
<DependentUpon>DuplicateTemplateNameDialog.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Dialogs\DuplicateTemplateNameDialog.zh-CN.resx">
<DependentUpon>DuplicateTemplateNameDialog.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Dialogs\EditVmHaPrioritiesDialog.ja.resx">
<DependentUpon>EditVmHaPrioritiesDialog.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Dialogs\EditVmHaPrioritiesDialog.zh-CN.resx">
<DependentUpon>EditVmHaPrioritiesDialog.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Dialogs\EvacuateHostDialog.ja.resx">
<DependentUpon>EvacuateHostDialog.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Dialogs\EvacuateHostDialog.zh-CN.resx">
<DependentUpon>EvacuateHostDialog.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Dialogs\ExitMaintenanceModeDialog.ja.resx">
<DependentUpon>ExitMaintenanceModeDialog.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Dialogs\ExitMaintenanceModeDialog.resx">
<DependentUpon>ExitMaintenanceModeDialog.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Dialogs\ExitMaintenanceModeDialog.zh-CN.resx">
<DependentUpon>ExitMaintenanceModeDialog.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Dialogs\FolderChangeDialog.ja.resx">
<DependentUpon>FolderChangeDialog.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Dialogs\FolderChangeDialog.zh-CN.resx">
<DependentUpon>FolderChangeDialog.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Dialogs\GraphDetailsDialog.zh-CN.resx">
<DependentUpon>GraphDetailsDialog.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Dialogs\InputPromptDialog.ja.resx">
<DependentUpon>InputPromptDialog.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Dialogs\InputPromptDialog.zh-CN.resx">
<DependentUpon>InputPromptDialog.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Dialogs\IscsiDeviceConfigDialog.ja.resx">
<DependentUpon>IscsiDeviceConfigDialog.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Dialogs\IscsiDeviceConfigDialog.resx">
<DependentUpon>IscsiDeviceConfigDialog.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Dialogs\IscsiDeviceConfigDialog.zh-CN.resx">
<DependentUpon>IscsiDeviceConfigDialog.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Dialogs\LegalNoticesDialog.ja.resx">
<DependentUpon>LegalNoticesDialog.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Dialogs\LegalNoticesDialog.zh-CN.resx">
<DependentUpon>LegalNoticesDialog.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Dialogs\RestoreSession\LoadSessionDialog.ja.resx">
<DependentUpon>LoadSessionDialog.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Dialogs\RestoreSession\LoadSessionDialog.zh-CN.resx">
<DependentUpon>LoadSessionDialog.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Dialogs\MoveVirtualDiskDialog.ja.resx">
<DependentUpon>MoveVirtualDiskDialog.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Dialogs\MoveVirtualDiskDialog.resx">
<DependentUpon>MoveVirtualDiskDialog.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Dialogs\MoveVirtualDiskDialog.zh-CN.resx">
<DependentUpon>MoveVirtualDiskDialog.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Dialogs\NameAndConnectionPrompt.ja.resx">
<DependentUpon>NameAndConnectionPrompt.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Dialogs\NameAndConnectionPrompt.zh-CN.resx">
<DependentUpon>NameAndConnectionPrompt.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Dialogs\NetworkingProperties.ja.resx">
<DependentUpon>NetworkingProperties.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Dialogs\NetworkingProperties.zh-CN.resx">
<DependentUpon>NetworkingProperties.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Dialogs\NetworkingPropertiesPage.ja.resx">
<DependentUpon>NetworkingPropertiesPage.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Dialogs\NetworkingPropertiesPage.zh-CN.resx">
<DependentUpon>NetworkingPropertiesPage.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Dialogs\Network\CertificateChangedDialog.ja.resx">
<DependentUpon>CertificateChangedDialog.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Dialogs\Network\CertificateChangedDialog.zh-CN.resx">
<DependentUpon>CertificateChangedDialog.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Dialogs\Network\UnknownCertificateDialog.ja.resx">
<DependentUpon>UnknownCertificateDialog.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Dialogs\Network\UnknownCertificateDialog.zh-CN.resx">
<DependentUpon>UnknownCertificateDialog.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Dialogs\NewCustomFieldDialog.ja.resx">
<DependentUpon>NewCustomFieldDialog.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Dialogs\NewCustomFieldDialog.zh-CN.resx">
<DependentUpon>NewCustomFieldDialog.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Dialogs\NewDiskDialog.ja.resx">
<DependentUpon>NewDiskDialog.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Dialogs\NewDiskDialog.zh-CN.resx">
<DependentUpon>NewDiskDialog.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Dialogs\NewPoolDialog.ja.resx">
<DependentUpon>NewPoolDialog.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Dialogs\NewPoolDialog.resx">
<DependentUpon>NewPoolDialog.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Dialogs\NewPoolDialog.zh-CN.resx">
<DependentUpon>NewPoolDialog.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Dialogs\NewTagDialog.ja.resx">
<DependentUpon>NewTagDialog.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Dialogs\NewTagDialog.zh-CN.resx">
<DependentUpon>NewTagDialog.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Dialogs\OptionsDialog.ja.resx">
<DependentUpon>OptionsDialog.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Dialogs\OptionsDialog.zh-CN.resx">
<DependentUpon>OptionsDialog.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Dialogs\OptionsPages\ConnectionOptionsPage.ja.resx">
<DependentUpon>ConnectionOptionsPage.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Dialogs\OptionsPages\ConnectionOptionsPage.zh-CN.resx">
<DependentUpon>ConnectionOptionsPage.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Dialogs\OptionsPages\ConsolesOptionsPage.ja.resx">
<DependentUpon>ConsolesOptionsPage.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Dialogs\OptionsPages\ConsolesOptionsPage.zh-CN.resx">
<DependentUpon>ConsolesOptionsPage.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Dialogs\OptionsPages\DisplayOptionsPage.ja.resx">
<DependentUpon>DisplayOptionsPage.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Dialogs\OptionsPages\DisplayOptionsPage.zh-CN.resx">
<DependentUpon>DisplayOptionsPage.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Dialogs\OptionsPages\PluginOptionsPage.ja.resx">
<DependentUpon>PluginOptionsPage.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Dialogs\OptionsPages\PluginOptionsPage.resx">
<DependentUpon>PluginOptionsPage.cs</DependentUpon>
<SubType>Designer</SubType>
</EmbeddedResource>
<EmbeddedResource Include="Dialogs\OptionsPages\PluginOptionsPage.zh-CN.resx">
<DependentUpon>PluginOptionsPage.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Dialogs\OptionsPages\SecurityOptionsPage.ja.resx">
<DependentUpon>SecurityOptionsPage.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Dialogs\OptionsPages\SecurityOptionsPage.zh-CN.resx">
<DependentUpon>SecurityOptionsPage.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Dialogs\PropertiesDialog.ja.resx">
<DependentUpon>PropertiesDialog.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Dialogs\PropertiesDialog.zh-CN.resx">
<DependentUpon>PropertiesDialog.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Dialogs\ReconnectAsDialog.ja.resx">
<DependentUpon>ReconnectAsDialog.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Dialogs\ReconnectAsDialog.zh-CN.resx">
<DependentUpon>ReconnectAsDialog.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Dialogs\RepairSRDialog.ja.resx">
<DependentUpon>RepairSRDialog.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Dialogs\RepairSRDialog.zh-CN.resx">
<DependentUpon>RepairSRDialog.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Dialogs\ResolvingSubjectsDialog.ja.resx">
<DependentUpon>ResolvingSubjectsDialog.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Dialogs\ResolvingSubjectsDialog.zh-CN.resx">
<DependentUpon>ResolvingSubjectsDialog.cs</DependentUpon>
</EmbeddedResource>
CP-34231: Remove language with negative connotations (#2860) * CA-34231: Replace negative language with `block list` in code and references Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Replace negative language with `stop` in code and references Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Replace negative language with `freezing` in code Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Replace negative language with `run/ran` in code comments Some paramater mentions have been renamed, as they will be renamed in future commits. Excluded mentions in XenAPI/Host.cs and XenAPI/VM.cs since code is autogenerated. Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> # Conflicts: # CFUValidator/CommandLineOptions/CFUCommandLineOptionManager.cs # XenAdmin/Controls/Wlb/WlbOptModeScheduler.cs # XenAdmin/Dialogs/Wlb/WorkloadReports.cs * CA-34231: Replace negative language with `run` in Command.cs Run method Used Resharper renaming utility Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> # Conflicts: # XenAdmin/TabPages/GeneralTabPage.cs * CA-34231: Replace negative language with `run` in Command.cs CanRun method Used Resharper rename utility. Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Replace negative language with `run` in Command.cs CanRunCore method Used ReSharper rename utility Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> # Conflicts: # XenAdmin/Commands/DRConfigureCommand.cs # XenAdmin/Commands/DRDryrunCommand.cs # XenAdmin/Commands/DRFailbackCommand.cs # XenAdmin/Commands/DRFailoverCommand.cs # XenAdmin/Commands/DisasterRecoveryCommand.cs # XenAdmin/Commands/VMGroupCommand.cs * CA-34231: Replace negative language with `run` in Command.cs RunCore method Used ReSharper rename utility Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Replace negative language with `run` in Command.cs GetCantExecuteReasonCore method Used ReSharper rename utility Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Replace negative language with `run` in Command.cs GetCantRunReasons method Used ReSharper renaming utility Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Replace remaining negative language with `run` in Command.cs Also applied to related symbols. Used ReSharper renaming utility. Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Replace negative language with `run` in methods named CanRun Used ReSharper renaming utility Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Replace negative language with `run` in methods in CrossPoolMigrateCommand.cs Used ReSharper renaming utility Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> # Conflicts: # XenAdmin/Commands/CrossPoolMigrateCommand.cs * CA-34231: Replace negative language with `run` in remaining Run methods Also updated negative language in `DeleteVMCommand` Also updated in comment in `CrossPoolMigrateCommand` Also renamed missed instances of `CanRun` Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Replace negative language with `run` in `CanRunCore` and `RunCore` Used ReSharper renaming utility. Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Replace remaining negative language with `run` in Commands folder Used ReSharper renaming utility Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Replace remaining negative language with `run` in XenAdmin/Controls folder Used ReSharper renaming utility. Had to rename `WlbReportView.xs:RunReport()` to `WlbReportView.xs:StartRunReport()` to resolve conflict with change from `WlbReportView:ExecuteReport()` to `WlbReportView:RunReport()` Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> # Conflicts: # XenAdmin/Controls/Wlb/WlbOptModeScheduler.cs # XenAdmin/Dialogs/Wlb/WorkloadReports.cs # XenAdminTests/UnitTests/WlbTests/WlbScheduledTaskTests.cs * CA-34231: Replace all remaining negative language with `run` in code Used ReSharper renaming utility Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> # Conflicts: # XenAdmin/Commands/Controls/WlbRecommendations.cs # XenAdminTests/UnitTests/WlbTests/WlbScheduledTaskTests.cs # XenModel/WLB/WlbScheduledTask.cs * CA-34231: Replace negative language with `supporter` or `bond member` in code strings Used ReSharper renaming utility Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Replace negative language with `supporter` or `bond member` in Messages string Used ReSharper renaming utility Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> # Conflicts: # XenAdmin/MainWindow.cs # XenAdmin/Wizards/PatchingWizard/PatchingWizard_SelectServers.cs # XenModel/Messages.Designer.cs # XenModel/Messages.resx * CA-34231: Replace remaining negative language with `supporter` in .resx files Used ReSharper renaming utility. FriendlyErrorNames.resx has been excluded. Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Replace negative language with `supporter` or `bond member` in XenAdmin code Used ReSharper renaming utility Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> # Conflicts: # XenAdmin/Dialogs/NewPoolDialog.cs * CA-34231: Replace negative language with `supporter` or `bond member` in XenModel code Used ReSharper renaming utility. Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Replace negative language with `coordinator` in CFUValidator code Used ReSharper renaming utility Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> # Conflicts: # CFUValidator/CFUValidator.cs * CA-34231: Replace negative language with `coordinator` in solution's comments and hardcoded strings Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Replace negative language with `coordinator` in `Helpers:GetCoordinator` method Used ReSharper renaming utility. also renamed similarly named method in `ObjectChange.cs` Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> # Conflicts: # XenAdmin/Alerts/Types/HotfixEligibilityAlert.cs # XenAdmin/Controls/CustomDataGraph/ArchiveMaintainer.cs * CA-34231: Replace negative language with `coordinator` in `EvacuateHostDialog.resx` Used ReSharper renaming utility. Excluded jp and zh resources Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> # Conflicts: # XenAdmin/Dialogs/EvacuateHostDialog.resx * CA-34231: Replace negative language with `coordinator` in `EvacuateHostDialog.resx` Used ReSharper renaming utility. Excluded jp and zh resource files. Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> # Conflicts: # XenAdmin/Dialogs/NewPoolDialog.resx * CA-34231: Rename missing language references for change to `coordinator` Misc files were not saved before last commits. Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Replace negative language with `coordinator` in `Messages.resx`'s code Used ReSharper renaming utility. Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> # Conflicts: # XenAdmin/Commands/HACommand.cs # XenAdmin/TabPages/AdPage.cs # XenModel/Actions/Network/CreateBondAction.cs # XenModel/Actions/Network/NetworkAction.cs # XenModel/Messages.Designer.cs # XenModel/Messages.resx * CA-34231: Replace negative language with `coordinator` in `ExternalPluginAction.cs` Used ReSharper renaming utility Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Replace negative language with `coordinator` in `XenAdmin/Commands` Used ReSharper renaming utility. Also replace negative language in missed comment in `ExternalPluginAction.cs` Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> # Conflicts: # XenAdmin/Commands/AddHostToPoolCommand.cs # XenAdmin/Commands/HACommand.cs * CA-34231: Replace negative language with `coordinator` in `Helpers.cs` Used ReSharper renaming utility. Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Replace negative language with `coordinator` in `NetworkingHelper.cs` Used ReSharper renaming utility. Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Replace negative language with `coordinator` in `PoolJoinRules.cs` Used ReSharper renaming utility. Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> # Conflicts: # XenAdmin/Dialogs/NewPoolDialog.cs * CA-34231: Replace negative language with `coordinator` in `XenAdmin/Commands`, `Controls`, and `Core` Used ReSharper renaming utility Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> # Conflicts: # XenAdmin/Commands/AddHostToPoolCommand.cs * CA-34231: Replace negative language with `coordinator` in `XenAdmin/Diagnostics` Used ReSharper renaming utility Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Replace negative language with `coordinator` in `XenAdmin/Dialogs` Used ReSharper renaming utility Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> # Conflicts: # XenAdmin/Dialogs/NewPoolDialog.cs * CA-34231: Replace remaining negative language with `coordinator` in `XenAdmin` Used ReSharper renaming utility Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> # Conflicts: # XenAdmin/MainWindow.cs # XenAdmin/TabPages/GeneralTabPage.cs # XenAdmin/Wizards/PatchingWizard/PatchingWizard_SelectServers.cs # XenAdmin/Wizards/RollingUpgradeWizard/RollingUpgradeExtrasPage.cs # XenAdmin/Wizards/RollingUpgradeWizard/RollingUpgradeWizard.cs # XenAdmin/Wizards/RollingUpgradeWizard/RollingUpgradeWizardPrecheckPage.cs # XenAdmin/XenSearch/Columns.cs * CA-34231: Replace remaining negative language with `coordinator` in `XenModel\Actions` Used ReSharper renaming utility. Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> # Conflicts: # XenModel/Actions/Network/CreateBondAction.cs * CA-34231: Replace remaining negative language with `coordinator` in `XenModel` Used ReSharper renaming utility Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Replace remaining negative strings with `main` in `Messages.resx` Used ReSharper renaming utility. Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> # Conflicts: # XenModel/Messages.Designer.cs # XenModel/Messages.resx * CA-34231: Replace remaining negative string names with `main` in `Messages.resx` Used ReSharper renaming utility Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> # Conflicts: # XenAdmin/Dialogs/OptionsPages/SaveAndRestoreOptionsPage.cs # XenModel/Messages.resx * CA-34231: Rename dialogs to replace negative connotations with `main` Used ReSharper renaming utility Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Replace negative language with `main` in `SaveAndResoreOptionsPage.cs` Also updated its resx file. Used ReSharper renaming utility. Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> # Conflicts: # XenAdmin/Dialogs/OptionsPages/SaveAndRestoreOptionsPage.cs * CA-34231: Fix invalid reference in `SaveAndRestoreOptionsPage.Designer.cs` after renaming Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Replace negative language with `main` in `EnterMainPasswordDialog.cs` Used ReSharper renaming utility. Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Replace negative language with `main` in `ChangeMainPasswordDialog.cs` Used ReSharper renaming utility. Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Fix invalid reference not changed after renaming `EnterMainPasswordDialog.cs` Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Replace remaining negative language with `main` in `XenAdmin/Dialogs` Used ReSharper renaming utility. Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Update class names in HelpManager.resx Following renaming of main password dialog. Used ReSharper renaming utility. Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Replace negative language with `main` in `Metadata.cs` Used ReSharper renaming utility. Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Remove remaning negative language with `coordinator` from `Messages.resx` Used ReSharper renaming Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Remove remaning negative language with `other pool member` from `Messages.resx` Used ReSharper Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Replace remaining negative language in solution Used ReSharper renaming utility. Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CP-34231: Remove commented out code in VNCGraphicsClient.cs Code has only been improved partially as it's not strictly relevant to the PR Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CP-34231: Amend negative word replacement in XSVNCScreen.cs Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CP-34231: Simplify debug call formatting in NewPoolDialog.cs Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CP-34231: Add code mistakenly removed in MainWindow.cs Removed as part of `f155f9c8` Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CP-34231: Revert renaming of constant related to Windows' API Considered external to CH Center Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CP-34231: Amend hotkey for Coordinator field in `NewPoolDialog` Previous ALT+<key> hotkey was conflicting with CreatePool Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CP-34231: Remove unecessary whitespace in EvacuateHostDialog.cs Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CP-34231: Update if block to exclude unecessary else in DRFailoverWizard.cs Not relevant to the PR, but the change is small enought to no need extra testing Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CP-34231: Amend typo in PoolJoinRules.cs supporer -> supporter Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CP-34231: Replace missing negative language with `coordinator` in `XenAPI-Extensions/Pool.cs` Variables and methods XenAPI-Extensions were mistakenly skipped Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CP-34231: Replace negative language in `XenApi-Extensions` with `coordinator/interface` Used ReSharper renaming utility. Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CP-34231: Replace negative language in `XenApi-Extensions` with `supporter/member` Used ReSharper renaming utility. Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CP-34231: Replace remaining negative language in `XenServerHealthCheckBugTool.cs` This is only used to format the string Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CP-34231: Change line-endings to CRLF in `Page_CloudConfigParamters.cs` Done in order to fix merge conflict into master Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CP-34231: Amend misc negative language renaming typos `XenServerHealthCheckBugTool` and `XenServerHealthCheckService` Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com>
2021-08-31 12:31:16 +02:00
<EmbeddedResource Include="Dialogs\RestoreSession\ChangeMainPasswordDialog.ja.resx">
<DependentUpon>ChangeMainPasswordDialog.cs</DependentUpon>
<SubType>Designer</SubType>
</EmbeddedResource>
CP-34231: Remove language with negative connotations (#2860) * CA-34231: Replace negative language with `block list` in code and references Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Replace negative language with `stop` in code and references Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Replace negative language with `freezing` in code Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Replace negative language with `run/ran` in code comments Some paramater mentions have been renamed, as they will be renamed in future commits. Excluded mentions in XenAPI/Host.cs and XenAPI/VM.cs since code is autogenerated. Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> # Conflicts: # CFUValidator/CommandLineOptions/CFUCommandLineOptionManager.cs # XenAdmin/Controls/Wlb/WlbOptModeScheduler.cs # XenAdmin/Dialogs/Wlb/WorkloadReports.cs * CA-34231: Replace negative language with `run` in Command.cs Run method Used Resharper renaming utility Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> # Conflicts: # XenAdmin/TabPages/GeneralTabPage.cs * CA-34231: Replace negative language with `run` in Command.cs CanRun method Used Resharper rename utility. Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Replace negative language with `run` in Command.cs CanRunCore method Used ReSharper rename utility Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> # Conflicts: # XenAdmin/Commands/DRConfigureCommand.cs # XenAdmin/Commands/DRDryrunCommand.cs # XenAdmin/Commands/DRFailbackCommand.cs # XenAdmin/Commands/DRFailoverCommand.cs # XenAdmin/Commands/DisasterRecoveryCommand.cs # XenAdmin/Commands/VMGroupCommand.cs * CA-34231: Replace negative language with `run` in Command.cs RunCore method Used ReSharper rename utility Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Replace negative language with `run` in Command.cs GetCantExecuteReasonCore method Used ReSharper rename utility Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Replace negative language with `run` in Command.cs GetCantRunReasons method Used ReSharper renaming utility Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Replace remaining negative language with `run` in Command.cs Also applied to related symbols. Used ReSharper renaming utility. Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Replace negative language with `run` in methods named CanRun Used ReSharper renaming utility Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Replace negative language with `run` in methods in CrossPoolMigrateCommand.cs Used ReSharper renaming utility Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> # Conflicts: # XenAdmin/Commands/CrossPoolMigrateCommand.cs * CA-34231: Replace negative language with `run` in remaining Run methods Also updated negative language in `DeleteVMCommand` Also updated in comment in `CrossPoolMigrateCommand` Also renamed missed instances of `CanRun` Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Replace negative language with `run` in `CanRunCore` and `RunCore` Used ReSharper renaming utility. Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Replace remaining negative language with `run` in Commands folder Used ReSharper renaming utility Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Replace remaining negative language with `run` in XenAdmin/Controls folder Used ReSharper renaming utility. Had to rename `WlbReportView.xs:RunReport()` to `WlbReportView.xs:StartRunReport()` to resolve conflict with change from `WlbReportView:ExecuteReport()` to `WlbReportView:RunReport()` Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> # Conflicts: # XenAdmin/Controls/Wlb/WlbOptModeScheduler.cs # XenAdmin/Dialogs/Wlb/WorkloadReports.cs # XenAdminTests/UnitTests/WlbTests/WlbScheduledTaskTests.cs * CA-34231: Replace all remaining negative language with `run` in code Used ReSharper renaming utility Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> # Conflicts: # XenAdmin/Commands/Controls/WlbRecommendations.cs # XenAdminTests/UnitTests/WlbTests/WlbScheduledTaskTests.cs # XenModel/WLB/WlbScheduledTask.cs * CA-34231: Replace negative language with `supporter` or `bond member` in code strings Used ReSharper renaming utility Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Replace negative language with `supporter` or `bond member` in Messages string Used ReSharper renaming utility Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> # Conflicts: # XenAdmin/MainWindow.cs # XenAdmin/Wizards/PatchingWizard/PatchingWizard_SelectServers.cs # XenModel/Messages.Designer.cs # XenModel/Messages.resx * CA-34231: Replace remaining negative language with `supporter` in .resx files Used ReSharper renaming utility. FriendlyErrorNames.resx has been excluded. Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Replace negative language with `supporter` or `bond member` in XenAdmin code Used ReSharper renaming utility Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> # Conflicts: # XenAdmin/Dialogs/NewPoolDialog.cs * CA-34231: Replace negative language with `supporter` or `bond member` in XenModel code Used ReSharper renaming utility. Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Replace negative language with `coordinator` in CFUValidator code Used ReSharper renaming utility Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> # Conflicts: # CFUValidator/CFUValidator.cs * CA-34231: Replace negative language with `coordinator` in solution's comments and hardcoded strings Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Replace negative language with `coordinator` in `Helpers:GetCoordinator` method Used ReSharper renaming utility. also renamed similarly named method in `ObjectChange.cs` Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> # Conflicts: # XenAdmin/Alerts/Types/HotfixEligibilityAlert.cs # XenAdmin/Controls/CustomDataGraph/ArchiveMaintainer.cs * CA-34231: Replace negative language with `coordinator` in `EvacuateHostDialog.resx` Used ReSharper renaming utility. Excluded jp and zh resources Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> # Conflicts: # XenAdmin/Dialogs/EvacuateHostDialog.resx * CA-34231: Replace negative language with `coordinator` in `EvacuateHostDialog.resx` Used ReSharper renaming utility. Excluded jp and zh resource files. Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> # Conflicts: # XenAdmin/Dialogs/NewPoolDialog.resx * CA-34231: Rename missing language references for change to `coordinator` Misc files were not saved before last commits. Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Replace negative language with `coordinator` in `Messages.resx`'s code Used ReSharper renaming utility. Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> # Conflicts: # XenAdmin/Commands/HACommand.cs # XenAdmin/TabPages/AdPage.cs # XenModel/Actions/Network/CreateBondAction.cs # XenModel/Actions/Network/NetworkAction.cs # XenModel/Messages.Designer.cs # XenModel/Messages.resx * CA-34231: Replace negative language with `coordinator` in `ExternalPluginAction.cs` Used ReSharper renaming utility Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Replace negative language with `coordinator` in `XenAdmin/Commands` Used ReSharper renaming utility. Also replace negative language in missed comment in `ExternalPluginAction.cs` Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> # Conflicts: # XenAdmin/Commands/AddHostToPoolCommand.cs # XenAdmin/Commands/HACommand.cs * CA-34231: Replace negative language with `coordinator` in `Helpers.cs` Used ReSharper renaming utility. Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Replace negative language with `coordinator` in `NetworkingHelper.cs` Used ReSharper renaming utility. Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Replace negative language with `coordinator` in `PoolJoinRules.cs` Used ReSharper renaming utility. Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> # Conflicts: # XenAdmin/Dialogs/NewPoolDialog.cs * CA-34231: Replace negative language with `coordinator` in `XenAdmin/Commands`, `Controls`, and `Core` Used ReSharper renaming utility Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> # Conflicts: # XenAdmin/Commands/AddHostToPoolCommand.cs * CA-34231: Replace negative language with `coordinator` in `XenAdmin/Diagnostics` Used ReSharper renaming utility Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Replace negative language with `coordinator` in `XenAdmin/Dialogs` Used ReSharper renaming utility Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> # Conflicts: # XenAdmin/Dialogs/NewPoolDialog.cs * CA-34231: Replace remaining negative language with `coordinator` in `XenAdmin` Used ReSharper renaming utility Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> # Conflicts: # XenAdmin/MainWindow.cs # XenAdmin/TabPages/GeneralTabPage.cs # XenAdmin/Wizards/PatchingWizard/PatchingWizard_SelectServers.cs # XenAdmin/Wizards/RollingUpgradeWizard/RollingUpgradeExtrasPage.cs # XenAdmin/Wizards/RollingUpgradeWizard/RollingUpgradeWizard.cs # XenAdmin/Wizards/RollingUpgradeWizard/RollingUpgradeWizardPrecheckPage.cs # XenAdmin/XenSearch/Columns.cs * CA-34231: Replace remaining negative language with `coordinator` in `XenModel\Actions` Used ReSharper renaming utility. Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> # Conflicts: # XenModel/Actions/Network/CreateBondAction.cs * CA-34231: Replace remaining negative language with `coordinator` in `XenModel` Used ReSharper renaming utility Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Replace remaining negative strings with `main` in `Messages.resx` Used ReSharper renaming utility. Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> # Conflicts: # XenModel/Messages.Designer.cs # XenModel/Messages.resx * CA-34231: Replace remaining negative string names with `main` in `Messages.resx` Used ReSharper renaming utility Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> # Conflicts: # XenAdmin/Dialogs/OptionsPages/SaveAndRestoreOptionsPage.cs # XenModel/Messages.resx * CA-34231: Rename dialogs to replace negative connotations with `main` Used ReSharper renaming utility Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Replace negative language with `main` in `SaveAndResoreOptionsPage.cs` Also updated its resx file. Used ReSharper renaming utility. Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> # Conflicts: # XenAdmin/Dialogs/OptionsPages/SaveAndRestoreOptionsPage.cs * CA-34231: Fix invalid reference in `SaveAndRestoreOptionsPage.Designer.cs` after renaming Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Replace negative language with `main` in `EnterMainPasswordDialog.cs` Used ReSharper renaming utility. Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Replace negative language with `main` in `ChangeMainPasswordDialog.cs` Used ReSharper renaming utility. Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Fix invalid reference not changed after renaming `EnterMainPasswordDialog.cs` Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Replace remaining negative language with `main` in `XenAdmin/Dialogs` Used ReSharper renaming utility. Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Update class names in HelpManager.resx Following renaming of main password dialog. Used ReSharper renaming utility. Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Replace negative language with `main` in `Metadata.cs` Used ReSharper renaming utility. Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Remove remaning negative language with `coordinator` from `Messages.resx` Used ReSharper renaming Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Remove remaning negative language with `other pool member` from `Messages.resx` Used ReSharper Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Replace remaining negative language in solution Used ReSharper renaming utility. Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CP-34231: Remove commented out code in VNCGraphicsClient.cs Code has only been improved partially as it's not strictly relevant to the PR Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CP-34231: Amend negative word replacement in XSVNCScreen.cs Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CP-34231: Simplify debug call formatting in NewPoolDialog.cs Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CP-34231: Add code mistakenly removed in MainWindow.cs Removed as part of `f155f9c8` Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CP-34231: Revert renaming of constant related to Windows' API Considered external to CH Center Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CP-34231: Amend hotkey for Coordinator field in `NewPoolDialog` Previous ALT+<key> hotkey was conflicting with CreatePool Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CP-34231: Remove unecessary whitespace in EvacuateHostDialog.cs Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CP-34231: Update if block to exclude unecessary else in DRFailoverWizard.cs Not relevant to the PR, but the change is small enought to no need extra testing Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CP-34231: Amend typo in PoolJoinRules.cs supporer -> supporter Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CP-34231: Replace missing negative language with `coordinator` in `XenAPI-Extensions/Pool.cs` Variables and methods XenAPI-Extensions were mistakenly skipped Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CP-34231: Replace negative language in `XenApi-Extensions` with `coordinator/interface` Used ReSharper renaming utility. Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CP-34231: Replace negative language in `XenApi-Extensions` with `supporter/member` Used ReSharper renaming utility. Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CP-34231: Replace remaining negative language in `XenServerHealthCheckBugTool.cs` This is only used to format the string Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CP-34231: Change line-endings to CRLF in `Page_CloudConfigParamters.cs` Done in order to fix merge conflict into master Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CP-34231: Amend misc negative language renaming typos `XenServerHealthCheckBugTool` and `XenServerHealthCheckService` Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com>
2021-08-31 12:31:16 +02:00
<EmbeddedResource Include="Dialogs\RestoreSession\ChangeMainPasswordDialog.zh-CN.resx">
<DependentUpon>ChangeMainPasswordDialog.cs</DependentUpon>
</EmbeddedResource>
CP-34231: Remove language with negative connotations (#2860) * CA-34231: Replace negative language with `block list` in code and references Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Replace negative language with `stop` in code and references Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Replace negative language with `freezing` in code Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Replace negative language with `run/ran` in code comments Some paramater mentions have been renamed, as they will be renamed in future commits. Excluded mentions in XenAPI/Host.cs and XenAPI/VM.cs since code is autogenerated. Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> # Conflicts: # CFUValidator/CommandLineOptions/CFUCommandLineOptionManager.cs # XenAdmin/Controls/Wlb/WlbOptModeScheduler.cs # XenAdmin/Dialogs/Wlb/WorkloadReports.cs * CA-34231: Replace negative language with `run` in Command.cs Run method Used Resharper renaming utility Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> # Conflicts: # XenAdmin/TabPages/GeneralTabPage.cs * CA-34231: Replace negative language with `run` in Command.cs CanRun method Used Resharper rename utility. Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Replace negative language with `run` in Command.cs CanRunCore method Used ReSharper rename utility Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> # Conflicts: # XenAdmin/Commands/DRConfigureCommand.cs # XenAdmin/Commands/DRDryrunCommand.cs # XenAdmin/Commands/DRFailbackCommand.cs # XenAdmin/Commands/DRFailoverCommand.cs # XenAdmin/Commands/DisasterRecoveryCommand.cs # XenAdmin/Commands/VMGroupCommand.cs * CA-34231: Replace negative language with `run` in Command.cs RunCore method Used ReSharper rename utility Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Replace negative language with `run` in Command.cs GetCantExecuteReasonCore method Used ReSharper rename utility Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Replace negative language with `run` in Command.cs GetCantRunReasons method Used ReSharper renaming utility Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Replace remaining negative language with `run` in Command.cs Also applied to related symbols. Used ReSharper renaming utility. Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Replace negative language with `run` in methods named CanRun Used ReSharper renaming utility Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Replace negative language with `run` in methods in CrossPoolMigrateCommand.cs Used ReSharper renaming utility Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> # Conflicts: # XenAdmin/Commands/CrossPoolMigrateCommand.cs * CA-34231: Replace negative language with `run` in remaining Run methods Also updated negative language in `DeleteVMCommand` Also updated in comment in `CrossPoolMigrateCommand` Also renamed missed instances of `CanRun` Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Replace negative language with `run` in `CanRunCore` and `RunCore` Used ReSharper renaming utility. Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Replace remaining negative language with `run` in Commands folder Used ReSharper renaming utility Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Replace remaining negative language with `run` in XenAdmin/Controls folder Used ReSharper renaming utility. Had to rename `WlbReportView.xs:RunReport()` to `WlbReportView.xs:StartRunReport()` to resolve conflict with change from `WlbReportView:ExecuteReport()` to `WlbReportView:RunReport()` Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> # Conflicts: # XenAdmin/Controls/Wlb/WlbOptModeScheduler.cs # XenAdmin/Dialogs/Wlb/WorkloadReports.cs # XenAdminTests/UnitTests/WlbTests/WlbScheduledTaskTests.cs * CA-34231: Replace all remaining negative language with `run` in code Used ReSharper renaming utility Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> # Conflicts: # XenAdmin/Commands/Controls/WlbRecommendations.cs # XenAdminTests/UnitTests/WlbTests/WlbScheduledTaskTests.cs # XenModel/WLB/WlbScheduledTask.cs * CA-34231: Replace negative language with `supporter` or `bond member` in code strings Used ReSharper renaming utility Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Replace negative language with `supporter` or `bond member` in Messages string Used ReSharper renaming utility Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> # Conflicts: # XenAdmin/MainWindow.cs # XenAdmin/Wizards/PatchingWizard/PatchingWizard_SelectServers.cs # XenModel/Messages.Designer.cs # XenModel/Messages.resx * CA-34231: Replace remaining negative language with `supporter` in .resx files Used ReSharper renaming utility. FriendlyErrorNames.resx has been excluded. Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Replace negative language with `supporter` or `bond member` in XenAdmin code Used ReSharper renaming utility Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> # Conflicts: # XenAdmin/Dialogs/NewPoolDialog.cs * CA-34231: Replace negative language with `supporter` or `bond member` in XenModel code Used ReSharper renaming utility. Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Replace negative language with `coordinator` in CFUValidator code Used ReSharper renaming utility Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> # Conflicts: # CFUValidator/CFUValidator.cs * CA-34231: Replace negative language with `coordinator` in solution's comments and hardcoded strings Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Replace negative language with `coordinator` in `Helpers:GetCoordinator` method Used ReSharper renaming utility. also renamed similarly named method in `ObjectChange.cs` Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> # Conflicts: # XenAdmin/Alerts/Types/HotfixEligibilityAlert.cs # XenAdmin/Controls/CustomDataGraph/ArchiveMaintainer.cs * CA-34231: Replace negative language with `coordinator` in `EvacuateHostDialog.resx` Used ReSharper renaming utility. Excluded jp and zh resources Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> # Conflicts: # XenAdmin/Dialogs/EvacuateHostDialog.resx * CA-34231: Replace negative language with `coordinator` in `EvacuateHostDialog.resx` Used ReSharper renaming utility. Excluded jp and zh resource files. Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> # Conflicts: # XenAdmin/Dialogs/NewPoolDialog.resx * CA-34231: Rename missing language references for change to `coordinator` Misc files were not saved before last commits. Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Replace negative language with `coordinator` in `Messages.resx`'s code Used ReSharper renaming utility. Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> # Conflicts: # XenAdmin/Commands/HACommand.cs # XenAdmin/TabPages/AdPage.cs # XenModel/Actions/Network/CreateBondAction.cs # XenModel/Actions/Network/NetworkAction.cs # XenModel/Messages.Designer.cs # XenModel/Messages.resx * CA-34231: Replace negative language with `coordinator` in `ExternalPluginAction.cs` Used ReSharper renaming utility Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Replace negative language with `coordinator` in `XenAdmin/Commands` Used ReSharper renaming utility. Also replace negative language in missed comment in `ExternalPluginAction.cs` Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> # Conflicts: # XenAdmin/Commands/AddHostToPoolCommand.cs # XenAdmin/Commands/HACommand.cs * CA-34231: Replace negative language with `coordinator` in `Helpers.cs` Used ReSharper renaming utility. Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Replace negative language with `coordinator` in `NetworkingHelper.cs` Used ReSharper renaming utility. Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Replace negative language with `coordinator` in `PoolJoinRules.cs` Used ReSharper renaming utility. Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> # Conflicts: # XenAdmin/Dialogs/NewPoolDialog.cs * CA-34231: Replace negative language with `coordinator` in `XenAdmin/Commands`, `Controls`, and `Core` Used ReSharper renaming utility Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> # Conflicts: # XenAdmin/Commands/AddHostToPoolCommand.cs * CA-34231: Replace negative language with `coordinator` in `XenAdmin/Diagnostics` Used ReSharper renaming utility Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Replace negative language with `coordinator` in `XenAdmin/Dialogs` Used ReSharper renaming utility Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> # Conflicts: # XenAdmin/Dialogs/NewPoolDialog.cs * CA-34231: Replace remaining negative language with `coordinator` in `XenAdmin` Used ReSharper renaming utility Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> # Conflicts: # XenAdmin/MainWindow.cs # XenAdmin/TabPages/GeneralTabPage.cs # XenAdmin/Wizards/PatchingWizard/PatchingWizard_SelectServers.cs # XenAdmin/Wizards/RollingUpgradeWizard/RollingUpgradeExtrasPage.cs # XenAdmin/Wizards/RollingUpgradeWizard/RollingUpgradeWizard.cs # XenAdmin/Wizards/RollingUpgradeWizard/RollingUpgradeWizardPrecheckPage.cs # XenAdmin/XenSearch/Columns.cs * CA-34231: Replace remaining negative language with `coordinator` in `XenModel\Actions` Used ReSharper renaming utility. Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> # Conflicts: # XenModel/Actions/Network/CreateBondAction.cs * CA-34231: Replace remaining negative language with `coordinator` in `XenModel` Used ReSharper renaming utility Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Replace remaining negative strings with `main` in `Messages.resx` Used ReSharper renaming utility. Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> # Conflicts: # XenModel/Messages.Designer.cs # XenModel/Messages.resx * CA-34231: Replace remaining negative string names with `main` in `Messages.resx` Used ReSharper renaming utility Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> # Conflicts: # XenAdmin/Dialogs/OptionsPages/SaveAndRestoreOptionsPage.cs # XenModel/Messages.resx * CA-34231: Rename dialogs to replace negative connotations with `main` Used ReSharper renaming utility Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Replace negative language with `main` in `SaveAndResoreOptionsPage.cs` Also updated its resx file. Used ReSharper renaming utility. Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> # Conflicts: # XenAdmin/Dialogs/OptionsPages/SaveAndRestoreOptionsPage.cs * CA-34231: Fix invalid reference in `SaveAndRestoreOptionsPage.Designer.cs` after renaming Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Replace negative language with `main` in `EnterMainPasswordDialog.cs` Used ReSharper renaming utility. Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Replace negative language with `main` in `ChangeMainPasswordDialog.cs` Used ReSharper renaming utility. Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Fix invalid reference not changed after renaming `EnterMainPasswordDialog.cs` Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Replace remaining negative language with `main` in `XenAdmin/Dialogs` Used ReSharper renaming utility. Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Update class names in HelpManager.resx Following renaming of main password dialog. Used ReSharper renaming utility. Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Replace negative language with `main` in `Metadata.cs` Used ReSharper renaming utility. Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Remove remaning negative language with `coordinator` from `Messages.resx` Used ReSharper renaming Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Remove remaning negative language with `other pool member` from `Messages.resx` Used ReSharper Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Replace remaining negative language in solution Used ReSharper renaming utility. Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CP-34231: Remove commented out code in VNCGraphicsClient.cs Code has only been improved partially as it's not strictly relevant to the PR Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CP-34231: Amend negative word replacement in XSVNCScreen.cs Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CP-34231: Simplify debug call formatting in NewPoolDialog.cs Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CP-34231: Add code mistakenly removed in MainWindow.cs Removed as part of `f155f9c8` Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CP-34231: Revert renaming of constant related to Windows' API Considered external to CH Center Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CP-34231: Amend hotkey for Coordinator field in `NewPoolDialog` Previous ALT+<key> hotkey was conflicting with CreatePool Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CP-34231: Remove unecessary whitespace in EvacuateHostDialog.cs Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CP-34231: Update if block to exclude unecessary else in DRFailoverWizard.cs Not relevant to the PR, but the change is small enought to no need extra testing Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CP-34231: Amend typo in PoolJoinRules.cs supporer -> supporter Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CP-34231: Replace missing negative language with `coordinator` in `XenAPI-Extensions/Pool.cs` Variables and methods XenAPI-Extensions were mistakenly skipped Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CP-34231: Replace negative language in `XenApi-Extensions` with `coordinator/interface` Used ReSharper renaming utility. Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CP-34231: Replace negative language in `XenApi-Extensions` with `supporter/member` Used ReSharper renaming utility. Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CP-34231: Replace remaining negative language in `XenServerHealthCheckBugTool.cs` This is only used to format the string Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CP-34231: Change line-endings to CRLF in `Page_CloudConfigParamters.cs` Done in order to fix merge conflict into master Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CP-34231: Amend misc negative language renaming typos `XenServerHealthCheckBugTool` and `XenServerHealthCheckService` Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com>
2021-08-31 12:31:16 +02:00
<EmbeddedResource Include="Dialogs\RestoreSession\EnterMainPasswordDialog.ja.resx">
<DependentUpon>EnterMainPasswordDialog.cs</DependentUpon>
</EmbeddedResource>
CP-34231: Remove language with negative connotations (#2860) * CA-34231: Replace negative language with `block list` in code and references Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Replace negative language with `stop` in code and references Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Replace negative language with `freezing` in code Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Replace negative language with `run/ran` in code comments Some paramater mentions have been renamed, as they will be renamed in future commits. Excluded mentions in XenAPI/Host.cs and XenAPI/VM.cs since code is autogenerated. Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> # Conflicts: # CFUValidator/CommandLineOptions/CFUCommandLineOptionManager.cs # XenAdmin/Controls/Wlb/WlbOptModeScheduler.cs # XenAdmin/Dialogs/Wlb/WorkloadReports.cs * CA-34231: Replace negative language with `run` in Command.cs Run method Used Resharper renaming utility Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> # Conflicts: # XenAdmin/TabPages/GeneralTabPage.cs * CA-34231: Replace negative language with `run` in Command.cs CanRun method Used Resharper rename utility. Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Replace negative language with `run` in Command.cs CanRunCore method Used ReSharper rename utility Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> # Conflicts: # XenAdmin/Commands/DRConfigureCommand.cs # XenAdmin/Commands/DRDryrunCommand.cs # XenAdmin/Commands/DRFailbackCommand.cs # XenAdmin/Commands/DRFailoverCommand.cs # XenAdmin/Commands/DisasterRecoveryCommand.cs # XenAdmin/Commands/VMGroupCommand.cs * CA-34231: Replace negative language with `run` in Command.cs RunCore method Used ReSharper rename utility Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Replace negative language with `run` in Command.cs GetCantExecuteReasonCore method Used ReSharper rename utility Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Replace negative language with `run` in Command.cs GetCantRunReasons method Used ReSharper renaming utility Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Replace remaining negative language with `run` in Command.cs Also applied to related symbols. Used ReSharper renaming utility. Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Replace negative language with `run` in methods named CanRun Used ReSharper renaming utility Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Replace negative language with `run` in methods in CrossPoolMigrateCommand.cs Used ReSharper renaming utility Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> # Conflicts: # XenAdmin/Commands/CrossPoolMigrateCommand.cs * CA-34231: Replace negative language with `run` in remaining Run methods Also updated negative language in `DeleteVMCommand` Also updated in comment in `CrossPoolMigrateCommand` Also renamed missed instances of `CanRun` Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Replace negative language with `run` in `CanRunCore` and `RunCore` Used ReSharper renaming utility. Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Replace remaining negative language with `run` in Commands folder Used ReSharper renaming utility Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Replace remaining negative language with `run` in XenAdmin/Controls folder Used ReSharper renaming utility. Had to rename `WlbReportView.xs:RunReport()` to `WlbReportView.xs:StartRunReport()` to resolve conflict with change from `WlbReportView:ExecuteReport()` to `WlbReportView:RunReport()` Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> # Conflicts: # XenAdmin/Controls/Wlb/WlbOptModeScheduler.cs # XenAdmin/Dialogs/Wlb/WorkloadReports.cs # XenAdminTests/UnitTests/WlbTests/WlbScheduledTaskTests.cs * CA-34231: Replace all remaining negative language with `run` in code Used ReSharper renaming utility Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> # Conflicts: # XenAdmin/Commands/Controls/WlbRecommendations.cs # XenAdminTests/UnitTests/WlbTests/WlbScheduledTaskTests.cs # XenModel/WLB/WlbScheduledTask.cs * CA-34231: Replace negative language with `supporter` or `bond member` in code strings Used ReSharper renaming utility Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Replace negative language with `supporter` or `bond member` in Messages string Used ReSharper renaming utility Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> # Conflicts: # XenAdmin/MainWindow.cs # XenAdmin/Wizards/PatchingWizard/PatchingWizard_SelectServers.cs # XenModel/Messages.Designer.cs # XenModel/Messages.resx * CA-34231: Replace remaining negative language with `supporter` in .resx files Used ReSharper renaming utility. FriendlyErrorNames.resx has been excluded. Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Replace negative language with `supporter` or `bond member` in XenAdmin code Used ReSharper renaming utility Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> # Conflicts: # XenAdmin/Dialogs/NewPoolDialog.cs * CA-34231: Replace negative language with `supporter` or `bond member` in XenModel code Used ReSharper renaming utility. Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Replace negative language with `coordinator` in CFUValidator code Used ReSharper renaming utility Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> # Conflicts: # CFUValidator/CFUValidator.cs * CA-34231: Replace negative language with `coordinator` in solution's comments and hardcoded strings Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Replace negative language with `coordinator` in `Helpers:GetCoordinator` method Used ReSharper renaming utility. also renamed similarly named method in `ObjectChange.cs` Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> # Conflicts: # XenAdmin/Alerts/Types/HotfixEligibilityAlert.cs # XenAdmin/Controls/CustomDataGraph/ArchiveMaintainer.cs * CA-34231: Replace negative language with `coordinator` in `EvacuateHostDialog.resx` Used ReSharper renaming utility. Excluded jp and zh resources Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> # Conflicts: # XenAdmin/Dialogs/EvacuateHostDialog.resx * CA-34231: Replace negative language with `coordinator` in `EvacuateHostDialog.resx` Used ReSharper renaming utility. Excluded jp and zh resource files. Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> # Conflicts: # XenAdmin/Dialogs/NewPoolDialog.resx * CA-34231: Rename missing language references for change to `coordinator` Misc files were not saved before last commits. Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Replace negative language with `coordinator` in `Messages.resx`'s code Used ReSharper renaming utility. Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> # Conflicts: # XenAdmin/Commands/HACommand.cs # XenAdmin/TabPages/AdPage.cs # XenModel/Actions/Network/CreateBondAction.cs # XenModel/Actions/Network/NetworkAction.cs # XenModel/Messages.Designer.cs # XenModel/Messages.resx * CA-34231: Replace negative language with `coordinator` in `ExternalPluginAction.cs` Used ReSharper renaming utility Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Replace negative language with `coordinator` in `XenAdmin/Commands` Used ReSharper renaming utility. Also replace negative language in missed comment in `ExternalPluginAction.cs` Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> # Conflicts: # XenAdmin/Commands/AddHostToPoolCommand.cs # XenAdmin/Commands/HACommand.cs * CA-34231: Replace negative language with `coordinator` in `Helpers.cs` Used ReSharper renaming utility. Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Replace negative language with `coordinator` in `NetworkingHelper.cs` Used ReSharper renaming utility. Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Replace negative language with `coordinator` in `PoolJoinRules.cs` Used ReSharper renaming utility. Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> # Conflicts: # XenAdmin/Dialogs/NewPoolDialog.cs * CA-34231: Replace negative language with `coordinator` in `XenAdmin/Commands`, `Controls`, and `Core` Used ReSharper renaming utility Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> # Conflicts: # XenAdmin/Commands/AddHostToPoolCommand.cs * CA-34231: Replace negative language with `coordinator` in `XenAdmin/Diagnostics` Used ReSharper renaming utility Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Replace negative language with `coordinator` in `XenAdmin/Dialogs` Used ReSharper renaming utility Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> # Conflicts: # XenAdmin/Dialogs/NewPoolDialog.cs * CA-34231: Replace remaining negative language with `coordinator` in `XenAdmin` Used ReSharper renaming utility Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> # Conflicts: # XenAdmin/MainWindow.cs # XenAdmin/TabPages/GeneralTabPage.cs # XenAdmin/Wizards/PatchingWizard/PatchingWizard_SelectServers.cs # XenAdmin/Wizards/RollingUpgradeWizard/RollingUpgradeExtrasPage.cs # XenAdmin/Wizards/RollingUpgradeWizard/RollingUpgradeWizard.cs # XenAdmin/Wizards/RollingUpgradeWizard/RollingUpgradeWizardPrecheckPage.cs # XenAdmin/XenSearch/Columns.cs * CA-34231: Replace remaining negative language with `coordinator` in `XenModel\Actions` Used ReSharper renaming utility. Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> # Conflicts: # XenModel/Actions/Network/CreateBondAction.cs * CA-34231: Replace remaining negative language with `coordinator` in `XenModel` Used ReSharper renaming utility Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Replace remaining negative strings with `main` in `Messages.resx` Used ReSharper renaming utility. Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> # Conflicts: # XenModel/Messages.Designer.cs # XenModel/Messages.resx * CA-34231: Replace remaining negative string names with `main` in `Messages.resx` Used ReSharper renaming utility Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> # Conflicts: # XenAdmin/Dialogs/OptionsPages/SaveAndRestoreOptionsPage.cs # XenModel/Messages.resx * CA-34231: Rename dialogs to replace negative connotations with `main` Used ReSharper renaming utility Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Replace negative language with `main` in `SaveAndResoreOptionsPage.cs` Also updated its resx file. Used ReSharper renaming utility. Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> # Conflicts: # XenAdmin/Dialogs/OptionsPages/SaveAndRestoreOptionsPage.cs * CA-34231: Fix invalid reference in `SaveAndRestoreOptionsPage.Designer.cs` after renaming Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Replace negative language with `main` in `EnterMainPasswordDialog.cs` Used ReSharper renaming utility. Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Replace negative language with `main` in `ChangeMainPasswordDialog.cs` Used ReSharper renaming utility. Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Fix invalid reference not changed after renaming `EnterMainPasswordDialog.cs` Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Replace remaining negative language with `main` in `XenAdmin/Dialogs` Used ReSharper renaming utility. Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Update class names in HelpManager.resx Following renaming of main password dialog. Used ReSharper renaming utility. Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Replace negative language with `main` in `Metadata.cs` Used ReSharper renaming utility. Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Remove remaning negative language with `coordinator` from `Messages.resx` Used ReSharper renaming Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Remove remaning negative language with `other pool member` from `Messages.resx` Used ReSharper Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Replace remaining negative language in solution Used ReSharper renaming utility. Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CP-34231: Remove commented out code in VNCGraphicsClient.cs Code has only been improved partially as it's not strictly relevant to the PR Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CP-34231: Amend negative word replacement in XSVNCScreen.cs Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CP-34231: Simplify debug call formatting in NewPoolDialog.cs Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CP-34231: Add code mistakenly removed in MainWindow.cs Removed as part of `f155f9c8` Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CP-34231: Revert renaming of constant related to Windows' API Considered external to CH Center Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CP-34231: Amend hotkey for Coordinator field in `NewPoolDialog` Previous ALT+<key> hotkey was conflicting with CreatePool Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CP-34231: Remove unecessary whitespace in EvacuateHostDialog.cs Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CP-34231: Update if block to exclude unecessary else in DRFailoverWizard.cs Not relevant to the PR, but the change is small enought to no need extra testing Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CP-34231: Amend typo in PoolJoinRules.cs supporer -> supporter Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CP-34231: Replace missing negative language with `coordinator` in `XenAPI-Extensions/Pool.cs` Variables and methods XenAPI-Extensions were mistakenly skipped Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CP-34231: Replace negative language in `XenApi-Extensions` with `coordinator/interface` Used ReSharper renaming utility. Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CP-34231: Replace negative language in `XenApi-Extensions` with `supporter/member` Used ReSharper renaming utility. Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CP-34231: Replace remaining negative language in `XenServerHealthCheckBugTool.cs` This is only used to format the string Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CP-34231: Change line-endings to CRLF in `Page_CloudConfigParamters.cs` Done in order to fix merge conflict into master Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CP-34231: Amend misc negative language renaming typos `XenServerHealthCheckBugTool` and `XenServerHealthCheckService` Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com>
2021-08-31 12:31:16 +02:00
<EmbeddedResource Include="Dialogs\RestoreSession\EnterMainPasswordDialog.zh-CN.resx">
<DependentUpon>EnterMainPasswordDialog.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Controls\Common\PasswordFailure.ja.resx">
<DependentUpon>PasswordFailure.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Controls\Common\PasswordFailure.zh-CN.resx">
<DependentUpon>PasswordFailure.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Dialogs\RestoreSession\SaveAndRestoreDialog.ja.resx">
<DependentUpon>SaveAndRestoreDialog.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Dialogs\RestoreSession\SaveAndRestoreDialog.zh-CN.resx">
<DependentUpon>SaveAndRestoreDialog.cs</DependentUpon>
</EmbeddedResource>
CP-34231: Remove language with negative connotations (#2860) * CA-34231: Replace negative language with `block list` in code and references Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Replace negative language with `stop` in code and references Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Replace negative language with `freezing` in code Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Replace negative language with `run/ran` in code comments Some paramater mentions have been renamed, as they will be renamed in future commits. Excluded mentions in XenAPI/Host.cs and XenAPI/VM.cs since code is autogenerated. Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> # Conflicts: # CFUValidator/CommandLineOptions/CFUCommandLineOptionManager.cs # XenAdmin/Controls/Wlb/WlbOptModeScheduler.cs # XenAdmin/Dialogs/Wlb/WorkloadReports.cs * CA-34231: Replace negative language with `run` in Command.cs Run method Used Resharper renaming utility Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> # Conflicts: # XenAdmin/TabPages/GeneralTabPage.cs * CA-34231: Replace negative language with `run` in Command.cs CanRun method Used Resharper rename utility. Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Replace negative language with `run` in Command.cs CanRunCore method Used ReSharper rename utility Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> # Conflicts: # XenAdmin/Commands/DRConfigureCommand.cs # XenAdmin/Commands/DRDryrunCommand.cs # XenAdmin/Commands/DRFailbackCommand.cs # XenAdmin/Commands/DRFailoverCommand.cs # XenAdmin/Commands/DisasterRecoveryCommand.cs # XenAdmin/Commands/VMGroupCommand.cs * CA-34231: Replace negative language with `run` in Command.cs RunCore method Used ReSharper rename utility Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Replace negative language with `run` in Command.cs GetCantExecuteReasonCore method Used ReSharper rename utility Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Replace negative language with `run` in Command.cs GetCantRunReasons method Used ReSharper renaming utility Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Replace remaining negative language with `run` in Command.cs Also applied to related symbols. Used ReSharper renaming utility. Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Replace negative language with `run` in methods named CanRun Used ReSharper renaming utility Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Replace negative language with `run` in methods in CrossPoolMigrateCommand.cs Used ReSharper renaming utility Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> # Conflicts: # XenAdmin/Commands/CrossPoolMigrateCommand.cs * CA-34231: Replace negative language with `run` in remaining Run methods Also updated negative language in `DeleteVMCommand` Also updated in comment in `CrossPoolMigrateCommand` Also renamed missed instances of `CanRun` Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Replace negative language with `run` in `CanRunCore` and `RunCore` Used ReSharper renaming utility. Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Replace remaining negative language with `run` in Commands folder Used ReSharper renaming utility Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Replace remaining negative language with `run` in XenAdmin/Controls folder Used ReSharper renaming utility. Had to rename `WlbReportView.xs:RunReport()` to `WlbReportView.xs:StartRunReport()` to resolve conflict with change from `WlbReportView:ExecuteReport()` to `WlbReportView:RunReport()` Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> # Conflicts: # XenAdmin/Controls/Wlb/WlbOptModeScheduler.cs # XenAdmin/Dialogs/Wlb/WorkloadReports.cs # XenAdminTests/UnitTests/WlbTests/WlbScheduledTaskTests.cs * CA-34231: Replace all remaining negative language with `run` in code Used ReSharper renaming utility Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> # Conflicts: # XenAdmin/Commands/Controls/WlbRecommendations.cs # XenAdminTests/UnitTests/WlbTests/WlbScheduledTaskTests.cs # XenModel/WLB/WlbScheduledTask.cs * CA-34231: Replace negative language with `supporter` or `bond member` in code strings Used ReSharper renaming utility Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Replace negative language with `supporter` or `bond member` in Messages string Used ReSharper renaming utility Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> # Conflicts: # XenAdmin/MainWindow.cs # XenAdmin/Wizards/PatchingWizard/PatchingWizard_SelectServers.cs # XenModel/Messages.Designer.cs # XenModel/Messages.resx * CA-34231: Replace remaining negative language with `supporter` in .resx files Used ReSharper renaming utility. FriendlyErrorNames.resx has been excluded. Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Replace negative language with `supporter` or `bond member` in XenAdmin code Used ReSharper renaming utility Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> # Conflicts: # XenAdmin/Dialogs/NewPoolDialog.cs * CA-34231: Replace negative language with `supporter` or `bond member` in XenModel code Used ReSharper renaming utility. Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Replace negative language with `coordinator` in CFUValidator code Used ReSharper renaming utility Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> # Conflicts: # CFUValidator/CFUValidator.cs * CA-34231: Replace negative language with `coordinator` in solution's comments and hardcoded strings Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Replace negative language with `coordinator` in `Helpers:GetCoordinator` method Used ReSharper renaming utility. also renamed similarly named method in `ObjectChange.cs` Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> # Conflicts: # XenAdmin/Alerts/Types/HotfixEligibilityAlert.cs # XenAdmin/Controls/CustomDataGraph/ArchiveMaintainer.cs * CA-34231: Replace negative language with `coordinator` in `EvacuateHostDialog.resx` Used ReSharper renaming utility. Excluded jp and zh resources Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> # Conflicts: # XenAdmin/Dialogs/EvacuateHostDialog.resx * CA-34231: Replace negative language with `coordinator` in `EvacuateHostDialog.resx` Used ReSharper renaming utility. Excluded jp and zh resource files. Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> # Conflicts: # XenAdmin/Dialogs/NewPoolDialog.resx * CA-34231: Rename missing language references for change to `coordinator` Misc files were not saved before last commits. Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Replace negative language with `coordinator` in `Messages.resx`'s code Used ReSharper renaming utility. Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> # Conflicts: # XenAdmin/Commands/HACommand.cs # XenAdmin/TabPages/AdPage.cs # XenModel/Actions/Network/CreateBondAction.cs # XenModel/Actions/Network/NetworkAction.cs # XenModel/Messages.Designer.cs # XenModel/Messages.resx * CA-34231: Replace negative language with `coordinator` in `ExternalPluginAction.cs` Used ReSharper renaming utility Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Replace negative language with `coordinator` in `XenAdmin/Commands` Used ReSharper renaming utility. Also replace negative language in missed comment in `ExternalPluginAction.cs` Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> # Conflicts: # XenAdmin/Commands/AddHostToPoolCommand.cs # XenAdmin/Commands/HACommand.cs * CA-34231: Replace negative language with `coordinator` in `Helpers.cs` Used ReSharper renaming utility. Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Replace negative language with `coordinator` in `NetworkingHelper.cs` Used ReSharper renaming utility. Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Replace negative language with `coordinator` in `PoolJoinRules.cs` Used ReSharper renaming utility. Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> # Conflicts: # XenAdmin/Dialogs/NewPoolDialog.cs * CA-34231: Replace negative language with `coordinator` in `XenAdmin/Commands`, `Controls`, and `Core` Used ReSharper renaming utility Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> # Conflicts: # XenAdmin/Commands/AddHostToPoolCommand.cs * CA-34231: Replace negative language with `coordinator` in `XenAdmin/Diagnostics` Used ReSharper renaming utility Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Replace negative language with `coordinator` in `XenAdmin/Dialogs` Used ReSharper renaming utility Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> # Conflicts: # XenAdmin/Dialogs/NewPoolDialog.cs * CA-34231: Replace remaining negative language with `coordinator` in `XenAdmin` Used ReSharper renaming utility Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> # Conflicts: # XenAdmin/MainWindow.cs # XenAdmin/TabPages/GeneralTabPage.cs # XenAdmin/Wizards/PatchingWizard/PatchingWizard_SelectServers.cs # XenAdmin/Wizards/RollingUpgradeWizard/RollingUpgradeExtrasPage.cs # XenAdmin/Wizards/RollingUpgradeWizard/RollingUpgradeWizard.cs # XenAdmin/Wizards/RollingUpgradeWizard/RollingUpgradeWizardPrecheckPage.cs # XenAdmin/XenSearch/Columns.cs * CA-34231: Replace remaining negative language with `coordinator` in `XenModel\Actions` Used ReSharper renaming utility. Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> # Conflicts: # XenModel/Actions/Network/CreateBondAction.cs * CA-34231: Replace remaining negative language with `coordinator` in `XenModel` Used ReSharper renaming utility Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Replace remaining negative strings with `main` in `Messages.resx` Used ReSharper renaming utility. Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> # Conflicts: # XenModel/Messages.Designer.cs # XenModel/Messages.resx * CA-34231: Replace remaining negative string names with `main` in `Messages.resx` Used ReSharper renaming utility Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> # Conflicts: # XenAdmin/Dialogs/OptionsPages/SaveAndRestoreOptionsPage.cs # XenModel/Messages.resx * CA-34231: Rename dialogs to replace negative connotations with `main` Used ReSharper renaming utility Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Replace negative language with `main` in `SaveAndResoreOptionsPage.cs` Also updated its resx file. Used ReSharper renaming utility. Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> # Conflicts: # XenAdmin/Dialogs/OptionsPages/SaveAndRestoreOptionsPage.cs * CA-34231: Fix invalid reference in `SaveAndRestoreOptionsPage.Designer.cs` after renaming Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Replace negative language with `main` in `EnterMainPasswordDialog.cs` Used ReSharper renaming utility. Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Replace negative language with `main` in `ChangeMainPasswordDialog.cs` Used ReSharper renaming utility. Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Fix invalid reference not changed after renaming `EnterMainPasswordDialog.cs` Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Replace remaining negative language with `main` in `XenAdmin/Dialogs` Used ReSharper renaming utility. Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Update class names in HelpManager.resx Following renaming of main password dialog. Used ReSharper renaming utility. Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Replace negative language with `main` in `Metadata.cs` Used ReSharper renaming utility. Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Remove remaning negative language with `coordinator` from `Messages.resx` Used ReSharper renaming Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Remove remaning negative language with `other pool member` from `Messages.resx` Used ReSharper Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Replace remaining negative language in solution Used ReSharper renaming utility. Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CP-34231: Remove commented out code in VNCGraphicsClient.cs Code has only been improved partially as it's not strictly relevant to the PR Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CP-34231: Amend negative word replacement in XSVNCScreen.cs Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CP-34231: Simplify debug call formatting in NewPoolDialog.cs Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CP-34231: Add code mistakenly removed in MainWindow.cs Removed as part of `f155f9c8` Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CP-34231: Revert renaming of constant related to Windows' API Considered external to CH Center Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CP-34231: Amend hotkey for Coordinator field in `NewPoolDialog` Previous ALT+<key> hotkey was conflicting with CreatePool Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CP-34231: Remove unecessary whitespace in EvacuateHostDialog.cs Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CP-34231: Update if block to exclude unecessary else in DRFailoverWizard.cs Not relevant to the PR, but the change is small enought to no need extra testing Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CP-34231: Amend typo in PoolJoinRules.cs supporer -> supporter Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CP-34231: Replace missing negative language with `coordinator` in `XenAPI-Extensions/Pool.cs` Variables and methods XenAPI-Extensions were mistakenly skipped Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CP-34231: Replace negative language in `XenApi-Extensions` with `coordinator/interface` Used ReSharper renaming utility. Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CP-34231: Replace negative language in `XenApi-Extensions` with `supporter/member` Used ReSharper renaming utility. Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CP-34231: Replace remaining negative language in `XenServerHealthCheckBugTool.cs` This is only used to format the string Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CP-34231: Change line-endings to CRLF in `Page_CloudConfigParamters.cs` Done in order to fix merge conflict into master Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CP-34231: Amend misc negative language renaming typos `XenServerHealthCheckBugTool` and `XenServerHealthCheckService` Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com>
2021-08-31 12:31:16 +02:00
<EmbeddedResource Include="Dialogs\RestoreSession\SetMainPasswordDialog.ja.resx">
<DependentUpon>SetMainPasswordDialog.cs</DependentUpon>
</EmbeddedResource>
CP-34231: Remove language with negative connotations (#2860) * CA-34231: Replace negative language with `block list` in code and references Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Replace negative language with `stop` in code and references Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Replace negative language with `freezing` in code Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Replace negative language with `run/ran` in code comments Some paramater mentions have been renamed, as they will be renamed in future commits. Excluded mentions in XenAPI/Host.cs and XenAPI/VM.cs since code is autogenerated. Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> # Conflicts: # CFUValidator/CommandLineOptions/CFUCommandLineOptionManager.cs # XenAdmin/Controls/Wlb/WlbOptModeScheduler.cs # XenAdmin/Dialogs/Wlb/WorkloadReports.cs * CA-34231: Replace negative language with `run` in Command.cs Run method Used Resharper renaming utility Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> # Conflicts: # XenAdmin/TabPages/GeneralTabPage.cs * CA-34231: Replace negative language with `run` in Command.cs CanRun method Used Resharper rename utility. Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Replace negative language with `run` in Command.cs CanRunCore method Used ReSharper rename utility Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> # Conflicts: # XenAdmin/Commands/DRConfigureCommand.cs # XenAdmin/Commands/DRDryrunCommand.cs # XenAdmin/Commands/DRFailbackCommand.cs # XenAdmin/Commands/DRFailoverCommand.cs # XenAdmin/Commands/DisasterRecoveryCommand.cs # XenAdmin/Commands/VMGroupCommand.cs * CA-34231: Replace negative language with `run` in Command.cs RunCore method Used ReSharper rename utility Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Replace negative language with `run` in Command.cs GetCantExecuteReasonCore method Used ReSharper rename utility Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Replace negative language with `run` in Command.cs GetCantRunReasons method Used ReSharper renaming utility Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Replace remaining negative language with `run` in Command.cs Also applied to related symbols. Used ReSharper renaming utility. Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Replace negative language with `run` in methods named CanRun Used ReSharper renaming utility Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Replace negative language with `run` in methods in CrossPoolMigrateCommand.cs Used ReSharper renaming utility Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> # Conflicts: # XenAdmin/Commands/CrossPoolMigrateCommand.cs * CA-34231: Replace negative language with `run` in remaining Run methods Also updated negative language in `DeleteVMCommand` Also updated in comment in `CrossPoolMigrateCommand` Also renamed missed instances of `CanRun` Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Replace negative language with `run` in `CanRunCore` and `RunCore` Used ReSharper renaming utility. Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Replace remaining negative language with `run` in Commands folder Used ReSharper renaming utility Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Replace remaining negative language with `run` in XenAdmin/Controls folder Used ReSharper renaming utility. Had to rename `WlbReportView.xs:RunReport()` to `WlbReportView.xs:StartRunReport()` to resolve conflict with change from `WlbReportView:ExecuteReport()` to `WlbReportView:RunReport()` Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> # Conflicts: # XenAdmin/Controls/Wlb/WlbOptModeScheduler.cs # XenAdmin/Dialogs/Wlb/WorkloadReports.cs # XenAdminTests/UnitTests/WlbTests/WlbScheduledTaskTests.cs * CA-34231: Replace all remaining negative language with `run` in code Used ReSharper renaming utility Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> # Conflicts: # XenAdmin/Commands/Controls/WlbRecommendations.cs # XenAdminTests/UnitTests/WlbTests/WlbScheduledTaskTests.cs # XenModel/WLB/WlbScheduledTask.cs * CA-34231: Replace negative language with `supporter` or `bond member` in code strings Used ReSharper renaming utility Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Replace negative language with `supporter` or `bond member` in Messages string Used ReSharper renaming utility Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> # Conflicts: # XenAdmin/MainWindow.cs # XenAdmin/Wizards/PatchingWizard/PatchingWizard_SelectServers.cs # XenModel/Messages.Designer.cs # XenModel/Messages.resx * CA-34231: Replace remaining negative language with `supporter` in .resx files Used ReSharper renaming utility. FriendlyErrorNames.resx has been excluded. Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Replace negative language with `supporter` or `bond member` in XenAdmin code Used ReSharper renaming utility Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> # Conflicts: # XenAdmin/Dialogs/NewPoolDialog.cs * CA-34231: Replace negative language with `supporter` or `bond member` in XenModel code Used ReSharper renaming utility. Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Replace negative language with `coordinator` in CFUValidator code Used ReSharper renaming utility Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> # Conflicts: # CFUValidator/CFUValidator.cs * CA-34231: Replace negative language with `coordinator` in solution's comments and hardcoded strings Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Replace negative language with `coordinator` in `Helpers:GetCoordinator` method Used ReSharper renaming utility. also renamed similarly named method in `ObjectChange.cs` Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> # Conflicts: # XenAdmin/Alerts/Types/HotfixEligibilityAlert.cs # XenAdmin/Controls/CustomDataGraph/ArchiveMaintainer.cs * CA-34231: Replace negative language with `coordinator` in `EvacuateHostDialog.resx` Used ReSharper renaming utility. Excluded jp and zh resources Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> # Conflicts: # XenAdmin/Dialogs/EvacuateHostDialog.resx * CA-34231: Replace negative language with `coordinator` in `EvacuateHostDialog.resx` Used ReSharper renaming utility. Excluded jp and zh resource files. Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> # Conflicts: # XenAdmin/Dialogs/NewPoolDialog.resx * CA-34231: Rename missing language references for change to `coordinator` Misc files were not saved before last commits. Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Replace negative language with `coordinator` in `Messages.resx`'s code Used ReSharper renaming utility. Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> # Conflicts: # XenAdmin/Commands/HACommand.cs # XenAdmin/TabPages/AdPage.cs # XenModel/Actions/Network/CreateBondAction.cs # XenModel/Actions/Network/NetworkAction.cs # XenModel/Messages.Designer.cs # XenModel/Messages.resx * CA-34231: Replace negative language with `coordinator` in `ExternalPluginAction.cs` Used ReSharper renaming utility Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Replace negative language with `coordinator` in `XenAdmin/Commands` Used ReSharper renaming utility. Also replace negative language in missed comment in `ExternalPluginAction.cs` Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> # Conflicts: # XenAdmin/Commands/AddHostToPoolCommand.cs # XenAdmin/Commands/HACommand.cs * CA-34231: Replace negative language with `coordinator` in `Helpers.cs` Used ReSharper renaming utility. Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Replace negative language with `coordinator` in `NetworkingHelper.cs` Used ReSharper renaming utility. Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Replace negative language with `coordinator` in `PoolJoinRules.cs` Used ReSharper renaming utility. Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> # Conflicts: # XenAdmin/Dialogs/NewPoolDialog.cs * CA-34231: Replace negative language with `coordinator` in `XenAdmin/Commands`, `Controls`, and `Core` Used ReSharper renaming utility Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> # Conflicts: # XenAdmin/Commands/AddHostToPoolCommand.cs * CA-34231: Replace negative language with `coordinator` in `XenAdmin/Diagnostics` Used ReSharper renaming utility Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Replace negative language with `coordinator` in `XenAdmin/Dialogs` Used ReSharper renaming utility Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> # Conflicts: # XenAdmin/Dialogs/NewPoolDialog.cs * CA-34231: Replace remaining negative language with `coordinator` in `XenAdmin` Used ReSharper renaming utility Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> # Conflicts: # XenAdmin/MainWindow.cs # XenAdmin/TabPages/GeneralTabPage.cs # XenAdmin/Wizards/PatchingWizard/PatchingWizard_SelectServers.cs # XenAdmin/Wizards/RollingUpgradeWizard/RollingUpgradeExtrasPage.cs # XenAdmin/Wizards/RollingUpgradeWizard/RollingUpgradeWizard.cs # XenAdmin/Wizards/RollingUpgradeWizard/RollingUpgradeWizardPrecheckPage.cs # XenAdmin/XenSearch/Columns.cs * CA-34231: Replace remaining negative language with `coordinator` in `XenModel\Actions` Used ReSharper renaming utility. Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> # Conflicts: # XenModel/Actions/Network/CreateBondAction.cs * CA-34231: Replace remaining negative language with `coordinator` in `XenModel` Used ReSharper renaming utility Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Replace remaining negative strings with `main` in `Messages.resx` Used ReSharper renaming utility. Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> # Conflicts: # XenModel/Messages.Designer.cs # XenModel/Messages.resx * CA-34231: Replace remaining negative string names with `main` in `Messages.resx` Used ReSharper renaming utility Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> # Conflicts: # XenAdmin/Dialogs/OptionsPages/SaveAndRestoreOptionsPage.cs # XenModel/Messages.resx * CA-34231: Rename dialogs to replace negative connotations with `main` Used ReSharper renaming utility Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Replace negative language with `main` in `SaveAndResoreOptionsPage.cs` Also updated its resx file. Used ReSharper renaming utility. Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> # Conflicts: # XenAdmin/Dialogs/OptionsPages/SaveAndRestoreOptionsPage.cs * CA-34231: Fix invalid reference in `SaveAndRestoreOptionsPage.Designer.cs` after renaming Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Replace negative language with `main` in `EnterMainPasswordDialog.cs` Used ReSharper renaming utility. Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Replace negative language with `main` in `ChangeMainPasswordDialog.cs` Used ReSharper renaming utility. Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Fix invalid reference not changed after renaming `EnterMainPasswordDialog.cs` Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Replace remaining negative language with `main` in `XenAdmin/Dialogs` Used ReSharper renaming utility. Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Update class names in HelpManager.resx Following renaming of main password dialog. Used ReSharper renaming utility. Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Replace negative language with `main` in `Metadata.cs` Used ReSharper renaming utility. Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Remove remaning negative language with `coordinator` from `Messages.resx` Used ReSharper renaming Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Remove remaning negative language with `other pool member` from `Messages.resx` Used ReSharper Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CA-34231: Replace remaining negative language in solution Used ReSharper renaming utility. Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CP-34231: Remove commented out code in VNCGraphicsClient.cs Code has only been improved partially as it's not strictly relevant to the PR Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CP-34231: Amend negative word replacement in XSVNCScreen.cs Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CP-34231: Simplify debug call formatting in NewPoolDialog.cs Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CP-34231: Add code mistakenly removed in MainWindow.cs Removed as part of `f155f9c8` Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CP-34231: Revert renaming of constant related to Windows' API Considered external to CH Center Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CP-34231: Amend hotkey for Coordinator field in `NewPoolDialog` Previous ALT+<key> hotkey was conflicting with CreatePool Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CP-34231: Remove unecessary whitespace in EvacuateHostDialog.cs Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CP-34231: Update if block to exclude unecessary else in DRFailoverWizard.cs Not relevant to the PR, but the change is small enought to no need extra testing Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CP-34231: Amend typo in PoolJoinRules.cs supporer -> supporter Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CP-34231: Replace missing negative language with `coordinator` in `XenAPI-Extensions/Pool.cs` Variables and methods XenAPI-Extensions were mistakenly skipped Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CP-34231: Replace negative language in `XenApi-Extensions` with `coordinator/interface` Used ReSharper renaming utility. Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CP-34231: Replace negative language in `XenApi-Extensions` with `supporter/member` Used ReSharper renaming utility. Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CP-34231: Replace remaining negative language in `XenServerHealthCheckBugTool.cs` This is only used to format the string Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CP-34231: Change line-endings to CRLF in `Page_CloudConfigParamters.cs` Done in order to fix merge conflict into master Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com> * CP-34231: Amend misc negative language renaming typos `XenServerHealthCheckBugTool` and `XenServerHealthCheckService` Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com>
2021-08-31 12:31:16 +02:00
<EmbeddedResource Include="Dialogs\RestoreSession\SetMainPasswordDialog.zh-CN.resx">
<DependentUpon>SetMainPasswordDialog.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Dialogs\RoleElevationDialog.ja.resx">
<DependentUpon>RoleElevationDialog.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Dialogs\RoleElevationDialog.zh-CN.resx">
<DependentUpon>RoleElevationDialog.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Dialogs\RoleSelectionDialog.ja.resx">
<DependentUpon>RoleSelectionDialog.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Dialogs\RoleSelectionDialog.zh-CN.resx">
<DependentUpon>RoleSelectionDialog.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Dialogs\ScreenShotDialog.ja.resx">
<DependentUpon>ScreenShotDialog.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Dialogs\ScreenShotDialog.zh-CN.resx">
<DependentUpon>ScreenShotDialog.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Dialogs\SelectHostDialog.ja.resx">
<DependentUpon>SelectHostDialog.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Dialogs\SelectHostDialog.zh-CN.resx">
<DependentUpon>SelectHostDialog.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Dialogs\ThreeButtonDialog.ja.resx">
<DependentUpon>ThreeButtonDialog.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Dialogs\ThreeButtonDialog.zh-CN.resx">
<DependentUpon>ThreeButtonDialog.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Dialogs\VerticallyTabbedDialog.ja.resx">
<DependentUpon>VerticallyTabbedDialog.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Dialogs\VerticallyTabbedDialog.zh-CN.resx">
<DependentUpon>VerticallyTabbedDialog.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Dialogs\VIFDialog.ja.resx">
<DependentUpon>VIFDialog.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Dialogs\VIFDialog.resx">
<DependentUpon>VIFDialog.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Dialogs\VIFDialog.zh-CN.resx">
<DependentUpon>VIFDialog.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Dialogs\VMAppliances\FateSharingVMsDialog.ja.resx">
<DependentUpon>FateSharingVMsDialog.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Dialogs\VMAppliances\FateSharingVMsDialog.resx">
<DependentUpon>FateSharingVMsDialog.cs</DependentUpon>
<SubType>Designer</SubType>
</EmbeddedResource>
<EmbeddedResource Include="Dialogs\VMAppliances\FateSharingVMsDialog.zh-CN.resx">
<DependentUpon>FateSharingVMsDialog.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Dialogs\VMAppliances\VMAppliancesDialog.ja.resx">
<DependentUpon>VMAppliancesDialog.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Dialogs\VMAppliances\VMAppliancesDialog.resx">
<DependentUpon>VMAppliancesDialog.cs</DependentUpon>
<SubType>Designer</SubType>
</EmbeddedResource>
<EmbeddedResource Include="Dialogs\VMAppliances\VMAppliancesDialog.zh-CN.resx">
<DependentUpon>VMAppliancesDialog.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Dialogs\VMDialogs\MoveVMDialog.ja.resx">
<DependentUpon>MoveVMDialog.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Dialogs\VMDialogs\MoveVMDialog.zh-CN.resx">
<DependentUpon>MoveVMDialog.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Dialogs\VMDialogs\SelectVMsToSuspendDialog.ja.resx">
<DependentUpon>SelectVMsToSuspendDialog.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Dialogs\VMDialogs\SelectVMsToSuspendDialog.zh-CN.resx">
<DependentUpon>SelectVMsToSuspendDialog.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Dialogs\ScheduledSnapshots\ScheduledSnapshotsDialog.ja.resx">
<DependentUpon>ScheduledSnapshotsDialog.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Dialogs\ScheduledSnapshots\ScheduledSnapshotsDialog.resx">
<DependentUpon>ScheduledSnapshotsDialog.cs</DependentUpon>
<SubType>Designer</SubType>
</EmbeddedResource>
<EmbeddedResource Include="Dialogs\ScheduledSnapshots\ScheduledSnapshotsDialog.zh-CN.resx">
<DependentUpon>ScheduledSnapshotsDialog.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Dialogs\VmSnapshotDialog.ja.resx">
<DependentUpon>VmSnapshotDialog.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Dialogs\VmSnapshotDialog.zh-CN.resx">
<DependentUpon>VmSnapshotDialog.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Dialogs\VNCPasswordDialog.ja.resx">
<DependentUpon>VNCPasswordDialog.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Dialogs\VNCPasswordDialog.zh-CN.resx">
<DependentUpon>VNCPasswordDialog.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Dialogs\WarningDialogs\CloseXenCenterWarningDialog.ja.resx">
<DependentUpon>CloseXenCenterWarningDialog.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Dialogs\WarningDialogs\CloseXenCenterWarningDialog.zh-CN.resx">
<DependentUpon>CloseXenCenterWarningDialog.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Dialogs\WarningDialogs\LVMoHBAWarningDialog.ja.resx">
<DependentUpon>LVMoHBAWarningDialog.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Dialogs\WarningDialogs\LVMoHBAWarningDialog.resx">
<DependentUpon>LVMoHBAWarningDialog.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Dialogs\WarningDialogs\LVMoHBAWarningDialog.zh-CN.resx">
<DependentUpon>LVMoHBAWarningDialog.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Dialogs\Wlb\WlbConfigurationDialog.ja.resx">
<DependentUpon>WlbConfigurationDialog.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Dialogs\Wlb\WlbConfigurationDialog.resx">
<DependentUpon>WlbConfigurationDialog.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Dialogs\Wlb\WlbConfigurationDialog.zh-CN.resx">
<DependentUpon>WlbConfigurationDialog.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Dialogs\Wlb\WlbCredentialsDialog.ja.resx">
<DependentUpon>WlbCredentialsDialog.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Dialogs\Wlb\WlbCredentialsDialog.resx">
<DependentUpon>WlbCredentialsDialog.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Dialogs\Wlb\WlbCredentialsDialog.zh-CN.resx">
<DependentUpon>WlbCredentialsDialog.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Dialogs\Wlb\WlbEditScheduledTask.ja.resx">
<DependentUpon>WlbEditScheduledTask.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Dialogs\Wlb\WlbEditScheduledTask.zh-CN.resx">
<DependentUpon>WlbEditScheduledTask.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Dialogs\Wlb\WlbReportCustomFilter.ja.resx">
<DependentUpon>WlbReportCustomFilter.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Dialogs\Wlb\WlbReportCustomFilter.zh-CN.resx">
<DependentUpon>WlbReportCustomFilter.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Dialogs\Wlb\WlbReportSubscriptionDialog.ja.resx">
<DependentUpon>WlbReportSubscriptionDialog.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Dialogs\Wlb\WlbReportSubscriptionDialog.resx">
<DependentUpon>WlbReportSubscriptionDialog.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Dialogs\Wlb\WlbReportSubscriptionDialog.zh-CN.resx">
<DependentUpon>WlbReportSubscriptionDialog.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Dialogs\XenDialogBase.ja.resx">
<DependentUpon>XenDialogBase.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Dialogs\XenDialogBase.zh-CN.resx">
<DependentUpon>XenDialogBase.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="ConsoleView\VNCTabView.ja.resx">
<DependentUpon>VNCTabView.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="ConsoleView\VNCTabView.zh-CN.resx">
<DependentUpon>VNCTabView.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="ConsoleView\VNCView.ja.resx">
<DependentUpon>VNCView.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="ConsoleView\VNCView.zh-CN.resx">
<DependentUpon>VNCView.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="ConsoleView\XSVNCScreen.ja.resx">
<DependentUpon>XSVNCScreen.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="ConsoleView\XSVNCScreen.zh-CN.resx">
<DependentUpon>XSVNCScreen.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="MainWindow.ja.resx">
<DependentUpon>MainWindow.cs</DependentUpon>
<SubType>Designer</SubType>
</EmbeddedResource>
<EmbeddedResource Include="MainWindow.zh-CN.resx">
<DependentUpon>MainWindow.cs</DependentUpon>
<SubType>Designer</SubType>
</EmbeddedResource>
<EmbeddedResource Include="Plugins\UI\TabPageCredentialsDialog.ja.resx">
<DependentUpon>TabPageCredentialsDialog.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Plugins\UI\TabPageCredentialsDialog.zh-CN.resx">
<DependentUpon>TabPageCredentialsDialog.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="SettingsPanels\BootOptionsEditPage.zh-CN.resx">
<DependentUpon>BootOptionsEditPage.cs</DependentUpon>
</EmbeddedResource>
CA-375532, CA-336510, and CP-41825: Add warnings when user selects too many vCPUs (#3119) * Tidy up `SelectMultipleVMDestinationPage.cs` * CA-375532 & CA-336510: Add warning when importing VMs with too many vCPUs * CA-375532 & CA-336510: Prevent users from starting appliance if a VM has too many vCPUs * Tidy up `Page_CpuMem`: use expression-bodied properties * Tidy up `Page_CpuMem`: use conventional naming scheme * Tidy up `Page_CpuMem`: use explicit modifiers * Tidy up `Page_CpuMem`: use `en-US` locale for names * Tidy up `Page_CpuMem`: use `var` when possible * Tidy up `Page_CpuMem`: rename `Vcpus` to `VCpus` * Tidy up `Page_CpuMem`: reorder elements * Tidy up `Page_CpuMem`: revert class renaming and fix `vCpus` typos * CA-375532: Prevent users from starting VM if they select too many vCPUs * Tidy up `Page_Finish`: use expression-bodied properties * Tidy up `Page_Finish`: fix typo * Tidy up `Page_CpuMem`: rename `CanStartVM` to `CanStartVm` * Remove unnecessary using directives * Anchor warning icon to the top-left corner of its parent * CA-375532 & CA-336510: Warn users when selecting more vCPUs than pCPUs in the Properties page * CP-41825: Add warning for imported VMs with > 32 vCPUs * CP-41825: Add warning for new VMs with > 32 vCPUs * CP-41825: Add warning for existing VMs when selecting > 32 vCPUs * CP-41825: Update wording used to alert users running VMs with > 32vCPUs * Remove unused local variable in `VappStartCommand.cs` * Reword some vCPUs messages * Simplify assignment of `CanStartImmediately` in `Page_Finish.cs` * Simplify assignment of `CanStartVmsAutomatically` in `ImportFinishPage.cs` * Remove useless `Count` check in `VappStartCommand` * Rename `pictureBox1` to `warningPictureBox` and change its `SizeMode` * Separate CPU and memory warnings in `Page_CpuMem` * Shorten warning messages shown in `Page_CpuMem` * Disable option to start VM when memory configuration isn't valid * Report number of vCPUs and pCPUs when showing warning in New VM wizard * Tidy up `CpuMemoryEditPage`: rename elements * Tidy up `CpuMemoryEditPage`: use explicity modifiers * Tidy up `CpuMemoryEditPage`: Rename `CPUMemoryEditPage` to `CpuMemoryEditPage` * Tidy up `CpuMemoryEditPage`: Miscellaneous renames and improvements * Tidy up `CpuMemoryEditPage`: Fix whitespace * Tidy up `CpuMemoryEditPage`: Use ReSharper code formatter * Tidy up `CpuMemoryEditPage`: Move events to own region * Tidy up `CpuMemoryEditPage`: Move `IEditPage` members to own region * Tidy up `CpuMemoryEditPage`: Order members outside of regions * Replace topology and vCPU warning labels with structured warnings * Ensure warnings ends with a dot * Allow multiple CPU warnings to show at the same time * Remove warning link for vCPUS > pCPUS Option is not achievable * Enable option to force unit used in `MemorySpinner` * Replace `NumericUpDown` with `MemorySpinner` and show warnings at bottom of control * Check destination pCPUs count when destination is not a pool * Do not disable option to start VMs after import if user selects a shared SR * Add memory warning when importing appliance with too much memory * Sort vCPUs and memory warning strings * Remove target from `ImportWizard`'s summary Target is not useful and can cause confusion as appliance VMs could start on non-target hosts * The home server is needed in the summary when importing XVA. The target server is not needed in the summary when migrating a VM. * Update warnings when the server selection changes. Corrected memory calculation. * Show all warnings for vCPUs. Moved topology warning to the bottom. Separated methods for showing memory and vCPU warnings. * Removed the memory setting from the VM Properties dialog. Split running VM info to a separate panel. * Corrections to the logic for starting the VM automatically. Also, Fixed a bit the layout of the Finish page to make better use of the available space. * Corrections as per code review. Signed-off-by: Danilo Del Busso <danilo.delbusso@cloud.com> Co-authored-by: Konstantina Chremmou <Konstantina.Chremmou@cloud.com>
2023-06-08 12:24:39 +02:00
<EmbeddedResource Include="SettingsPanels\CpuMemoryEditPage.ja.resx">
<DependentUpon>CpuMemoryEditPage.cs</DependentUpon>
<SubType>Designer</SubType>
</EmbeddedResource>
CA-375532, CA-336510, and CP-41825: Add warnings when user selects too many vCPUs (#3119) * Tidy up `SelectMultipleVMDestinationPage.cs` * CA-375532 & CA-336510: Add warning when importing VMs with too many vCPUs * CA-375532 & CA-336510: Prevent users from starting appliance if a VM has too many vCPUs * Tidy up `Page_CpuMem`: use expression-bodied properties * Tidy up `Page_CpuMem`: use conventional naming scheme * Tidy up `Page_CpuMem`: use explicit modifiers * Tidy up `Page_CpuMem`: use `en-US` locale for names * Tidy up `Page_CpuMem`: use `var` when possible * Tidy up `Page_CpuMem`: rename `Vcpus` to `VCpus` * Tidy up `Page_CpuMem`: reorder elements * Tidy up `Page_CpuMem`: revert class renaming and fix `vCpus` typos * CA-375532: Prevent users from starting VM if they select too many vCPUs * Tidy up `Page_Finish`: use expression-bodied properties * Tidy up `Page_Finish`: fix typo * Tidy up `Page_CpuMem`: rename `CanStartVM` to `CanStartVm` * Remove unnecessary using directives * Anchor warning icon to the top-left corner of its parent * CA-375532 & CA-336510: Warn users when selecting more vCPUs than pCPUs in the Properties page * CP-41825: Add warning for imported VMs with > 32 vCPUs * CP-41825: Add warning for new VMs with > 32 vCPUs * CP-41825: Add warning for existing VMs when selecting > 32 vCPUs * CP-41825: Update wording used to alert users running VMs with > 32vCPUs * Remove unused local variable in `VappStartCommand.cs` * Reword some vCPUs messages * Simplify assignment of `CanStartImmediately` in `Page_Finish.cs` * Simplify assignment of `CanStartVmsAutomatically` in `ImportFinishPage.cs` * Remove useless `Count` check in `VappStartCommand` * Rename `pictureBox1` to `warningPictureBox` and change its `SizeMode` * Separate CPU and memory warnings in `Page_CpuMem` * Shorten warning messages shown in `Page_CpuMem` * Disable option to start VM when memory configuration isn't valid * Report number of vCPUs and pCPUs when showing warning in New VM wizard * Tidy up `CpuMemoryEditPage`: rename elements * Tidy up `CpuMemoryEditPage`: use explicity modifiers * Tidy up `CpuMemoryEditPage`: Rename `CPUMemoryEditPage` to `CpuMemoryEditPage` * Tidy up `CpuMemoryEditPage`: Miscellaneous renames and improvements * Tidy up `CpuMemoryEditPage`: Fix whitespace * Tidy up `CpuMemoryEditPage`: Use ReSharper code formatter * Tidy up `CpuMemoryEditPage`: Move events to own region * Tidy up `CpuMemoryEditPage`: Move `IEditPage` members to own region * Tidy up `CpuMemoryEditPage`: Order members outside of regions * Replace topology and vCPU warning labels with structured warnings * Ensure warnings ends with a dot * Allow multiple CPU warnings to show at the same time * Remove warning link for vCPUS > pCPUS Option is not achievable * Enable option to force unit used in `MemorySpinner` * Replace `NumericUpDown` with `MemorySpinner` and show warnings at bottom of control * Check destination pCPUs count when destination is not a pool * Do not disable option to start VMs after import if user selects a shared SR * Add memory warning when importing appliance with too much memory * Sort vCPUs and memory warning strings * Remove target from `ImportWizard`'s summary Target is not useful and can cause confusion as appliance VMs could start on non-target hosts * The home server is needed in the summary when importing XVA. The target server is not needed in the summary when migrating a VM. * Update warnings when the server selection changes. Corrected memory calculation. * Show all warnings for vCPUs. Moved topology warning to the bottom. Separated methods for showing memory and vCPU warnings. * Removed the memory setting from the VM Properties dialog. Split running VM info to a separate panel. * Corrections to the logic for starting the VM automatically. Also, Fixed a bit the layout of the Finish page to make better use of the available space. * Corrections as per code review. Signed-off-by: Danilo Del Busso <danilo.delbusso@cloud.com> Co-authored-by: Konstantina Chremmou <Konstantina.Chremmou@cloud.com>
2023-06-08 12:24:39 +02:00
<EmbeddedResource Include="SettingsPanels\CpuMemoryEditPage.zh-CN.resx">
<DependentUpon>CpuMemoryEditPage.cs</DependentUpon>
<SubType>Designer</SubType>
</EmbeddedResource>
<EmbeddedResource Include="SettingsPanels\CustomFieldsDisplayPage.ja.resx">
<DependentUpon>CustomFieldsDisplayPage.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="SettingsPanels\CustomFieldsDisplayPage.zh-CN.resx">
<DependentUpon>CustomFieldsDisplayPage.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="SettingsPanels\EditNetworkPage.ja.resx">
<DependentUpon>EditNetworkPage.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="SettingsPanels\EditNetworkPage.zh-CN.resx">
<DependentUpon>EditNetworkPage.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="SettingsPanels\GeneralEditPage.ja.resx">
<DependentUpon>GeneralEditPage.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="SettingsPanels\GeneralEditPage.zh-CN.resx">
<DependentUpon>GeneralEditPage.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="SettingsPanels\GpuEditPage.ja.resx">
<DependentUpon>GpuEditPage.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="SettingsPanels\GpuEditPage.resx">
<DependentUpon>GpuEditPage.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="SettingsPanels\GpuEditPage.zh-CN.resx">
<DependentUpon>GpuEditPage.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="SettingsPanels\HomeServerEditPage.ja.resx">
<DependentUpon>HomeServerEditPage.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="SettingsPanels\HomeServerEditPage.zh-CN.resx">
<DependentUpon>HomeServerEditPage.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="SettingsPanels\HostMultipathPage.ja.resx">
<DependentUpon>HostMultipathPage.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="SettingsPanels\HostMultipathPage.zh-CN.resx">
<DependentUpon>HostMultipathPage.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="SettingsPanels\HostPowerONEditPage.ja.resx">
<DependentUpon>HostPowerONEditPage.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="SettingsPanels\HostPowerONEditPage.zh-CN.resx">
<DependentUpon>HostPowerONEditPage.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="SettingsPanels\LogDestinationEditPage.ja.resx">
<DependentUpon>LogDestinationEditPage.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="SettingsPanels\LogDestinationEditPage.zh-CN.resx">
<DependentUpon>LogDestinationEditPage.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="SettingsPanels\PerfmonAlertEditPage.ja.resx">
<DependentUpon>PerfmonAlertEditPage.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="SettingsPanels\PerfmonAlertEditPage.zh-CN.resx">
<DependentUpon>PerfmonAlertEditPage.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="SettingsPanels\PerfmonAlertOptionsPage.ja.resx">
<DependentUpon>PerfmonAlertOptionsPage.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="SettingsPanels\BootOptionsEditPage.ja.resx">
<DependentUpon>BootOptionsEditPage.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="SettingsPanels\PerfmonAlertOptionsPage.zh-CN.resx">
<DependentUpon>PerfmonAlertOptionsPage.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="SettingsPanels\PoolGpuEditPage.ja.resx">
<DependentUpon>PoolGpuEditPage.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="SettingsPanels\PoolGpuEditPage.resx">
<DependentUpon>PoolGpuEditPage.cs</DependentUpon>
<SubType>Designer</SubType>
</EmbeddedResource>
<EmbeddedResource Include="SettingsPanels\PoolGpuEditPage.zh-CN.resx">
<DependentUpon>PoolGpuEditPage.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="SettingsPanels\VBDEditPage.ja.resx">
<DependentUpon>VBDEditPage.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="SettingsPanels\VBDEditPage.zh-CN.resx">
<DependentUpon>VBDEditPage.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="SettingsPanels\VDISizeLocationPage.ja.resx">
<DependentUpon>VDISizeLocationPage.cs</DependentUpon>
<SubType>Designer</SubType>
</EmbeddedResource>
<EmbeddedResource Include="SettingsPanels\VDISizeLocationPage.zh-CN.resx">
<DependentUpon>VDISizeLocationPage.cs</DependentUpon>
<SubType>Designer</SubType>
</EmbeddedResource>
<EmbeddedResource Include="SettingsPanels\VMAdvancedEditPage.ja.resx">
<DependentUpon>VMAdvancedEditPage.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="SettingsPanels\VMAdvancedEditPage.zh-CN.resx">
<DependentUpon>VMAdvancedEditPage.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="SettingsPanels\VMHAEditPage.ja.resx">
<DependentUpon>VMHAEditPage.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="SettingsPanels\VMHAEditPage.zh-CN.resx">
<DependentUpon>VMHAEditPage.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="SettingsPanels\Wlb\WlbAdvancedSettingsPage.ja.resx">
<DependentUpon>WlbAdvancedSettingsPage.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="SettingsPanels\Wlb\WlbAdvancedSettingsPage.zh-CN.resx">
<DependentUpon>WlbAdvancedSettingsPage.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="SettingsPanels\Wlb\WlbAutomationPage.ja.resx">
<DependentUpon>WlbAutomationPage.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="SettingsPanels\Wlb\WlbAutomationPage.zh-CN.resx">
<DependentUpon>WlbAutomationPage.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="SettingsPanels\Wlb\WlbHostExclusionPage.ja.resx">
<DependentUpon>WlbHostExclusionPage.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="SettingsPanels\Wlb\WlbHostExclusionPage.zh-CN.resx">
<DependentUpon>WlbHostExclusionPage.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="SettingsPanels\Wlb\WlbMetricWeightingPage.ja.resx">
<DependentUpon>WlbMetricWeightingPage.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="SettingsPanels\Wlb\WlbMetricWeightingPage.zh-CN.resx">
<DependentUpon>WlbMetricWeightingPage.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="SettingsPanels\Wlb\WlbOptimizationModePage.ja.resx">
<DependentUpon>WlbOptimizationModePage.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="SettingsPanels\Wlb\WlbOptimizationModePage.zh-CN.resx">
<DependentUpon>WlbOptimizationModePage.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="SettingsPanels\Wlb\WlbThresholdsPage.ja.resx">
<DependentUpon>WlbThresholdsPage.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="SettingsPanels\Wlb\WlbThresholdsPage.zh-CN.resx">
<DependentUpon>WlbThresholdsPage.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="TabPages\AdPage.ja.resx">
<DependentUpon>AdPage.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="TabPages\AdPage.zh-CN.resx">
<DependentUpon>AdPage.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="TabPages\BallooningPage.ja.resx">
<DependentUpon>BallooningPage.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="TabPages\BallooningPage.zh-CN.resx">
<DependentUpon>BallooningPage.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="TabPages\BaseTabPage.ja.resx">
<DependentUpon>BaseTabPage.cs</DependentUpon>
<SubType>Designer</SubType>
</EmbeddedResource>
<EmbeddedResource Include="TabPages\BaseTabPage.zh-CN.resx">
<DependentUpon>BaseTabPage.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="TabPages\GeneralTabPage.ja.resx">
<DependentUpon>GeneralTabPage.cs</DependentUpon>
<SubType>Designer</SubType>
</EmbeddedResource>
<EmbeddedResource Include="TabPages\GeneralTabPage.zh-CN.resx">
<DependentUpon>GeneralTabPage.cs</DependentUpon>
<SubType>Designer</SubType>
</EmbeddedResource>
<EmbeddedResource Include="TabPages\GpuPage.ja.resx">
<DependentUpon>GpuPage.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="TabPages\GpuPage.resx">
<DependentUpon>GpuPage.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="TabPages\GpuPage.zh-CN.resx">
<DependentUpon>GpuPage.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="TabPages\HAPage.ja.resx">
<DependentUpon>HAPage.cs</DependentUpon>
<SubType>Designer</SubType>
</EmbeddedResource>
<EmbeddedResource Include="TabPages\HAPage.zh-CN.resx">
<DependentUpon>HAPage.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="TabPages\HistoryPage.ja.resx">
<DependentUpon>HistoryPage.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="TabPages\HistoryPage.zh-CN.resx">
<DependentUpon>HistoryPage.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="TabPages\NetworkPage.ja.resx">
<DependentUpon>NetworkPage.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="TabPages\NetworkPage.zh-CN.resx">
<DependentUpon>NetworkPage.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="TabPages\NICPage.ja.resx">
<DependentUpon>NICPage.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="TabPages\NICPage.zh-CN.resx">
<DependentUpon>NICPage.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="TabPages\PerformancePage.ja.resx">
<DependentUpon>PerformancePage.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="TabPages\PerformancePage.zh-CN.resx">
<DependentUpon>PerformancePage.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="TabPages\PhysicalStoragePage.ja.resx">
<DependentUpon>PhysicalStoragePage.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="TabPages\PhysicalStoragePage.zh-CN.resx">
<DependentUpon>PhysicalStoragePage.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="TabPages\SearchPage.ja.resx">
<DependentUpon>SearchPage.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="TabPages\SearchPage.zh-CN.resx">
<DependentUpon>SearchPage.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="TabPages\SnapshotsPage.ja.resx">
<DependentUpon>SnapshotsPage.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="TabPages\SnapshotsPage.zh-CN.resx">
<DependentUpon>SnapshotsPage.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="TabPages\SrStoragePage.ja.resx">
<DependentUpon>SrStoragePage.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="TabPages\SrStoragePage.zh-CN.resx">
<DependentUpon>SrStoragePage.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="TabPages\VMStoragePage.ja.resx">
<DependentUpon>VMStoragePage.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="TabPages\VMStoragePage.zh-CN.resx">
<DependentUpon>VMStoragePage.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="TabPages\WlbPage.ja.resx">
<DependentUpon>WlbPage.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="TabPages\WlbPage.zh-CN.resx">
<DependentUpon>WlbPage.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Wizards\BallooningWizard.ja.resx">
<DependentUpon>BallooningWizard.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Wizards\BallooningWizard.zh-CN.resx">
<DependentUpon>BallooningWizard.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Wizards\BallooningWizard_Pages\ChooseVMs.ja.resx">
<DependentUpon>ChooseVMs.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Wizards\BallooningWizard_Pages\ChooseVMs.zh-CN.resx">
<DependentUpon>ChooseVMs.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Wizards\BallooningWizard_Pages\MemorySettings.ja.resx">
<DependentUpon>MemorySettings.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Wizards\BallooningWizard_Pages\MemorySettings.zh-CN.resx">
<DependentUpon>MemorySettings.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Wizards\CrossPoolMigrateWizard\CrossPoolMigrateFinishPage.ja.resx">
<DependentUpon>CrossPoolMigrateFinishPage.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Wizards\CrossPoolMigrateWizard\CrossPoolMigrateFinishPage.resx">
<DependentUpon>CrossPoolMigrateFinishPage.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Wizards\CrossPoolMigrateWizard\CrossPoolMigrateFinishPage.zh-CN.resx">
<DependentUpon>CrossPoolMigrateFinishPage.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Wizards\CrossPoolMigrateWizard\CrossPoolMigrateWizard.ja.resx">
<DependentUpon>CrossPoolMigrateWizard.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Wizards\CrossPoolMigrateWizard\CrossPoolMigrateWizard.resx">
<DependentUpon>CrossPoolMigrateWizard.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Wizards\CrossPoolMigrateWizard\CrossPoolMigrateWizard.zh-CN.resx">
<DependentUpon>CrossPoolMigrateWizard.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Wizards\DRWizards\DRFailoverWizard.ja.resx">
<DependentUpon>DRFailoverWizard.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Wizards\DRWizards\DRFailoverWizard.resx">
<DependentUpon>DRFailoverWizard.cs</DependentUpon>
<SubType>Designer</SubType>
</EmbeddedResource>
<EmbeddedResource Include="Wizards\DRWizards\DRFailoverWizard.zh-CN.resx">
<DependentUpon>DRFailoverWizard.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Wizards\DRWizards\DRFailoverWizardAppliancesPage.ja.resx">
<DependentUpon>DRFailoverWizardAppliancesPage.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Wizards\DRWizards\DRFailoverWizardAppliancesPage.resx">
<DependentUpon>DRFailoverWizardAppliancesPage.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Wizards\DRWizards\DRFailoverWizardAppliancesPage.zh-CN.resx">
<DependentUpon>DRFailoverWizardAppliancesPage.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Wizards\DRWizards\DRFailoverWizardFirstPage.ja.resx">
<DependentUpon>DRFailoverWizardFirstPage.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Wizards\DRWizards\DRFailoverWizardFirstPage.resx">
<DependentUpon>DRFailoverWizardFirstPage.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Wizards\DRWizards\DRFailoverWizardFirstPage.zh-CN.resx">
<DependentUpon>DRFailoverWizardFirstPage.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Wizards\DRWizards\DRFailoverWizardPrecheckPage.ja.resx">
<DependentUpon>DRFailoverWizardPrecheckPage.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Wizards\DRWizards\DRFailoverWizardPrecheckPage.resx">
<DependentUpon>DRFailoverWizardPrecheckPage.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Wizards\DRWizards\DRFailoverWizardPrecheckPage.zh-CN.resx">
<DependentUpon>DRFailoverWizardPrecheckPage.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Wizards\DRWizards\DRFailoverWizardRecoverPage.ja.resx">
<DependentUpon>DRFailoverWizardRecoverPage.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Wizards\DRWizards\DRFailoverWizardRecoverPage.resx">
<DependentUpon>DRFailoverWizardRecoverPage.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Wizards\DRWizards\DRFailoverWizardRecoverPage.zh-CN.resx">
<DependentUpon>DRFailoverWizardRecoverPage.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Wizards\DRWizards\DRFailoverWizardReportPage.ja.resx">
<DependentUpon>DRFailoverWizardReportPage.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Wizards\DRWizards\DRFailoverWizardReportPage.resx">
<DependentUpon>DRFailoverWizardReportPage.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Wizards\DRWizards\DRFailoverWizardReportPage.zh-CN.resx">
<DependentUpon>DRFailoverWizardReportPage.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Wizards\DRWizards\DRFailoverWizardStoragePage.ja.resx">
<DependentUpon>DRFailoverWizardStoragePage.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Wizards\DRWizards\DRFailoverWizardStoragePage.resx">
<DependentUpon>DRFailoverWizardStoragePage.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Wizards\DRWizards\DRFailoverWizardStoragePage.zh-CN.resx">
<DependentUpon>DRFailoverWizardStoragePage.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Wizards\DRWizards\DRFailoverWizardWelcomePage.ja.resx">
<DependentUpon>DRFailoverWizardWelcomePage.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Wizards\DRWizards\DRFailoverWizardWelcomePage.resx">
<DependentUpon>DRFailoverWizardWelcomePage.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Wizards\DRWizards\DRFailoverWizardWelcomePage.zh-CN.resx">
<DependentUpon>DRFailoverWizardWelcomePage.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Wizards\ExportWizard\ExportAppliancePage.zh-CN.resx">
<DependentUpon>ExportAppliancePage.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Wizards\ExportWizard\ExportApplianceWizard.zh-CN.resx">
<DependentUpon>ExportApplianceWizard.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Wizards\ExportWizard\ExportEulaPage.zh-CN.resx">
<DependentUpon>ExportEulaPage.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Wizards\ExportWizard\ExportFinishPage.zh-CN.resx">
<DependentUpon>ExportFinishPage.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Wizards\ExportWizard\ExportOptionsPage.zh-CN.resx">
<DependentUpon>ExportOptionsPage.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Wizards\ExportWizard\ExportSelectVMsPage.zh-CN.resx">
<DependentUpon>ExportSelectVMsPage.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Wizards\GenericPages\LunPerVdiMappingPage.ja.resx">
<DependentUpon>LunPerVdiMappingPage.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Wizards\GenericPages\LunPerVdiMappingPage.resx">
<DependentUpon>LunPerVdiMappingPage.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Wizards\GenericPages\LunPerVdiMappingPage.zh-CN.resx">
<DependentUpon>LunPerVdiMappingPage.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Wizards\GenericPages\NewVMGroupVMsPageBase.ja.resx">
<DependentUpon>NewVMGroupVMsPageBase.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Wizards\GenericPages\NewVMGroupVMsPageBase.resx">
<DependentUpon>NewVMGroupVMsPageBase.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Wizards\GenericPages\NewVMGroupVMsPageBase.zh-CN.resx">
<DependentUpon>NewVMGroupVMsPageBase.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Wizards\GenericPages\RBACWarningPage.ja.resx">
<DependentUpon>RBACWarningPage.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Wizards\GenericPages\RBACWarningPage.zh-CN.resx">
<DependentUpon>RBACWarningPage.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Wizards\HAWizard.ja.resx">
<DependentUpon>HAWizard.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Wizards\HAWizard.zh-CN.resx">
<DependentUpon>HAWizard.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Wizards\HAWizard_Pages\AssignPriorities.ja.resx">
<DependentUpon>AssignPriorities.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Wizards\HAWizard_Pages\AssignPriorities.zh-CN.resx">
<DependentUpon>AssignPriorities.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Wizards\HAWizard_Pages\ChooseSR.ja.resx">
<DependentUpon>ChooseSR.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Wizards\HAWizard_Pages\ChooseSR.zh-CN.resx">
<DependentUpon>ChooseSR.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Wizards\HAWizard_Pages\HAFinishPage.ja.resx">
<DependentUpon>HAFinishPage.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Wizards\HAWizard_Pages\HAFinishPage.resx">
<DependentUpon>HAFinishPage.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Wizards\HAWizard_Pages\HAFinishPage.zh-CN.resx">
<DependentUpon>HAFinishPage.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Wizards\HAWizard_Pages\Intro.ja.resx">
<DependentUpon>Intro.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Wizards\HAWizard_Pages\Intro.zh-CN.resx">
<DependentUpon>Intro.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Wizards\ImportWizard\GlobalSelectHost.ja.resx">
<DependentUpon>GlobalSelectHost.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Wizards\ImportWizard\GlobalSelectHost.resx">
<DependentUpon>GlobalSelectHost.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Wizards\ImportWizard\GlobalSelectHost.zh-CN.resx">
<DependentUpon>GlobalSelectHost.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Wizards\ImportWizard\NetworkPickerPage.ja.resx">
<DependentUpon>NetworkPickerPage.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Wizards\ImportWizard\NetworkPickerPage.resx">
<DependentUpon>NetworkPickerPage.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Wizards\ImportWizard\NetworkPickerPage.zh-CN.resx">
<DependentUpon>NetworkPickerPage.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Wizards\ImportWizard\StoragePickerPage.ja.resx">
<DependentUpon>StoragePickerPage.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Wizards\ImportWizard\StoragePickerPage.resx">
<DependentUpon>StoragePickerPage.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Wizards\ImportWizard\StoragePickerPage.zh-CN.resx">
<DependentUpon>StoragePickerPage.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Wizards\ImportWizard\ImageVMConfigPage.zh-CN.resx">
<DependentUpon>ImageVMConfigPage.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Wizards\ImportWizard\ImportEulaPage.zh-CN.resx">
<DependentUpon>ImportEulaPage.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Wizards\ImportWizard\ImportFinishPage.ja.resx">
<DependentUpon>ImportFinishPage.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Wizards\ImportWizard\ImportFinishPage.resx">
<DependentUpon>ImportFinishPage.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Wizards\ImportWizard\ImportFinishPage.zh-CN.resx">
<DependentUpon>ImportFinishPage.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Wizards\ImportWizard\ImportOptionsPage.zh-CN.resx">
<DependentUpon>ImportOptionsPage.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Wizards\ImportWizard\ImportSecurityPage.zh-CN.resx">
<DependentUpon>ImportSecurityPage.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Wizards\GenericPages\SelectMultipleVMDestinationPage.zh-CN.resx">
<DependentUpon>SelectMultipleVMDestinationPage.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Wizards\GenericPages\SelectMultipleVMNetworkPage.zh-CN.resx">
<DependentUpon>SelectMultipleVMNetworkPage.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Wizards\GenericPages\SelectVMStorageWithMultipleVirtualDisksPage.zh-CN.resx">
<DependentUpon>SelectVMStorageWithMultipleVirtualDisksPage.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Wizards\ImportWizard\ImportSourcePage.zh-CN.resx">
<DependentUpon>ImportSourcePage.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Wizards\ImportWizard\ImportWizard.zh-CN.resx">
<DependentUpon>ImportWizard.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Wizards\NewNetworkWizard.ja.resx">
<DependentUpon>NewNetworkWizard.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Wizards\NewNetworkWizard.zh-CN.resx">
<DependentUpon>NewNetworkWizard.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Wizards\NewNetworkWizard_Pages\NetWBondDetails.ja.resx">
<DependentUpon>NetWBondDetails.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Wizards\NewNetworkWizard_Pages\NetWBondDetails.zh-CN.resx">
<DependentUpon>NetWBondDetails.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Wizards\NewNetworkWizard_Pages\NetWChinDetails.ja.resx">
<DependentUpon>NetWChinDetails.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Wizards\NewNetworkWizard_Pages\NetWChinDetails.resx">
<DependentUpon>NetWChinDetails.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Wizards\NewNetworkWizard_Pages\NetWChinDetails.zh-CN.resx">
<DependentUpon>NetWChinDetails.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Wizards\NewNetworkWizard_Pages\NetWDetails.ja.resx">
<DependentUpon>NetWDetails.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Wizards\NewNetworkWizard_Pages\NetWDetails.zh-CN.resx">
<DependentUpon>NetWDetails.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Wizards\NewNetworkWizard_Pages\NetWName.ja.resx">
<DependentUpon>NetWName.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Wizards\NewNetworkWizard_Pages\NetWName.zh-CN.resx">
<DependentUpon>NetWName.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Wizards\NewNetworkWizard_Pages\NetWTypeSelect.ja.resx">
<DependentUpon>NetWTypeSelect.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Wizards\NewNetworkWizard_Pages\NetWTypeSelect.zh-CN.resx">
<DependentUpon>NetWTypeSelect.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Wizards\NewPolicyWizard\DaysWeekCheckboxes.ja.resx">
<DependentUpon>DaysWeekCheckboxes.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Wizards\NewPolicyWizard\DaysWeekCheckboxes.resx">
<DependentUpon>DaysWeekCheckboxes.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Wizards\NewPolicyWizard\DaysWeekCheckboxes.zh-CN.resx">
<DependentUpon>DaysWeekCheckboxes.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Wizards\NewPolicyWizard\NewPolicyFinishPage.ja.resx">
<DependentUpon>NewPolicyFinishPage.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Wizards\NewPolicyWizard\NewPolicyFinishPage.resx">
<DependentUpon>NewPolicyFinishPage.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Wizards\NewPolicyWizard\NewPolicyFinishPage.zh-CN.resx">
<DependentUpon>NewPolicyFinishPage.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Wizards\NewPolicyWizard\NewPolicyPolicyNamePage.ja.resx">
<DependentUpon>NewPolicyPolicyNamePage.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Wizards\NewPolicyWizard\NewPolicyPolicyNamePage.zh-CN.resx">
<DependentUpon>NewPolicyPolicyNamePage.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Wizards\NewPolicyWizard\NewPolicySnapshotFrequencyPage.ja.resx">
<DependentUpon>NewPolicySnapshotFrequencyPage.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Wizards\NewPolicyWizard\NewPolicySnapshotFrequencyPage.zh-CN.resx">
<DependentUpon>NewPolicySnapshotFrequencyPage.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Wizards\NewPolicyWizard\NewPolicySnapshotTypePage.ja.resx">
<DependentUpon>NewPolicySnapshotTypePage.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Wizards\NewPolicyWizard\NewPolicySnapshotTypePage.zh-CN.resx">
<DependentUpon>NewPolicySnapshotTypePage.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Wizards\NewPolicyWizard\NewPolicyWizard.ja.resx">
<DependentUpon>NewPolicyWizard.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Wizards\NewPolicyWizard\NewPolicyWizard.resx">
<DependentUpon>NewPolicyWizard.cs</DependentUpon>
<SubType>Designer</SubType>
</EmbeddedResource>
<EmbeddedResource Include="Wizards\NewPolicyWizard\NewPolicyPolicyNamePage.resx">
<DependentUpon>NewPolicyPolicyNamePage.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Wizards\NewPolicyWizard\NewPolicySnapshotFrequencyPage.resx">
<DependentUpon>NewPolicySnapshotFrequencyPage.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Wizards\NewPolicyWizard\NewPolicySnapshotTypePage.resx">
<DependentUpon>NewPolicySnapshotTypePage.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Wizards\NewPolicyWizard\NewPolicyWizard.zh-CN.resx">
<DependentUpon>NewPolicyWizard.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Wizards\NewSRWizard.ja.resx">
<DependentUpon>NewSRWizard.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Wizards\NewSRWizard.zh-CN.resx">
<DependentUpon>NewSRWizard.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Wizards\NewSRWizard_Pages\ChooseSrTypePage.ja.resx">
<DependentUpon>ChooseSrTypePage.cs</DependentUpon>
<SubType>Designer</SubType>
</EmbeddedResource>
<EmbeddedResource Include="Wizards\NewSRWizard_Pages\ChooseSrTypePage.resx">
<DependentUpon>ChooseSrTypePage.cs</DependentUpon>
<SubType>Designer</SubType>
</EmbeddedResource>
<EmbeddedResource Include="Wizards\NewSRWizard_Pages\ChooseSrTypePage.zh-CN.resx">
<DependentUpon>ChooseSrTypePage.cs</DependentUpon>
<SubType>Designer</SubType>
</EmbeddedResource>
<EmbeddedResource Include="Wizards\NewSRWizard_Pages\Frontends\CIFS_ISO.ja.resx">
<DependentUpon>CIFS_ISO.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Wizards\NewSRWizard_Pages\Frontends\CIFS_ISO.zh-CN.resx">
<DependentUpon>CIFS_ISO.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Wizards\NewSRWizard_Pages\Frontends\LVMoHBA.ja.resx">
<DependentUpon>LVMoHBA.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Wizards\NewSRWizard_Pages\Frontends\LVMoHBA.zh-CN.resx">
<DependentUpon>LVMoHBA.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Wizards\NewSRWizard_Pages\Frontends\LVMoHBASummary.ja.resx">
<DependentUpon>LVMoHBASummary.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Wizards\NewSRWizard_Pages\Frontends\LVMoHBASummary.resx">
<DependentUpon>LVMoHBASummary.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Wizards\NewSRWizard_Pages\Frontends\LVMoHBASummary.zh-CN.resx">
<DependentUpon>LVMoHBASummary.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Wizards\NewSRWizard_Pages\Frontends\LVMoISCSI.ja.resx">
<DependentUpon>LVMoISCSI.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Wizards\NewSRWizard_Pages\Frontends\LVMoISCSI.zh-CN.resx">
<DependentUpon>LVMoISCSI.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Wizards\NewSRWizard_Pages\Frontends\NFS_ISO.ja.resx">
<DependentUpon>NFS_ISO.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Wizards\NewSRWizard_Pages\Frontends\NFS_ISO.zh-CN.resx">
<DependentUpon>NFS_ISO.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Wizards\NewSRWizard_Pages\Frontends\VHDoNFS.ja.resx">
<DependentUpon>VHDoNFS.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Wizards\NewSRWizard_Pages\Frontends\VHDoNFS.zh-CN.resx">
<DependentUpon>VHDoNFS.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Wizards\NewSRWizard_Pages\NewSrWizardNamePage.ja.resx">
<DependentUpon>NewSrWizardNamePage.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Wizards\NewSRWizard_Pages\NewSrWizardNamePage.resx">
<DependentUpon>NewSrWizardNamePage.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Wizards\NewSRWizard_Pages\NewSrWizardNamePage.zh-CN.resx">
<DependentUpon>NewSrWizardNamePage.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Wizards\NewVMApplianceWizard\NewVMApplianceFinishPage.ja.resx">
<DependentUpon>NewVMApplianceFinishPage.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Wizards\NewVMApplianceWizard\NewVMApplianceFinishPage.resx">
<DependentUpon>NewVMApplianceFinishPage.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Wizards\NewVMApplianceWizard\NewVMApplianceFinishPage.zh-CN.resx">
<DependentUpon>NewVMApplianceFinishPage.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Wizards\NewVMApplianceWizard\NewVMApplianceNamePage.ja.resx">
<DependentUpon>NewVMApplianceNamePage.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Wizards\NewVMApplianceWizard\NewVMApplianceNamePage.resx">
<DependentUpon>NewVMApplianceNamePage.cs</DependentUpon>
<SubType>Designer</SubType>
</EmbeddedResource>
<EmbeddedResource Include="Wizards\NewVMApplianceWizard\NewVMApplianceNamePage.zh-CN.resx">
<DependentUpon>NewVMApplianceNamePage.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Wizards\NewVMApplianceWizard\NewVMApplianceVMOrderAndDelaysPage.ja.resx">
<DependentUpon>NewVMApplianceVMOrderAndDelaysPage.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Wizards\NewVMApplianceWizard\NewVMApplianceVMOrderAndDelaysPage.resx">
<DependentUpon>NewVMApplianceVMOrderAndDelaysPage.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Wizards\NewVMApplianceWizard\NewVMApplianceVMOrderAndDelaysPage.zh-CN.resx">
<DependentUpon>NewVMApplianceVMOrderAndDelaysPage.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Wizards\NewVMApplianceWizard\NewVMApplianceWizard.ja.resx">
<DependentUpon>NewVMApplianceWizard.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Wizards\NewVMApplianceWizard\NewVMApplianceWizard.resx">
<DependentUpon>NewVMApplianceWizard.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Wizards\NewVMApplianceWizard\NewVMApplianceWizard.zh-CN.resx">
<DependentUpon>NewVMApplianceWizard.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Wizards\NewVMWizard\NewVMWizard.ja.resx">
<DependentUpon>NewVMWizard.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Wizards\NewVMWizard\NewVMWizard.zh-CN.resx">
<DependentUpon>NewVMWizard.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Wizards\NewVMWizard\Page_CopyBiosStrings.ja.resx">
<DependentUpon>Page_CopyBiosStrings.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Wizards\NewVMWizard\Page_CopyBiosStrings.zh-CN.resx">
<DependentUpon>Page_CopyBiosStrings.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Wizards\NewVMWizard\Page_CpuMem.ja.resx">
<DependentUpon>Page_CpuMem.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Wizards\NewVMWizard\Page_CpuMem.zh-CN.resx">
<DependentUpon>Page_CpuMem.cs</DependentUpon>
<SubType>Designer</SubType>
</EmbeddedResource>
<EmbeddedResource Include="Wizards\NewVMWizard\Page_Finish.ja.resx">
<DependentUpon>Page_Finish.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Wizards\NewVMWizard\Page_Finish.zh-CN.resx">
<DependentUpon>Page_Finish.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Wizards\NewVMWizard\Page_HomeServer.ja.resx">
<DependentUpon>Page_HomeServer.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Wizards\NewVMWizard\Page_HomeServer.zh-CN.resx">
<DependentUpon>Page_HomeServer.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Wizards\NewVMWizard\Page_InstallationMedia.ja.resx">
<DependentUpon>Page_InstallationMedia.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Wizards\NewVMWizard\Page_InstallationMedia.zh-CN.resx">
<DependentUpon>Page_InstallationMedia.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Wizards\NewVMWizard\Page_Name.ja.resx">
<DependentUpon>Page_Name.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Wizards\NewVMWizard\Page_Name.zh-CN.resx">
<DependentUpon>Page_Name.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Wizards\NewVMWizard\Page_Networking.ja.resx">
<DependentUpon>Page_Networking.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Wizards\NewVMWizard\Page_Networking.zh-CN.resx">
<DependentUpon>Page_Networking.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Wizards\NewVMWizard\Page_Storage.ja.resx">
<DependentUpon>Page_Storage.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Wizards\NewVMWizard\Page_Storage.zh-CN.resx">
<DependentUpon>Page_Storage.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Wizards\NewVMWizard\Page_Template.ja.resx">
<DependentUpon>Page_Template.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Wizards\ExportWizard\ExportAppliancePage.ja.resx">
<DependentUpon>ExportAppliancePage.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Wizards\ExportWizard\ExportAppliancePage.resx">
<DependentUpon>ExportAppliancePage.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Wizards\ExportWizard\ExportEulaPage.ja.resx">
<DependentUpon>ExportEulaPage.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Wizards\ExportWizard\ExportEulaPage.resx">
<DependentUpon>ExportEulaPage.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Wizards\ExportWizard\ExportOptionsPage.ja.resx">
<DependentUpon>ExportOptionsPage.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Wizards\ExportWizard\ExportOptionsPage.resx">
<DependentUpon>ExportOptionsPage.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Wizards\ExportWizard\ExportSelectVMsPage.ja.resx">
<DependentUpon>ExportSelectVMsPage.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Wizards\ExportWizard\ExportSelectVMsPage.resx">
<DependentUpon>ExportSelectVMsPage.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Wizards\ExportWizard\ExportApplianceWizard.ja.resx">
<DependentUpon>ExportApplianceWizard.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Wizards\ExportWizard\ExportApplianceWizard.resx">
<DependentUpon>ExportApplianceWizard.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Wizards\ExportWizard\ExportFinishPage.ja.resx">
<DependentUpon>ExportFinishPage.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Wizards\ExportWizard\ExportFinishPage.resx">
<DependentUpon>ExportFinishPage.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Wizards\ImportWizard\ImportSourcePage.ja.resx">
<DependentUpon>ImportSourcePage.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Wizards\ImportWizard\ImportSourcePage.resx">
<DependentUpon>ImportSourcePage.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Wizards\ImportWizard\ImportWizard.ja.resx">
<DependentUpon>ImportWizard.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Wizards\ImportWizard\ImportWizard.resx">
<DependentUpon>ImportWizard.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Wizards\ImportWizard\ImportEulaPage.ja.resx">
<DependentUpon>ImportEulaPage.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Wizards\ImportWizard\ImportEulaPage.resx">
<DependentUpon>ImportEulaPage.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Wizards\ImportWizard\ImportOptionsPage.ja.resx">
<DependentUpon>ImportOptionsPage.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Wizards\ImportWizard\ImportOptionsPage.resx">
<DependentUpon>ImportOptionsPage.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Wizards\ImportWizard\ImportSecurityPage.ja.resx">
<DependentUpon>ImportSecurityPage.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Wizards\ImportWizard\ImportSecurityPage.resx">
<DependentUpon>ImportSecurityPage.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Wizards\GenericPages\SelectMultipleVMDestinationPage.ja.resx">
<DependentUpon>SelectMultipleVMDestinationPage.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Wizards\GenericPages\SelectMultipleVMDestinationPage.resx">
<DependentUpon>SelectMultipleVMDestinationPage.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Wizards\GenericPages\SelectMultipleVMNetworkPage.ja.resx">
<DependentUpon>SelectMultipleVMNetworkPage.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Wizards\GenericPages\SelectMultipleVMNetworkPage.resx">
<DependentUpon>SelectMultipleVMNetworkPage.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Wizards\GenericPages\SelectVMStorageWithMultipleVirtualDisksPage.ja.resx">
<DependentUpon>SelectVMStorageWithMultipleVirtualDisksPage.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Wizards\GenericPages\SelectVMStorageWithMultipleVirtualDisksPage.resx">
<DependentUpon>SelectVMStorageWithMultipleVirtualDisksPage.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Wizards\ImportWizard\ImageVMConfigPage.ja.resx">
<DependentUpon>ImageVMConfigPage.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Wizards\ImportWizard\ImageVMConfigPage.resx">
<DependentUpon>ImageVMConfigPage.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Wizards\NewVMWizard\Page_Template.zh-CN.resx">
<DependentUpon>Page_Template.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Wizards\WizardProgress.ja.resx">
<DependentUpon>WizardProgress.cs</DependentUpon>
<SubType>Designer</SubType>
</EmbeddedResource>
<EmbeddedResource Include="Wizards\WizardProgress.zh-CN.resx">
<DependentUpon>WizardProgress.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Wizards\XenWizardBase.ja.resx">
<DependentUpon>XenWizardBase.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Wizards\XenWizardBase.zh-CN.resx">
<DependentUpon>XenWizardBase.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Dialogs\Wlb\WorkloadReports.ja.resx">
<DependentUpon>WorkloadReports.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Dialogs\Wlb\WorkloadReports.resx">
<DependentUpon>WorkloadReports.cs</DependentUpon>
<SubType>Designer</SubType>
</EmbeddedResource>
<EmbeddedResource Include="Dialogs\Wlb\WorkloadReports.zh-CN.resx">
<DependentUpon>WorkloadReports.cs</DependentUpon>
</EmbeddedResource>
<None Include="Images\VMTemplate_h32bit_32.png" />
<None Include="Resources\splash.png" />
<None Include="Resources\splash.bmp" />
<Content Include="TestResources\console.png">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<None Include="..\Branding\Images\wizard_background.png">
<Link>Images\wizard_background.png</Link>
</None>
<None Include="TestResources\vmexport.bin">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\XenCenterLib\XenCenterLib.csproj">
<Project>{9861DFA1-B41F-432D-A43F-226257DEBBB9}</Project>
<Name>XenCenterLib</Name>
</ProjectReference>
<ProjectReference Include="..\XenModel\XenModel.csproj">
<Project>{B306FC59-4441-4A5F-9F54-D3F68D4EE38D}</Project>
<Name>XenModel</Name>
</ProjectReference>
<ProjectReference Include="..\XenOvfApi\XenOvfApi.csproj">
<Project>{2D78AC6C-B867-484A-A447-3C6FC8B8EAF7}</Project>
<Name>XenOvfApi</Name>
</ProjectReference>
</ItemGroup>
<ItemGroup>
<BootstrapperPackage Include="Microsoft.Net.Client.3.5">
<Visible>False</Visible>
<ProductName>.NET Framework Client Profile</ProductName>
<Install>false</Install>
</BootstrapperPackage>
<BootstrapperPackage Include="Microsoft.Net.Framework.2.0">
<Visible>False</Visible>
<ProductName>.NET Framework 2.0 %28x86%29</ProductName>
<Install>false</Install>
</BootstrapperPackage>
<BootstrapperPackage Include="Microsoft.Net.Framework.3.0">
<Visible>False</Visible>
<ProductName>.NET Framework 3.0 %28x86%29</ProductName>
<Install>false</Install>
</BootstrapperPackage>
<BootstrapperPackage Include="Microsoft.Net.Framework.3.5">
<Visible>False</Visible>
<ProductName>.NET Framework 3.5</ProductName>
<Install>false</Install>
</BootstrapperPackage>
<BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
<Visible>False</Visible>
<ProductName>.NET Framework 3.5 SP1</ProductName>
<Install>true</Install>
</BootstrapperPackage>
<BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
<Visible>False</Visible>
<ProductName>Windows Installer 3.1</ProductName>
<Install>true</Install>
</BootstrapperPackage>
</ItemGroup>
<ItemGroup />
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets.
<Target Name="BeforeBuild">
</Target>
<Target Name="AfterBuild">
</Target>
-->
<PropertyGroup>
<PostBuildEvent>copy "$(ProjectDir)\ReportViewer\resource_report.rdlc" "$(TargetDir)"</PostBuildEvent>
</PropertyGroup>
</Project>