Develop and Download Open Source Software

Browse Subversion Repository

Contents of /trunk/Banner.dproj

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2 - (show annotations) (download)
Sun Feb 22 14:38:06 2015 UTC (9 years ago) by yamat0jp
File size: 5541 byte(s)


1 <Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
2 <PropertyGroup>
3 <ProjectGuid>{4389D3B9-F68B-4521-A284-026028D46355}</ProjectGuid>
4 <MainSource>Banner.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 <VerInfo_Locale>1041</VerInfo_Locale>
38 <DCC_E>false</DCC_E>
39 <DCC_Namespace>Vcl;Vcl.Imaging;Vcl.Touch;Vcl.Samples;Vcl.Shell;System;Xml;Data;Datasnap;Web;Soap;Winapi;FireDAC.VCLUI;$(DCC_Namespace)</DCC_Namespace>
40 <DCC_N>false</DCC_N>
41 <DCC_ImageBase>00400000</DCC_ImageBase>
42 <VerInfo_Keys>CompanyName=;FileDescription=;FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductName=;ProductVersion=1.0.0.0;Comments=;CFBundleName=</VerInfo_Keys>
43 <DCC_S>false</DCC_S>
44 <DCC_F>false</DCC_F>
45 <DCC_K>false</DCC_K>
46 <SanitizedProjectName>Banner</SanitizedProjectName>
47 </PropertyGroup>
48 <PropertyGroup Condition="'$(Base_Win32)'!=''">
49 <VerInfo_Locale>1033</VerInfo_Locale>
50 <DCC_Namespace>System.Win;Data.Win;Datasnap.Win;Web.Win;Soap.Win;Xml.Win;Bde;$(DCC_Namespace)</DCC_Namespace>
51 <Icon_MainIcon>Banner_Icon.ico</Icon_MainIcon>
52 <VerInfo_Keys>CompanyName=;FileDescription=;FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductName=;ProductVersion=1.0.0.0;Comments=</VerInfo_Keys>
53 <VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
54 <Manifest_File>$(BDS)\bin\default_app.manifest</Manifest_File>
55 </PropertyGroup>
56 <PropertyGroup Condition="'$(Base_Win64)'!=''">
57 <Icon_MainIcon>Banner_Icon.ico</Icon_MainIcon>
58 </PropertyGroup>
59 <PropertyGroup Condition="'$(Cfg_1)'!=''">
60 <DCC_SymbolReferenceInfo>0</DCC_SymbolReferenceInfo>
61 <DCC_LocalDebugSymbols>false</DCC_LocalDebugSymbols>
62 <DCC_DebugInformation>0</DCC_DebugInformation>
63 <DCC_Define>RELEASE;$(DCC_Define)</DCC_Define>
64 </PropertyGroup>
65 <PropertyGroup Condition="'$(Cfg_2)'!=''">
66 <DCC_GenerateStackFrames>true</DCC_GenerateStackFrames>
67 <DCC_Define>DEBUG;$(DCC_Define)</DCC_Define>
68 <DCC_Optimize>false</DCC_Optimize>
69 </PropertyGroup>
70 <ItemGroup>
71 <DelphiCompile Include="$(MainSource)">
72 <MainSource>MainSource</MainSource>
73 </DelphiCompile>
74 <DCCReference Include="MainForm.pas">
75 <Form>Form1</Form>
76 </DCCReference>
77 <DCCReference Include="About.pas">
78 <Form>AboutBox</Form>
79 </DCCReference>
80 <DCCReference Include="Unit2.pas">
81 <Form>OKRightDlg</Form>
82 </DCCReference>
83 <DCCReference Include="info.pas">
84 <Form>OKBottomDlg</Form>
85 </DCCReference>
86 <None Include="Banner.todo"/>
87 <BuildConfiguration Include="Debug">
88 <Key>Cfg_2</Key>
89 <CfgParent>Base</CfgParent>
90 </BuildConfiguration>
91 <BuildConfiguration Include="Base">
92 <Key>Base</Key>
93 </BuildConfiguration>
94 <BuildConfiguration Include="Release">
95 <Key>Cfg_1</Key>
96 <CfgParent>Base</CfgParent>
97 </BuildConfiguration>
98 </ItemGroup>
99 <ProjectExtensions>
100 <Borland.Personality>Delphi.Personality.12</Borland.Personality>
101 <Borland.ProjectType/>
102 <BorlandProject>
103 <Delphi.Personality>
104 <Source>
105 <Source Name="MainSource">Banner.dpr</Source>
106 </Source>
107 </Delphi.Personality>
108 <Platforms>
109 <Platform value="Win32">True</Platform>
110 <Platform value="Win64">False</Platform>
111 </Platforms>
112 </BorlandProject>
113 <ProjectFileVersion>12</ProjectFileVersion>
114 </ProjectExtensions>
115 <Import Project="$(BDS)\Bin\CodeGear.Delphi.Targets" Condition="Exists('$(BDS)\Bin\CodeGear.Delphi.Targets')"/>
116 <Import Project="$(APPDATA)\Embarcadero\$(BDSAPPDATABASEDIR)\$(PRODUCTVERSION)\UserTools.proj" Condition="Exists('$(APPDATA)\Embarcadero\$(BDSAPPDATABASEDIR)\$(PRODUCTVERSION)\UserTools.proj')"/>
117 </Project>

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