mirror of
https://github.com/terrymacdonald/DisplayMagician.git
synced 2024-08-30 18:32:20 +00:00
WindowsDisplayAPI updated to the latest version
This commit is contained in:
parent
360e2bc1fc
commit
d2386853fc
@ -51,8 +51,8 @@
|
|||||||
<Reference Include="System.Windows.Forms" />
|
<Reference Include="System.Windows.Forms" />
|
||||||
<Reference Include="System.Xml.Linq" />
|
<Reference Include="System.Xml.Linq" />
|
||||||
<Reference Include="System.Xml" />
|
<Reference Include="System.Xml" />
|
||||||
<Reference Include="WindowsDisplayAPI, Version=1.1.0.1, Culture=neutral, processorArchitecture=MSIL">
|
<Reference Include="WindowsDisplayAPI, Version=1.2.0.1, Culture=neutral, processorArchitecture=MSIL">
|
||||||
<HintPath>..\packages\WindowsDisplayAPI.1.1.0.2\lib\net45\WindowsDisplayAPI.dll</HintPath>
|
<HintPath>..\packages\WindowsDisplayAPI.1.2.0.2\lib\net45\WindowsDisplayAPI.dll</HintPath>
|
||||||
</Reference>
|
</Reference>
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
|
@ -4,5 +4,5 @@
|
|||||||
<package id="IconLib.Unofficial" version="0.73.0" targetFramework="net45" />
|
<package id="IconLib.Unofficial" version="0.73.0" targetFramework="net45" />
|
||||||
<package id="Newtonsoft.Json" version="11.0.2" targetFramework="net45" />
|
<package id="Newtonsoft.Json" version="11.0.2" targetFramework="net45" />
|
||||||
<package id="NvAPIWrapper.Net" version="0.6.1.15" targetFramework="net45" />
|
<package id="NvAPIWrapper.Net" version="0.6.1.15" targetFramework="net45" />
|
||||||
<package id="WindowsDisplayAPI" version="1.1.0.2" targetFramework="net45" />
|
<package id="WindowsDisplayAPI" version="1.2.0.2" targetFramework="net45" />
|
||||||
</packages>
|
</packages>
|
@ -79,8 +79,8 @@
|
|||||||
<Reference Include="System.XML" />
|
<Reference Include="System.XML" />
|
||||||
<Reference Include="System.Xml.Linq" />
|
<Reference Include="System.Xml.Linq" />
|
||||||
<Reference Include="System.Xml.Serialization" />
|
<Reference Include="System.Xml.Serialization" />
|
||||||
<Reference Include="WindowsDisplayAPI, Version=1.1.0.1, Culture=neutral, processorArchitecture=MSIL">
|
<Reference Include="WindowsDisplayAPI, Version=1.2.0.1, Culture=neutral, processorArchitecture=MSIL">
|
||||||
<HintPath>..\packages\WindowsDisplayAPI.1.1.0.2\lib\net45\WindowsDisplayAPI.dll</HintPath>
|
<HintPath>..\packages\WindowsDisplayAPI.1.2.0.2\lib\net45\WindowsDisplayAPI.dll</HintPath>
|
||||||
</Reference>
|
</Reference>
|
||||||
<Reference Include="WinFormAnimation, Version=1.5.6298.3372, Culture=neutral, processorArchitecture=MSIL">
|
<Reference Include="WinFormAnimation, Version=1.5.6298.3372, Culture=neutral, processorArchitecture=MSIL">
|
||||||
<HintPath>..\packages\WinFormAnimation.1.5.6298.3372\lib\net35-client\WinFormAnimation.dll</HintPath>
|
<HintPath>..\packages\WinFormAnimation.1.5.6298.3372\lib\net35-client\WinFormAnimation.dll</HintPath>
|
||||||
|
@ -5,6 +5,6 @@
|
|||||||
<package id="HtmlAgilityPack" version="1.8.9" targetFramework="net45" />
|
<package id="HtmlAgilityPack" version="1.8.9" targetFramework="net45" />
|
||||||
<package id="IconLib.Unofficial" version="0.73.0" targetFramework="net452" />
|
<package id="IconLib.Unofficial" version="0.73.0" targetFramework="net452" />
|
||||||
<package id="Newtonsoft.Json" version="11.0.2" targetFramework="net45" />
|
<package id="Newtonsoft.Json" version="11.0.2" targetFramework="net45" />
|
||||||
<package id="WindowsDisplayAPI" version="1.1.0.2" targetFramework="net45" />
|
<package id="WindowsDisplayAPI" version="1.2.0.2" targetFramework="net45" />
|
||||||
<package id="WinFormAnimation" version="1.5.6298.3372" targetFramework="net452" />
|
<package id="WinFormAnimation" version="1.5.6298.3372" targetFramework="net452" />
|
||||||
</packages>
|
</packages>
|
Loading…
Reference in New Issue
Block a user