Subversion Repositories fastphp

Rev

Rev 85 | Rev 94 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
8 daniel-mar 1
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
27 daniel-mar 2
    <PropertyGroup>
3
        <ProjectGuid>{18E129E3-BE9B-4BD1-9FD0-1E4365C0B337}</ProjectGuid>
4
        <MainSource>FastPHPEditor.dpr</MainSource>
5
        <Base>True</Base>
49 daniel-mar 6
        <Config Condition="'$(Config)'==''">Release</Config>
27 daniel-mar 7
        <TargetedPlatforms>1</TargetedPlatforms>
8
        <AppType>Application</AppType>
9
        <FrameworkType>VCL</FrameworkType>
56 daniel-mar 10
        <ProjectVersion>18.8</ProjectVersion>
27 daniel-mar 11
        <Platform Condition="'$(Platform)'==''">Win32</Platform>
12
    </PropertyGroup>
13
    <PropertyGroup Condition="'$(Config)'=='Base' or '$(Base)'!=''">
14
        <Base>true</Base>
15
    </PropertyGroup>
16
    <PropertyGroup Condition="('$(Platform)'=='Win32' and '$(Base)'=='true') or '$(Base_Win32)'!=''">
17
        <Base_Win32>true</Base_Win32>
18
        <CfgParent>Base</CfgParent>
19
        <Base>true</Base>
20
    </PropertyGroup>
21
    <PropertyGroup Condition="'$(Config)'=='Release' or '$(Cfg_1)'!=''">
22
        <Cfg_1>true</Cfg_1>
23
        <CfgParent>Base</CfgParent>
24
        <Base>true</Base>
25
    </PropertyGroup>
26
    <PropertyGroup Condition="('$(Platform)'=='Win32' and '$(Cfg_1)'=='true') or '$(Cfg_1_Win32)'!=''">
27
        <Cfg_1_Win32>true</Cfg_1_Win32>
28
        <CfgParent>Cfg_1</CfgParent>
29
        <Cfg_1>true</Cfg_1>
30
        <Base>true</Base>
31
    </PropertyGroup>
32
    <PropertyGroup Condition="'$(Config)'=='Debug' or '$(Cfg_2)'!=''">
33
        <Cfg_2>true</Cfg_2>
34
        <CfgParent>Base</CfgParent>
35
        <Base>true</Base>
36
    </PropertyGroup>
37
    <PropertyGroup Condition="('$(Platform)'=='Win32' and '$(Cfg_2)'=='true') or '$(Cfg_2_Win32)'!=''">
38
        <Cfg_2_Win32>true</Cfg_2_Win32>
39
        <CfgParent>Cfg_2</CfgParent>
40
        <Cfg_2>true</Cfg_2>
41
        <Base>true</Base>
42
    </PropertyGroup>
43
    <PropertyGroup Condition="'$(Base)'!=''">
44
        <SanitizedProjectName>FastPHPEditor</SanitizedProjectName>
45
        <VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
46
        <DCC_F>false</DCC_F>
47
        <DCC_S>false</DCC_S>
48
        <DCC_E>false</DCC_E>
49
        <DCC_K>false</DCC_K>
50
        <DCC_N>true</DCC_N>
51
        <VerInfo_Locale>1031</VerInfo_Locale>
80 daniel-mar 52
        <VerInfo_MinorVer>4</VerInfo_MinorVer>
27 daniel-mar 53
        <DCC_DebugInformation>1</DCC_DebugInformation>
54
        <DCC_SymbolReferenceInfo>1</DCC_SymbolReferenceInfo>
55
        <VerInfo_MajorVer>0</VerInfo_MajorVer>
80 daniel-mar 56
        <VerInfo_Keys>CompanyName=ViaThinkSoft;FileDescription=FastPHP Editor;FileVersion=0.4.0.0;InternalName=FastPHP;LegalCopyright=(C) 2016-2020 Daniel Marschall, ViaThinkSoft;LegalTrademarks=;OriginalFilename=FastPHP.exe;ProductName=ViaThinkSoft FastPHP Editor;ProductVersion=0.4;Comments=www.viathinksoft.de</VerInfo_Keys>
27 daniel-mar 57
        <DCC_ImageBase>00400000</DCC_ImageBase>
