Subversion Repositories fastphp

Rev

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

Rev 90 Rev 94
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.8</ProjectVersion>
4
        <ProjectVersion>19.2</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 16... Line 16...
16
    <PropertyGroup Condition="('$(Platform)'=='Win32' and '$(Base)'=='true') or '$(Base_Win32)'!=''">
16
    <PropertyGroup Condition="('$(Platform)'=='Win32' and '$(Base)'=='true') or '$(Base_Win32)'!=''">
17
        <Base_Win32>true</Base_Win32>
17
        <Base_Win32>true</Base_Win32>
18
        <CfgParent>Base</CfgParent>
18
        <CfgParent>Base</CfgParent>
19
        <Base>true</Base>
19
        <Base>true</Base>
20
    </PropertyGroup>
20
    </PropertyGroup>
-
 
21
    <PropertyGroup Condition="('$(Platform)'=='Win64' and '$(Base)'=='true') or '$(Base_Win64)'!=''">
-
 
22
        <Base_Win64>true</Base_Win64>
-
 
23
        <CfgParent>Base</CfgParent>
-
 
24
        <Base>true</Base>
-
 
25
    </PropertyGroup>
21
    <PropertyGroup Condition="'$(Config)'=='Debug' or '$(Cfg_1)'!=''">
26
    <PropertyGroup Condition="'$(Config)'=='Debug' or '$(Cfg_1)'!=''">
22
        <Cfg_1>true</Cfg_1>
27
        <Cfg_1>true</Cfg_1>
23
        <CfgParent>Base</CfgParent>
28
        <CfgParent>Base</CfgParent>
24
        <Base>true</Base>
29
        <Base>true</Base>
25
    </PropertyGroup>
30
    </PropertyGroup>
Line 27... Line 32...
27
        <Cfg_1_Win32>true</Cfg_1_Win32>
32
        <Cfg_1_Win32>true</Cfg_1_Win32>
28
        <CfgParent>Cfg_1</CfgParent>
33
        <CfgParent>Cfg_1</CfgParent>
29
        <Cfg_1>true</Cfg_1>
34
        <Cfg_1>true</Cfg_1>
30
        <Base>true</Base>
35
        <Base>true</Base>
31
    </PropertyGroup>
36
    </PropertyGroup>
-
 
37
    <PropertyGroup Condition="('$(Platform)'=='Win64' and '$(Cfg_1)'=='true') or '$(Cfg_1_Win64)'!=''">
-
 
38
        <Cfg_1_Win64>true</Cfg_1_Win64>
-
 
39
        <CfgParent>Cfg_1</CfgParent>
-
 
40
        <Cfg_1>true</Cfg_1>
-
 
41
        <Base>true</Base>
-
 
42
    </PropertyGroup>
32
    <PropertyGroup Condition="'$(Config)'=='Release' or '$(Cfg_2)'!=''">
43
    <PropertyGroup Condition="'$(Config)'=='Release' or '$(Cfg_2)'!=''">
33
        <Cfg_2>true</Cfg_2>
44
        <Cfg_2>true</Cfg_2>
34
        <CfgParent>Base</CfgParent>
45
        <CfgParent>Base</CfgParent>
35
        <Base>true</Base>
46
        <Base>true</Base>
36
    </PropertyGroup>
47
    </PropertyGroup>
Line 38... Line 49...
38
        <Cfg_2_Win32>true</Cfg_2_Win32>
49
        <Cfg_2_Win32>true</Cfg_2_Win32>
39
        <CfgParent>Cfg_2</CfgParent>
50
        <CfgParent>Cfg_2</CfgParent>
40
        <Cfg_2>true</Cfg_2>
51
        <Cfg_2>true</Cfg_2>
41
        <Base>true</Base>
52
        <Base>true</Base>
42
    </PropertyGroup>
53
    </PropertyGroup>
-
 
54
    <PropertyGroup Condition="('$(Platform)'=='Win64' and '$(Cfg_2)'=='true') or '$(Cfg_2_Win64)'!=''">
-
 
55
        <Cfg_2_Win64>true</Cfg_2_Win64>
-
 
56
        <CfgParent>Cfg_2</CfgParent>
-
 
57
        <Cfg_2>true</Cfg_2>
-
 
58
        <Base>true</Base>
-
 
59
    </PropertyGroup>
43
    <PropertyGroup Condition="'$(Base)'!=''">
60
    <PropertyGroup Condition="'$(Base)'!=''">
44
        <VerInfo_Locale>1031</VerInfo_Locale>
61
        <VerInfo_Locale>1031</VerInfo_Locale>
45
        <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>
62
        <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>
46
        <SanitizedProjectName>FastPHPBrowser</SanitizedProjectName>
63
        <SanitizedProjectName>FastPHPBrowser</SanitizedProjectName>
