Subversion Repositories jumper

Rev

Rev 5 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 5 Rev 27
Line 5... Line 5...
5
        <Base>True</Base>
5
        <Base>True</Base>
6
        <Config Condition="'$(Config)'==''">Debug</Config>
6
        <Config Condition="'$(Config)'==''">Debug</Config>
7
        <TargetedPlatforms>3</TargetedPlatforms>
7
        <TargetedPlatforms>3</TargetedPlatforms>
8
        <AppType>Application</AppType>
8
        <AppType>Application</AppType>
9
        <FrameworkType>VCL</FrameworkType>
9
        <FrameworkType>VCL</FrameworkType>
10
        <ProjectVersion>18.4</ProjectVersion>
10
        <ProjectVersion>19.5</ProjectVersion>
11
        <Platform Condition="'$(Platform)'==''">Win32</Platform>
11
        <Platform Condition="'$(Platform)'==''">Win32</Platform>
12
    </PropertyGroup>
12
    </PropertyGroup>
13
    <PropertyGroup Condition="'$(Config)'=='Base' or '$(Base)'!=''">
13
    <PropertyGroup Condition="'$(Config)'=='Base' or '$(Base)'!=''">
14
        <Base>true</Base>
14
        <Base>true</Base>
15
    </PropertyGroup>
15
    </PropertyGroup>
Line 101... Line 101...
101
        <DCC_LocalDebugSymbols>false</DCC_LocalDebugSymbols>
101
        <DCC_LocalDebugSymbols>false</DCC_LocalDebugSymbols>
102
        <DCC_SymbolReferenceInfo>0</DCC_SymbolReferenceInfo>
102
        <DCC_SymbolReferenceInfo>0</DCC_SymbolReferenceInfo>
103
    </PropertyGroup>
103
    </PropertyGroup>
104
    <PropertyGroup Condition="'$(Cfg_1_Win32)'!=''">
104
    <PropertyGroup Condition="'$(Cfg_1_Win32)'!=''">
105
        <AppEnableRuntimeThemes>true</AppEnableRuntimeThemes>
105
        <AppEnableRuntimeThemes>true</AppEnableRuntimeThemes>
106
        <AppEnableHighDPI>true</AppEnableHighDPI>
106
        <AppDPIAwarenessMode>PerMonitor</AppDPIAwarenessMode>
107
    </PropertyGroup>
107
    </PropertyGroup>
108
    <PropertyGroup Condition="'$(Cfg_1_Win64)'!=''">
108
    <PropertyGroup Condition="'$(Cfg_1_Win64)'!=''">
109
        <AppEnableRuntimeThemes>true</AppEnableRuntimeThemes>
109
        <AppEnableRuntimeThemes>true</AppEnableRuntimeThemes>
110
        <AppEnableHighDPI>true</AppEnableHighDPI>
110
        <AppDPIAwarenessMode>PerMonitor</AppDPIAwarenessMode>
111
    </PropertyGroup>
111
    </PropertyGroup>
112
    <PropertyGroup Condition="'$(Cfg_2)'!=''">
112
    <PropertyGroup Condition="'$(Cfg_2)'!=''">
113
        <DCC_Define>DEBUG;$(DCC_Define)</DCC_Define>
113
        <DCC_Define>DEBUG;$(DCC_Define)</DCC_Define>
114
        <DCC_Optimize>false</DCC_Optimize>
114
        <DCC_Optimize>false</DCC_Optimize>
115
        <DCC_GenerateStackFrames>true</DCC_GenerateStackFrames>
115
        <DCC_GenerateStackFrames>true</DCC_GenerateStackFrames>
116
    </PropertyGroup>
116
    </PropertyGroup>
117
    <PropertyGroup Condition="'$(Cfg_2_Win32)'!=''">
117
    <PropertyGroup Condition="'$(Cfg_2_Win32)'!=''">
118
        <AppEnableRuntimeThemes>true</AppEnableRuntimeThemes>
118
        <AppEnableRuntimeThemes>true</AppEnableRuntimeThemes>
119
        <AppEnableHighDPI>true</AppEnableHighDPI>
119
        <AppDPIAwarenessMode>PerMonitor</AppDPIAwarenessMode>
120
    </PropertyGroup>
120
    </PropertyGroup>
121
    <PropertyGroup Condition="'$(Cfg_2_Win64)'!=''">
121
    <PropertyGroup Condition="'$(Cfg_2_Win64)'!=''">
122
        <AppEnableRuntimeThemes>true</AppEnableRuntimeThemes>
122
        <AppEnableRuntimeThemes>true</AppEnableRuntimeThemes>
123
        <AppEnableHighDPI>true</AppEnableHighDPI>
123
        <AppDPIAwarenessMode>PerMonitor</AppDPIAwarenessMode>
124
    </PropertyGroup>
124
    </PropertyGroup>
125
    <ItemGroup>
125
    <ItemGroup>
126
        <DelphiCompile Include="$(MainSource)">
126
        <DelphiCompile Include="$(MainSource)">
127
            <MainSource>MainSource</MainSource>
127
            <MainSource>MainSource</MainSource>
128
        </DelphiCompile>
128
        </DelphiCompile>
Line 148... Line 148...
148
        </DCCReference>
148
        </DCCReference>
149
        <DCCReference Include="Help.pas">
149
        <DCCReference Include="Help.pas">
150
            <Form>HelpForm</Form>
150
            <Form>HelpForm</Form>
151
        </DCCReference>
151
        </DCCReference>
152
        <DCCReference Include="Constants.pas"/>
152
        <DCCReference Include="Constants.pas"/>
153
        <BuildConfiguration Include="Debug">
-
 
154
            <Key>Cfg_2</Key>
-
 
155
            <CfgParent>Base</CfgParent>
-
 
156
        </BuildConfiguration>
-
 
157
        <BuildConfiguration Include="Base">
153
        <BuildConfiguration Include="Base">
158
            <Key>Base</Key>
154
            <Key>Base</Key>
159
        </BuildConfiguration>
155
        </BuildConfiguration>
160
        <BuildConfiguration Include="Release">
156
        <BuildConfiguration Include="Release">
161
            <Key>Cfg_1</Key>
157
            <Key>Cfg_1</Key>
162
            <CfgParent>Base</CfgParent>
158
            <CfgParent>Base</CfgParent>
163
        </BuildConfiguration>
159
        </BuildConfiguration>
-
 
160
        <BuildConfiguration Include="Debug">
-
 
161
            <Key>Cfg_2</Key>
-
 
162
            <CfgParent>Base</CfgParent>
-
 
163
        </BuildConfiguration>
164
    </ItemGroup>
164
    </ItemGroup>
165
    <ProjectExtensions>
165
    <ProjectExtensions>
166
        <Borland.Personality>Delphi.Personality.12</Borland.Personality>
166
        <Borland.Personality>Delphi.Personality.12</Borland.Personality>
167
        <Borland.ProjectType/>
167
        <Borland.ProjectType/>
168
        <BorlandProject>
168
        <BorlandProject>