Free cookie consent management tool by TermsFeed Policy Generator

Changeset 15052


Ignore:
Timestamp:
06/24/17 23:24:50 (7 years ago)
Author:
abeham
Message:

#2787: Added app manifest file that enables DPI awareness on a per-monitor basis for Windows 8 and later

Location:
trunk/sources/HeuristicLab/3.3
Files:
1 added
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab/3.3/HeuristicLab-3.3.csproj

    r14273 r15052  
    108108    <Prefer32Bit>false</Prefer32Bit>
    109109  </PropertyGroup>
     110  <PropertyGroup>
     111    <ApplicationManifest>app.manifest</ApplicationManifest>
     112  </PropertyGroup>
    110113  <ItemGroup>
    111114    <Reference Include="System" />
     
    141144      <SubType>Designer</SubType>
    142145    </None>
     146    <None Include="app.manifest">
     147      <SubType>Designer</SubType>
     148    </None>
    143149    <None Include="HeuristicLab.snk" />
    144150    <None Include="Properties\AssemblyInfo.cs.frame" />
Note: See TracChangeset for help on using the changeset viewer.