Subversion Repositories fastphp

Rev

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

Rev 100 Rev 107
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>19.2</ProjectVersion>
4
        <ProjectVersion>19.5</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 97... Line 97...
97
        <DCC_DebugInfoInExe>true</DCC_DebugInfoInExe>
97
        <DCC_DebugInfoInExe>true</DCC_DebugInfoInExe>
98
        <DCC_RemoteDebug>true</DCC_RemoteDebug>
98
        <DCC_RemoteDebug>true</DCC_RemoteDebug>
99
    </PropertyGroup>
99
    </PropertyGroup>
100
    <PropertyGroup Condition="'$(Cfg_1_Win32)'!=''">
100
    <PropertyGroup Condition="'$(Cfg_1_Win32)'!=''">
101
        <Icon_MainIcon>FastPHP_Icon2.ico</Icon_MainIcon>
101
        <Icon_MainIcon>FastPHP_Icon2.ico</Icon_MainIcon>
102
        <DCC_ExeOutput>D:\__fastphp</DCC_ExeOutput>
102
        <DCC_ExeOutput>.</DCC_ExeOutput>
103
        <Debugger_RunParams>D:\_test\scrap.php</Debugger_RunParams>
103
        <Debugger_RunParams>D:\_test\scrap.php</Debugger_RunParams>
104
        <VerInfo_Locale>1033</VerInfo_Locale>
104
        <VerInfo_Locale>1033</VerInfo_Locale>
105
        <VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
105
        <VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
106
        <AppEnableRuntimeThemes>true</AppEnableRuntimeThemes>
-
 
107
        <DCC_RemoteDebug>false</DCC_RemoteDebug>
106
        <DCC_RemoteDebug>false</DCC_RemoteDebug>
108
        <AppDPIAwarenessMode>PerMonitor</AppDPIAwarenessMode>
107
        <AppDPIAwarenessMode>PerMonitor</AppDPIAwarenessMode>
109
        <VerInfo_Keys>CompanyName=ViaThinkSoft;FileDescription=FastPHP Browser;FileVersion=0.5.0.0;InternalName=FastPHP Browser;LegalCopyright=(C) 2016-2022 ViaThinkSoft, Daniel Marschall;LegalTrademarks=;OriginalFilename=FastPHPBrowser.exe;ProductName=FastPHP;ProductVersion=0.5;Comments=www.viathinksoft.com</VerInfo_Keys>
108
        <VerInfo_Keys>CompanyName=ViaThinkSoft;FileDescription=FastPHP Browser;FileVersion=0.8.0.0;InternalName=FastPHP Browser;LegalCopyright=(C) 2016-2024 ViaThinkSoft, Daniel Marschall;LegalTrademarks=;OriginalFilename=FastPHPBrowser.exe;ProductName=FastPHP;ProductVersion=0.8;Comments=www.viathinksoft.com</VerInfo_Keys>
110
        <VerInfo_MajorVer>0</VerInfo_MajorVer>
109
        <VerInfo_MajorVer>0</VerInfo_MajorVer>
111
        <VerInfo_MinorVer>5</VerInfo_MinorVer>
110
        <VerInfo_MinorVer>8</VerInfo_MinorVer>
112
    </PropertyGroup>
111
    </PropertyGroup>
113
    <PropertyGroup Condition="'$(Cfg_1_Win64)'!=''">
112
    <PropertyGroup Condition="'$(Cfg_1_Win64)'!=''">
114
        <AppEnableRuntimeThemes>true</AppEnableRuntimeThemes>
113
        <AppEnableRuntimeThemes>true</AppEnableRuntimeThemes>
115
        <AppDPIAwarenessMode>PerMonitorV2</AppDPIAwarenessMode>
114
        <AppDPIAwarenessMode>PerMonitorV2</AppDPIAwarenessMode>
116
    </PropertyGroup>
115
    </PropertyGroup>
Line 119... Line 118...
119
        <DCC_Define>RELEASE;$(DCC_Define)</DCC_Define>