58
        <DCC_Namespace>Vcl;Vcl.Imaging;Vcl.Touch;Vcl.Samples;Vcl.Shell;System;Xml;Data;Datasnap;Web;Soap;Winapi;FMXTee.Chart;$(DCC_Namespace)</DCC_Namespace>
62 daniel-mar 59
        <Custom_Styles>&quot;Windows10 SlateGray|VCLSTYLE|$(BDSCOMMONDIR)\Styles\Windows10SlateGray.vsf&quot;</Custom_Styles>
27 daniel-mar 60
    </PropertyGroup>
61
    <PropertyGroup Condition="'$(Base_Win32)'!=''">
62
        <UWP_DelphiLogo44>$(BDS)\bin\Artwork\Windows\UWP\delphi_UwpDefault_44.png</UWP_DelphiLogo44>
63
        <VerInfo_Locale>1033</VerInfo_Locale>
64
        <UWP_DelphiLogo150>$(BDS)\bin\Artwork\Windows\UWP\delphi_UwpDefault_150.png</UWP_DelphiLogo150>
65
        <AppEnableRuntimeThemes>true</AppEnableRuntimeThemes>
66
        <DCC_Namespace>System.Win;Data.Win;Datasnap.Win;Web.Win;Soap.Win;Xml.Win;Bde;$(DCC_Namespace)</DCC_Namespace>
85 daniel-mar 67
        <Icon_MainIcon>FastPHP_Icon1.ico</Icon_MainIcon>
90 daniel-mar 68
        <VerInfo_Keys>CompanyName=ViaThinkSoft;FileDescription=FastPHP Editor;FileVersion=0.5.0.0;InternalName=FastPHP Editor;LegalCopyright=(C) 2016-2022 Daniel Marschall, ViaThinkSoft;LegalTrademarks=;OriginalFilename=FastPHPEditor.exe;ProductName=FastPHP;ProductVersion=0.5;Comments=www.viathinksoft.com</VerInfo_Keys>
27 daniel-mar 69
        <Manifest_File>$(BDS)\bin\default_app.manifest</Manifest_File>
85 daniel-mar 70
        <VerInfo_MinorVer>5</VerInfo_MinorVer>
27 daniel-mar 71
    </PropertyGroup>
72
    <PropertyGroup Condition="'$(Cfg_1)'!=''">
73
        <DCC_LocalDebugSymbols>false</DCC_LocalDebugSymbols>
74
        <DCC_Define>RELEASE;$(DCC_Define)</DCC_Define>
75
        <DCC_SymbolReferenceInfo>0</DCC_SymbolReferenceInfo>
76
        <DCC_DebugInformation>0</DCC_DebugInformation>
77
    </PropertyGroup>
78
    <PropertyGroup Condition="'$(Cfg_1_Win32)'!=''">
56 daniel-mar 79
        <BT_BuildType>Debug</BT_BuildType>
80
        <AppDPIAwarenessMode>PerMonitor</AppDPIAwarenessMode>
90 daniel-mar 81
        <VerInfo_Keys>CompanyName=ViaThinkSoft;FileDescription=FastPHP Editor;FileVersion=0.5.0.0;InternalName=FastPHP Editor;LegalCopyright=(C) 2016-2022 Daniel Marschall, ViaThinkSoft;LegalTrademarks=;OriginalFilename=FastPHPEditor.exe;ProductName=FastPHP Editor;ProductVersion=0.5;Comments=www.viathinksoft.com;ProgramID=com.embarcadero.$(MSBuildProjectName)</VerInfo_Keys>
85 daniel-mar 82
        <VerInfo_MinorVer>5</VerInfo_MinorVer>
59 daniel-mar 83
        <VerInfo_Locale>1033</VerInfo_Locale>
85 daniel-mar 84
        <AppEnableRuntimeThemes>true</AppEnableRuntimeThemes>
27 daniel-mar 85
    </PropertyGroup>
86
    <PropertyGroup Condition="'$(Cfg_2)'!=''">
87
        <DCC_Define>DEBUG;$(DCC_Define)</DCC_Define>
88
        <DCC_Optimize>false</DCC_Optimize>
89
        <DCC_GenerateStackFrames>true</DCC_GenerateStackFrames>
