* CP-27819: Manually setting the ToolsVersion to 15.0 (VS2017) in all .csproj files for consistency and to attempt to enforce consistency of dev environments with the explicitness of the msbuild scripts as used in the build environments.
Auto updated as many of the .sln and .csproj files as VS2017 was willing to do https://docs.microsoft.com/en-us/visualstudio/ide/reference/upgrade-devenv-exe?view=vs-2017 and included changes to the gitignore to ensure that the update report and backup files are not included in the repo.
* CP-27819: Tidying up by removing FileUpgradeFlags, OldToolsVersion and UpgradeBackupLocation nodes from the .csproj files as they are produced as hints for how to revert project upgrades for which we can use version control.
* CP-27819: Removing redundant "ManifestCertificateThumbprint" and "ManifestTimestampUrl" nodes from project files "mk\sign.bat" has been used for this purpose for some time now.
* CP-27819: Updated readme to reflect that VS2017 is now in use.
Signed-off-by: Aaron Robson <aaron.robson@citrix.com>
Following pattern would be caught when using "XenCenter" "XenServer" and
"Citrix":
1) not "[" or "/" or """ on left of the brand string
2) brand string followed by space followed by not "p", and optional letter
3) optional letter followed by space followed by the brand string
4) brand string followed by "," and optional letter
5) begin with the brand string
6) end with the brand string
tested with all .resx files
Signed-off-by: Ji Jiang <ji.jiang@citrix.com>
* CA-258357: Modified the build script to build the MSI installer
Signed-off-by: Gabor Apati-Nagy <gabor.apati-nagy@citrix.com>
* CA-258357: Modified the build script to build the MSI installer
Removed duplicate
Signed-off-by: Gabor Apati-Nagy <gabor.apati-nagy@citrix.com>
* CA-258357: Modified the build script to build the MSI installer
Changed the autorun.inf file to point to the msi installer
Signed-off-by: Gabor Apati-Nagy <gabor.apati-nagy@citrix.com>
can be passed in as a parameter and authentication is not required. For this
purpose the artifactory download patterns had to be expanded so as to be
understood by wget.
Signed-off-by: Konstantina Chremmou <konstantina.chremmou@citrix.com>
Windows 7 (without sp1) comes with powershell v2.x and
download_packages.ps1 doesn't work with powershell v2.x.
Check for powershell version and bail out if Major version is less than
3.
Signed-off-by: Anoob Soman <anoob.soman@citrix.com>