Subversion Repositories fastphp

Rev

Rev 49 | Rev 59 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 49 Rev 56
Line 5... Line 5...
5
        <Base>True</Base>
5
        <Base>True</Base>
6
        <Config Condition="'$(Config)'==''">Release</Config>
6
        <Config Condition="'$(Config)'==''">Release</Config>
7
        <TargetedPlatforms>1</TargetedPlatforms>
7
        <TargetedPlatforms>1</TargetedPlatforms>
8
        <AppType>Application</AppType>
8
        <AppType>Application</AppType>
9
        <FrameworkType>VCL</FrameworkType>
9
        <FrameworkType>VCL</FrameworkType>
10
        <ProjectVersion>18.2</ProjectVersion>
10
        <ProjectVersion>18.8</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 74... Line 74...
74
        <DCC_SymbolReferenceInfo>0</DCC_SymbolReferenceInfo>
74
        <DCC_SymbolReferenceInfo>0</DCC_SymbolReferenceInfo>
75
        <DCC_DebugInformation>0</DCC_DebugInformation>
75
        <DCC_DebugInformation>0</DCC_DebugInformation>
76
    </PropertyGroup>
76
    </PropertyGroup>
77
    <PropertyGroup Condition="'$(Cfg_1_Win32)'!=''">
77
    <PropertyGroup Condition="'$(Cfg_1_Win32)'!=''">
78
        <AppEnableRuntimeThemes>true</AppEnableRuntimeThemes>
78
        <AppEnableRuntimeThemes>true</AppEnableRuntimeThemes>
-
 
79
        <BT_BuildType>Debug</BT_BuildType>
79
        <AppEnableHighDPI>true</AppEnableHighDPI>
80
        <AppDPIAwarenessMode>PerMonitor</AppDPIAwarenessMode>
80
    </PropertyGroup>
81
    </PropertyGroup>
81
    <PropertyGroup Condition="'$(Cfg_2)'!=''">
82
    <PropertyGroup Condition="'$(Cfg_2)'!=''">
82
        <DCC_Define>DEBUG;$(DCC_Define)</DCC_Define>
83
        <DCC_Define>DEBUG;$(DCC_Define)</DCC_Define>
83
        <DCC_Optimize>false</DCC_Optimize>
84
        <DCC_Optimize>false</DCC_Optimize>
84
        <DCC_GenerateStackFrames>true</DCC_GenerateStackFrames>
85
        <DCC_GenerateStackFrames>true</DCC_GenerateStackFrames>
Line 89... Line 90...
89
        <Icon_MainIcon>FastPHP_Icon2.ico</Icon_MainIcon>
90
        <Icon_MainIcon>FastPHP_Icon2.ico</Icon_MainIcon>
90
        <VerInfo_Keys>CompanyName=;FileDescription=$(MSBuildProjectName);FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductName=$(MSBuildProjectName);ProductVersion=1.0.0.0;Comments=;ProgramID=com.embarcadero.$(MSBuildProjectName)</VerInfo_Keys>
91
        <VerInfo_Keys>CompanyName=;FileDescription=$(MSBuildProjectName);FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductName=$(MSBuildProjectName);ProductVersion=1.0.0.0;Comments=;ProgramID=com.embarcadero.$(MSBuildProjectName)</VerInfo_Keys>
91
        <VerInfo_MinorVer>0</VerInfo_MinorVer>
92
        <VerInfo_MinorVer>0</VerInfo_MinorVer>
92
        <VerInfo_MajorVer>1</VerInfo_MajorVer>
93
        <VerInfo_MajorVer>1</VerInfo_MajorVer>
93
        <AppEnableRuntimeThemes>true</AppEnableRuntimeThemes>
94
        <AppEnableRuntimeThemes>true</AppEnableRuntimeThemes>
94
        <AppEnableHighDPI>true</AppEnableHighDPI>
95
        <AppDPIAwarenessMode>PerMonitor</AppDPIAwarenessMode>
95
    </PropertyGroup>
96
    </PropertyGroup>
96
    <ItemGroup>
97
    <ItemGroup>
97
        <DelphiCompile Include="$(MainSource)">
98
        <DelphiCompile Include="$(MainSource)">
98
            <MainSource>MainSource</MainSource>
99
            <MainSource>MainSource</MainSource>
99
        </DelphiCompile>
100
        </DelphiCompile>