mirror of
https://github.com/cemu-project/DS4Windows.git
synced 2024-11-22 17:29:18 +01:00
Added Newtonsoft JSON to dependencies
This commit is contained in:
parent
688c5348e2
commit
f1f41ff5e9
@ -112,6 +112,10 @@
|
|||||||
<Reference Include="Nefarius.ViGEm.Client" Condition="'$(Platform)' == 'x86'
">
|
<Reference Include="Nefarius.ViGEm.Client" Condition="'$(Platform)' == 'x86'
">
|
||||||
<HintPath>.\libs\x86\Nefarius.ViGEm.Client\Nefarius.ViGEm.Client.dll</HintPath>
|
<HintPath>.\libs\x86\Nefarius.ViGEm.Client\Nefarius.ViGEm.Client.dll</HintPath>
|
||||||
</Reference>
|
</Reference>
|
||||||
|
<Reference Include="Newtonsoft.Json, Version=12.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
|
||||||
|
<HintPath>..\packages\Newtonsoft.Json.12.0.3\lib\net45\Newtonsoft.Json.dll</HintPath>
|
||||||
|
<SpecificVersion>False</SpecificVersion>
|
||||||
|
</Reference>
|
||||||
<Reference Include="NLog, Version=4.0.0.0, Culture=neutral, PublicKeyToken=5120e14c03d0593c, processorArchitecture=MSIL">
|
<Reference Include="NLog, Version=4.0.0.0, Culture=neutral, PublicKeyToken=5120e14c03d0593c, processorArchitecture=MSIL">
|
||||||
<HintPath>..\packages\NLog.4.6.8\lib\net45\NLog.dll</HintPath>
|
<HintPath>..\packages\NLog.4.6.8\lib\net45\NLog.dll</HintPath>
|
||||||
<SpecificVersion>False</SpecificVersion>
|
<SpecificVersion>False</SpecificVersion>
|
||||||
|
@ -3,6 +3,7 @@
|
|||||||
<package id="bloomtom.HttpProgress" version="2.3.1" targetFramework="net462" />
|
<package id="bloomtom.HttpProgress" version="2.3.1" targetFramework="net462" />
|
||||||
<package id="Extended.Wpf.Toolkit" version="3.7.0" targetFramework="net462" />
|
<package id="Extended.Wpf.Toolkit" version="3.7.0" targetFramework="net462" />
|
||||||
<package id="Hardcodet.NotifyIcon.Wpf" version="1.0.8" targetFramework="net462" />
|
<package id="Hardcodet.NotifyIcon.Wpf" version="1.0.8" targetFramework="net462" />
|
||||||
|
<package id="Newtonsoft.Json" version="12.0.3" targetFramework="net462" />
|
||||||
<package id="NLog" version="4.6.8" targetFramework="net462" />
|
<package id="NLog" version="4.6.8" targetFramework="net462" />
|
||||||
<package id="Ookii.Dialogs.Wpf" version="1.1.0" targetFramework="net462" />
|
<package id="Ookii.Dialogs.Wpf" version="1.1.0" targetFramework="net462" />
|
||||||
<package id="TaskScheduler" version="2.8.17" targetFramework="net462" />
|
<package id="TaskScheduler" version="2.8.17" targetFramework="net462" />
|
||||||
|
Loading…
Reference in New Issue
Block a user