90
    </PropertyGroup>
91
    <PropertyGroup Condition="'$(Cfg_2_Win32)'!=''">
62 daniel-mar 92
        <DCC_ExeOutput>D:\__fastphp</DCC_ExeOutput>
27 daniel-mar 93
        <VerInfo_Locale>1033</VerInfo_Locale>
90 daniel-mar 94
        <VerInfo_Keys>CompanyName=ViaThinkSoft;FileDescription=FastPHP Editor;FileVersion=0.5.0.0;InternalName=FastPHP Editor;LegalCopyright=(C) 2016-2022 Daniel Marschall, ViaThinkSoft;LegalTrademarks=;OriginalFilename=FastPHPEditor.exe;ProductName=FastPHP Editor;ProductVersion=0.5;Comments=www.viathinksoft.com;ProgramID=com.embarcadero.$(MSBuildProjectName)</VerInfo_Keys>
85 daniel-mar 95
        <VerInfo_MinorVer>5</VerInfo_MinorVer>
27 daniel-mar 96
        <AppEnableRuntimeThemes>true</AppEnableRuntimeThemes>
56 daniel-mar 97
        <AppDPIAwarenessMode>PerMonitor</AppDPIAwarenessMode>
27 daniel-mar 98
    </PropertyGroup>
85 daniel-mar 99
    <Import Project="D:\a.optset" Condition="'$(Cfg_1_Win32)'!='' And Exists('D:\a.optset')"/>
27 daniel-mar 100
    <ItemGroup>
101
        <DelphiCompile Include="$(MainSource)">
102
            <MainSource>MainSource</MainSource>
103
        </DelphiCompile>
104
        <DCCReference Include="EditorMain.pas">
105
            <Form>Form1</Form>
106
        </DCCReference>
107
        <DCCReference Include="Functions.pas"/>
108
        <DCCReference Include="WebBrowserUtils.pas"/>
109
        <DCCReference Include="FastPHPUtils.pas"/>
110
        <DCCReference Include="FindReplace.pas"/>
111
        <DCCReference Include="RunPHP.pas"/>
112
        <DCCReference Include="FastPHPTreeView.pas"/>
36 daniel-mar 113
        <DCCReference Include="ImageListEx.pas"/>
49 daniel-mar 114
        <DCCReference Include="FastPHPConfig.pas"/>
27 daniel-mar 115
        <BuildConfiguration Include="Debug">
116
            <Key>Cfg_2</Key>
117
            <CfgParent>Base</CfgParent>
118
        </BuildConfiguration>
119
        <BuildConfiguration Include="Base">
120
            <Key>Base</Key>
121
        </BuildConfiguration>
122
        <BuildConfiguration Include="Release">
123
            <Key>Cfg_1</Key>
124
            <CfgParent>Base</CfgParent>
125
        </BuildConfiguration>
126
    </ItemGroup>
127
    <ProjectExtensions>
128
        <Borland.Personality>Delphi.Personality.12</Borland.Personality>
129
        <Borland.ProjectType>VCLApplication</Borland.ProjectType>
130
        <BorlandProject>
131
            <Delphi.Personality>
132
                <Source>
133
                    <Source Name="MainSource">FastPHPEditor.dpr</Source>
134
                </Source>
59 daniel-mar 135
                <Excluded_Packages>
136
                    <Excluded_Packages Name="$(BDSBIN)\dcloffice2k260.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>
138
                </Excluded_Packages>
27 daniel-mar 139
            </Delphi.Personality>
140
            <Platforms>
141
                <Platform value="Win32">True</Platform>
142
            </Platforms>
143
        </BorlandProject>
144
        <ProjectFileVersion>12</ProjectFileVersion>
145
    </ProjectExtensions>
146
    <Import Project="$(BDS)\Bin\CodeGear.Delphi.Targets" Condition="Exists('$(BDS)\Bin\CodeGear.Delphi.Targets')"/>
147
    <Import Project="$(APPDATA)\Embarcadero\$(BDSAPPDATABASEDIR)\$(PRODUCTVERSION)\UserTools.proj" Condition="Exists('$(APPDATA)\Embarcadero\$(BDSAPPDATABASEDIR)\$(PRODUCTVERSION)\UserTools.proj')"/>
148
</Project>