Revision | 21 (tree) |
---|---|
Zeit | 2015-08-17 16:53:12 |
Autor | twm |
updated to Delphi XE2
@@ -0,0 +1,209 @@ | ||
1 | + <Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | |
2 | + <PropertyGroup> | |
3 | + <ProjectGuid>{34647D49-3641-4F71-9278-CEBEA45CE3F3}</ProjectGuid> | |
4 | + <MainSource>dzIniFileFormatter.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>13.4</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 | + <PreBuildEvent><![CDATA[call ..\buildtools\prebuild.cmd $(PROJECTPATH) | |
45 | +$(PreBuildEvent)]]></PreBuildEvent> | |
46 | + <PostBuildEvent><![CDATA[call ..\buildtools\postbuild.cmd $(OUTPUTDIR)$(OUTPUTNAME) | |
47 | +$(PostBuildEvent)]]></PostBuildEvent> | |
48 | + <DCC_SYMBOL_PLATFORM>false</DCC_SYMBOL_PLATFORM> | |
49 | + <DCC_ExeOutput>..</DCC_ExeOutput> | |
50 | + <VerInfo_Keys>CompanyName=;FileDescription=;FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductName=;ProductVersion=1.0.0.0;Comments=</VerInfo_Keys> | |
51 | + <DCC_ImageBase>00400000</DCC_ImageBase> | |
52 | + <DCC_MapFile>3</DCC_MapFile> | |
53 | + <DCC_Namespace>Vcl;Vcl.Imaging;Vcl.Touch;Vcl.Samples;Vcl.Shell;System;Xml;Data;Datasnap;Web;Soap;Winapi;$(DCC_Namespace)</DCC_Namespace> | |
54 | + <DCC_UnitSearchPath>..\libs\dzlib\templates;..\libs\dzlib\jedi_inc;..\libs\dzlib\src;..\libs\dxgettext;..\libs\dxgettext\lib;$(DCC_UnitSearchPath)</DCC_UnitSearchPath> | |
55 | + <DCC_Define>no_jcl;no_jvcl;$(DCC_Define)</DCC_Define> | |
56 | + <Manifest_File>None</Manifest_File> | |
57 | + <DCC_N>false</DCC_N> | |
58 | + <DCC_K>false</DCC_K> | |
59 | + <DCC_UNIT_PLATFORM>false</DCC_UNIT_PLATFORM> | |
60 | + <DCC_S>false</DCC_S> | |
61 | + <DCC_DcuOutput>..\dcu</DCC_DcuOutput> | |
62 | + <VerInfo_Locale>1031</VerInfo_Locale> | |
63 | + <DCC_F>false</DCC_F> | |
64 | + <DCC_E>false</DCC_E> | |
65 | + </PropertyGroup> | |
66 | + <PropertyGroup Condition="'$(Base_Win32)'!=''"> | |
67 | + <VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo> | |
68 | + <DCC_Namespace>System.Win;Data.Win;Datasnap.Win;Web.Win;Soap.Win;Xml.Win;Bde;$(DCC_Namespace)</DCC_Namespace> | |
69 | + <VerInfo_Locale>1033</VerInfo_Locale> | |
70 | + <Manifest_File>$(BDS)\bin\default_app.manifest</Manifest_File> | |
71 | + </PropertyGroup> | |
72 | + <PropertyGroup Condition="'$(Cfg_1)'!=''"> | |
73 | + <DCC_LocalDebugSymbols>false</DCC_LocalDebugSymbols> | |
74 | + <DCC_DebugInformation>false</DCC_DebugInformation> | |
75 | + <DCC_SymbolReferenceInfo>0</DCC_SymbolReferenceInfo> | |
76 | + <DCC_Define>RELEASE;$(DCC_Define)</DCC_Define> | |
77 | + </PropertyGroup> | |
78 | + <PropertyGroup Condition="'$(Cfg_1_Win32)'!=''"> | |
79 | + <VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo> | |
80 | + <Manifest_File>$(BDS)\bin\default_app.manifest</Manifest_File> | |
81 | + <VerInfo_Locale>1033</VerInfo_Locale> | |
82 | + </PropertyGroup> | |
83 | + <PropertyGroup Condition="'$(Cfg_2)'!=''"> | |
84 | + <DCC_Define>DEBUG;$(DCC_Define)</DCC_Define> | |
85 | + <DCC_Optimize>false</DCC_Optimize> | |
86 | + <DCC_GenerateStackFrames>true</DCC_GenerateStackFrames> | |
87 | + </PropertyGroup> | |
88 | + <PropertyGroup Condition="'$(Cfg_2_Win32)'!=''"> | |
89 | + <VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo> | |
90 | + <Manifest_File>$(BDS)\bin\default_app.manifest</Manifest_File> | |
91 | + <VerInfo_Locale>1033</VerInfo_Locale> | |
92 | + </PropertyGroup> | |
93 | + <ItemGroup> | |
94 | + <DelphiCompile Include="$(MainSource)"> | |
95 | + <MainSource>MainSource</MainSource> | |
96 | + </DelphiCompile> | |
97 | + <DCCReference Include="w_IniFileFormatter.pas"> | |
98 | + <Form>f_IniFileFormatter</Form> | |
99 | + </DCCReference> | |
100 | + <DCCReference Include="u_IniFileFormatterMain.pas"/> | |
101 | + <DCCReference Include="..\libs\dzLib\forms\w_dzDialog.pas"> | |
102 | + <Form>f_dzDialog</Form> | |
103 | + </DCCReference> | |
104 | + <DCCReference Include="..\libs\dzLib\IniFileFormatter\u_dzIniFileFormatter.pas"/> | |
105 | + <DCCReference Include="..\libs\dzLib\IniFileFormatter\u_dzIniSections.pas"/> | |
106 | + <DCCReference Include="..\libs\dzLib\IniFileFormatter\u_dzIniEntryList.pas"/> | |
107 | + <DCCReference Include="..\libs\dzlib\src\u_dzDefaultMain.pas"/> | |
108 | + <DCCReference Include="..\libs\dzlib\forms\w_dzUsage.pas"> | |
109 | + <Form>f_dzUsage</Form> | |
110 | + </DCCReference> | |
111 | + <DCCReference Include="..\libs\dzlib\forms\w_dzAbout.pas"> | |
112 | + <Form>f_dzAbout</Form> | |
113 | + </DCCReference> | |
114 | + <BuildConfiguration Include="Debug"> | |
115 | + <Key>Cfg_2</Key> | |
116 | + <CfgParent>Base</CfgParent> | |
117 | + </BuildConfiguration> | |
118 | + <BuildConfiguration Include="Base"> | |
119 | + <Key>Base</Key> | |
120 | + </BuildConfiguration> | |
121 | + <BuildConfiguration Include="Release"> | |
122 | + <Key>Cfg_1</Key> | |
123 | + <CfgParent>Base</CfgParent> | |
124 | + </BuildConfiguration> | |
125 | + </ItemGroup> | |
126 | + <ProjectExtensions> | |
127 | + <Borland.Personality>Delphi.Personality.12</Borland.Personality> | |
128 | + <Borland.ProjectType/> | |
129 | + <BorlandProject> | |
130 | + <Delphi.Personality> | |
131 | + <Source> | |
132 | + <Source Name="MainSource">dzIniFileFormatter.dpr</Source> | |
133 | + </Source> | |
134 | + <VersionInfo> | |
135 | + <VersionInfo Name="IncludeVerInfo">False</VersionInfo> | |
136 | + <VersionInfo Name="AutoIncBuild">False</VersionInfo> | |
137 | + <VersionInfo Name="MajorVer">1</VersionInfo> | |
138 | + <VersionInfo Name="MinorVer">0</VersionInfo> | |
139 | + <VersionInfo Name="Release">0</VersionInfo> | |
140 | + <VersionInfo Name="Build">0</VersionInfo> | |
141 | + <VersionInfo Name="Debug">False</VersionInfo> | |
142 | + <VersionInfo Name="PreRelease">False</VersionInfo> | |
143 | + <VersionInfo Name="Special">False</VersionInfo> | |
144 | + <VersionInfo Name="Private">False</VersionInfo> | |
145 | + <VersionInfo Name="DLL">False</VersionInfo> | |
146 | + <VersionInfo Name="Locale">1031</VersionInfo> | |
147 | + <VersionInfo Name="CodePage">1252</VersionInfo> | |
148 | + </VersionInfo> | |
149 | + <VersionInfoKeys> | |
150 | + <VersionInfoKeys Name="CompanyName"/> | |
151 | + <VersionInfoKeys Name="FileDescription"/> | |
152 | + <VersionInfoKeys Name="FileVersion">1.0.0.0</VersionInfoKeys> | |
153 | + <VersionInfoKeys Name="InternalName"/> | |
154 | + <VersionInfoKeys Name="LegalCopyright"/> | |
155 | + <VersionInfoKeys Name="LegalTrademarks"/> | |
156 | + <VersionInfoKeys Name="OriginalFilename"/> | |
157 | + <VersionInfoKeys Name="ProductName"/> | |
158 | + <VersionInfoKeys Name="ProductVersion">1.0.0.0</VersionInfoKeys> | |
159 | + <VersionInfoKeys Name="Comments"/> | |
160 | + </VersionInfoKeys> | |
161 | + <Excluded_Packages> | |
162 | + <Excluded_Packages Name="$(BDSBIN)\bcboffice2k160.bpl">Embarcadero C++Builder Office 2000 Servers Package</Excluded_Packages> | |
163 | + <Excluded_Packages Name="$(BDSBIN)\bcbofficexp160.bpl">Embarcadero C++Builder Office XP Servers Package</Excluded_Packages> | |
164 | + <Excluded_Packages Name="$(BDSBIN)\dcloffice2k160.bpl">Microsoft Office 2000 Sample Automation Server Wrapper Components</Excluded_Packages> | |
165 | + <Excluded_Packages Name="$(BDSBIN)\dclofficexp160.bpl">Microsoft Office XP Sample Automation Server Wrapper Components</Excluded_Packages> | |
166 | + </Excluded_Packages> | |
167 | + </Delphi.Personality> | |
168 | + <Platforms> | |
169 | + <Platform value="Win64">False</Platform> | |
170 | + <Platform value="Win32">True</Platform> | |
171 | + </Platforms> | |
172 | + </BorlandProject> | |
173 | + <ProjectFileVersion>12</ProjectFileVersion> | |
174 | + </ProjectExtensions> | |
175 | + <Import Condition="Exists('$(BDS)\Bin\CodeGear.Delphi.Targets')" Project="$(BDS)\Bin\CodeGear.Delphi.Targets"/> | |
176 | + <Import Condition="Exists('$(APPDATA)\Embarcadero\$(BDSAPPDATABASEDIR)\$(PRODUCTVERSION)\UserTools.proj')" Project="$(APPDATA)\Embarcadero\$(BDSAPPDATABASEDIR)\$(PRODUCTVERSION)\UserTools.proj"/> | |
177 | + <PropertyGroup Condition="'$(Config)'=='Release' And '$(Platform)'=='Win64'"> | |
178 | + <PreBuildEvent>call ..\buildtools\prebuild.cmd $(PROJECTPATH)</PreBuildEvent> | |
179 | + <PreBuildEventIgnoreExitCode>False</PreBuildEventIgnoreExitCode> | |
180 | + <PreLinkEvent/> | |
181 | + <PreLinkEventIgnoreExitCode>False</PreLinkEventIgnoreExitCode> | |
182 | + <PostBuildEvent>call ..\buildtools\postbuild.cmd $(OUTPUTDIR)$(OUTPUTNAME)</PostBuildEvent> | |
183 | + <PostBuildEventIgnoreExitCode>False</PostBuildEventIgnoreExitCode> | |
184 | + </PropertyGroup> | |
185 | + <PropertyGroup Condition="'$(Config)'=='Release' And '$(Platform)'=='Win32'"> | |
186 | + <PreBuildEvent>call ..\buildtools\prebuild.cmd $(PROJECTPATH)</PreBuildEvent> | |
187 | + <PreBuildEventIgnoreExitCode>False</PreBuildEventIgnoreExitCode> | |
188 | + <PreLinkEvent/> | |
189 | + <PreLinkEventIgnoreExitCode>False</PreLinkEventIgnoreExitCode> | |
190 | + <PostBuildEvent>call ..\buildtools\postbuild.cmd $(OUTPUTDIR)$(OUTPUTNAME)</PostBuildEvent> | |
191 | + <PostBuildEventIgnoreExitCode>False</PostBuildEventIgnoreExitCode> | |
192 | + </PropertyGroup> | |
193 | + <PropertyGroup Condition="'$(Config)'=='Debug' And '$(Platform)'=='Win64'"> | |
194 | + <PreBuildEvent>call ..\buildtools\prebuild.cmd $(PROJECTPATH)</PreBuildEvent> | |
195 | + <PreBuildEventIgnoreExitCode>False</PreBuildEventIgnoreExitCode> | |
196 | + <PreLinkEvent/> | |
197 | + <PreLinkEventIgnoreExitCode>False</PreLinkEventIgnoreExitCode> | |
198 | + <PostBuildEvent>call ..\buildtools\postbuild.cmd $(OUTPUTDIR)$(OUTPUTNAME)</PostBuildEvent> | |
199 | + <PostBuildEventIgnoreExitCode>False</PostBuildEventIgnoreExitCode> | |
200 | + </PropertyGroup> | |
201 | + <PropertyGroup Condition="'$(Config)'=='Debug' And '$(Platform)'=='Win32'"> | |
202 | + <PreBuildEvent>call ..\buildtools\prebuild.cmd $(PROJECTPATH)</PreBuildEvent> | |
203 | + <PreBuildEventIgnoreExitCode>False</PreBuildEventIgnoreExitCode> | |
204 | + <PreLinkEvent/> | |
205 | + <PreLinkEventIgnoreExitCode>False</PreLinkEventIgnoreExitCode> | |
206 | + <PostBuildEvent>call ..\buildtools\postbuild.cmd $(OUTPUTDIR)$(OUTPUTNAME)</PostBuildEvent> | |
207 | + <PostBuildEventIgnoreExitCode>False</PostBuildEventIgnoreExitCode> | |
208 | + </PropertyGroup> | |
209 | + </Project> |
@@ -1,6 +1,6 @@ | ||
1 | 1 | [Version Info] |
2 | 2 | AutoIncBuild=0 |
3 | -Build=214 | |
3 | +Build=225 | |
4 | 4 | MajorVer=1 |
5 | 5 | MinorVer=0 |
6 | 6 | Release=0 |
@@ -7,7 +7,7 @@ | ||
7 | 7 | Revision=0 |
8 | 8 | |
9 | 9 | [Version Info Keys] |
10 | -FileVersion=1.0.0.214 | |
10 | +FileVersion=1.0.0.225 | |
11 | 11 | ProductVersion={today} |
12 | 12 | FileDescription=INI file formatter |
13 | 13 | OriginalFilename=dzIniFileFormatter |
@@ -15,10 +15,10 @@ | ||
15 | 15 | StdCtrls, |
16 | 16 | ExtCtrls, |
17 | 17 | Menus, |
18 | + ImgList, | |
19 | + Buttons, | |
18 | 20 | u_dzTranslator, |
19 | - u_IniFileFormatterConfig, | |
20 | - ImgList, | |
21 | - Buttons; | |
21 | + u_IniFileFormatterConfig; | |
22 | 22 | |
23 | 23 | type |
24 | 24 | Tf_IniFileFormatterConfig = class(TForm) |