Develop and Download Open Source Software

Browse Subversion Repository

Diff of /pbbs_clone.dproj

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1 by yamat0jp, Wed Sep 23 09:26:54 2015 UTC revision 7 by yamat0jp, Sat Sep 17 00:53:17 2016 UTC
# Line 5  Line 5 
5          <FrameworkType>VCL</FrameworkType>          <FrameworkType>VCL</FrameworkType>
6          <MainSource>pbbs_clone.dpr</MainSource>          <MainSource>pbbs_clone.dpr</MainSource>
7          <Base>True</Base>          <Base>True</Base>
8          <Config Condition="'$(Config)'==''">Release</Config>          <Config Condition="'$(Config)'==''">Debug</Config>
9          <Platform Condition="'$(Platform)'==''">Win64</Platform>          <Platform Condition="'$(Platform)'==''">Win32</Platform>
10          <TargetedPlatforms>3</TargetedPlatforms>          <TargetedPlatforms>3</TargetedPlatforms>
11          <AppType>Application</AppType>          <AppType>Application</AppType>
12      </PropertyGroup>      </PropertyGroup>
# Line 34  Line 34 
34          <Cfg_1>true</Cfg_1>          <Cfg_1>true</Cfg_1>
35          <Base>true</Base>          <Base>true</Base>
36      </PropertyGroup>      </PropertyGroup>
37        <PropertyGroup Condition="('$(Platform)'=='Win64' and '$(Cfg_1)'=='true') or '$(Cfg_1_Win64)'!=''">
38            <Cfg_1_Win64>true</Cfg_1_Win64>
39            <CfgParent>Cfg_1</CfgParent>
40            <Cfg_1>true</Cfg_1>
41            <Base>true</Base>
42        </PropertyGroup>
43      <PropertyGroup Condition="'$(Config)'=='Release' or '$(Cfg_2)'!=''">      <PropertyGroup Condition="'$(Config)'=='Release' or '$(Cfg_2)'!=''">
44          <Cfg_2>true</Cfg_2>          <Cfg_2>true</Cfg_2>
45          <CfgParent>Base</CfgParent>          <CfgParent>Base</CfgParent>
# Line 96  Line 102 
102          <OutputExt>cgi</OutputExt>          <OutputExt>cgi</OutputExt>
103          <DCC_RemoteDebug>false</DCC_RemoteDebug>          <DCC_RemoteDebug>false</DCC_RemoteDebug>
104      </PropertyGroup>      </PropertyGroup>
105        <PropertyGroup Condition="'$(Cfg_1_Win64)'!=''">
106            <VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
107            <VerInfo_Locale>1041</VerInfo_Locale>
108        </PropertyGroup>
109      <PropertyGroup Condition="'$(Cfg_2)'!=''">      <PropertyGroup Condition="'$(Cfg_2)'!=''">
110          <DCC_LocalDebugSymbols>false</DCC_LocalDebugSymbols>          <DCC_LocalDebugSymbols>false</DCC_LocalDebugSymbols>
111          <DCC_Define>RELEASE;$(DCC_Define)</DCC_Define>          <DCC_Define>RELEASE;$(DCC_Define)</DCC_Define>
# Line 145  Line 155 
155              <ResourceType>RCDATA</ResourceType>              <ResourceType>RCDATA</ResourceType>
156              <ResourceId>setup</ResourceId>              <ResourceId>setup</ResourceId>
157          </RcItem>          </RcItem>
158            <RcItem Include="regist.htm">
159                <ContainerId>ResourceItem</ContainerId>
160                <ResourceType>RCDATA</ResourceType>
161                <ResourceId>regist</ResourceId>
162            </RcItem>
163            <RcItem Include="mentenance.htm">
164                <ContainerId>ResourceItem</ContainerId>
165                <ResourceType>RCDATA</ResourceType>
166                <ResourceId>mente</ResourceId>
167            </RcItem>
168          <BuildConfiguration Include="Release">          <BuildConfiguration Include="Release">
169              <Key>Cfg_2</Key>              <Key>Cfg_2</Key>
170              <CfgParent>Base</CfgParent>              <CfgParent>Base</CfgParent>
# Line 163  Line 183 
183          <BorlandProject>          <BorlandProject>
184              <Delphi.Personality>              <Delphi.Personality>
185                  <Excluded_Packages>                  <Excluded_Packages>
                     <Excluded_Packages Name="$(BDSBIN)\bcboffice2k210.bpl">Embarcadero C++Builder Office 2000 サーバー パッケージ</Excluded_Packages>  
                     <Excluded_Packages Name="$(BDSBIN)\bcbofficexp210.bpl">Embarcadero C++Builder Office XP サーバー パッケージ</Excluded_Packages>  
