summaryrefslogtreecommitdiffstats
path: root/win/CS/build.xml
Commit message (Collapse)AuthorAgeFilesLines
* WinGui: Msbuild typosr552020-11-121-1/+1
|
* WinGui: Some re-work in the msbuild file and installers to support .NET 5 ↵sr552020-11-121-40/+64
| | | | correctly and some warnings fixed.
* WinGui: Update the msbuild file to use Configuration placeholders.sr552020-08-311-12/+12
|
* WinGui: MSI installer improvements.sr552020-08-291-20/+33
| | | | | | - Use a seperate install directory from the NSIS installer. It will by default install into a "HandBrakeTeam" folder in program files directory rather than "HandBrake". - Add support for Nightly vs Release Builds #522
* New installer (#2739)Scott2020-04-041-6/+13
| | | | | | | * WinGui: Add build system support for the new MSI installer. * WinGui: Update the installer build process to correct some issues. * Actions: Fix the installer path.
* WinGui: Small bug fix in build.xml code signing support.sr552020-03-251-1/+0
|
* WinGui: Added support for code signing with pfx files to the msbuild file.sr552020-03-251-5/+19
|
* WinGui: Fix a few issues with the build system post format changes.sr552019-12-181-2/+4
|
* Revert "WinGui: Switch to SDK style cproj files. Switch to ↵sr552019-06-011-12/+12
| | | | | | PackageReferences for NuGet Packages." This reverts commit 7cf0e78155c1611d2055175d4b37fb04414f55c7.
* WinGui: Switch to SDK style cproj files. Switch to PackageReferences for ↵sr552019-06-011-12/+12
| | | | NuGet Packages.
* WinGui: Improvements to the installer. Fixed the issue where the ↵sr552019-01-111-0/+2
| | | | uninstaller could appear behind the installer. Updated the Background Image on the installer to the project logo.
* WinGui: Fix build system / installer issues around language support.sr552018-11-171-8/+8
|
* WinGui: Rename HandBrake.ApplicationServices back to HandBrake.Interop. It's ↵sr552018-06-051-2/+2
| | | | moving back to being more of an libhb interop/abstraction library only.
* Update WinGUI build script: allow SignTool.exe location to be specified and ↵Frederick Ding2018-05-311-10/+10
| | | | | | | | | | | | | | | | assume x64 (#1376) * WinGUI: fix `SignToolLocation` typos in build.xml Previously, a mismatch between the condition (which checked for an empty `SignToolLocation`) and the action it took (by setting `SighToolLocation`) made it difficult to override the actual location of `SignTool.exe`. The bug was introduced in HandBrake/HandBrake@d375071be1158deb73ccb1d262310f15f231eca9 * WinGUI: Assume x64 platform in examples Since 32-bit Windows is no longer supported (HandBrake/HandBrake@ecbd10efbdf286b9a5248fd0a870036cd4437360), the comment at the top of `build.xml` for WinGUI shouldn't need a platform property anymore. `build.xml` is already set to assume x64 as the default platform. * WinGUI: minor typo fixes Just a few aesthetic changes with no effect on functionality
* WinGui: Tidy up the build system by removing x86 build profiles.sr552018-04-131-8/+0
|
* WinGui: Update to build script.sr552017-12-301-5/+1
|
* WinGui: Add signing support to build.xmlsr552017-08-081-6/+22
|
* WinGui: Update the VersionUtility class to work for official releases that ↵sr552016-12-181-17/+2
| | | | are not from subversion.
* WinGui: Another build fix for git.Scott2015-08-271-25/+25
|
* WinGui: Build fixes for git.Scott2015-08-271-25/+25
|
* WinGui: Remove 2 build targets.Scott2015-08-271-12/+12
|
* WinGui: Disable the subversion build code. Will update to handle git later.Scott2015-08-271-2/+2
|
* WinGui: Fix a couple of typos in the build script.sr552015-02-281-4/+4
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6954 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Update Build file for VS project updates.sr552015-02-281-12/+16
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6953 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Moving the Interop Code into the services library. This will allow ↵sr552015-02-281-1/+0
| | | | | | some modelling simplifications. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6949 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Remove a bunch of CLI handling code.sr552015-01-311-1/+1
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6840 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Fix build scriptsr552013-05-181-1/+1
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5470 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Part 1: Fix numerous issues around app versioning. Hopefully the GUI ↵sr552013-03-191-6/+13
| | | | | | and CLI will no longer be out of sync. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5350 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Code Cleanupsr552012-06-141-1/+1
| | | | | | | | | - New file headers for App Services - Update Interop to include an IWindsorInstaller implementation - Update Interop Converter (new framerates and fflac) - Many stylecop warnings fixed. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4734 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Remove the legacy WinForms GUI.sr552012-06-141-2/+1
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4732 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Another attempt at fixing the build script.sr552012-05-121-4/+4
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4669 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Build Script Updates for the WPF UI.sr552012-05-121-9/+7
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4668 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Make the new WPF UI default. (the old UI exe is still included in ↵sr552012-05-121-31/+34
| | | | | | | | the build. Handbrake_old.exe) Also includes bug fixes to the audio and subtitles panels. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4667 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Fix build scripts.sr552012-03-251-2/+6
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4543 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: (WPF) Setup all the Installer (Nightly and Release, x86/64) and ↵sr552012-03-241-16/+0
| | | | | | Build scripts for the new UI. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4533 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: (WPF) Wired up the Add Preset window and setup the build scripts to ↵sr552012-03-171-5/+24
| | | | | | create Alpha Builds for this project. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4508 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Rollback last checkin.sr552012-02-021-2/+0
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4435 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Update the build.xml file to copy the fonts folder.sr552012-02-021-0/+2
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4434 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Added in release installer support to the msbuild file.sr552011-08-121-4/+20
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4169 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Improvements and bug fixes to the installer, including better ↵sr552011-07-241-2/+6
| | | | | | support for the 64bit version. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4137 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Add support for x64 to the build script.sr552011-07-171-5/+4
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4118 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Setup a simple msbuild configuration and simplified the project ↵sr552011-07-171-5/+50
| | | | | | build targets. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4117 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Another build fix.sr552011-07-161-0/+6
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4116 b64f7644-9d1e-0410-96f1-a4d463321fa5