mirror of
https://github.com/terrymacdonald/DisplayMagician.git
synced 2024-08-30 18:32:20 +00:00
Basic working NVIDIA and Windows DisplayMagician
Tested ok so far! Manages to cope with surround dual screen with another standaalone screen fine, and copes with individual screens as well as just surround screens. Tested playing a game shortcut, and it sworks with that too. It also changes the display background as per the profile settings as was intended! So pretty much everything seems to work fine so far. I will do a bit more testing, then will probably provide a test version to a couple of testers to try and find errors. I need to try and make this a bit more robust.
This commit is contained in:
parent
708acd3c12
commit
13cc7a96c4
@ -89,7 +89,7 @@
|
|||||||
<Compile Include="Windows\WinProfileItem.cs" />
|
<Compile Include="Windows\WinProfileItem.cs" />
|
||||||
<Compile Include="Windows\CCD.cs" />
|
<Compile Include="Windows\CCD.cs" />
|
||||||
<Compile Include="Windows\WinLibrary.cs" />
|
<Compile Include="Windows\WinLibrary.cs" />
|
||||||
<Compile Include="Wallpaper.cs" />
|
<Compile Include="Wallpaper.cs" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<EmbeddedResource Include="Properties\Resources.resx">
|
<EmbeddedResource Include="Properties\Resources.resx">
|
||||||
@ -135,12 +135,6 @@
|
|||||||
<PackageReference Include="NLog">
|
<PackageReference Include="NLog">
|
||||||
<Version>4.7.10</Version>
|
<Version>4.7.10</Version>
|
||||||
</PackageReference>
|
</PackageReference>
|
||||||
<PackageReference Include="NvAPIWrapper.Net">
|
|
||||||
<Version>0.8.1.101</Version>
|
|
||||||
</PackageReference>
|
|
||||||
<PackageReference Include="WindowsDisplayAPI">
|
|
||||||
<Version>1.3.0.13</Version>
|
|
||||||
</PackageReference>
|
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<None Include="Resources\HeliosPlus.ico" />
|
<None Include="Resources\HeliosPlus.ico" />
|
||||||
|
Loading…
Reference in New Issue
Block a user