Subversion Repositories fastphp

Rev

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

Rev 49 Rev 59
Line 1... Line 1...
1
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
1
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
2
    <PropertyGroup>
2
    <PropertyGroup>
3
        <ProjectGuid>{E890440B-7DEF-4455-83AB-317993B34487}</ProjectGuid>
3
        <ProjectGuid>{E890440B-7DEF-4455-83AB-317993B34487}</ProjectGuid>
4
        <ProjectVersion>18.2</ProjectVersion>
4
        <ProjectVersion>18.8</ProjectVersion>
5
        <FrameworkType>VCL</FrameworkType>
5
        <FrameworkType>VCL</FrameworkType>
6
        <MainSource>FastPHPBrowser.dpr</MainSource>
6
        <MainSource>FastPHPBrowser.dpr</MainSource>
7
        <Base>True</Base>
7
        <Base>True</Base>
8
        <Config Condition="'$(Config)'==''">Release</Config>
8
        <Config Condition="'$(Config)'==''">Release</Config>
9
        <Platform Condition="'$(Platform)'==''">Win32</Platform>
9
        <Platform Condition="'$(Platform)'==''">Win32</Platform>
Line 56... Line 56...
56
    </PropertyGroup>
56
    </PropertyGroup>
57
    <PropertyGroup Condition="'$(Base_Win32)'!=''">
57
    <PropertyGroup Condition="'$(Base_Win32)'!=''">
58
        <VerInfo_Locale>1033</VerInfo_Locale>
58
        <VerInfo_Locale>1033</VerInfo_Locale>
59
        <DCC_UsePackage>rtl;vcl;vclactnband;vcldsnap;IndyCore;IndySystem;vclx;SynEditDR;bindcomp;tethering;svnui;appanalytics;dsnap;test;bindcompvcl;vclimg;TForge;vcltouch;VclSmp;vcldb;bindcompfmx;svn;bindengine;dbrtl;IndyProtocols;fmx;fmxdae;xmlrtl;fmxobj;vclwinx;fmxase;$(DCC_UsePackage)</DCC_UsePackage>
59
        <DCC_UsePackage>rtl;vcl;vclactnband;vcldsnap;IndyCore;IndySystem;vclx;SynEditDR;bindcomp;tethering;svnui;appanalytics;dsnap;test;bindcompvcl;vclimg;TForge;vcltouch;VclSmp;vcldb;bindcompfmx;svn;bindengine;dbrtl;IndyProtocols;fmx;fmxdae;xmlrtl;fmxobj;vclwinx;fmxase;$(DCC_UsePackage)</DCC_UsePackage>
60
        <DCC_Namespace>Winapi;System.Win;Data.Win;Datasnap.Win;Web.Win;Soap.Win;Xml.Win;Bde;$(DCC_Namespace)</DCC_Namespace>
60
        <DCC_Namespace>Winapi;System.Win;Data.Win;Datasnap.Win;Web.Win;Soap.Win;Xml.Win;Bde;$(DCC_Namespace)</DCC_Namespace>
61
        <VerInfo_Keys>CompanyName=;FileDescription=$(MSBuildProjectName);FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProgramID=com.embarcadero.$(MSBuildProjectName);ProductName=$(MSBuildProjectName);ProductVersion=1.0.0.0;Comments=</VerInfo_Keys>
61
        <VerInfo_Keys>CompanyName=ViaThinkSoft;FileDescription=FastPHP Browser;FileVersion=1.0.0.0;InternalName=FastPHP Browser;LegalCopyright=(C) 2020 ViaThinkSoft, Daniel Marschall;LegalTrademarks=;OriginalFilename=FastPHPBrowser.exe;ProductName=FastPHP;ProductVersion=1.0.0.0;Comments=www.viathinksoft.com</VerInfo_Keys>
62
        <VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
62
        <VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
63
        <Manifest_File>$(BDS)\bin\default_app.manifest</Manifest_File>
63
        <Manifest_File>$(BDS)\bin\default_app.manifest</Manifest_File>
64
    </PropertyGroup>
64
    </PropertyGroup>
65
    <PropertyGroup Condition="'$(Cfg_1)'!=''">
65
    <PropertyGroup Condition="'$(Cfg_1)'!=''">
66
        <DCC_Define>DEBUG;$(DCC_Define)</DCC_Define>
66
        <DCC_Define>DEBUG;$(DCC_Define)</DCC_Define>
Line 75... Line 75...
75
        <DCC_ExeOutput>E:\__fastphp</DCC_ExeOutput>
