Skip to content

Commit

Permalink
Activate Dynamic Adaptation To Application Sizes (DATAS) and RDP hard…
Browse files Browse the repository at this point in the history
…ware acceleration (icsharpcode#3122)
  • Loading branch information
christophwille authored Nov 20, 2023
1 parent a25c1db commit 5fe67cd
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions ILSpy/ILSpy.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,14 @@
<SignAssembly>True</SignAssembly>
<AssemblyOriginatorKeyFile>..\ICSharpCode.Decompiler\ICSharpCode.Decompiler.snk</AssemblyOriginatorKeyFile>
<ServerGarbageCollection>true</ServerGarbageCollection>
<GarbageCollectionAdaptationMode>1</GarbageCollectionAdaptationMode>
<EnableWindowsTargeting>true</EnableWindowsTargeting>
</PropertyGroup>

<ItemGroup>
<RuntimeHostConfigurationOption Include="Switch.System.Windows.Media.EnableHardwareAccelerationInRdp" Value="true" />
</ItemGroup>

<PropertyGroup Condition="'$(Configuration)' == 'Debug'">
<DebugType>full</DebugType>
<DebugSymbols>true</DebugSymbols>
Expand Down

0 comments on commit 5fe67cd

Please sign in to comment.