diff options
author | sr55 <[email protected]> | 2014-12-11 21:17:25 +0000 |
---|---|---|
committer | sr55 <[email protected]> | 2014-12-11 21:17:25 +0000 |
commit | 843d05122d745269fe01367efcd9350cef67eaa6 (patch) | |
tree | c1931cbaf170570d3aa3e2331eff63700457cb2e /win/CS/HandBrake.ApplicationServices | |
parent | 0879122be4bcc105c3022691e7d53bbb87550d9f (diff) |
WinGui: Adding JSON.NET library
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6595 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'win/CS/HandBrake.ApplicationServices')
-rw-r--r-- | win/CS/HandBrake.ApplicationServices/HandBrake.ApplicationServices.csproj | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/win/CS/HandBrake.ApplicationServices/HandBrake.ApplicationServices.csproj b/win/CS/HandBrake.ApplicationServices/HandBrake.ApplicationServices.csproj index 06a298a82..50aa5b4b9 100644 --- a/win/CS/HandBrake.ApplicationServices/HandBrake.ApplicationServices.csproj +++ b/win/CS/HandBrake.ApplicationServices/HandBrake.ApplicationServices.csproj @@ -73,6 +73,10 @@ <HintPath>..\libraries\caliburn\Castle.Windsor.dll</HintPath>
</Reference>
<Reference Include="Microsoft.CSharp" />
+ <Reference Include="Newtonsoft.Json, Version=4.5.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
+ <SpecificVersion>False</SpecificVersion>
+ <HintPath>..\libraries\json\Net40\Newtonsoft.Json.dll</HintPath>
+ </Reference>
<Reference Include="PresentationCore" />
<Reference Include="PresentationFramework" />
<Reference Include="System" />
|