118
        <DCC_Define>RELEASE;$(DCC_Define)</DCC_Define>
120
        <DCC_SymbolReferenceInfo>0</DCC_SymbolReferenceInfo>
119
        <DCC_SymbolReferenceInfo>0</DCC_SymbolReferenceInfo>
121
        <DCC_DebugInformation>0</DCC_DebugInformation>
120
        <DCC_DebugInformation>0</DCC_DebugInformation>
122
    </PropertyGroup>
121
    </PropertyGroup>
123
    <PropertyGroup Condition="'$(Cfg_2_Win32)'!=''">
122
    <PropertyGroup Condition="'$(Cfg_2_Win32)'!=''">
124
        <AppEnableRuntimeThemes>true</AppEnableRuntimeThemes>
-
 
125
        <AppDPIAwarenessMode>PerMonitor</AppDPIAwarenessMode>
123
        <AppDPIAwarenessMode>PerMonitor</AppDPIAwarenessMode>
126
        <VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
124
        <VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
127
        <VerInfo_Locale>1033</VerInfo_Locale>
125
        <VerInfo_Locale>1033</VerInfo_Locale>
128
        <BT_BuildType>Debug</BT_BuildType>
126
        <BT_BuildType>Debug</BT_BuildType>
129
        <Debugger_RunParams>D:\_test\scrap.php</Debugger_RunParams>
127
        <Debugger_RunParams>D:\_test\scrap.php</Debugger_RunParams>
130
        <VerInfo_MajorVer>0</VerInfo_MajorVer>
128
        <VerInfo_MajorVer>0</VerInfo_MajorVer>
131
        <VerInfo_MinorVer>7</VerInfo_MinorVer>
129
        <VerInfo_MinorVer>8</VerInfo_MinorVer>
132
        <VerInfo_Keys>CompanyName=ViaThinkSoft;FileDescription=FastPHP Browser;FileVersion=0.7.0.0;InternalName=FastPHP Browser;LegalCopyright=(C) 2016-2023 Daniel Marschall, ViaThinkSoft;LegalTrademarks=;OriginalFilename=FastPHPBrowser.exe;ProductName=FastPHP;ProductVersion=0.7;Comments=www.viathinksoft.com</VerInfo_Keys>
130
        <VerInfo_Keys>CompanyName=ViaThinkSoft;FileDescription=FastPHP Browser;FileVersion=0.8.0.0;InternalName=FastPHP Browser;LegalCopyright=(C) 2016-2024 Daniel Marschall, ViaThinkSoft;LegalTrademarks=;OriginalFilename=FastPHPBrowser.exe;ProductName=FastPHP;ProductVersion=0.8;Comments=www.viathinksoft.com</VerInfo_Keys>
133
        <Icon_MainIcon>FastPHP_Icon2.ico</Icon_MainIcon>
131
        <Icon_MainIcon>FastPHP_Icon2.ico</Icon_MainIcon>
-
 
132
        <DCC_ExeOutput>.</DCC_ExeOutput>
134
    </PropertyGroup>
133
    </PropertyGroup>
135
    <PropertyGroup Condition="'$(Cfg_2_Win64)'!=''">
134
    <PropertyGroup Condition="'$(Cfg_2_Win64)'!=''">
136
        <AppEnableRuntimeThemes>true</AppEnableRuntimeThemes>
135
        <AppEnableRuntimeThemes>true</AppEnableRuntimeThemes>
137
        <AppDPIAwarenessMode>PerMonitorV2</AppDPIAwarenessMode>
136
        <AppDPIAwarenessMode>PerMonitorV2</AppDPIAwarenessMode>
138
    </PropertyGroup>
137
    </PropertyGroup>
Line 142... Line 141...
142
        </DelphiCompile>
141
        </DelphiCompile>
143
        <DCCReference Include="BrowserMain.pas">
142
        <DCCReference Include="BrowserMain.pas">
144
            <Form>Form2</Form>
143
            <Form>Form2</Form>
145
            <FormType>dfm</FormType>
144
            <FormType>dfm</FormType>
