Statistiques
| Révision:

root / EvaPig2020.dproj @ 6

Historique | Voir | Annoter | Télécharger (8,352 ko)

1
	<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
2
		<PropertyGroup>
3
			<ProjectGuid>{AACCC8BD-1005-46A2-8495-39E2EAA3063C}</ProjectGuid>
4
			<MainSource>EvaPig2020.dpr</MainSource>
5
			<Config Condition="'$(Config)'==''">Debug</Config>
6
			<DCC_DCCCompiler>DCC32</DCC_DCCCompiler>
7
			<ProjectVersion>12.0</ProjectVersion>
8
		</PropertyGroup>
9
		<PropertyGroup Condition="'$(Config)'=='Base' or '$(Base)'!=''">
10
			<Base>true</Base>
11
		</PropertyGroup>
12
		<PropertyGroup Condition="'$(Config)'=='Release' or '$(Cfg_1)'!=''">
13
			<Cfg_1>true</Cfg_1>
14
			<CfgParent>Base</CfgParent>
15
			<Base>true</Base>
16
		</PropertyGroup>
17
		<PropertyGroup Condition="'$(Config)'=='Debug' or '$(Cfg_2)'!=''">
18
			<Cfg_2>true</Cfg_2>
19
			<CfgParent>Base</CfgParent>
20
			<Base>true</Base>
21
		</PropertyGroup>
22
		<PropertyGroup Condition="'$(Base)'!=''">
23
			<DCC_ImageBase>00400000</DCC_ImageBase>
24
			<DCC_UsePackage>vcl;vclx;dbrtl;Rave65VCL;bdertl;rtl;vcldb;adortl;dbxcds;dbexpress;vclib;ibxpress;xmlrtl;vclactnband;inet;IntrawebDB_80_100;Intraweb_80_100;vclie;inetdbbde;inetdbxpress;IndyCore;IndySystem;dclOfficeXP;VclSmp;soaprtl;dsnap;IndyProtocols;dsnapcon;websnap;webdsnap;vcldbx;TeeImage710;TeeLanguage710;TeePro710;TeeGL710;TeeUI710;TeeDB710;Tee710;TeeTree2D10Tee7;Jcl;JclVcl;JvCoreD10R;JvSystemD10R;JvStdCtrlsD10R;JvAppFrmD10R;JvBandsD10R;JvDBD10R;JvDlgsD10R;JvBDED10R;JvCmpD10R;JvCryptD10R;JvCtrlsD10R;JvCustomD10R;JvDockingD10R;JvDotNetCtrlsD10R;JvEDID10R;JvGlobusD10R;JvHMID10R;JvInterpreterD10R;JvJansD10R;JvManagedThreadsD10R;JvMMD10R;JvNetD10R;JvPageCompsD10R;JvPluginD10R;JvPrintPreviewD10R;JvRuntimeDesignD10R;JvTimeFrameworkD10R;JvUIBD10R;JvValidatorsD10R;JvWizardD10R;JvXPCtrlsD10R;QR4RunD2006;TntUnicodeVcl;TeeDB812;Tee8QR5D12</DCC_UsePackage>
25
			<DCC_DependencyCheckOutputName>EvaPig2020.exe</DCC_DependencyCheckOutputName>
26
			<DCC_UnitAlias>WinTypes=Windows;WinProcs=Windows;DbiTypes=BDE;DbiProcs=BDE;DbiErrs=BDE;$(DCC_UnitAlias)</DCC_UnitAlias>
27
			<DCC_Platform>x86</DCC_Platform>
28
			<DCC_SymbolReferenceInfo>1</DCC_SymbolReferenceInfo>
29
			<DCC_N>true</DCC_N>
30
			<DCC_S>false</DCC_S>
31
			<DCC_K>false</DCC_K>
32
			<DCC_E>false</DCC_E>
33
			<DCC_F>false</DCC_F>
34
		</PropertyGroup>
35
		<PropertyGroup Condition="'$(Cfg_1)'!=''">
36
			<DCC_LocalDebugSymbols>false</DCC_LocalDebugSymbols>
37
			<DCC_Define>RELEASE;$(DCC_Define)</DCC_Define>
38
			<DCC_SymbolReferenceInfo>0</DCC_SymbolReferenceInfo>
