|
@@ -23,23 +23,11 @@
|
|
|
<CfgParent>Base</CfgParent>
|
|
|
<Base>true</Base>
|
|
|
</PropertyGroup>
|
|
|
- <PropertyGroup Condition="('$(Platform)'=='Win32' and '$(Cfg_1)'=='true') or '$(Cfg_1_Win32)'!=''">
|
|
|
- <Cfg_1_Win32>true</Cfg_1_Win32>
|
|
|
- <CfgParent>Cfg_1</CfgParent>
|
|
|
- <Cfg_1>true</Cfg_1>
|
|
|
- <Base>true</Base>
|
|
|
- </PropertyGroup>
|
|
|
<PropertyGroup Condition="'$(Config)'=='Debug' or '$(Cfg_2)'!=''">
|
|
|
<Cfg_2>true</Cfg_2>
|
|
|
<CfgParent>Base</CfgParent>
|
|
|
<Base>true</Base>
|
|
|
</PropertyGroup>
|
|
|
- <PropertyGroup Condition="('$(Platform)'=='Win32' and '$(Cfg_2)'=='true') or '$(Cfg_2_Win32)'!=''">
|
|
|
- <Cfg_2_Win32>true</Cfg_2_Win32>
|
|
|
- <CfgParent>Cfg_2</CfgParent>
|
|
|
- <Cfg_2>true</Cfg_2>
|
|
|
- <Base>true</Base>
|
|
|
- </PropertyGroup>
|
|
|
<PropertyGroup Condition="'$(Base)'!=''">
|
|
|
<DCC_ImageBase>00400000</DCC_ImageBase>
|
|
|
<DCC_Alignment>1</DCC_Alignment>
|
|
@@ -78,18 +66,12 @@
|
|
|
<DCC_LocalDebugSymbols>false</DCC_LocalDebugSymbols>
|
|
|
<DCC_ExeOutput>..\Files</DCC_ExeOutput>
|
|
|
</PropertyGroup>
|
|
|
- <PropertyGroup Condition="'$(Cfg_1_Win32)'!=''">
|
|
|
- <AppDPIAwarenessMode>PerMonitorV2</AppDPIAwarenessMode>
|
|
|
- </PropertyGroup>
|
|
|
<PropertyGroup Condition="'$(Cfg_2)'!=''">
|
|
|
<DCC_Define>DEBUG;$(DCC_Define)</DCC_Define>
|
|
|
<DCC_Optimize>false</DCC_Optimize>
|
|
|
<DCC_GenerateStackFrames>true</DCC_GenerateStackFrames>
|
|
|
<Debugger_RunParams>Debug.iss</Debugger_RunParams>
|
|
|
</PropertyGroup>
|
|
|
- <PropertyGroup Condition="'$(Cfg_2_Win32)'!=''">
|
|
|
- <AppDPIAwarenessMode>PerMonitorV2</AppDPIAwarenessMode>
|
|
|
- </PropertyGroup>
|
|
|
<ItemGroup>
|
|
|
<DelphiCompile Include="$(MainSource)">
|
|
|
<MainSource>MainSource</MainSource>
|