Develop and Download Open Source Software

Browse Subversion Repository

Annotation of /trunk/midi.dproj

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2 - (hide annotations) (download)
Mon Feb 23 13:24:55 2015 UTC (9 years, 1 month ago) by yamat0jp
File size: 21194 byte(s)


1 yamat0jp 2 <Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
2     <PropertyGroup>
3     <ProjectGuid>{E27B18E0-0CD2-496B-AAB9-5215E3FB05A9}</ProjectGuid>
4     <MainSource>midi.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>16.0</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="('$(Platform)'=='Win64' and '$(Base)'=='true') or '$(Base_Win64)'!=''">
22     <Base_Win64>true</Base_Win64>
23     <CfgParent>Base</CfgParent>
24     <Base>true</Base>
25     </PropertyGroup>
26     <PropertyGroup Condition="'$(Config)'=='Release' or '$(Cfg_1)'!=''">
27     <Cfg_1>true</Cfg_1>
28     <CfgParent>Base</CfgParent>
29     <Base>true</Base>
30     </PropertyGroup>
31     <PropertyGroup Condition="'$(Config)'=='Debug' or '$(Cfg_2)'!=''">
32     <Cfg_2>true</Cfg_2>
33     <CfgParent>Base</CfgParent>
34     <Base>true</Base>
35     </PropertyGroup>
36     <PropertyGroup Condition="'$(Base)'!=''">
37     <DCC_ImageBase>00400000</DCC_ImageBase>
38     <DCC_Namespace>Vcl;Vcl.Imaging;Vcl.Touch;Vcl.Samples;Vcl.Shell;System;Xml;Data;Datasnap;Web;Soap;Winapi;$(DCC_Namespace)</DCC_Namespace>
39     <VerInfo_Locale>1041</VerInfo_Locale>
40     <DCC_S>false</DCC_S>
41     <DCC_K>false</DCC_K>
42     <DCC_F>false</DCC_F>
43     <SanitizedProjectName>midi</SanitizedProjectName>
44     <VerInfo_Keys>CompanyName=;FileDescription=;FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductName=;ProductVersion=1.0.0.0;Comments=;CFBundleName=</VerInfo_Keys>
45     <DCC_E>false</DCC_E>
46     <DCC_N>false</DCC_N>
47     </PropertyGroup>
48     <PropertyGroup Condition="'$(Base_Win32)'!=''">
49     <Manifest_File>$(BDS)\bin\default_app.manifest</Manifest_File>
50     <DCC_Namespace>System.Win;Data.Win;Datasnap.Win;Web.Win;Soap.Win;Xml.Win;Bde;$(DCC_Namespace)</DCC_Namespace>
51     <VerInfo_Locale>1033</VerInfo_Locale>
52     <VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
53     <VerInfo_Keys>CompanyName=;FileDescription=;FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductName=;ProductVersion=1.0.0.0;Comments=</VerInfo_Keys>
54     <Icon_MainIcon>Project1_Icon.ico</Icon_MainIcon>
55     </PropertyGroup>
56     <PropertyGroup Condition="'$(Base_Win64)'!=''">
57     <Icon_MainIcon>Project1_Icon.ico</Icon_MainIcon>
58     </PropertyGroup>
59     <PropertyGroup Condition="'$(Cfg_1)'!=''">
60     <DCC_LocalDebugSymbols>false</DCC_LocalDebugSymbols>
61     <DCC_Define>RELEASE;$(DCC_Define)</DCC_Define>
62     <DCC_DebugInformation>0</DCC_DebugInformation>
63     <DCC_SymbolReferenceInfo>0</DCC_SymbolReferenceInfo>
64     </PropertyGroup>
65     <PropertyGroup Condition="'$(Cfg_2)'!=''">
66     <DCC_Define>DEBUG;$(DCC_Define)</DCC_Define>
67     <DCC_Optimize>false</DCC_Optimize>
68     <DCC_GenerateStackFrames>true</DCC_GenerateStackFrames>
69     </PropertyGroup>
70     <ItemGroup>
71     <DelphiCompile Include="$(MainSource)">
72     <MainSource>MainSource</MainSource>
73     </DelphiCompile>
74     <DCCReference Include="Unit1.pas">
75     <Form>Form1</Form>
76     </DCCReference>
77     <BuildConfiguration Include="Debug">
78     <Key>Cfg_2</Key>
79     <CfgParent>Base</CfgParent>
80     </BuildConfiguration>
81     <BuildConfiguration Include="Base">
82     <Key>Base</Key>
83     </BuildConfiguration>
84     <BuildConfiguration Include="Release">
85     <Key>Cfg_1</Key>
86     <CfgParent>Base</CfgParent>
87     </BuildConfiguration>
88     </ItemGroup>
89     <ProjectExtensions>
90     <Borland.Personality>Delphi.Personality.12</Borland.Personality>
91     <Borland.ProjectType/>
92     <BorlandProject>
93     <Delphi.Personality>
94     <Source>
95     <Source Name="MainSource">midi.dpr</Source>
96     </Source>
97     </Delphi.Personality>
98     <Platforms>
99     <Platform value="Win32">True</Platform>
100     <Platform value="Win64">False</Platform>
101     </Platforms>
102     <Deployment>
103     <DeployFile LocalName="midi.exe" Configuration="Debug" Class="ProjectOutput">
104     <Platform Name="Win32">
105     <RemoteName>midi.exe</RemoteName>
106     <Overwrite>true</Overwrite>
107     </Platform>
108     </DeployFile>
109     <DeployClass Required="true" Name="DependencyPackage">
110     <Platform Name="iOSDevice">
111     <Operation>1</Operation>
112     <Extensions>.dylib</Extensions>
113     </Platform>
114     <Platform Name="Win32">
115     <Operation>0</Operation>
116     <Extensions>.bpl</Extensions>
117     </Platform>
118     <Platform Name="OSX32">
119     <RemoteDir>Contents\MacOS</RemoteDir>
120     <Operation>1</Operation>
121     <Extensions>.dylib</Extensions>
122     </Platform>
123     <Platform Name="iOSSimulator">
124     <Operation>1</Operation>
125     <Extensions>.dylib</Extensions>
126     </Platform>
127     </DeployClass>
128     <DeployClass Name="DependencyModule">
129     <Platform Name="iOSDevice">
130     <Operation>1</Operation>
131     <Extensions>.dylib</Extensions>
132     </Platform>
133     <Platform Name="Win32">
134     <Operation>0</Operation>
135     <Extensions>.dll;.bpl</Extensions>
136     </Platform>
137     <Platform Name="OSX32">
138     <RemoteDir>Contents\MacOS</RemoteDir>
139     <Operation>1</Operation>
140     <Extensions>.dylib</Extensions>
141     </Platform>
142     <Platform Name="iOSSimulator">
143     <Operation>1</Operation>
144     <Extensions>.dylib</Extensions>
145     </Platform>
146     </DeployClass>
147     <DeployClass Name="iPad_Launch2048">
148     <Platform Name="iOSDevice">
149     <Operation>1</Operation>
150     </Platform>
151     <Platform Name="iOSSimulator">
152     <Operation>1</Operation>
153     </Platform>
154     </DeployClass>
155     <DeployClass Name="ProjectOSXInfoPList">
156     <Platform Name="OSX32">
157     <RemoteDir>Contents</RemoteDir>
158     <Operation>1</Operation>
159     </Platform>
160     </DeployClass>
161     <DeployClass Name="ProjectiOSDeviceDebug">
162     <Platform Name="iOSDevice">
163     <RemoteDir>..\$(PROJECTNAME).app.dSYM\Contents\Resources\DWARF</RemoteDir>
164     <Operation>1</Operation>
165     </Platform>
166     </DeployClass>
167     <DeployClass Name="Android_SplashImage470">
168     <Platform Name="Android">
169     <RemoteDir>res\drawable-normal</RemoteDir>
170     <Operation>1</Operation>
171     </Platform>
172     </DeployClass>
173     <DeployClass Name="AndroidLibnativeX86File">
174     <Platform Name="Android">
175     <RemoteDir>library\lib\x86</RemoteDir>
176     <Operation>1</Operation>
177     </Platform>
178     </DeployClass>
179     <DeployClass Name="ProjectiOSResource">
180     <Platform Name="iOSDevice">
181     <Operation>1</Operation>
182     </Platform>
183     <Platform Name="iOSSimulator">
184     <Operation>1</Operation>
185     </Platform>
186     </DeployClass>
187     <DeployClass Name="ProjectOSXEntitlements">
188     <Platform Name="OSX32">
189     <RemoteDir>Contents</RemoteDir>
190     <Operation>1</Operation>
191     </Platform>
192     </DeployClass>
193     <DeployClass Name="AndroidGDBServer">
194     <Platform Name="Android">
195     <RemoteDir>library\lib\armeabi-v7a</RemoteDir>
196     <Operation>1</Operation>
197     </Platform>
198     </DeployClass>
199     <DeployClass Name="iPhone_Launch640">
200     <Platform Name="iOSDevice">
201     <Operation>1</Operation>
202     </Platform>
203     <Platform Name="iOSSimulator">
204     <Operation>1</Operation>
205     </Platform>
206     </DeployClass>
207     <DeployClass Name="Android_SplashImage960">
208     <Platform Name="Android">
209     <RemoteDir>res\drawable-xlarge</RemoteDir>
210     <Operation>1</Operation>
211     </Platform>
212     </DeployClass>
213     <DeployClass Name="Android_LauncherIcon96">
214     <Platform Name="Android">
215     <RemoteDir>res\drawable-xhdpi</RemoteDir>
216     <Operation>1</Operation>
217     </Platform>
218     </DeployClass>
219     <DeployClass Name="iPhone_Launch320">
220     <Platform Name="iOSDevice">
221     <Operation>1</Operation>
222     </Platform>
223     <Platform Name="iOSSimulator">
224     <Operation>1</Operation>
225     </Platform>
226     </DeployClass>
227     <DeployClass Name="Android_LauncherIcon144">
228     <Platform Name="Android">
229     <RemoteDir>res\drawable-xxhdpi</RemoteDir>
230     <Operation>1</Operation>
231     </Platform>
232     </DeployClass>
233     <DeployClass Name="AndroidLibnativeMipsFile">
234     <Platform Name="Android">
235     <RemoteDir>library\lib\mips</RemoteDir>
236     <Operation>1</Operation>
237     </Platform>
238     </DeployClass>
239     <DeployClass Name="AndroidSplashImageDef">
240     <Platform Name="Android">
241     <RemoteDir>res\drawable</RemoteDir>
242     <Operation>1</Operation>
243     </Platform>
244     </DeployClass>
245     <DeployClass Name="DebugSymbols">
246     <Platform Name="OSX32">
247     <RemoteDir>Contents\MacOS</RemoteDir>
248     <Operation>1</Operation>
249     </Platform>
250     <Platform Name="iOSSimulator">
251     <Operation>1</Operation>
252     </Platform>
253     <Platform Name="Win32">
254     <Operation>0</Operation>
255     </Platform>
256     </DeployClass>
257     <DeployClass Name="DependencyFramework">
258     <Platform Name="OSX32">
259     <RemoteDir>Contents\MacOS</RemoteDir>
260     <Operation>1</Operation>
261     <Extensions>.framework</Extensions>
262     </Platform>
263     <Platform Name="Win32">
264     <Operation>0</Operation>
265     </Platform>
266     </DeployClass>
267     <DeployClass Name="Android_SplashImage426">
268     <Platform Name="Android">
269     <RemoteDir>res\drawable-small</RemoteDir>
270     <Operation>1</Operation>
271     </Platform>
272     </DeployClass>
273     <DeployClass Name="ProjectiOSEntitlements">
274     <Platform Name="iOSDevice">
275     <Operation>1</Operation>
276     </Platform>
277     </DeployClass>
278     <DeployClass Name="AdditionalDebugSymbols">
279     <Platform Name="OSX32">
280     <RemoteDir>Contents\MacOS</RemoteDir>
281     <Operation>1</Operation>
282     </Platform>
283     <Platform Name="iOSSimulator">
284     <Operation>1</Operation>
285     </Platform>
286     <Platform Name="Win32">
287     <RemoteDir>Contents\MacOS</RemoteDir>
288     <Operation>0</Operation>
289     </Platform>
290     </DeployClass>
291     <DeployClass Name="AndroidClassesDexFile">
292     <Platform Name="Android">
293     <RemoteDir>classes</RemoteDir>
294     <Operation>1</Operation>
295     </Platform>
296     </DeployClass>
297     <DeployClass Name="ProjectiOSInfoPList">
298     <Platform Name="iOSDevice">
299     <Operation>1</Operation>
300     </Platform>
301     <Platform Name="iOSSimulator">
302     <Operation>1</Operation>
303     </Platform>
304     </DeployClass>
305     <DeployClass Name="iPad_Launch1024">
306     <Platform Name="iOSDevice">
307     <Operation>1</Operation>
308     </Platform>
309     <Platform Name="iOSSimulator">
310     <Operation>1</Operation>
311     </Platform>
312     </DeployClass>
313     <DeployClass Name="Android_DefaultAppIcon">
314     <Platform Name="Android">
315     <RemoteDir>res\drawable</RemoteDir>
316     <Operation>1</Operation>
317     </Platform>
318     </DeployClass>
319     <DeployClass Name="ProjectOSXResource">
320     <Platform Name="OSX32">
321     <RemoteDir>Contents\Resources</RemoteDir>
322     <Operation>1</Operation>
323     </Platform>
324     </DeployClass>
325     <DeployClass Name="ProjectiOSDeviceResourceRules">
326     <Platform Name="iOSDevice">
327     <Operation>1</Operation>
328     </Platform>
329     </DeployClass>
330     <DeployClass Name="iPad_Launch768">
331     <Platform Name="iOSDevice">
332     <Operation>1</Operation>
333     </Platform>
334     <Platform Name="iOSSimulator">
335     <Operation>1</Operation>
336     </Platform>
337     </DeployClass>
338     <DeployClass Required="true" Name="ProjectOutput">
339     <Platform Name="iOSDevice">
340     <Operation>1</Operation>
341     </Platform>
342     <Platform Name="Android">
343     <RemoteDir>library\lib\armeabi-v7a</RemoteDir>
344     <Operation>1</Operation>
345     </Platform>
346     <Platform Name="Win32">
347     <Operation>0</Operation>
348     </Platform>
349     <Platform Name="OSX32">
350     <RemoteDir>Contents\MacOS</RemoteDir>
351     <Operation>1</Operation>
352     </Platform>
353     <Platform Name="iOSSimulator">
354     <Operation>1</Operation>
355     </Platform>
356     </DeployClass>
357     <DeployClass Name="AndroidLibnativeArmeabiFile">
358     <Platform Name="Android">
359     <RemoteDir>library\lib\armeabi</RemoteDir>
360     <Operation>1</Operation>
361     </Platform>
362     </DeployClass>
363     <DeployClass Name="Android_SplashImage640">
364     <Platform Name="Android">
365     <RemoteDir>res\drawable-large</RemoteDir>
366     <Operation>1</Operation>
367     </Platform>
368     </DeployClass>
369     <DeployClass Name="File">
370     <Platform Name="iOSDevice">
371     <Operation>0</Operation>
372     </Platform>
373     <Platform Name="Android">
374     <Operation>0</Operation>
375     </Platform>
376     <Platform Name="Win32">
377     <Operation>0</Operation>
378     </Platform>
379     <Platform Name="OSX32">
380     <RemoteDir>Contents\MacOS</RemoteDir>
381     <Operation>0</Operation>
382     </Platform>
383     <Platform Name="iOSSimulator">
384     <Operation>0</Operation>
385     </Platform>
386     </DeployClass>
387     <DeployClass Name="iPhone_Launch640x1136">
388     <Platform Name="iOSDevice">
389     <Operation>1</Operation>
390     </Platform>
391     <Platform Name="iOSSimulator">
392     <Operation>1</Operation>
393     </Platform>
394     </DeployClass>
395     <DeployClass Name="Android_LauncherIcon36">
396     <Platform Name="Android">
397     <RemoteDir>res\drawable-ldpi</RemoteDir>
398     <Operation>1</Operation>
399     </Platform>
400     </DeployClass>
401     <DeployClass Name="AndroidSplashStyles">
402     <Platform Name="Android">
403     <RemoteDir>res\values</RemoteDir>
404     <Operation>1</Operation>
405     </Platform>
406     </DeployClass>
407     <DeployClass Name="iPad_Launch1536">
408     <Platform Name="iOSDevice">
409     <Operation>1</Operation>
410     </Platform>
411     <Platform Name="iOSSimulator">
412     <Operation>1</Operation>
413     </Platform>
414     </DeployClass>
415     <DeployClass Name="Android_LauncherIcon48">
416     <Platform Name="Android">
417     <RemoteDir>res\drawable-mdpi</RemoteDir>
418     <Operation>1</Operation>
419     </Platform>
420     </DeployClass>
421     <DeployClass Name="Android_LauncherIcon72">
422     <Platform Name="Android">
423     <RemoteDir>res\drawable-hdpi</RemoteDir>
424     <Operation>1</Operation>
425     </Platform>
426     </DeployClass>
427     <DeployClass Name="ProjectAndroidManifest">
428     <Platform Name="Android">
429     <Operation>1</Operation>
430     </Platform>
431     </DeployClass>
432     <ProjectRoot Platform="Android" Name="$(PROJECTNAME)"/>
433     <ProjectRoot Platform="iOSDevice" Name="$(PROJECTNAME).app"/>
434     <ProjectRoot Platform="Win32" Name="$(PROJECTNAME)"/>
435     <ProjectRoot Platform="OSX32" Name="$(PROJECTNAME).app"/>
436     <ProjectRoot Platform="iOSSimulator" Name="$(PROJECTNAME).app"/>
437     <ProjectRoot Platform="Win64" Name="$(PROJECTNAME)"/>
438     </Deployment>
439     <ModelSupport>False</ModelSupport>
440     </BorlandProject>
441     <ProjectFileVersion>12</ProjectFileVersion>
442     </ProjectExtensions>
443     <Import Project="$(BDS)\Bin\CodeGear.Delphi.Targets" Condition="Exists('$(BDS)\Bin\CodeGear.Delphi.Targets')"/>
444     <Import Project="$(APPDATA)\Embarcadero\$(BDSAPPDATABASEDIR)\$(PRODUCTVERSION)\UserTools.proj" Condition="Exists('$(APPDATA)\Embarcadero\$(BDSAPPDATABASEDIR)\$(PRODUCTVERSION)\UserTools.proj')"/>
445     <Import Project="$(MSBuildProjectName).deployproj" Condition="Exists('$(MSBuildProjectName).deployproj')"/>
446     </Project>

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26