75
        <DCC_ExeOutput>E:\__fastphp</DCC_ExeOutput>
76
        <Debugger_RunParams>E:\__fastphp\test_ajax.xphp</Debugger_RunParams>
76
        <Debugger_RunParams>E:\__fastphp\test_ajax.xphp</Debugger_RunParams>
77
        <VerInfo_Locale>1033</VerInfo_Locale>
77
        <VerInfo_Locale>1033</VerInfo_Locale>
78
        <VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
78
        <VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
79
        <AppEnableRuntimeThemes>true</AppEnableRuntimeThemes>
79
        <AppEnableRuntimeThemes>true</AppEnableRuntimeThemes>
80
        <AppEnableHighDPI>true</AppEnableHighDPI>
-
 
81
        <DCC_RemoteDebug>false</DCC_RemoteDebug>
80
        <DCC_RemoteDebug>false</DCC_RemoteDebug>
-
 
81
        <AppDPIAwarenessMode>PerMonitor</AppDPIAwarenessMode>
82
    </PropertyGroup>
82
    </PropertyGroup>
83
    <PropertyGroup Condition="'$(Cfg_2)'!=''">
83
    <PropertyGroup Condition="'$(Cfg_2)'!=''">
84
        <DCC_LocalDebugSymbols>false</DCC_LocalDebugSymbols>
84
        <DCC_LocalDebugSymbols>false</DCC_LocalDebugSymbols>
85
        <DCC_Define>RELEASE;$(DCC_Define)</DCC_Define>
85
        <DCC_Define>RELEASE;$(DCC_Define)</DCC_Define>
86
        <DCC_SymbolReferenceInfo>0</DCC_SymbolReferenceInfo>
86
        <DCC_SymbolReferenceInfo>0</DCC_SymbolReferenceInfo>
87
        <DCC_DebugInformation>0</DCC_DebugInformation>
87
        <DCC_DebugInformation>0</DCC_DebugInformation>
88
    </PropertyGroup>
88
    </PropertyGroup>
89
    <PropertyGroup Condition="'$(Cfg_2_Win32)'!=''">
89
    <PropertyGroup Condition="'$(Cfg_2_Win32)'!=''">
90
        <AppEnableRuntimeThemes>true</AppEnableRuntimeThemes>
90
        <AppEnableRuntimeThemes>true</AppEnableRuntimeThemes>
-
 
91
        <AppDPIAwarenessMode>PerMonitor</AppDPIAwarenessMode>
91
        <AppEnableHighDPI>true</AppEnableHighDPI>
92
        <VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
-
 
93
        <VerInfo_Locale>1033</VerInfo_Locale>
-
 
94
        <Icon_MainIcon>FastPHPBrowser_Icon1.ico</Icon_MainIcon>
92
    </PropertyGroup>
95
    </PropertyGroup>
93
    <ItemGroup>
96
    <ItemGroup>
94
        <DelphiCompile Include="$(MainSource)">
97
        <DelphiCompile Include="$(MainSource)">
95
            <MainSource>MainSource</MainSource>
98
            <MainSource>MainSource</MainSource>
96
        </DelphiCompile>
99
        </DelphiCompile>
Line 116... Line 119...
116
        <BorlandProject>
119
        <BorlandProject>
117
            <Delphi.Personality>
120
            <Delphi.Personality>
118
                <Source>
121
                <Source>
119
                    <Source Name="MainSource">FastPHPBrowser.dpr</Source>
122
                    <Source Name="MainSource">FastPHPBrowser.dpr</Source>
120
                </Source>
123
                </Source>
-
 
124
                <Excluded_Packages>
-
 
125
                    <Excluded_Packages Name="$(BDSBIN)\dcloffice2k260.bpl">Microsoft Office 2000 Beispiele für gekapselte Komponenten für Automatisierungsserver</Excluded_Packages>
-
 
126
                    <Excluded_Packages Name="$(BDSBIN)\dclofficexp260.bpl">Microsoft Office XP Beispiele für gekapselte Komponenten für Automation Server</Excluded_Packages>
-
 
127
                </Excluded_Packages>
121
            </Delphi.Personality>
128
            </Delphi.Personality>
122
            <Platforms>
129
            <Platforms>
123
                <Platform value="Win32">True</Platform>
130
                <Platform value="Win32">True</Platform>
124
            </Platforms>
131
            </Platforms>
125
        </BorlandProject>
132
        </BorlandProject>