47
        <UWP_DelphiLogo44>$(BDS)\bin\Artwork\Windows\UWP\delphi_UwpDefault_44.png</UWP_DelphiLogo44>
64
        <UWP_DelphiLogo44>$(BDS)\bin\Artwork\Windows\UWP\delphi_UwpDefault_44.png</UWP_DelphiLogo44>
Line 63... Line 80...
63
        <Manifest_File>$(BDS)\bin\default_app.manifest</Manifest_File>
80
        <Manifest_File>$(BDS)\bin\default_app.manifest</Manifest_File>
64
        <VerInfo_MajorVer>0</VerInfo_MajorVer>
81
        <VerInfo_MajorVer>0</VerInfo_MajorVer>
65
        <VerInfo_MinorVer>5</VerInfo_MinorVer>
82
        <VerInfo_MinorVer>5</VerInfo_MinorVer>
66
        <Icon_MainIcon>FastPHP_Icon2.ico</Icon_MainIcon>
83
        <Icon_MainIcon>FastPHP_Icon2.ico</Icon_MainIcon>
67
    </PropertyGroup>
84
    </PropertyGroup>
-
 
85
    <PropertyGroup Condition="'$(Base_Win64)'!=''">
-
 
86
        <DCC_Namespace>Winapi;System.Win;Data.Win;Datasnap.Win;Web.Win;Soap.Win;Xml.Win;$(DCC_Namespace)</DCC_Namespace>
-
 
87
        <BT_BuildType>Debug</BT_BuildType>
-
 
88
        <VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
-
 
89
        <VerInfo_Locale>1033</VerInfo_Locale>
-
 
90
        <Manifest_File>$(BDS)\bin\default_app.manifest</Manifest_File>
-
 
91
    </PropertyGroup>
68
    <PropertyGroup Condition="'$(Cfg_1)'!=''">
92
    <PropertyGroup Condition="'$(Cfg_1)'!=''">
69
        <DCC_Define>DEBUG;$(DCC_Define)</DCC_Define>
93
        <DCC_Define>DEBUG;$(DCC_Define)</DCC_Define>
70
        <DCC_DebugDCUs>true</DCC_DebugDCUs>
94
        <DCC_DebugDCUs>true</DCC_DebugDCUs>
71
        <DCC_Optimize>false</DCC_Optimize>
95
        <DCC_Optimize>false</DCC_Optimize>
72
        <DCC_GenerateStackFrames>true</DCC_GenerateStackFrames>
96
        <DCC_GenerateStackFrames>true</DCC_GenerateStackFrames>
Line 84... Line 108...
84
        <AppDPIAwarenessMode>PerMonitor</AppDPIAwarenessMode>
108
        <AppDPIAwarenessMode>PerMonitor</AppDPIAwarenessMode>
85
        <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>
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>
86
        <VerInfo_MajorVer>0</VerInfo_MajorVer>
110
        <VerInfo_MajorVer>0</VerInfo_MajorVer>
87
        <VerInfo_MinorVer>5</VerInfo_MinorVer>
111
        <VerInfo_MinorVer>5</VerInfo_MinorVer>
88
    </PropertyGroup>
112
    </PropertyGroup>
-
 
113
    <PropertyGroup Condition="'$(Cfg_1_Win64)'!=''">
-
 
114
        <AppEnableRuntimeThemes>true</AppEnableRuntimeThemes>
-
 
115
        <AppDPIAwarenessMode>PerMonitorV2</AppDPIAwarenessMode>
-
 
116
    </PropertyGroup>
89
    <PropertyGroup Condition="'$(Cfg_2)'!=''">
117
    <PropertyGroup Condition="'$(Cfg_2)'!=''">
90
        <DCC_LocalDebugSymbols>false</DCC_LocalDebugSymbols>
118
        <DCC_LocalDebugSymbols>false</DCC_LocalDebugSymbols>
91
        <DCC_Define>RELEASE;$(DCC_Define)</DCC_Define>
119
        <DCC_Define>RELEASE;$(DCC_Define)</DCC_Define>
92
        <DCC_SymbolReferenceInfo>0</DCC_SymbolReferenceInfo>
120
        <DCC_SymbolReferenceInfo>0</DCC_SymbolReferenceInfo>
93
        <DCC_DebugInformation>0</DCC_DebugInformation>
121
        <DCC_DebugInformation>0</DCC_DebugInformation>
Line 98... Line 126...
98
        <VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
126
        <VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
99
        <VerInfo_Locale>1033</VerInfo_Locale>
127
        <VerInfo_Locale>1033</VerInfo_Locale>
100
        <BT_BuildType>Debug</BT_BuildType>
128
        <BT_BuildType>Debug</BT_BuildType>