186                      <Excluded_Packages Name="$(BDSBIN)\dcloffice2k210.bpl">Microsoft Office 2000 オートメーション サーバー ラッパー コンポーネントのサンプル</Excluded_Packages>                      <Excluded_Packages Name="$(BDSBIN)\dcloffice2k210.bpl">Microsoft Office 2000 オートメーション サーバー ラッパー コンポーネントのサンプル</Excluded_Packages>
187                      <Excluded_Packages Name="$(BDSBIN)\dclofficexp210.bpl">Microsoft Office XP オートメーション サーバー ラッパー コンポーネントのサンプル</Excluded_Packages>                      <Excluded_Packages Name="$(BDSBIN)\dclofficexp210.bpl">Microsoft Office XP オートメーション サーバー ラッパー コンポーネントのサンプル</Excluded_Packages>
188                  </Excluded_Packages>                  </Excluded_Packages>
# Line 173  Line 191 
191                  </Source>                  </Source>
192              </Delphi.Personality>              </Delphi.Personality>
193              <Deployment>              <Deployment>
194                    <DeployFile LocalName="mentenance.htm" Configuration="Debug" Class="ProjectFile">
195                        <Platform Name="Win32">
196                            <RemoteDir>.\</RemoteDir>
197                            <Overwrite>true</Overwrite>
198                        </Platform>
199                    </DeployFile>
200                    <DeployFile LocalName="regist.htm" Configuration="Debug" Class="ProjectFile">
201                        <Platform Name="Win32">
202                            <RemoteDir>.\</RemoteDir>
203                            <Overwrite>true</Overwrite>
204                        </Platform>
205                    </DeployFile>
206                    <DeployFile LocalName="admin.htm" Configuration="Debug" Class="ProjectFile">
207                        <Platform Name="Win32">
208                            <RemoteDir>.\</RemoteDir>
209                            <Overwrite>true</Overwrite>
210                        </Platform>
211                    </DeployFile>
212                    <DeployFile LocalName="admin.htm" Configuration="Release" Class="ProjectFile">
213                        <Platform Name="Win64">
214                            <RemoteDir>.\</RemoteDir>
215                            <Overwrite>true</Overwrite>
216                        </Platform>
217                    </DeployFile>
218                    <DeployFile LocalName="index.htm" Configuration="Debug" Class="ProjectFile">
219                        <Platform Name="Win32">
220                            <RemoteDir>.\</RemoteDir>
221                            <Overwrite>true</Overwrite>
222                        </Platform>
223                    </DeployFile>
224                    <DeployFile LocalName="Win32\Debug\pbbs_clone.exe" Configuration="Debug" Class="ProjectOutput">
225                        <Platform Name="Win32">
226                            <RemoteName>pbbs_clone.exe</RemoteName>
227                            <Overwrite>true</Overwrite>
228                        </Platform>
229                    </DeployFile>
230                    <DeployFile LocalName="search.htm" Configuration="Release" Class="ProjectFile">
231                        <Platform Name="Win64">
232                            <RemoteDir>.\</RemoteDir>
233                            <Overwrite>true</Overwrite>
234                        </Platform>
235                    </DeployFile>
236                    <DeployFile LocalName="regist.htm" Configuration="Release" Class="ProjectFile">
237                        <Platform Name="Win64">
238                            <RemoteDir>.\</RemoteDir>
239                            <Overwrite>true</Overwrite>
240                        </Platform>
241                    </DeployFile>
242                    <DeployFile LocalName="maintenance.htm" Configuration="Release" Class="ProjectFile">
243                        <Platform Name="Win64">
244                            <RemoteDir>.\</RemoteDir>
245                            <Overwrite>true</Overwrite>
246                        </Platform>
247                    </DeployFile>
248                    <DeployFile LocalName="login.htm" Configuration="Debug" Class="ProjectFile">
249                        <Platform Name="Win32">
250                            <RemoteDir>.\</RemoteDir>
251                            <Overwrite>true</Overwrite>
252                        </Platform>
253                    </DeployFile>
254                  <DeployFile LocalName="login.htm" Configuration="Release" Class="ProjectFile">                  <DeployFile LocalName="login.htm" Configuration="Release" Class="ProjectFile">
255                      <Platform Name="Win64">                      <Platform Name="Win64">
256                          <RemoteDir>.\</RemoteDir>                          <RemoteDir>.\</RemoteDir>
# Line 197  Line 275 
275                          <Overwrite>true</Overwrite>                          <Overwrite>true</Overwrite>
276                      </Platform>                      </Platform>
277                  </DeployFile>                  </DeployFile>
278                  <DeployFile LocalName="admin.htm" Configuration="Release" Class="ProjectFile">                  <DeployFile LocalName="E:\Program Files (x86)\xampp\cgi-bin\pbbs_clone.cgi" Configuration="Release" Class="ProjectOutput">
279                      <Platform Name="Win64">                      <Platform Name="Win64">
280                          <RemoteDir>.\</RemoteDir>                          <RemoteName>pbbs_clone.exe</RemoteName>
281                          <Overwrite>true</Overwrite>                          <Overwrite>true</Overwrite>
282                      </Platform>                      </Platform>
283                  </DeployFile>                  </DeployFile>
284                  <DeployFile LocalName="Win32\Debug\pbbs_clone.exe" Configuration="Debug" Class="ProjectOutput">                  <DeployFile LocalName="search.htm" Configuration="Debug" Class="ProjectFile">
285                      <Platform Name="Win32">                      <Platform Name="Win32">
286                          <RemoteName>pbbs_clone.exe</RemoteName>                          <RemoteDir>.\</RemoteDir>
287                          <Overwrite>true</Overwrite>                          <Overwrite>true</Overwrite>
288                      </Platform>                      </Platform>
289                  </DeployFile>                  </DeployFile>
290                  <DeployFile LocalName="search.htm" Configuration="Release" Class="ProjectFile">                  <DeployFile LocalName="index.htm" Configuration="Release" Class="ProjectFile">
291                      <Platform Name="Win64">                      <Platform Name="Win64">
292                          <RemoteDir>.\</RemoteDir>                          <RemoteDir>.\</RemoteDir>
293                          <Overwrite>true</Overwrite>                          <Overwrite>true</Overwrite>
294                      </Platform>                      </Platform>
295                  </DeployFile>                  </DeployFile>
296                  <DeployFile LocalName="index.htm" Configuration="Release" Class="ProjectFile">                  <DeployFile LocalName="setup.htm" Configuration="Debug" Class="ProjectFile">
297                      <Platform Name="Win64">                      <Platform Name="Win32">
298                          <RemoteDir>.\</RemoteDir>                          <RemoteDir>.\</RemoteDir>
299                          <Overwrite>true</Overwrite>                          <Overwrite>true</Overwrite>
300                      </Platform>                      </Platform>

Legend:
Removed from v.1  
changed lines
  Added in v.7

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