39
			<DCC_DebugInformation>false</DCC_DebugInformation>
40
		</PropertyGroup>
41
		<PropertyGroup Condition="'$(Cfg_2)'!=''">
42
			<DCC_Define>DEBUG;$(DCC_Define)</DCC_Define>
43
		</PropertyGroup>
44
		<ItemGroup>
45
			<DelphiCompile Include="EvaPig2020.dpr">
46
				<MainSource>MainSource</MainSource>
47
			</DelphiCompile>
48
			<DCCReference Include="..\gnugettext.pas"/>
49
			<DCCReference Include="..\gginit.pas"/>
50
			<DCCReference Include="..\SQLite3.pas"/>
51
			<DCCReference Include="..\SQLiteTable3.pas"/>
52
			<DCCReference Include="UnitDeclaration.pas">
53
				<Form>DataModuleDeclaration</Form>
54
				<DesignClass>TDataModule</DesignClass>
55
			</DCCReference>
56
			<DCCReference Include="UnitMain.pas">
57
				<Form>FormMain</Form>
58
				<DesignClass>TForm</DesignClass>
59
			</DCCReference>
60
			<DCCReference Include="UnitOptions.pas">
61
				<Form>FormOptions</Form>
62
				<DesignClass>TForm</DesignClass>
63
			</DCCReference>
64
			<DCCReference Include="UnitIngredientsList.pas">
65
				<Form>FormIngredientsList</Form>
66
				<DesignClass>TForm</DesignClass>
67
			</DCCReference>
68
			<DCCReference Include="UnitIngredientDetail.pas">
69
				<Form>FormIngredientDetail</Form>
70
				<DesignClass>TForm</DesignClass>
71
			</DCCReference>
72
			<DCCReference Include="UnitIngredientEditionCopy.pas">
73
				<Form>FormIngredientEditionCopy</Form>
74
				<DesignClass>TForm</DesignClass>
75
			</DCCReference>
76
			<DCCReference Include="UnitIngredientEditionOriginal.pas">
77
				<Form>FormIngredientEditionOriginal</Form>
78
				<DesignClass>TForm</DesignClass>
79
			</DCCReference>
80
			<DCCReference Include="UnitIngredientCreation.pas">
81
				<Form>FormIngredientCreation</Form>
82
				<DesignClass>TForm</DesignClass>
83
			</DCCReference>
84
			<DCCReference Include="UnitFeedsList.pas">
85
				<Form>FormFeedsList</Form>
86
				<DesignClass>TForm</DesignClass>
87
			</DCCReference>
88
			<DCCReference Include="UnitFeedDetail.pas">
89
				<Form>FormFeedDetail</Form>
90
				<DesignClass>TForm</DesignClass>
91
			</DCCReference>
92
			<DCCReference Include="UnitFeedEdition.pas">
93
				<Form>FormFeedEdition</Form>
94
				<DesignClass>TForm</DesignClass>
95
			</DCCReference>
96
			<DCCReference Include="UnitFeedCreation.pas">
97
				<Form>FormFeedCreation</Form>
98
				<DesignClass>TForm</DesignClass>
99
			</DCCReference>
100
			<DCCReference Include="UnitFeedCharts.pas">
101
				<Form>FormFeedCharts</Form>
102
				<DesignClass>TForm</DesignClass>
103
			</DCCReference>
104
			<DCCReference Include="UnitFeedsCharts.pas">
105
				<Form>FormFeedsCharts</Form>
106
				<DesignClass>TForm</DesignClass>
107
			</DCCReference>
108
			<DCCReference Include="UnitRename.pas">
109
				<Form>FormRename</Form>
110
				<DesignClass>TForm</DesignClass>
111
			</DCCReference>
112
			<DCCReference Include="UnitComment.pas">
113
				<Form>FormComment</Form>
114
				<DesignClass>TForm</DesignClass>
115
			</DCCReference>
116
			<DCCReference Include="UnitPredictionCreate.pas">
117
				<Form>FormPredictionCreate</Form>
118
				<DesignClass>TForm</DesignClass>
119
			</DCCReference>
120
			<DCCReference Include="UnitPredictionDetail.pas">