101
        <Debugger_RunParams>D:\_test\scrap.php</Debugger_RunParams>
129
        <Debugger_RunParams>D:\_test\scrap.php</Debugger_RunParams>
102
        <VerInfo_MajorVer>0</VerInfo_MajorVer>
130
        <VerInfo_MajorVer>0</VerInfo_MajorVer>
103
        <VerInfo_MinorVer>5</VerInfo_MinorVer>
131
        <VerInfo_MinorVer>6</VerInfo_MinorVer>
104
        <VerInfo_Keys>CompanyName=ViaThinkSoft;FileDescription=FastPHP Browser;FileVersion=0.5.0.0;InternalName=FastPHP Browser;LegalCopyright=(C) 2016-2022 Daniel Marschall, ViaThinkSoft;LegalTrademarks=;OriginalFilename=FastPHPBrowser.exe;ProductName=FastPHP;ProductVersion=0.5;Comments=www.viathinksoft.com</VerInfo_Keys>
132
        <VerInfo_Keys>CompanyName=ViaThinkSoft;FileDescription=FastPHP Browser;FileVersion=0.6.0.0;InternalName=FastPHP Browser;LegalCopyright=(C) 2016-2022 Daniel Marschall, ViaThinkSoft;LegalTrademarks=;OriginalFilename=FastPHPBrowser.exe;ProductName=FastPHP;ProductVersion=0.6;Comments=www.viathinksoft.com</VerInfo_Keys>
105
        <Icon_MainIcon>FastPHP_Icon2.ico</Icon_MainIcon>
133
        <Icon_MainIcon>FastPHP_Icon2.ico</Icon_MainIcon>
106
    </PropertyGroup>
134
    </PropertyGroup>
-
 
135
    <PropertyGroup Condition="'$(Cfg_2_Win64)'!=''">
-
 
136
        <AppEnableRuntimeThemes>true</AppEnableRuntimeThemes>
-
 
137
        <AppDPIAwarenessMode>PerMonitorV2</AppDPIAwarenessMode>
-
 
138
    </PropertyGroup>
107
    <ItemGroup>
139
    <ItemGroup>
108
        <DelphiCompile Include="$(MainSource)">
140
        <DelphiCompile Include="$(MainSource)">
109
            <MainSource>MainSource</MainSource>
141
            <MainSource>MainSource</MainSource>
110
        </DelphiCompile>
142
        </DelphiCompile>
111
        <DCCReference Include="BrowserMain.pas">
143
        <DCCReference Include="BrowserMain.pas">
Line 131... Line 163...
131
            <Delphi.Personality>
163
            <Delphi.Personality>
132
                <Source>
164
                <Source>
133
                    <Source Name="MainSource">FastPHPBrowser.dpr</Source>
165
                    <Source Name="MainSource">FastPHPBrowser.dpr</Source>
134
                </Source>
166
                </Source>
135
                <Excluded_Packages>
167
                <Excluded_Packages>
136
                    <Excluded_Packages Name="$(BDSBIN)\dcloffice2k260.bpl">Microsoft Office 2000 Beispiele für gekapselte Komponenten für Automatisierungsserver</Excluded_Packages>
168
                    <Excluded_Packages Name="$(BDSBIN)\dcloffice2k270.bpl">Microsoft Office 2000 Beispiele für gekapselte Komponenten für Automatisierungsserver</Excluded_Packages>
137
                    <Excluded_Packages Name="$(BDSBIN)\dclofficexp260.bpl">Microsoft Office XP Beispiele für gekapselte Komponenten für Automation Server</Excluded_Packages>
169
                    <Excluded_Packages Name="$(BDSBIN)\dclofficexp270.bpl">Microsoft Office XP Beispiele für gekapselte Komponenten für Automation Server</Excluded_Packages>
138
                </Excluded_Packages>
170
                </Excluded_Packages>
139
            </Delphi.Personality>
171
            </Delphi.Personality>
140
            <Platforms>
172
            <Platforms>
141
                <Platform value="Win32">True</Platform>
173
                <Platform value="Win32">True</Platform>
-
 
174
                <Platform value="Win64">False</Platform>
142
            </Platforms>
175
            </Platforms>
143
        </BorlandProject>
176
        </BorlandProject>
144
        <ProjectFileVersion>12</ProjectFileVersion>
177
        <ProjectFileVersion>12</ProjectFileVersion>
145
    </ProjectExtensions>
178
    </ProjectExtensions>
146
    <Import Project="$(BDS)\Bin\CodeGear.Delphi.Targets" Condition="Exists('$(BDS)\Bin\CodeGear.Delphi.Targets')"/>
179
    <Import Project="$(BDS)\Bin\CodeGear.Delphi.Targets" Condition="Exists('$(BDS)\Bin\CodeGear.Delphi.Targets')"/>