Subversion Repositories fastphp

Rev

Rev 27 | Rev 40 | 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>
6
        <Config Condition="'$(Config)'==''">Debug</Config>
7
        <TargetedPlatforms>1</TargetedPlatforms>
8
        <AppType>Application</AppType>
9
        <FrameworkType>VCL</FrameworkType>
10
        <ProjectVersion>18.2</ProjectVersion>
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>
52
        <VerInfo_MinorVer>1</VerInfo_MinorVer>
53
        <DCC_DebugInformation>1</DCC_DebugInformation>
54
        <DCC_SymbolReferenceInfo>1</DCC_SymbolReferenceInfo>
55
        <VerInfo_MajorVer>0</VerInfo_MajorVer>
56
        <VerInfo_Keys>CompanyName=ViaThinkSoft;FileDescription=FastPHP Editor;FileVersion=0.1.0.0;InternalName=FastPHP;LegalCopyright=(C) 2016 ViaThinkSoft;LegalTrademarks=;OriginalFilename=FastPHP.exe;ProductName=ViaThinkSoft FastPHP Editor;ProductVersion=0.1;Comments=</VerInfo_Keys>
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>
59
    </PropertyGroup>
60
    <PropertyGroup Condition="'$(Base_Win32)'!=''">
61
        <UWP_DelphiLogo44>$(BDS)\bin\Artwork\Windows\UWP\delphi_UwpDefault_44.png</UWP_DelphiLogo44>
62
        <VerInfo_Locale>1033</VerInfo_Locale>
63
        <UWP_DelphiLogo150>$(BDS)\bin\Artwork\Windows\UWP\delphi_UwpDefault_150.png</UWP_DelphiLogo150>
64
        <VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
65
        <AppEnableRuntimeThemes>true</AppEnableRuntimeThemes>
66
        <DCC_Namespace>System.Win;Data.Win;Datasnap.Win;Web.Win;Soap.Win;Xml.Win;Bde;$(DCC_Namespace)</DCC_Namespace>
67
        <Icon_MainIcon>FastPHP_Icon.ico</Icon_MainIcon>
68
        <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.$(ModuleName)</VerInfo_Keys>
69
        <Manifest_File>$(BDS)\bin\default_app.manifest</Manifest_File>
70
    </PropertyGroup>
71
    <PropertyGroup Condition="'$(Cfg_1)'!=''">
72
        <DCC_LocalDebugSymbols>false</DCC_LocalDebugSymbols>
73
        <DCC_Define>RELEASE;$(DCC_Define)</DCC_Define>
74
        <DCC_SymbolReferenceInfo>0</DCC_SymbolReferenceInfo>
75
        <DCC_DebugInformation>0</DCC_DebugInformation>
76
    </PropertyGroup>
77
    <PropertyGroup Condition="'$(Cfg_1_Win32)'!=''">
78
        <AppEnableRuntimeThemes>true</AppEnableRuntimeThemes>
79
        <AppEnableHighDPI>true</AppEnableHighDPI>
80
    </PropertyGroup>
81
    <PropertyGroup Condition="'$(Cfg_2)'!=''">
82
        <DCC_Define>DEBUG;$(DCC_Define)</DCC_Define>
83
        <DCC_Optimize>false</DCC_Optimize>
84
        <DCC_GenerateStackFrames>true</DCC_GenerateStackFrames>
85
    </PropertyGroup>
86
    <PropertyGroup Condition="'$(Cfg_2_Win32)'!=''">
87
        <DCC_ExeOutput>E:\__fastphp</DCC_ExeOutput>
88
        <VerInfo_Locale>1033</VerInfo_Locale>
89
        <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_MinorVer>0</VerInfo_MinorVer>
92
        <VerInfo_MajorVer>1</VerInfo_MajorVer>
93
        <AppEnableRuntimeThemes>true</AppEnableRuntimeThemes>
94
        <AppEnableHighDPI>true</AppEnableHighDPI>
95
    </PropertyGroup>
96
    <ItemGroup>
97
        <DelphiCompile Include="$(MainSource)">
98
            <MainSource>MainSource</MainSource>
99
        </DelphiCompile>
100
        <DCCReference Include="EditorMain.pas">
101
            <Form>Form1</Form>
102
        </DCCReference>
103
        <DCCReference Include="Functions.pas"/>
104
        <DCCReference Include="WebBrowserUtils.pas"/>
105
        <DCCReference Include="FastPHPUtils.pas"/>
106
        <DCCReference Include="FindReplace.pas"/>
107
        <DCCReference Include="RunPHP.pas"/>
108
        <DCCReference Include="FastPHPTreeView.pas"/>
36 daniel-mar 109
        <DCCReference Include="CRC32.pas"/>
110
        <DCCReference Include="ImageListEx.pas"/>
27 daniel-mar 111
        <BuildConfiguration Include="Debug">
112
            <Key>Cfg_2</Key>
113
            <CfgParent>Base</CfgParent>
114
        </BuildConfiguration>
115
        <BuildConfiguration Include="Base">
116
            <Key>Base</Key>
117
        </BuildConfiguration>
118
        <BuildConfiguration Include="Release">
119
            <Key>Cfg_1</Key>
120
            <CfgParent>Base</CfgParent>
121
        </BuildConfiguration>
122
    </ItemGroup>
123
    <ProjectExtensions>
124
        <Borland.Personality>Delphi.Personality.12</Borland.Personality>
125
        <Borland.ProjectType>VCLApplication</Borland.ProjectType>
126
        <BorlandProject>
127
            <Delphi.Personality>
128
                <Source>
129
                    <Source Name="MainSource">FastPHPEditor.dpr</Source>
130
                </Source>
131
            </Delphi.Personality>
132
            <Platforms>
133
                <Platform value="Win32">True</Platform>
134
            </Platforms>
135
        </BorlandProject>
136
        <ProjectFileVersion>12</ProjectFileVersion>
137
    </ProjectExtensions>
138
    <Import Project="$(BDS)\Bin\CodeGear.Delphi.Targets" Condition="Exists('$(BDS)\Bin\CodeGear.Delphi.Targets')"/>
139
    <Import Project="$(APPDATA)\Embarcadero\$(BDSAPPDATABASEDIR)\$(PRODUCTVERSION)\UserTools.proj" Condition="Exists('$(APPDATA)\Embarcadero\$(BDSAPPDATABASEDIR)\$(PRODUCTVERSION)\UserTools.proj')"/>
140
</Project>