XCP-ng Center, the Windows management console for XCP-ng and XenServer. /!\ EOL-Notice /!\ Community-maintained only /!\
Go to file
Konstantina Chremmou 26009a79f0 Ignore temporarily this test on branch REQ-156 (broke on trunk and is not relevant for this feature).
Signed-off-by: Konstantina Chremmou <konstantina.chremmou@citrix.com>
2016-08-19 12:56:15 +01:00
Branding CA-213045: Make server backup file name rebrandable 2016-06-30 10:31:10 +08:00
CFUValidator
CommandLib
devtools
dotNetInstaller
mk CA-213045: Make server backup file name rebrandable 2016-06-30 10:31:10 +08:00
splash
VNCControl
WixInstaller CA-213045: Make server backup file name rebrandable 2016-06-30 10:31:10 +08:00
xe
XenAdmin CA-217232: Added some null ref checks. 2016-08-19 10:55:18 +01:00
XenAdminTests Ignore temporarily this test on branch REQ-156 (broke on trunk and is not relevant for this feature). 2016-08-19 12:56:15 +01:00
XenCenterLib
XenCenterVNC
XenModel CA-217232: Fixed regression caused by the fix for CA-216935 2016-08-18 16:02:24 +01:00
XenOvfApi L10N : Dundee translation checkins Iteration 01 2016-03-21 16:45:35 +05:30
XenOvfTransport L10N : Dundee translation checkins Iteration 01 2016-03-21 16:45:35 +05:30
XenServerHealthCheck CA-207296: Update Health Check service assembly info and sign the assembly 2016-04-12 13:52:01 +01:00
XenServerHealthCheckTests
xva_verify
.gitattributes Ignore line endings for all files (except shell scripts). 2016-07-05 08:14:47 +01:00
.gitignore
ChangeLog
configure.cmd
CONTRIB
LICENSE
MAINTAINERS
README.md
XenAdmin.sln

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 2013

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