146
        </DCCReference>
145
        </DCCReference>
147
        <BuildConfiguration Include="Release">
-
 
148
            <Key>Cfg_2</Key>
-
 
149
            <CfgParent>Base</CfgParent>
-
 
150
        </BuildConfiguration>
-
 
151
        <BuildConfiguration Include="Base">
146
        <BuildConfiguration Include="Base">
152
            <Key>Base</Key>
147
            <Key>Base</Key>
153
        </BuildConfiguration>
148
        </BuildConfiguration>
154
        <BuildConfiguration Include="Debug">
149
        <BuildConfiguration Include="Debug">
155
            <Key>Cfg_1</Key>
150
            <Key>Cfg_1</Key>
156
            <CfgParent>Base</CfgParent>
151
            <CfgParent>Base</CfgParent>
157
        </BuildConfiguration>
152
        </BuildConfiguration>
-
 
153
        <BuildConfiguration Include="Release">
-
 
154
            <Key>Cfg_2</Key>
-
 
155
            <CfgParent>Base</CfgParent>
-
 
156
        </BuildConfiguration>
158
    </ItemGroup>
157
    </ItemGroup>
159
    <ProjectExtensions>
158
    <ProjectExtensions>
160
        <Borland.Personality>Delphi.Personality.12</Borland.Personality>
159
        <Borland.Personality>Delphi.Personality.12</Borland.Personality>
161
        <Borland.ProjectType>Application</Borland.ProjectType>
160
        <Borland.ProjectType>Application</Borland.ProjectType>
162
        <BorlandProject>
161
        <BorlandProject>
163
            <Delphi.Personality>
162
            <Delphi.Personality>
164
                <Source>
163
                <Source>
165
                    <Source Name="MainSource">FastPHPBrowser.dpr</Source>
164
                    <Source Name="MainSource">FastPHPBrowser.dpr</Source>
166
                </Source>
165
                </Source>
167
                <Excluded_Packages>
166
                <Excluded_Packages>
168
                    <Excluded_Packages Name="$(BDSBIN)\dclofficexp270.bpl">Microsoft Office XP Beispiele für gekapselte Komponenten für Automation Server</Excluded_Packages>
167
                    <Excluded_Packages Name="$(BDSBIN)\dcloffice2k280.bpl">Microsoft Office 2000 Beispiele für gekapselte Komponenten für Automatisierungsserver</Excluded_Packages>
169
                    <Excluded_Packages Name="C:\Users\Public\Documents\Embarcadero\Studio\21.0\Bpl\KInfoPower.bpl">(Unbenannt)</Excluded_Packages>
-
 
170
                    <Excluded_Packages Name="C:\Users\Public\Documents\Embarcadero\Studio\21.0\Bpl\KFirstClass.bpl">(Unbenannt)</Excluded_Packages>
-
 
171
                    <Excluded_Packages Name="$(BDSBIN)\ipstudiowinclient270.bpl">Woll2Woll InfoPower Studio Midas</Excluded_Packages>
-
 
172
                    <Excluded_Packages Name="$(BDSBIN)\ipstudiowinwordxp270.bpl">Woll2Woll InfoPower RichEdit 4K for MSWord XP</Excluded_Packages>
-
 
173
                    <Excluded_Packages Name="$(BDSBIN)\dcloffice2k270.bpl">Microsoft Office 2000 Beispiele für gekapselte Komponenten für Automatisierungsserver</Excluded_Packages>
168
                    <Excluded_Packages Name="$(BDSBIN)\dclofficexp280.bpl">Microsoft Office XP Beispiele für gekapselte Komponenten für Automation Server</Excluded_Packages>
174
                </Excluded_Packages>
169
                </Excluded_Packages>
175
            </Delphi.Personality>
170
            </Delphi.Personality>
176
            <Platforms>
171
            <Platforms>
177
                <Platform value="Win32">True</Platform>
172
                <Platform value="Win32">True</Platform>
178
                <Platform value="Win64">False</Platform>
173
                <Platform value="Win64">False</Platform>