diff options
author | sr55 <[email protected]> | 2019-05-02 21:55:14 +0100 |
---|---|---|
committer | sr55 <[email protected]> | 2019-05-02 21:55:14 +0100 |
commit | a5590df406bf2c6d023eed53268dd14a8f5b5fc7 (patch) | |
tree | 82ebb6df782ded1f0b3953b4a7f62175d8f88bd9 /win/CS/HandBrake.Interop/HandBrake.Interop.csproj | |
parent | ee590dd0acddecf4c157f439ce56650a81436fe5 (diff) |
WinGui:
- Update Gong-WPF-DragDrop to 2.0.1
- Update Newtonsoft JSON.NET to 12.0.2
- Update THANKS file.
Diffstat (limited to 'win/CS/HandBrake.Interop/HandBrake.Interop.csproj')
-rw-r--r-- | win/CS/HandBrake.Interop/HandBrake.Interop.csproj | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/win/CS/HandBrake.Interop/HandBrake.Interop.csproj b/win/CS/HandBrake.Interop/HandBrake.Interop.csproj index d73d4dcbc..a4aff67fe 100644 --- a/win/CS/HandBrake.Interop/HandBrake.Interop.csproj +++ b/win/CS/HandBrake.Interop/HandBrake.Interop.csproj @@ -35,8 +35,11 @@ <Prefer32Bit>false</Prefer32Bit> </PropertyGroup> <ItemGroup> - <Reference Include="Newtonsoft.Json, Version=11.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL"> - <HintPath>..\packages\Newtonsoft.Json.11.0.2\lib\net45\Newtonsoft.Json.dll</HintPath> + <Reference Include="GongSolutions.WPF.DragDrop, Version=2.0.0.0, Culture=neutral, PublicKeyToken=91f1945125b7a587, processorArchitecture=MSIL"> + <HintPath>..\packages\gong-wpf-dragdrop.2.0.1\lib\net47\GongSolutions.WPF.DragDrop.dll</HintPath> + </Reference> + <Reference Include="Newtonsoft.Json, Version=12.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL"> + <HintPath>..\packages\Newtonsoft.Json.12.0.2\lib\net45\Newtonsoft.Json.dll</HintPath> </Reference> <Reference Include="System" /> <Reference Include="System.Core"> @@ -170,10 +173,10 @@ <Link>stylecop.json</Link> </AdditionalFiles> <None Include="app.config" /> + <None Include="packages.config" /> </ItemGroup> <ItemGroup> <None Include="HandBrake.Interop.nuspec" /> - <None Include="packages.config" /> </ItemGroup> <ItemGroup> <EmbeddedResource Include="Properties\Resources.resx"> |