summaryrefslogtreecommitdiffstats
path: root/win/CS/HandBrake.Worker/HandBrake.Worker.csproj
Commit message (Collapse)AuthorAgeFilesLines
* WinGui: Drop the .NET version back to 4.7.1 as 4.8 didn't resolve any issues ↵sr552019-08-121-1/+1
| | | | and isn't as widespread deployed. Installer will still download 4.8 if a suitable version isn't installed.
* WinGui: Move the UI to .NET Framework 4.8 to see if this helps with any of ↵sr552019-06-151-1/+2
| | | | the user reports that the UI isn't launching.
* Revert "Updated HandBrake.Interop to .NET Standard 2.0 and the new SDK ↵sr552019-05-081-1/+1
| | | | | | project style. (#2068)" This reverts commit 7bd675b67fbadc193750377f7f2fc4b60a1ca193.
* Updated HandBrake.Interop to .NET Standard 2.0 and the new SDK project ↵David Rickard2019-05-081-1/+1
| | | | | style. (#2068) Updated solution to VS 2019
* WinGui:sr552019-05-021-1/+4
| | | | | | - Update Gong-WPF-DragDrop to 2.0.1 - Update Newtonsoft JSON.NET to 12.0.2 - Update THANKS file.
* WinGui: Cleanup of some unneeded references across the projects.sr552018-08-091-3/+0
|
* WinGui: Add HintPath to newtonsoft json in the worker process project. It ↵sr552018-06-141-0/+1
| | | | shouldn't be needed but some VS installs appear to have issues without it. Fixes #1420
* WinGui: Stub out a background worker process.sr552018-06-101-0/+66