1
0
mirror of https://github.com/FunkyFr3sh/cnc-ddraw.git synced 2025-03-15 06:04:49 +01:00

tweak projectfile

This commit is contained in:
FunkyFr3sh 2023-08-04 14:15:20 +02:00
parent db446cb94b
commit b4334a011a

View File

@ -92,7 +92,6 @@
<Manifest_File>cnc-ddraw config.manifest</Manifest_File>
<ILINK_OSVersion>5.0</ILINK_OSVersion>
<ILINK_SubSysVersion>5.0</ILINK_SubSysVersion>
<AppDPIAwarenessMode>none</AppDPIAwarenessMode>
</PropertyGroup>
<PropertyGroup Condition="'$(Base_Win64)'!=''">
<DCC_Namespace>Winapi;System.Win;Data.Win;Datasnap.Win;Web.Win;Soap.Win;Xml.Win;$(DCC_Namespace)</DCC_Namespace>
@ -125,6 +124,7 @@
<ILINK_TranslatedLibraryPath>$(BDSLIB)\$(PLATFORM)\debug\$(LANGDIR);$(ILINK_TranslatedLibraryPath)</ILINK_TranslatedLibraryPath>
</PropertyGroup>
<PropertyGroup Condition="'$(Cfg_1_Win32)'!=''">
<AppEnableRuntimeThemes>true</AppEnableRuntimeThemes>
<AppDPIAwarenessMode>PerMonitorV2</AppDPIAwarenessMode>
<BCC_UseClassicCompiler>false</BCC_UseClassicCompiler>
<VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>