summaryrefslogtreecommitdiffstats
path: root/win/CS/HandBrake.Worker
diff options
context:
space:
mode:
authorsr55 <[email protected]>2018-06-14 17:00:52 +0100
committersr55 <[email protected]>2018-06-14 17:01:25 +0100
commit2ae6f63d2e6991e5eda7f1e385decd3909b7bf18 (patch)
tree4fa02e6e97a3c419d3115e110a13322b7cc409b2 /win/CS/HandBrake.Worker
parentaa14f2bbb8ba29a9e61d920e98e5be57f038aba5 (diff)
WinGui: Add HintPath to newtonsoft json in the worker process project. It shouldn't be needed but some VS installs appear to have issues without it. Fixes #1420
Diffstat (limited to 'win/CS/HandBrake.Worker')
-rw-r--r--win/CS/HandBrake.Worker/HandBrake.Worker.csproj1
1 files changed, 1 insertions, 0 deletions
diff --git a/win/CS/HandBrake.Worker/HandBrake.Worker.csproj b/win/CS/HandBrake.Worker/HandBrake.Worker.csproj
index e6e84b498..37dd57a92 100644
--- a/win/CS/HandBrake.Worker/HandBrake.Worker.csproj
+++ b/win/CS/HandBrake.Worker/HandBrake.Worker.csproj
@@ -54,6 +54,7 @@
<ItemGroup>
<PackageReference Include="Newtonsoft.Json">
<Version>11.0.2</Version>
+ <HintPath>..\packages\Newtonsoft.Json.11.0.2\lib\net45\Newtonsoft.Json.dll</HintPath>
</PackageReference>
</ItemGroup>
<ItemGroup>