121
				<Form>FormPredictionDetail</Form>
122
				<DesignClass>TForm</DesignClass>
123
			</DCCReference>
124
			<DCCReference Include="UnitChartVReport.pas">
125
				<Form>FormChartVReport</Form>
126
				<DesignClass>TFrame</DesignClass>
127
			</DCCReference>
128
			<DCCReference Include="UnitChartHReport.pas">
129
				<Form>FormChartHReport</Form>
130
				<DesignClass>TForm</DesignClass>
131
			</DCCReference>
132
			<BuildConfiguration Include="Base">
133
				<Key>Base</Key>
134
			</BuildConfiguration>
135
			<BuildConfiguration Include="Debug">
136
				<Key>Cfg_2</Key>
137
				<CfgParent>Base</CfgParent>
138
			</BuildConfiguration>
139
			<BuildConfiguration Include="Release">
140
				<Key>Cfg_1</Key>
141
				<CfgParent>Base</CfgParent>
142
			</BuildConfiguration>
143
		</ItemGroup>
144
		<Import Project="$(BDS)\Bin\CodeGear.Delphi.Targets" Condition="Exists('$(BDS)\Bin\CodeGear.Delphi.Targets')"/>
145
		<ProjectExtensions>
146
			<Borland.Personality>Delphi.Personality.12</Borland.Personality>
147
			<Borland.ProjectType/>
148
			<BorlandProject>
149
				<Delphi.Personality>
150
					<Source>
151
						<Source Name="MainSource">EvaPig2020.dpr</Source>
152
					</Source>
153
					<Parameters>
154
						<Parameters Name="UseLauncher">False</Parameters>
155
						<Parameters Name="LoadAllSymbols">True</Parameters>
156
						<Parameters Name="LoadUnspecifiedSymbols">False</Parameters>
157
					</Parameters>
158
					<VersionInfo>
159
						<VersionInfo Name="IncludeVerInfo">True</VersionInfo>
160
						<VersionInfo Name="AutoIncBuild">False</VersionInfo>
161
						<VersionInfo Name="MajorVer">2</VersionInfo>
162
						<VersionInfo Name="MinorVer">0</VersionInfo>
163
						<VersionInfo Name="Release">2</VersionInfo>
164
						<VersionInfo Name="Build">1</VersionInfo>
165
						<VersionInfo Name="Debug">False</VersionInfo>
166
						<VersionInfo Name="PreRelease">False</VersionInfo>
167
						<VersionInfo Name="Special">False</VersionInfo>
168
						<VersionInfo Name="Private">False</VersionInfo>
169
						<VersionInfo Name="DLL">False</VersionInfo>
170
						<VersionInfo Name="Locale">1036</VersionInfo>
171
						<VersionInfo Name="CodePage">1252</VersionInfo>
172
					</VersionInfo>
173
					<VersionInfoKeys>
174
						<VersionInfoKeys Name="CompanyName"/>
175
						<VersionInfoKeys Name="FileDescription"/>
176
						<VersionInfoKeys Name="FileVersion">2.0.2.1</VersionInfoKeys>
177
						<VersionInfoKeys Name="InternalName"/>
178
						<VersionInfoKeys Name="LegalCopyright"/>
179
						<VersionInfoKeys Name="LegalTrademarks"/>
180
						<VersionInfoKeys Name="OriginalFilename"/>
181
						<VersionInfoKeys Name="ProductName"/>
182
						<VersionInfoKeys Name="ProductVersion">1.0.0.0</VersionInfoKeys>
183
						<VersionInfoKeys Name="Comments"/>
184
					</VersionInfoKeys>
185
					<Excluded_Packages>
186
						<Excluded_Packages Name="$(BDS)\bin\dcloffice2k120.bpl">Microsoft Office 2000 Sample Automation Server Wrapper Components</Excluded_Packages>
187
						<Excluded_Packages Name="$(BDS)\bin\dclofficexp120.bpl">Microsoft Office XP Sample Automation Server Wrapper Components</Excluded_Packages>
188
					</Excluded_Packages>
189
				</Delphi.Personality>
190
			</BorlandProject>
191
			<ProjectFileVersion>12</ProjectFileVersion>
192
		</ProjectExtensions>
193
	</Project>