mirror of
				https://github.com/gnif/LookingGlass.git
				synced 2025-10-30 20:21:56 +00:00 
			
		
		
		
	[idd] helper: enable per-monitor DPI awareness
This commit is contained in:
		| @@ -83,6 +83,10 @@ | ||||
|       <SubSystem>Console</SubSystem> | ||||
|       <GenerateDebugInformation>true</GenerateDebugInformation> | ||||
|     </Link> | ||||
|     <Manifest /> | ||||
|     <Manifest> | ||||
|       <EnableDpiAwareness>PerMonitorHighDPIAware</EnableDpiAwareness> | ||||
|     </Manifest> | ||||
|   </ItemDefinitionGroup> | ||||
|   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> | ||||
|     <ClCompile> | ||||
| @@ -100,6 +104,10 @@ | ||||
|       <OptimizeReferences>true</OptimizeReferences> | ||||
|       <GenerateDebugInformation>true</GenerateDebugInformation> | ||||
|     </Link> | ||||
|     <Manifest /> | ||||
|     <Manifest> | ||||
|       <EnableDpiAwareness>PerMonitorHighDPIAware</EnableDpiAwareness> | ||||
|     </Manifest> | ||||
|   </ItemDefinitionGroup> | ||||
|   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> | ||||
|     <ClCompile> | ||||
| @@ -121,6 +129,10 @@ | ||||
|       <Command>if not exist "$(SolutionDir)$(Platform)\$(Configuration)\LGIdd" mkdir "$(SolutionDir)$(Platform)\$(Configuration)\LGIdd" | ||||
| copy /Y "$(TargetPath)" "$(SolutionDir)$(Platform)\$(Configuration)\LGIdd\"</Command> | ||||
|     </PostBuildEvent> | ||||
|     <Manifest /> | ||||
|     <Manifest> | ||||
|       <EnableDpiAwareness>PerMonitorHighDPIAware</EnableDpiAwareness> | ||||
|     </Manifest> | ||||
|   </ItemDefinitionGroup> | ||||
|   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> | ||||
|     <ClCompile> | ||||
| @@ -146,6 +158,10 @@ copy /Y "$(TargetPath)" "$(SolutionDir)$(Platform)\$(Configuration)\LGIdd\"</Com | ||||
|       <Command>if not exist "$(SolutionDir)$(Platform)\$(Configuration)\LGIdd" mkdir "$(SolutionDir)$(Platform)\$(Configuration)\LGIdd" | ||||
| copy /Y "$(TargetPath)" "$(SolutionDir)$(Platform)\$(Configuration)\LGIdd\"</Command> | ||||
|     </PostBuildEvent> | ||||
|     <Manifest /> | ||||
|     <Manifest> | ||||
|       <EnableDpiAwareness>PerMonitorHighDPIAware</EnableDpiAwareness> | ||||
|     </Manifest> | ||||
|   </ItemDefinitionGroup> | ||||
|   <ItemGroup> | ||||
|     <ClCompile Include="$(SolutionDir)LGCommon\*.cpp" /> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Quantum
					Quantum