|
118 | 118 | <LargeAddressAware>true</LargeAddressAware>
|
119 | 119 | <DelayLoadDLLs>d3d9.dll</DelayLoadDLLs>
|
120 | 120 | </Link>
|
| 121 | + <Manifest> |
| 122 | + <AdditionalManifestFiles>$(ProjectDir)res\graphstudionext.exe.manifest %(AdditionalManifestFiles)</AdditionalManifestFiles> |
| 123 | + <EnableDpiAwareness>false</EnableDpiAwareness> |
| 124 | + </Manifest> |
121 | 125 | </ItemDefinitionGroup>
|
122 | 126 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
123 | 127 | <Midl>
|
|
152 | 156 | <LargeAddressAware>true</LargeAddressAware>
|
153 | 157 | <DelayLoadDLLs>d3d9.dll</DelayLoadDLLs>
|
154 | 158 | </Link>
|
| 159 | + <Manifest> |
| 160 | + <AdditionalManifestFiles>$(ProjectDir)res\graphstudionext.exe.manifest %(AdditionalManifestFiles)</AdditionalManifestFiles> |
| 161 | + <EnableDpiAwareness>false</EnableDpiAwareness> |
| 162 | + </Manifest> |
155 | 163 | </ItemDefinitionGroup>
|
156 | 164 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
157 | 165 | <Midl>
|
|
187 | 195 | <LargeAddressAware>true</LargeAddressAware>
|
188 | 196 | <DelayLoadDLLs>d3d9.dll</DelayLoadDLLs>
|
189 | 197 | </Link>
|
| 198 | + <Manifest> |
| 199 | + <AdditionalManifestFiles>$(ProjectDir)res\graphstudionext.exe.manifest %(AdditionalManifestFiles)</AdditionalManifestFiles> |
| 200 | + <EnableDpiAwareness>false</EnableDpiAwareness> |
| 201 | + </Manifest> |
190 | 202 | </ItemDefinitionGroup>
|
191 | 203 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
192 | 204 | <Midl>
|
|
221 | 233 | <LargeAddressAware>true</LargeAddressAware>
|
222 | 234 | <DelayLoadDLLs>d3d9.dll</DelayLoadDLLs>
|
223 | 235 | </Link>
|
| 236 | + <Manifest> |
| 237 | + <AdditionalManifestFiles>$(ProjectDir)res\graphstudionext.exe.manifest %(AdditionalManifestFiles)</AdditionalManifestFiles> |
| 238 | + <EnableDpiAwareness>false</EnableDpiAwareness> |
| 239 | + </Manifest> |
224 | 240 | </ItemDefinitionGroup>
|
225 | 241 | <ItemGroup>
|
226 | 242 | <None Include="cpp.hint" />
|
|
464 | 480 | <Image Include="res\graphxml.ico" />
|
465 | 481 | <Image Include="res\graphxml64.ico" />
|
466 | 482 | </ItemGroup>
|
| 483 | + <ItemGroup> |
| 484 | + <Manifest Include="res\graphstudionext.exe.manifest" /> |
| 485 | + </ItemGroup> |
467 | 486 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
468 | 487 | <ImportGroup Label="ExtensionTargets">
|
469 | 488 | </ImportGroup>
|
|
0 commit comments