XCP-ng Center, the Windows management console for XCP-ng and XenServer. /!\ EOL-Notice /!\ Community-maintained only /!\
Go to file
Cheng Zhang 491e6318ee CP-13080: Run Health Check Tests as part of xenadmin build
Signed-off-by: Cheng Zhang <cheng.zhang@citrix.com>
2015-10-09 12:17:12 +08:00
CFUValidator CP-13389: Convert all projects to .NET 4.5. (All changes autogenerated except for one case of broken XML in XenOvfApi/app.config). 2015-07-30 12:40:59 +01:00
CommandLib CA-178981: Make the HTTP API work through XenCenter for TLS 1.2 servers 2015-08-06 16:39:39 +01:00
devtools Enabled back the exection of devtools and improved the logging 2015-07-27 08:26:26 +01:00
dotNetInstaller Changing the schema version to match our build server's dotNetInstaller version 2015-08-06 17:20:13 +01:00
mk Re-enable signing 2015-08-20 16:30:41 +01:00
splash Changed splash project to build using the v120 build tools. 2015-07-27 15:08:12 +01:00
VNCControl CAR-100: Upgrade to .NET 4.0 instead of 3.5 -- Upgrading VNCControl 2013-12-10 13:01:15 +00:00
WixInstaller CP-13390: Update XenCenter installer to require .NET 4.5 2015-08-06 16:15:57 +01:00
xe CP-13392: Convert xe.exe to .NET 4.5 2015-09-04 15:55:34 +01:00
XenAdmin CA-185020: Search by UUID 2015-10-07 17:19:44 +01:00
XenAdminTests CP-13080: Run Health Check Tests as part of xenadmin build 2015-10-09 12:17:12 +08:00
XenCenterLib Merge pull request #589 from agimofcarmen/CP-13518_II 2015-07-31 14:51:04 +01:00
XenCenterVNC CP-13389: Convert all projects to .NET 4.5. (All changes autogenerated except for one case of broken XML in XenOvfApi/app.config). 2015-07-30 12:40:59 +01:00
XenModel CA-185020: Search by UUID 2015-10-07 17:19:44 +01:00
XenOvfApi Remove superfluous contradictory line in XenOvfApi/app.config 2015-07-30 12:54:46 +01:00
XenOvfTransport CA-178981: Make the HTTP API work through XenCenter for TLS 1.2 servers 2015-08-06 16:39:39 +01:00
XenServerHealthCheck CA-182881: Use local time zone to do the schedule check 2015-09-14 09:48:14 +08:00
XenServerHealthCheckTests CP-13080: Run Health Check Tests as part of xenadmin build 2015-10-09 12:17:12 +08:00
xva_verify Turn off ClickOnce signing that seems to have got turned on erroneously during VS2013 conversion 2015-08-04 17:06:17 +01:00
.gitattributes Changing the lines endings ONLY for .sh files. 2013-07-02 15:05:21 +01:00
.gitignore Made the build output less verbose by default and configured wget not to download files again if they already exists locally with the same datetime stamps. 2015-07-19 20:12:38 +01:00
ChangeLog CP-4807: Updated ChangeLog with version number; updated Readme file 2013-06-25 09:45:11 +01:00
configure.cmd Added choco installer for Visual Studio Express 2010 to the prepare.cmd file. 2015-06-30 12:41:54 +01:00
CONTRIB CP-7089: Switched to github workflow, hence updated CONTRIB, MAINTAINERS and README files. 2014-01-13 15:29:25 +00:00
LICENSE CP-4816: Initial commit to git repo 2013-06-24 12:41:48 +01:00
MAINTAINERS CP-7089: Switched to github workflow, hence updated CONTRIB, MAINTAINERS and README files. 2014-01-13 15:29:25 +00:00
README.md Update README.md 2015-06-19 13:33:10 +01:00
XenAdmin.sln CP-13080: Run Health Check Tests as part of xenadmin build 2015-10-09 12:17:12 +08:00

XenCenter

This repository contains the source code for XenCenter.

XenCenter is a Windows-based management tool for XenServer environments which enables users to manage and monitor XenServer hosts and resource pools, and to deploy, monitor, manage and migrate virtual machines.

XenCenter is written mostly in C#.

Contributions

The preferable way to contribute patches is to fork the repository on Github and then submit a pull request. If for some reason you can't use Github to submit a pull request, then you may send your patch for review to the xs-devel@lists.xenserver.org mailing list, with a link to a public git repository for review. Please see the CONTRIB.md file for some general guidelines on submitting changes.

License

This code is licensed under the BSD 2-Clause license. Please see the LICENSE file for more information.

How to build XenCenter

To build XenCenter, you need

  • the source from xenadmin repository
  • Visual Studio 2010

and also some libraries which we do not store in the source tree:

  • CookComputing.XmlRpcV2.dll
  • DiscUtils.dll
  • ICSharpCode.SharpZipLib.dll
  • Ionic.Zip.dll
  • log4net.dll

You can find the source code of these libraries (along with some patches) in dotnet-packages repository.

You also need NUnit libraries