2013-06-24 13:41:48 +02:00
|
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2013-12-05 15:44:59 +01:00
|
|
|
|
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
2013-06-24 13:41:48 +02:00
|
|
|
|
<PropertyGroup>
|
|
|
|
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
|
|
|
|
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
|
|
|
|
<ProductVersion>9.0.30729</ProductVersion>
|
|
|
|
|
<SchemaVersion>2.0</SchemaVersion>
|
|
|
|
|
<ProjectGuid>{B306FC59-4441-4A5F-9F54-D3F68D4EE38D}</ProjectGuid>
|
|
|
|
|
<OutputType>Library</OutputType>
|
|
|
|
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
|
|
|
|
<RootNamespace>XenAdmin</RootNamespace>
|
|
|
|
|
<AssemblyName>XenModel</AssemblyName>
|
2015-07-30 13:40:59 +02:00
|
|
|
|
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
|
2013-06-24 13:41:48 +02:00
|
|
|
|
<FileAlignment>512</FileAlignment>
|
2013-12-05 15:44:59 +01:00
|
|
|
|
<FileUpgradeFlags>
|
|
|
|
|
</FileUpgradeFlags>
|
|
|
|
|
<OldToolsVersion>3.5</OldToolsVersion>
|
|
|
|
|
<UpgradeBackupLocation />
|
|
|
|
|
<TargetFrameworkProfile />
|
2013-06-24 13:41:48 +02:00
|
|
|
|
</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>
|
2015-07-30 13:40:59 +02:00
|
|
|
|
<Prefer32Bit>false</Prefer32Bit>
|
2013-06-24 13:41:48 +02:00
|
|
|
|
</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>
|
|
|
|
|
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
|
2015-07-30 13:40:59 +02:00
|
|
|
|
<Prefer32Bit>false</Prefer32Bit>
|
2013-06-24 13:41:48 +02:00
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<Reference Include="CookComputing.XmlRpcV2, Version=0.0.0.0, Culture=neutral, processorArchitecture=MSIL">
|
|
|
|
|
<SpecificVersion>False</SpecificVersion>
|
|
|
|
|
<HintPath>..\xml-rpc.net\obj\release\CookComputing.XmlRpcV2.dll</HintPath>
|
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="log4net, Version=1.2.10.0, Culture=neutral, PublicKeyToken=1b44e1d426115821, processorArchitecture=MSIL">
|
|
|
|
|
<SpecificVersion>False</SpecificVersion>
|
|
|
|
|
<HintPath>..\log4net\build\bin\net\2.0\release\log4net.dll</HintPath>
|
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="System" />
|
|
|
|
|
<Reference Include="System.Core">
|
|
|
|
|
<RequiredTargetFramework>3.5</RequiredTargetFramework>
|
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="System.Drawing" />
|
2015-07-14 07:59:35 +02:00
|
|
|
|
<Reference Include="System.ServiceProcess" />
|
2015-06-02 15:48:59 +02:00
|
|
|
|
<Reference Include="System.Web.Extensions" />
|
2013-06-24 13:41:48 +02:00
|
|
|
|
<Reference Include="System.Web.Services" />
|
|
|
|
|
<Reference Include="System.Xml" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<Compile Include="Actions\Action.cs" />
|
2015-07-29 10:12:46 +02:00
|
|
|
|
<Compile Include="Actions\HealthCheck\HealthCheckAuthenticationAction.cs" />
|
|
|
|
|
<Compile Include="Actions\HealthCheck\SaveHealthCheckSettingsAction.cs" />
|
|
|
|
|
<Compile Include="Actions\HealthCheck\TransferHealthCheckSettingAction.cs" />
|
2015-11-30 12:53:54 +01:00
|
|
|
|
<Compile Include="Actions\HealthCheck\TransferProxySettingsAction.cs" />
|
2015-08-27 01:30:02 +02:00
|
|
|
|
<Compile Include="Actions\HealthCheck\GetHealthCheckAnalysisResultAction.cs" />
|
2015-07-29 10:12:46 +02:00
|
|
|
|
<Compile Include="Actions\HealthCheck\UploadServerStatusReportAction.cs" />
|
|
|
|
|
<Compile Include="Actions\HealthCheck\XenServerHealthCheckUpload.cs" />
|
2013-06-24 13:41:48 +02:00
|
|
|
|
<Compile Include="Actions\CancellingAction.cs" />
|
2014-12-05 11:12:29 +01:00
|
|
|
|
<Compile Include="Actions\DockerContainer\DockerContainerLifetimeAction.cs" />
|
2015-02-25 13:44:03 +01:00
|
|
|
|
<Compile Include="Actions\DockerContainer\ExecuteContainerPluginAction.cs" />
|
2015-02-06 18:46:58 +01:00
|
|
|
|
<Compile Include="Actions\DockerContainer\VMEnlightenmentAction.cs" />
|
2013-06-24 13:41:48 +02:00
|
|
|
|
<Compile Include="Actions\DR\GetMetadataVDIsAction.cs" />
|
|
|
|
|
<Compile Include="Actions\DR\DrTaskCreateAction.cs" />
|
|
|
|
|
<Compile Include="Actions\DR\DrRecoverAction.cs" />
|
|
|
|
|
<Compile Include="Actions\DR\VdiLoadMetadataAction.cs" />
|
|
|
|
|
<Compile Include="Actions\Folders\FolderAction.cs" />
|
2013-11-14 12:11:24 +01:00
|
|
|
|
<Compile Include="Actions\GPU\VgpuConfigurationAction.cs" />
|
2013-06-24 13:41:48 +02:00
|
|
|
|
<Compile Include="Actions\Host\ApplyLicenseEditionAction.cs" />
|
|
|
|
|
<Compile Include="Actions\Host\DestroyHostAction.cs" />
|
|
|
|
|
<Compile Include="Actions\Host\EnableHostAction.cs" />
|
|
|
|
|
<Compile Include="Actions\Host\EvacuateHostAction.cs" />
|
|
|
|
|
<Compile Include="Actions\Host\HostAbstractAction.cs" />
|
|
|
|
|
<Compile Include="Actions\Host\HostWithStatus.cs" />
|
|
|
|
|
<Compile Include="Actions\Host\RebootHostAction.cs" />
|
|
|
|
|
<Compile Include="Actions\Host\RestartToolstackAction.cs" />
|
|
|
|
|
<Compile Include="Actions\Host\ShutdownHostAction.cs" />
|
|
|
|
|
<Compile Include="Actions\Host\SystemStatusAction.cs" />
|
|
|
|
|
<Compile Include="Actions\Host\TestLocationInstallerAction.cs" />
|
2015-02-25 14:01:03 +01:00
|
|
|
|
<Compile Include="Actions\Host\UpdateIntegratedGpuPassthroughAction.cs" />
|
2013-06-24 13:41:48 +02:00
|
|
|
|
<Compile Include="Actions\Message\DestroyMessageAction.cs" />
|
|
|
|
|
<Compile Include="Actions\Host\HostBackupRestoreAction.cs" />
|
|
|
|
|
<Compile Include="Actions\Host\SingleHostStatusAction.cs" />
|
|
|
|
|
<Compile Include="Actions\MultipleAction.cs" />
|
|
|
|
|
<Compile Include="Actions\MultipleActionLauncher.cs" />
|
|
|
|
|
<Compile Include="Actions\ParallelAction.cs" />
|
|
|
|
|
<Compile Include="Actions\Pool\AddHostToPoolAction.cs" />
|
|
|
|
|
<Compile Include="Actions\Pool\CreatePoolAction.cs" />
|
|
|
|
|
<Compile Include="Actions\Pool\PoolAction.cs" />
|
2013-11-14 11:35:48 +01:00
|
|
|
|
<Compile Include="Actions\Pool\SetGpuPlacementPolicyAction.cs" />
|
2015-08-19 09:53:15 +02:00
|
|
|
|
<Compile Include="Actions\Pool\SetSslLegacyAction.cs" />
|
2015-02-05 18:01:14 +01:00
|
|
|
|
<Compile Include="Actions\Pool_Patch\CheckDiskSpaceForPatchUploadAction.cs" />
|
|
|
|
|
<Compile Include="Actions\Pool_Patch\CleanupDiskSpaceAction.cs" />
|
|
|
|
|
<Compile Include="Actions\Pool_Patch\GetDiskSpaceRequirementsAction.cs" />
|
2016-03-03 12:34:00 +01:00
|
|
|
|
<Compile Include="Actions\Pool_Patch\PoolPatchCleanAction.cs" />
|
2016-10-04 15:58:54 +02:00
|
|
|
|
<Compile Include="Actions\Pool_update\ApplyUpdateAction.cs" />
|
2015-01-26 16:43:36 +01:00
|
|
|
|
<Compile Include="Actions\SupplementalPack\InstallSupplementalPackAction.cs" />
|
|
|
|
|
<Compile Include="Actions\SupplementalPack\UploadSupplementalPackAction.cs" />
|
2013-06-24 13:41:48 +02:00
|
|
|
|
<Compile Include="Actions\Pool_Patch\ApplyPatchAction.cs" />
|
|
|
|
|
<Compile Include="Actions\Pool_Patch\CopyPatchFromHostToOther.cs" />
|
|
|
|
|
<Compile Include="Actions\Pool_Patch\UploadPatchAction.cs" />
|
|
|
|
|
<Compile Include="Actions\ProduceConsumerQueue.cs" />
|
2014-06-24 12:32:36 +02:00
|
|
|
|
<Compile Include="Actions\SR\SrTrimAction.cs" />
|
2013-06-24 13:41:48 +02:00
|
|
|
|
<Compile Include="Actions\StorageLink\SrCslgAdaptersScanAction.cs" />
|
|
|
|
|
<Compile Include="Actions\Updates\DownloadAndUnzipXenServerPatchAction.cs" />
|
|
|
|
|
<Compile Include="Actions\Updates\DownloadUpdatesXmlAction.cs" />
|
|
|
|
|
<Compile Include="Actions\Updates\XenCenterVersion.cs" />
|
|
|
|
|
<Compile Include="Actions\Updates\XenServerPatch.cs" />
|
|
|
|
|
<Compile Include="Actions\Updates\XenServerVersion.cs" />
|
|
|
|
|
<Compile Include="Actions\VBD\VbdEditAction.cs" />
|
|
|
|
|
<Compile Include="Actions\VBD\VbdSaveAndPlugAction.cs" />
|
|
|
|
|
<Compile Include="Actions\DR\VdiOpenDatabaseAction.cs" />
|
|
|
|
|
<Compile Include="Actions\VDI\BatchingMigrateVirtualDiskManager.cs" />
|
|
|
|
|
<Compile Include="Actions\VDI\CreateDiskAction.cs" />
|
|
|
|
|
<Compile Include="Actions\VDI\MigrateVirtualDiskAction.cs" />
|
|
|
|
|
<Compile Include="Actions\VMAppliances\AssignVMsToVMApplianceAction.cs" />
|
|
|
|
|
<Compile Include="Actions\VMAppliances\CreateVMApplianceAction.cs" />
|
|
|
|
|
<Compile Include="Actions\VMAppliances\DestroyVMApplianceAction.cs" />
|
|
|
|
|
<Compile Include="Actions\VMAppliances\ShutDownApplianceAction.cs" />
|
|
|
|
|
<Compile Include="Actions\VMAppliances\StartApplianceAction.cs" />
|
|
|
|
|
<Compile Include="Actions\VM\ChangeMemorySettingsAction.cs" />
|
|
|
|
|
<Compile Include="Actions\VM\CreateCdDriveAction.cs" />
|
|
|
|
|
<Compile Include="Actions\VM\CreateVMAction.cs" />
|
|
|
|
|
<Compile Include="Actions\VM\CreateVMFastAction.cs" />
|
|
|
|
|
<Compile Include="Actions\DR\ShutdownAndDestroyVmAppliancesAction.cs" />
|
|
|
|
|
<Compile Include="Actions\VM\ExportVmAction.cs" />
|
|
|
|
|
<Compile Include="Actions\VM\GpuAssignAction.cs" />
|
|
|
|
|
<Compile Include="Actions\VM\ImportVmAction.cs" />
|
|
|
|
|
<Compile Include="Actions\VM\ResumeAndStartVMsAction.cs" />
|
|
|
|
|
<Compile Include="Actions\VM\SetVMStartupOptionsAction.cs" />
|
|
|
|
|
<Compile Include="Actions\DR\StartVMsAndAppliancesAction.cs" />
|
|
|
|
|
<Compile Include="Actions\DR\ShutdownAndDestroyVMsAction.cs" />
|
|
|
|
|
<Compile Include="Actions\VM\VMCrossPoolMigrateAction.cs" />
|
|
|
|
|
<Compile Include="Actions\VM\VMSnapshotCreateAction.cs" />
|
|
|
|
|
<Compile Include="Actions\VM\VMStartAction.cs" />
|
|
|
|
|
<Compile Include="Actions\ZipStatusReportAction.cs" />
|
|
|
|
|
<Compile Include="Alerts\Types\Alert.cs" />
|
2015-02-04 10:48:32 +01:00
|
|
|
|
<Compile Include="DockerContainers.cs" />
|
2013-06-24 13:41:48 +02:00
|
|
|
|
<Compile Include="CustomFields\CustomField.cs" />
|
|
|
|
|
<Compile Include="CustomFields\CustomFieldDefinition.cs" />
|
|
|
|
|
<Compile Include="CustomFields\CustomFieldsCache.cs" />
|
|
|
|
|
<Compile Include="CustomFields\CustomFieldsManager.cs" />
|
2014-12-05 11:11:17 +01:00
|
|
|
|
<Compile Include="DockerContainer.cs" />
|
2013-06-24 13:41:48 +02:00
|
|
|
|
<Compile Include="Folders.cs" />
|
2015-08-11 20:06:58 +02:00
|
|
|
|
<Compile Include="FriendlyNames.Designer.cs">
|
|
|
|
|
<AutoGen>True</AutoGen>
|
|
|
|
|
<DesignTime>True</DesignTime>
|
|
|
|
|
<DependentUpon>FriendlyNames.resx</DependentUpon>
|
|
|
|
|
</Compile>
|
2015-08-21 16:18:18 +02:00
|
|
|
|
<Compile Include="HealthCheckSettings.cs" />
|
2013-06-24 13:41:48 +02:00
|
|
|
|
<Compile Include="InvokeHelper.cs" />
|
|
|
|
|
<Compile Include="Mappings\LiveMigrateOptionsVmMapping.cs" />
|
|
|
|
|
<Compile Include="Mappings\VmMapping.cs" />
|
2015-10-26 19:09:38 +01:00
|
|
|
|
<Compile Include="Messages.Designer.cs">
|
|
|
|
|
<AutoGen>True</AutoGen>
|
|
|
|
|
<DesignTime>True</DesignTime>
|
|
|
|
|
<DependentUpon>Messages.resx</DependentUpon>
|
|
|
|
|
</Compile>
|
2013-06-24 13:41:48 +02:00
|
|
|
|
<Compile Include="Network\Cache.cs" />
|
|
|
|
|
<Compile Include="Network\ConnectTask.cs" />
|
|
|
|
|
<Compile Include="Network\Heartbeat.cs" />
|
|
|
|
|
<Compile Include="Network\HTTPHelper.cs" />
|
|
|
|
|
<Compile Include="Network\ConnectionsManager.cs" />
|
|
|
|
|
<Compile Include="Network\SessionFactory.cs" />
|
|
|
|
|
<Compile Include="Network\XenConnection.cs" />
|
|
|
|
|
<Compile Include="OtherConfigWatcher.cs" />
|
|
|
|
|
<Compile Include="PoolJoinRules.cs" />
|
|
|
|
|
<Compile Include="ServerDBs\Db.cs" />
|
|
|
|
|
<Compile Include="ServerDBs\Db.Dictionaries.cs" />
|
|
|
|
|
<Compile Include="ServerDBs\DbProxy.cs" />
|
|
|
|
|
<Compile Include="ServerDBs\DbProxyInvokingEventArgs.cs" />
|
|
|
|
|
<Compile Include="ServerDBs\FakeAPI\ActivationKeyParser.cs" />
|
|
|
|
|
<Compile Include="ServerDBs\FakeAPI\fakeAuth.cs" />
|
|
|
|
|
<Compile Include="ServerDBs\FakeAPI\fakeEvent.cs" />
|
|
|
|
|
<Compile Include="ServerDBs\FakeAPI\fakeHost.cs" />
|
|
|
|
|
<Compile Include="ServerDBs\FakeAPI\fakeHost_Patch.cs" />
|
|
|
|
|
<Compile Include="ServerDBs\FakeAPI\fakeNetwork.cs" />
|
|
|
|
|
<Compile Include="ServerDBs\FakeAPI\fakePBD.cs" />
|
|
|
|
|
<Compile Include="ServerDBs\FakeAPI\fakePool.cs" />
|
|
|
|
|
<Compile Include="ServerDBs\FakeAPI\fakePool_Patch.cs" />
|
|
|
|
|
<Compile Include="ServerDBs\FakeAPI\fakeSecret.cs" />
|
|
|
|
|
<Compile Include="ServerDBs\FakeAPI\fakeSession.cs" />
|
|
|
|
|
<Compile Include="ServerDBs\FakeAPI\fakeSR.cs" />
|
|
|
|
|
<Compile Include="ServerDBs\FakeAPI\fakeTask.cs" />
|
|
|
|
|
<Compile Include="ServerDBs\FakeAPI\fakeUnknown.cs" />
|
|
|
|
|
<Compile Include="ServerDBs\FakeAPI\fakeVBD.cs" />
|
|
|
|
|
<Compile Include="ServerDBs\FakeAPI\fakeVDI.cs" />
|
|
|
|
|
<Compile Include="ServerDBs\FakeAPI\fakeVIF.cs" />
|
|
|
|
|
<Compile Include="ServerDBs\FakeAPI\fakeVM.cs" />
|
|
|
|
|
<Compile Include="ServerDBs\FakeAPI\fakeXenObject.cs" />
|
|
|
|
|
<Compile Include="ServerDBs\HighLoadEventGenerator.cs" />
|
|
|
|
|
<Compile Include="ServerDBs\Parser.cs" />
|
|
|
|
|
<Compile Include="ServerDBs\ProxyMethodNameParser.cs" />
|
|
|
|
|
<Compile Include="ServerDBs\SimulatorWebProxy.cs" />
|
|
|
|
|
<Compile Include="ServerDBs\SimulatorWebStream.cs" />
|
|
|
|
|
<Compile Include="ServerDBs\StatusReportXmlDocReader.cs" />
|
|
|
|
|
<Compile Include="ServerDBs\TypeCache.cs" />
|
|
|
|
|
<Compile Include="StorageLinkAPI\StorageLinkAdapterBoston.cs" />
|
|
|
|
|
<Compile Include="StringExtensions.cs" />
|
|
|
|
|
<Compile Include="Tags.cs" />
|
|
|
|
|
<Compile Include="TimeSpanExtensions.cs" />
|
|
|
|
|
<Compile Include="Utils\AsyncServerTime.cs" />
|
|
|
|
|
<Compile Include="WLB\RetrieveWlbConfigurationAction.cs" />
|
|
|
|
|
<Compile Include="WLB\WlbHostEvacuationRecommendation.cs" />
|
|
|
|
|
<Compile Include="WLB\WlbOptimizationRecommendation.cs" />
|
|
|
|
|
<Compile Include="WLB\WlbReportAction.cs" />
|
|
|
|
|
<Compile Include="XenAdminConfigManager.cs" />
|
|
|
|
|
<Compile Include="Actions\AD\AddRemoveRolesAction.cs" />
|
|
|
|
|
<Compile Include="Actions\AD\AddRemoveSubjectsAction.cs" />
|
|
|
|
|
<Compile Include="Actions\AD\DisableAdAction.cs" />
|
|
|
|
|
<Compile Include="Actions\AD\EnableAdAction.cs" />
|
|
|
|
|
<Compile Include="Actions\AsyncAction.cs" />
|
|
|
|
|
<Compile Include="Actions\DelegatedAsyncAction.cs" />
|
|
|
|
|
<Compile Include="Actions\GetDataSourcesAction.cs" />
|
|
|
|
|
<Compile Include="Actions\Host\ActivationProxy.cs" />
|
|
|
|
|
<Compile Include="Actions\Host\ActivationRequestAction.cs" />
|
|
|
|
|
<Compile Include="Actions\Host\ApplyLicenseAction.cs" />
|
|
|
|
|
<Compile Include="Actions\Host\ChangeHostPasswordAction.cs" />
|
|
|
|
|
<Compile Include="Actions\Host\DestroyHostCrashDumpAction.cs" />
|
|
|
|
|
<Compile Include="Actions\Host\DisableHostAction.cs" />
|
|
|
|
|
<Compile Include="Actions\Host\EditMultipathAction.cs" />
|
|
|
|
|
<Compile Include="Actions\Host\ExecutePluginAction.cs" />
|
|
|
|
|
<Compile Include="Actions\Host\FibreChannelProbeAction.cs" />
|
|
|
|
|
<Compile Include="Actions\Host\GetServerTimeAction.cs" />
|
|
|
|
|
<Compile Include="Actions\Host\GetSystemStatusCapabilities.cs" />
|
|
|
|
|
<Compile Include="Actions\Host\HostPowerOnAction.cs" />
|
|
|
|
|
<Compile Include="Actions\Host\LicensingHelper.cs" />
|
|
|
|
|
<Compile Include="Actions\Host\SavePowerOnSettingsAction.cs" />
|
|
|
|
|
<Compile Include="Actions\Host\VMsWhichCanBeMigratedAction.cs" />
|
|
|
|
|
<Compile Include="Actions\Network\CreateChinAction.cs" />
|
|
|
|
|
<Compile Include="Actions\Network\NetworkAction.cs" />
|
|
|
|
|
<Compile Include="Actions\Network\NetworkingActionHelpers.cs" />
|
|
|
|
|
<Compile Include="Actions\Network\ChangeNetworkingAction.cs" />
|
|
|
|
|
<Compile Include="Actions\Network\CreateBondAction.cs" />
|
|
|
|
|
<Compile Include="Actions\Network\DestroyBondAction.cs" />
|
|
|
|
|
<Compile Include="Actions\Network\RescanPIFsAction.cs" />
|
|
|
|
|
<Compile Include="Actions\Network\UnplugPlugNetworkAction.cs" />
|
|
|
|
|
<Compile Include="Actions\Perfmon\PerfmonDefinitionAction.cs" />
|
|
|
|
|
<Compile Include="Actions\Perfmon\PerfmonOptionsDefinitionAction.cs" />
|
|
|
|
|
<Compile Include="Actions\Pool\DestroyPoolAction.cs" />
|
|
|
|
|
<Compile Include="Actions\Pool\DisableHAAction.cs" />
|
|
|
|
|
<Compile Include="Actions\Pool\EjectHostFromPoolAction.cs" />
|
|
|
|
|
<Compile Include="Actions\Pool\EnableHAAction.cs" />
|
|
|
|
|
<Compile Include="Actions\Pool\GetHeartbeatSRsAction.cs" />
|
|
|
|
|
<Compile Include="Actions\Pool\SyncDatabaseAction.cs" />
|
|
|
|
|
<Compile Include="Actions\Pool_Patch\RemovePatchAction.cs" />
|
|
|
|
|
<Compile Include="Actions\PureAsyncAction.cs" />
|
|
|
|
|
<Compile Include="Actions\SaveChangesAction.cs" />
|
|
|
|
|
<Compile Include="Actions\SR\ISCSIPopulateIQNsAction.cs" />
|
|
|
|
|
<Compile Include="Actions\SR\ISCSIPopulateLunsAction.cs" />
|
|
|
|
|
<Compile Include="Actions\SR\SrAction.cs" />
|
|
|
|
|
<Compile Include="Actions\SR\SrIntroduceAction.cs" />
|
|
|
|
|
<Compile Include="Actions\SR\SrProbeAction.cs" />
|
|
|
|
|
<Compile Include="Actions\SR\SrReattachAction.cs" />
|
|
|
|
|
<Compile Include="Actions\SR\SrRefreshAction.cs" />
|
|
|
|
|
<Compile Include="Actions\SR\SrRepairAction.cs" />
|
|
|
|
|
<Compile Include="Actions\SR\SrScanAction.cs" />
|
|
|
|
|
<Compile Include="Actions\StorageLink\SrCreateAction.cs" />
|
|
|
|
|
<Compile Include="Actions\StorageLink\SrCslgScanAction.cs" />
|
|
|
|
|
<Compile Include="Actions\StorageLink\SrCslgStoragePoolScanAction.cs" />
|
|
|
|
|
<Compile Include="Actions\StorageLink\SrCslgStorageSystemScanAction.cs" />
|
|
|
|
|
<Compile Include="Actions\VDI\DestroyDiskAction.cs" />
|
|
|
|
|
<Compile Include="Actions\VDI\DetachVirtualDiskAction.cs" />
|
|
|
|
|
<Compile Include="Actions\VDI\MoveVirtualDiskAction.cs" />
|
|
|
|
|
<Compile Include="Actions\VIF\CreateVIFAction.cs" />
|
|
|
|
|
<Compile Include="Actions\VIF\UnplugVIFAction.cs" />
|
|
|
|
|
<Compile Include="Actions\VIF\DeleteVIFAction.cs" />
|
|
|
|
|
<Compile Include="Actions\VIF\PlugVIFAction.cs" />
|
|
|
|
|
<Compile Include="Actions\VIF\UpdateVIFAction.cs" />
|
|
|
|
|
<Compile Include="Actions\VMPP\ArchiveNowAction.cs" />
|
|
|
|
|
<Compile Include="Actions\VMPP\AssignVMsToPolicyAction.cs" />
|
|
|
|
|
<Compile Include="Actions\VMPP\ChangePolicyEnabledAction.cs" />
|
|
|
|
|
<Compile Include="Actions\VMPP\CreateVMPP.cs" />
|
|
|
|
|
<Compile Include="Actions\VMPP\DestroyPolicyAction.cs" />
|
|
|
|
|
<Compile Include="Actions\VMPP\GetVMPPAlertsAction.cs" />
|
|
|
|
|
<Compile Include="Actions\VMPP\RunPolicyNowAction.cs" />
|
|
|
|
|
<Compile Include="Actions\VMPP\TestArchiveTargetAction.cs" />
|
|
|
|
|
<Compile Include="Actions\VM\ChangeVCPUSettingsAction.cs" />
|
|
|
|
|
<Compile Include="Actions\VM\ChangeVMISOAction.cs" />
|
|
|
|
|
<Compile Include="Actions\VM\HAUnprotectVMAction.cs" />
|
|
|
|
|
<Compile Include="Actions\VM\HVMBootAction.cs" />
|
|
|
|
|
<Compile Include="Actions\VM\InstallPVToolsAction.cs" />
|
|
|
|
|
<Compile Include="Actions\VM\SetHaPrioritiesAction.cs" />
|
|
|
|
|
<Compile Include="Actions\VM\SetVMOtherConfigAction.cs" />
|
|
|
|
|
<Compile Include="Actions\VM\SuspendAndShutdownVMsAction.cs" />
|
|
|
|
|
<Compile Include="Actions\VM\VMCloneAction.cs" />
|
|
|
|
|
<Compile Include="Actions\VM\VMCopyAction.cs" />
|
|
|
|
|
<Compile Include="Actions\VM\VMDestroyAction.cs" />
|
|
|
|
|
<Compile Include="Actions\VM\VMMigrateAction.cs" />
|
|
|
|
|
<Compile Include="Actions\VM\VMMoveAction.cs" />
|
|
|
|
|
<Compile Include="Actions\VM\VMRebootAction.cs" />
|
|
|
|
|
<Compile Include="Actions\VM\VMShutdownAction.cs" />
|
|
|
|
|
<Compile Include="Actions\VM\VMSnapshotDeleteAction.cs" />
|
|
|
|
|
<Compile Include="Actions\VM\VMSnapshotRevertAction.cs" />
|
|
|
|
|
<Compile Include="Actions\VM\VMSuspendAction.cs" />
|
|
|
|
|
<Compile Include="Actions\VM\VMToTemplateAction.cs" />
|
|
|
|
|
<Compile Include="Actions\WLB\DisableWLBAction.cs" />
|
|
|
|
|
<Compile Include="Actions\WLB\EnableWLBAction.cs" />
|
|
|
|
|
<Compile Include="Actions\WLB\InitializeWLBAction.cs" />
|
|
|
|
|
<Compile Include="Actions\WLB\SendWlbConfigurationAction.cs" />
|
|
|
|
|
<Compile Include="Actions\WLB\WlbRetrieveRecommendationAction.cs" />
|
|
|
|
|
<Compile Include="Alerts\PerfmonDefinition.cs" />
|
|
|
|
|
<Compile Include="Alerts\PerfmonOptionsDefinition.cs" />
|
|
|
|
|
<Compile Include="InvisibleMessages.Designer.cs">
|
|
|
|
|
<DependentUpon>InvisibleMessages.resx</DependentUpon>
|
|
|
|
|
<AutoGen>True</AutoGen>
|
|
|
|
|
<DesignTime>True</DesignTime>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Network\CancelledException.cs" />
|
|
|
|
|
<Compile Include="Network\DisconnectionException.cs" />
|
|
|
|
|
<Compile Include="Folder.cs" />
|
|
|
|
|
<Compile Include="Network\NetworkingHelper.cs" />
|
|
|
|
|
<Compile Include="Network\TaskPoller.cs" />
|
|
|
|
|
<Compile Include="WLB\WlbConfigurationBase.cs" />
|
|
|
|
|
<Compile Include="WLB\WlbHostConfiguration.cs" />
|
|
|
|
|
<Compile Include="WLB\WlbServerState.cs" />
|
|
|
|
|
<Compile Include="XenAPI-Extensions\Blob.cs" />
|
2016-10-04 15:58:54 +02:00
|
|
|
|
<Compile Include="XenAPI-Extensions\Pool_update.cs" />
|
2015-02-15 03:52:12 +01:00
|
|
|
|
<Compile Include="XenAPI-Extensions\VM_Docker_Info.cs" />
|
2013-06-24 13:41:48 +02:00
|
|
|
|
<Compile Include="XenAPI-Extensions\GPU_group.cs" />
|
2013-11-14 12:06:50 +01:00
|
|
|
|
<Compile Include="XenAPI-Extensions\PGPU.cs" />
|
2013-11-14 12:59:42 +01:00
|
|
|
|
<Compile Include="XenAPI-Extensions\VGPU.cs" />
|
2013-09-18 14:06:47 +02:00
|
|
|
|
<Compile Include="XenAPI-Extensions\VGPU_type.cs" />
|
2013-06-24 13:41:48 +02:00
|
|
|
|
<Compile Include="XenAPI-Extensions\VM_appliance.cs" />
|
2015-02-15 03:52:12 +01:00
|
|
|
|
<Compile Include="XenAPI-Extensions\VM_Docker_Version.cs" />
|
2013-06-24 13:41:48 +02:00
|
|
|
|
<Compile Include="XenAPI-Extensions\vm_power_state.cs" />
|
2013-09-18 10:43:49 +02:00
|
|
|
|
<Compile Include="XenAPI\allocation_algorithm.cs" />
|
2013-06-24 13:41:48 +02:00
|
|
|
|
<Compile Include="XenAPI\bond_mode.cs" />
|
2015-12-15 15:31:52 +01:00
|
|
|
|
<Compile Include="XenAPI\DeprecatedAttribute.cs" />
|
2013-06-24 13:41:48 +02:00
|
|
|
|
<Compile Include="XenAPI\DR_task.cs" />
|
2015-08-12 12:40:28 +02:00
|
|
|
|
<Compile Include="XenAPI\FriendlyErrorNames.Designer.cs">
|
|
|
|
|
<AutoGen>True</AutoGen>
|
|
|
|
|
<DesignTime>True</DesignTime>
|
|
|
|
|
<DependentUpon>FriendlyErrorNames.resx</DependentUpon>
|
|
|
|
|
</Compile>
|
2013-06-24 13:41:48 +02:00
|
|
|
|
<Compile Include="XenAPI\GPU_group.cs" />
|
2015-02-17 14:49:57 +01:00
|
|
|
|
<Compile Include="XenAPI\host_display.cs" />
|
2013-06-24 13:41:48 +02:00
|
|
|
|
<Compile Include="XenAPI\ipv6_configuration_mode.cs" />
|
2015-08-26 18:54:03 +02:00
|
|
|
|
<Compile Include="XenAPI\LVHD.cs">
|
|
|
|
|
<SubType>Code</SubType>
|
|
|
|
|
</Compile>
|
2013-06-24 13:41:48 +02:00
|
|
|
|
<Compile Include="XenAPI\network_default_locking_mode.cs" />
|
|
|
|
|
<Compile Include="XenAPI\PCI.cs" />
|
|
|
|
|
<Compile Include="XenAPI\PGPU.cs" />
|
2015-02-17 14:49:57 +01:00
|
|
|
|
<Compile Include="XenAPI\pgpu_dom0_access.cs" />
|
2015-08-11 20:06:58 +02:00
|
|
|
|
<Compile Include="XenAPI\pool_allowed_operations.cs" />
|
2016-08-30 18:11:47 +02:00
|
|
|
|
<Compile Include="XenAPI\Pool_update.cs" />
|
2013-06-24 13:41:48 +02:00
|
|
|
|
<Compile Include="XenAPI\primary_address_type.cs" />
|
2016-01-28 22:29:29 +01:00
|
|
|
|
<Compile Include="XenAPI\tristate_type.cs" />
|
2016-08-30 18:11:47 +02:00
|
|
|
|
<Compile Include="XenAPI\update_after_apply_guidance.cs" />
|
2013-06-24 13:41:48 +02:00
|
|
|
|
<Compile Include="XenAPI\VGPU.cs" />
|
2013-09-18 10:43:49 +02:00
|
|
|
|
<Compile Include="XenAPI\VGPU_type.cs" />
|
2015-08-11 20:06:58 +02:00
|
|
|
|
<Compile Include="XenAPI\vgpu_type_implementation.cs" />
|
2016-04-08 18:09:21 +02:00
|
|
|
|
<Compile Include="XenAPI\vif_ipv4_configuration_mode.cs" />
|
|
|
|
|
<Compile Include="XenAPI\vif_ipv6_configuration_mode.cs" />
|
2013-06-24 13:41:48 +02:00
|
|
|
|
<Compile Include="XenAPI\vif_locking_mode.cs" />
|
|
|
|
|
<Compile Include="XenAPI\VM_appliance.cs" />
|
|
|
|
|
<Compile Include="XenAPI\vm_appliance_operation.cs" />
|
|
|
|
|
<Compile Include="XenSearch\Common.cs" />
|
|
|
|
|
<Compile Include="XenSearch\GroupAlg.cs" />
|
|
|
|
|
<Compile Include="XenSearch\GroupingTypes.cs" />
|
|
|
|
|
<Compile Include="XenSearch\MetricUpdater.cs" />
|
|
|
|
|
<Compile Include="XenSearch\PropertyAccessorHelper.cs" />
|
|
|
|
|
<Compile Include="XenSearch\Query.cs" />
|
|
|
|
|
<Compile Include="XenSearch\QueryScope.cs" />
|
|
|
|
|
<Compile Include="XenSearch\QueryTypes.cs" />
|
|
|
|
|
<Compile Include="XenSearch\Search.cs" />
|
|
|
|
|
<Compile Include="XenSearch\SearchMarshalling.cs" />
|
|
|
|
|
<Compile Include="XenSearch\Sort.cs" />
|
|
|
|
|
<Compile Include="XenServerPlugins.cs" />
|
|
|
|
|
<Compile Include="XenServerProxy\ClassGenerator.cs" />
|
|
|
|
|
<Compile Include="XenServerProxy\IInvocationHandler.cs" />
|
|
|
|
|
<Compile Include="XenServerProxy\InterfaceLister.cs" />
|
|
|
|
|
<Compile Include="XenServerProxy\ProxyMethodInfo.cs" />
|
|
|
|
|
<Compile Include="XenServerProxy\RbacCollectorProxy.cs" />
|
|
|
|
|
<Compile Include="XenServerProxy\SimpleProxyMethodParser.cs" />
|
|
|
|
|
<Compile Include="Utils\Helpers.cs" />
|
|
|
|
|
<Compile Include="I18NException.cs" />
|
|
|
|
|
<Compile Include="Network\ICache.cs" />
|
|
|
|
|
<Compile Include="Icons.cs" />
|
|
|
|
|
<Compile Include="Network\IXenConnection.cs" />
|
|
|
|
|
<Compile Include="ObjectChange.cs" />
|
|
|
|
|
<Compile Include="Alerts\PolicyAlert.cs" />
|
|
|
|
|
<Compile Include="Utils\PrettyTimeSpan.cs" />
|
|
|
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
|
|
|
|
<Compile Include="Utils\PropertyManager.cs" />
|
|
|
|
|
<Compile Include="RbacMethod.cs" />
|
|
|
|
|
<Compile Include="StorageLinkAPI\CowleyLegacy\StorageLinkCredentials.cs" />
|
|
|
|
|
<Compile Include="StorageLinkAPI\CowleyLegacy\StorageLinkEnums.cs" />
|
|
|
|
|
<Compile Include="StorageLinkAPI\CowleyLegacy\StorageLinkPool.cs" />
|
|
|
|
|
<Compile Include="Utils\Util.cs" />
|
|
|
|
|
<Compile Include="XenAPI-Extensions\Auth.cs" />
|
|
|
|
|
<Compile Include="XenAPI-Extensions\BadServerResponse.cs" />
|
|
|
|
|
<Compile Include="XenAPI-Extensions\Bond.cs" />
|
|
|
|
|
<Compile Include="XenAPI-Extensions\Failure.cs" />
|
|
|
|
|
<Compile Include="XenAPI-Extensions\Host.cs" />
|
|
|
|
|
<Compile Include="XenAPI-Extensions\HTTP_actions.cs" />
|
|
|
|
|
<Compile Include="XenAPI-Extensions\IXenObject.cs" />
|
|
|
|
|
<Compile Include="XenAPI-Extensions\Message.cs" />
|
|
|
|
|
<Compile Include="XenAPI-Extensions\Network.cs" />
|
|
|
|
|
<Compile Include="XenAPI-Extensions\PBD.cs" />
|
|
|
|
|
<Compile Include="XenAPI-Extensions\PIF.cs" />
|
|
|
|
|
<Compile Include="XenAPI-Extensions\Pool.cs" />
|
|
|
|
|
<Compile Include="XenAPI-Extensions\Pool_patch.cs" />
|
|
|
|
|
<Compile Include="XenAPI-Extensions\Role.cs" />
|
|
|
|
|
<Compile Include="XenAPI-Extensions\Secret.cs" />
|
|
|
|
|
<Compile Include="XenAPI-Extensions\Session.cs" />
|
|
|
|
|
<Compile Include="XenAPI-Extensions\SM.cs" />
|
|
|
|
|
<Compile Include="XenAPI-Extensions\SR.cs" />
|
|
|
|
|
<Compile Include="XenAPI-Extensions\Subject.cs" />
|
|
|
|
|
<Compile Include="XenAPI-Extensions\Task.cs" />
|
|
|
|
|
<Compile Include="XenAPI-Extensions\VBD.cs" />
|
|
|
|
|
<Compile Include="XenAPI-Extensions\VDI.cs" />
|
|
|
|
|
<Compile Include="XenAPI-Extensions\VIF.cs" />
|
|
|
|
|
<Compile Include="XenAPI-Extensions\VM.cs" />
|
|
|
|
|
<Compile Include="XenAPI-Extensions\VMPP.cs" />
|
|
|
|
|
<Compile Include="XenAPI-Extensions\VM_guest_metrics.cs" />
|
|
|
|
|
<Compile Include="XenAPI-Extensions\XenObject.cs" />
|
|
|
|
|
<Compile Include="XenAPI\after_apply_guidance.cs" />
|
|
|
|
|
<Compile Include="XenAPI\Auth.cs" />
|
|
|
|
|
<Compile Include="XenAPI\Blob.cs" />
|
|
|
|
|
<Compile Include="XenAPI\Bond.cs" />
|
|
|
|
|
<Compile Include="XenAPI\cls.cs" />
|
|
|
|
|
<Compile Include="XenAPI\Console.cs" />
|
|
|
|
|
<Compile Include="XenAPI\console_protocol.cs" />
|
|
|
|
|
<Compile Include="XenAPI\Crashdump.cs" />
|
|
|
|
|
<Compile Include="XenAPI\Data_source.cs" />
|
|
|
|
|
<Compile Include="XenAPI\Event.cs" />
|
|
|
|
|
<Compile Include="XenAPI\EventHelpers.cs" />
|
|
|
|
|
<Compile Include="XenAPI\Failure.cs" />
|
|
|
|
|
<Compile Include="XenAPI\Helper.cs" />
|
|
|
|
|
<Compile Include="XenAPI\Host.cs" />
|
|
|
|
|
<Compile Include="XenAPI\host_allowed_operations.cs" />
|
|
|
|
|
<Compile Include="XenAPI\Host_cpu.cs" />
|
|
|
|
|
<Compile Include="XenAPI\Host_crashdump.cs" />
|
|
|
|
|
<Compile Include="XenAPI\Host_metrics.cs" />
|
|
|
|
|
<Compile Include="XenAPI\Host_patch.cs" />
|
|
|
|
|
<Compile Include="XenAPI\HTTP.cs" />
|
|
|
|
|
<Compile Include="XenAPI\HTTP_actions.cs" />
|
|
|
|
|
<Compile Include="XenAPI\IMockWebProxy.cs" />
|
|
|
|
|
<Compile Include="XenAPI\ip_configuration_mode.cs" />
|
|
|
|
|
<Compile Include="XenAPI\IXenObject.cs" />
|
|
|
|
|
<Compile Include="XenAPI\Maps.cs" />
|
|
|
|
|
<Compile Include="XenAPI\Marshalling.cs" />
|
|
|
|
|
<Compile Include="XenAPI\Message.cs" />
|
|
|
|
|
<Compile Include="XenAPI\Network.cs" />
|
|
|
|
|
<Compile Include="XenAPI\network_operations.cs" />
|
|
|
|
|
<Compile Include="XenAPI\on_boot.cs" />
|
|
|
|
|
<Compile Include="XenAPI\on_crash_behaviour.cs" />
|
|
|
|
|
<Compile Include="XenAPI\on_normal_exit.cs" />
|
|
|
|
|
<Compile Include="XenAPI\PBD.cs" />
|
|
|
|
|
<Compile Include="XenAPI\PIF.cs" />
|
|
|
|
|
<Compile Include="XenAPI\PIF_metrics.cs" />
|
|
|
|
|
<Compile Include="XenAPI\Pool.cs" />
|
|
|
|
|
<Compile Include="XenAPI\Pool_patch.cs" />
|
|
|
|
|
<Compile Include="XenAPI\Proxy.cs" />
|
|
|
|
|
<Compile Include="XenAPI\Relation.cs" />
|
|
|
|
|
<Compile Include="XenAPI\Response.cs" />
|
|
|
|
|
<Compile Include="XenAPI\Role.cs" />
|
|
|
|
|
<Compile Include="XenAPI\Secret.cs" />
|
|
|
|
|
<Compile Include="XenAPI\Session.cs" />
|
|
|
|
|
<Compile Include="XenAPI\SM.cs" />
|
|
|
|
|
<Compile Include="XenAPI\SR.cs" />
|
|
|
|
|
<Compile Include="XenAPI\storage_operations.cs" />
|
|
|
|
|
<Compile Include="XenAPI\Subject.cs" />
|
|
|
|
|
<Compile Include="XenAPI\Subject2.cs" />
|
|
|
|
|
<Compile Include="XenAPI\Task.cs" />
|
|
|
|
|
<Compile Include="XenAPI\task_allowed_operations.cs" />
|
|
|
|
|
<Compile Include="XenAPI\task_status_type.cs" />
|
|
|
|
|
<Compile Include="XenAPI\Tunnel.cs" />
|
|
|
|
|
<Compile Include="XenAPI\User.cs" />
|
|
|
|
|
<Compile Include="XenAPI\UserDetails.cs" />
|
|
|
|
|
<Compile Include="XenAPI\VBD.cs" />
|
|
|
|
|
<Compile Include="XenAPI\VBD_metrics.cs" />
|
|
|
|
|
<Compile Include="XenAPI\vbd_mode.cs" />
|
|
|
|
|
<Compile Include="XenAPI\vbd_operations.cs" />
|
|
|
|
|
<Compile Include="XenAPI\vbd_type.cs" />
|
|
|
|
|
<Compile Include="XenAPI\VDI.cs" />
|
|
|
|
|
<Compile Include="XenAPI\vdi_operations.cs" />
|
|
|
|
|
<Compile Include="XenAPI\vdi_type.cs" />
|
|
|
|
|
<Compile Include="XenAPI\VIF.cs" />
|
|
|
|
|
<Compile Include="XenAPI\VIF_metrics.cs" />
|
|
|
|
|
<Compile Include="XenAPI\vif_operations.cs" />
|
|
|
|
|
<Compile Include="XenAPI\VLAN.cs" />
|
|
|
|
|
<Compile Include="XenAPI\VM.cs" />
|
|
|
|
|
<Compile Include="XenAPI\VMPP.cs" />
|
|
|
|
|
<Compile Include="XenAPI\vmpp_archive_frequency.cs" />
|
|
|
|
|
<Compile Include="XenAPI\vmpp_archive_target_type.cs" />
|
|
|
|
|
<Compile Include="XenAPI\vmpp_backup_frequency.cs" />
|
|
|
|
|
<Compile Include="XenAPI\vmpp_backup_type.cs" />
|
|
|
|
|
<Compile Include="XenAPI\VM_guest_metrics.cs" />
|
|
|
|
|
<Compile Include="XenAPI\VM_metrics.cs" />
|
|
|
|
|
<Compile Include="XenAPI\vm_operations.cs" />
|
|
|
|
|
<Compile Include="XenAPI\vm_power_state.cs" />
|
|
|
|
|
<Compile Include="XenAPI\VTPM.cs" />
|
|
|
|
|
<Compile Include="XenAPI\XenObject.cs" />
|
|
|
|
|
<Compile Include="XenAPI\XenObjectDownloader.cs" />
|
|
|
|
|
<Compile Include="XenAPI\XenRef.cs" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<EmbeddedResource Include="FriendlyNames.resx">
|
2016-01-18 15:42:18 +01:00
|
|
|
|
<SubType>Designer</SubType>
|
2013-06-24 13:41:48 +02:00
|
|
|
|
<Generator>PublicResXFileCodeGenerator</Generator>
|
|
|
|
|
<LastGenOutput>FriendlyNames.Designer.cs</LastGenOutput>
|
|
|
|
|
</EmbeddedResource>
|
|
|
|
|
<EmbeddedResource Include="FriendlyNames.ja.resx">
|
|
|
|
|
<Generator>PublicResXFileCodeGenerator</Generator>
|
|
|
|
|
<LastGenOutput>FriendlyNames.Designer.cs</LastGenOutput>
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
</EmbeddedResource>
|
|
|
|
|
<EmbeddedResource Include="FriendlyNames.zh-CN.resx" />
|
2015-02-04 15:30:55 +01:00
|
|
|
|
<EmbeddedResource Include="InvisibleMessages.ja.resx">
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
</EmbeddedResource>
|
2013-06-24 13:41:48 +02:00
|
|
|
|
<EmbeddedResource Include="InvisibleMessages.resx">
|
|
|
|
|
<Generator>PublicResXFileCodeGenerator</Generator>
|
|
|
|
|
<LastGenOutput>InvisibleMessages.Designer.cs</LastGenOutput>
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
</EmbeddedResource>
|
2015-02-04 15:30:55 +01:00
|
|
|
|
<EmbeddedResource Include="InvisibleMessages.zh-CN.resx">
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
</EmbeddedResource>
|
2014-07-25 09:35:18 +02:00
|
|
|
|
<EmbeddedResource Include="Messages.ja.resx">
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
</EmbeddedResource>
|
2013-06-24 13:41:48 +02:00
|
|
|
|
<EmbeddedResource Include="Messages.resx">
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
<Generator>PublicResXFileCodeGenerator</Generator>
|
|
|
|
|
<LastGenOutput>Messages.Designer.cs</LastGenOutput>
|
|
|
|
|
</EmbeddedResource>
|
|
|
|
|
<EmbeddedResource Include="Messages.zh-CN.resx">
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
</EmbeddedResource>
|
|
|
|
|
<EmbeddedResource Include="XenAPI\FriendlyErrorNames.ja.resx" />
|
|
|
|
|
<EmbeddedResource Include="XenAPI\FriendlyErrorNames.resx">
|
|
|
|
|
<Generator>PublicResXFileCodeGenerator</Generator>
|
|
|
|
|
<LastGenOutput>FriendlyErrorNames.Designer.cs</LastGenOutput>
|
|
|
|
|
<CustomToolNamespace>XenAPI</CustomToolNamespace>
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
</EmbeddedResource>
|
|
|
|
|
<EmbeddedResource Include="XenAPI\FriendlyErrorNames.zh-CN.resx" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<ProjectReference Include="..\CommandLib\CommandLib.csproj">
|
|
|
|
|
<Project>{6CE6A8FF-CF49-46B6-BEA4-6464A2F0A4D7}</Project>
|
|
|
|
|
<Name>CommandLib</Name>
|
|
|
|
|
</ProjectReference>
|
|
|
|
|
<ProjectReference Include="..\XenCenterLib\XenCenterLib.csproj">
|
|
|
|
|
<Project>{9861DFA1-B41F-432D-A43F-226257DEBBB9}</Project>
|
|
|
|
|
<Name>XenCenterLib</Name>
|
|
|
|
|
</ProjectReference>
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<Import Project="$(MSBuildToolsPath)\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>
|
|
|
|
|
-->
|
|
|
|
|
</Project>
|