Browse Source

Activate Dynamic Adaptation To Application Sizes (DATAS) and RDP hardware acceleration (#3122)

pull/3125/head
Christoph Wille 2 years ago committed by GitHub
parent
commit
5fe67cdd31
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 5
      ILSpy/ILSpy.csproj

5
ILSpy/ILSpy.csproj

@ -19,9 +19,14 @@ @@ -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>

Loading…
Cancel
Save