Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit1f52c10

Browse files
committed
Add C++Builder 12 project files
1 parent6626806 commit1f52c10

File tree

3 files changed

+553
-0
lines changed

3 files changed

+553
-0
lines changed
Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,48 @@
1+
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
2+
<PropertyGroup>
3+
<ProjectGuid>{BF155D09-6AED-4790-9020-744D12876B35}</ProjectGuid>
4+
</PropertyGroup>
5+
<ItemGroup>
6+
<Projects Include="VirtualTreesCR.cbproj">
7+
<Dependencies/>
8+
</Projects>
9+
<Projects Include="VirtualTreesCD.cbproj">
10+
<Dependencies/>
11+
</Projects>
12+
</ItemGroup>
13+
<ProjectExtensions>
14+
<Borland.Personality>Default.Personality.12</Borland.Personality>
15+
<Borland.ProjectType/>
16+
<BorlandProject>
17+
<Default.Personality/>
18+
</BorlandProject>
19+
</ProjectExtensions>
20+
<Target Name="VirtualTreesCR">
21+
<MSBuild Projects="VirtualTreesCR.cbproj"/>
22+
</Target>
23+
<Target Name="VirtualTreesCR:Clean">
24+
<MSBuild Projects="VirtualTreesCR.cbproj" Targets="Clean"/>
25+
</Target>
26+
<Target Name="VirtualTreesCR:Make">
27+
<MSBuild Projects="VirtualTreesCR.cbproj" Targets="Make"/>
28+
</Target>
29+
<Target Name="VirtualTreesCD">
30+
<MSBuild Projects="VirtualTreesCD.cbproj"/>
31+
</Target>
32+
<Target Name="VirtualTreesCD:Clean">
33+
<MSBuild Projects="VirtualTreesCD.cbproj" Targets="Clean"/>
34+
</Target>
35+
<Target Name="VirtualTreesCD:Make">
36+
<MSBuild Projects="VirtualTreesCD.cbproj" Targets="Make"/>
37+
</Target>
38+
<Target Name="Build">
39+
<CallTarget Targets="VirtualTreesCR;VirtualTreesCD"/>
40+
</Target>
41+
<Target Name="Clean">
42+
<CallTarget Targets="VirtualTreesCR:Clean;VirtualTreesCD:Clean"/>
43+
</Target>
44+
<Target Name="Make">
45+
<CallTarget Targets="VirtualTreesCR:Make;VirtualTreesCD:Make"/>
46+
</Target>
47+
<Import Project="$(BDS)\Bin\CodeGear.Group.Targets" Condition="Exists('$(BDS)\Bin\CodeGear.Group.Targets')"/>
48+
</Project>
Lines changed: 215 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,215 @@
1+
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
2+
<PropertyGroup>
3+
<ProjectGuid>{B6350E5E-13A2-44EC-8515-C119E896CB47}</ProjectGuid>
4+
<ProjectVersion>20.3</ProjectVersion>
5+
<FrameworkType>VCL</FrameworkType>
6+
<MainSource>VirtualTreesCD.cpp</MainSource>
7+
<Base>True</Base>
8+
<Config Condition="'$(Config)'==''">Release</Config>
9+
<Platform Condition="'$(Platform)'==''">Win32</Platform>
10+
<ProjectName Condition="'$(ProjectName)'==''">VirtualTreesCD</ProjectName>
11+
<TargetedPlatforms>1048579</TargetedPlatforms>
12+
<AppType>Package</AppType>
13+
<CC_Suffix Condition="'$(CC_Suffix)'==''">c</CC_Suffix>
14+
</PropertyGroup>
15+
<PropertyGroup Condition="'$(Config)'=='Base' or '$(Base)'!=''">
16+
<Base>true</Base>
17+
</PropertyGroup>
18+
<PropertyGroup Condition="('$(Platform)'=='Win32' and '$(Base)'=='true') or '$(Base_Win32)'!=''">
19+
<Base_Win32>true</Base_Win32>
20+
<CfgParent>Base</CfgParent>
21+
<Base>true</Base>
22+
</PropertyGroup>
23+
<PropertyGroup Condition="('$(Platform)'=='Win64' and '$(Base)'=='true') or '$(Base_Win64)'!=''">
24+
<Base_Win64>true</Base_Win64>
25+
<CfgParent>Base</CfgParent>
26+
<Base>true</Base>
27+
</PropertyGroup>
28+
<PropertyGroup Condition="('$(Platform)'=='Win64x' and '$(Base)'=='true') or '$(Base_Win64x)'!=''">
29+
<Base_Win64x>true</Base_Win64x>
30+
<CfgParent>Base</CfgParent>
31+
<Base>true</Base>
32+
</PropertyGroup>
33+
<PropertyGroup Condition="'$(Config)'=='Debug' or '$(Cfg_1)'!=''">
34+
<Cfg_1>true</Cfg_1>
35+
<CfgParent>Base</CfgParent>
36+
<Base>true</Base>
37+
</PropertyGroup>
38+
<PropertyGroup Condition="('$(Platform)'=='Win32' and '$(Cfg_1)'=='true') or '$(Cfg_1_Win32)'!=''">
39+
<Cfg_1_Win32>true</Cfg_1_Win32>
40+
<CfgParent>Cfg_1</CfgParent>
41+
<Cfg_1>true</Cfg_1>
42+
<Base>true</Base>
43+
</PropertyGroup>
44+
<PropertyGroup Condition="('$(Platform)'=='Win64' and '$(Cfg_1)'=='true') or '$(Cfg_1_Win64)'!=''">
45+
<Cfg_1_Win64>true</Cfg_1_Win64>
46+
<CfgParent>Cfg_1</CfgParent>
47+
<Cfg_1>true</Cfg_1>
48+
<Base>true</Base>
49+
</PropertyGroup>
50+
<PropertyGroup Condition="('$(Platform)'=='Win64x' and '$(Cfg_1)'=='true') or '$(Cfg_1_Win64x)'!=''">
51+
<Cfg_1_Win64x>true</Cfg_1_Win64x>
52+
<CfgParent>Cfg_1</CfgParent>
53+
<Cfg_1>true</Cfg_1>
54+
<Base>true</Base>
55+
</PropertyGroup>
56+
<PropertyGroup Condition="'$(Config)'=='Release' or '$(Cfg_2)'!=''">
57+
<Cfg_2>true</Cfg_2>
58+
<CfgParent>Base</CfgParent>
59+
<Base>true</Base>
60+
</PropertyGroup>
61+
<PropertyGroup Condition="('$(Platform)'=='Win32' and '$(Cfg_2)'=='true') or '$(Cfg_2_Win32)'!=''">
62+
<Cfg_2_Win32>true</Cfg_2_Win32>
63+
<CfgParent>Cfg_2</CfgParent>
64+
<Cfg_2>true</Cfg_2>
65+
<Base>true</Base>
66+
</PropertyGroup>
67+
<PropertyGroup Condition="'$(Base)'!=''">
68+
<DynamicRTL>true</DynamicRTL>
69+
<UsePackages>true</UsePackages>
70+
<DCC_AdditionalSwitches>-LUDesignIDE</DCC_AdditionalSwitches>
71+
<DesignOnlyPackage>true</DesignOnlyPackage>
72+
<IntermediateOutputDir>.\Design\$(Platform)\$(Config)</IntermediateOutputDir>
73+
<BCC_wpar>false</BCC_wpar>
74+
<BCC_OptimizeForSpeed>true</BCC_OptimizeForSpeed>
75+
<BCC_ExtendedErrorInfo>true</BCC_ExtendedErrorInfo>
76+
<ILINK_TranslatedLibraryPath>$(BDSLIB)\$(PLATFORM)\release\$(LANGDIR);$(ILINK_TranslatedLibraryPath)</ILINK_TranslatedLibraryPath>
77+
<ProjectType>CppPackage</ProjectType>
78+
<DCC_Namespace>System;Xml;Data;Datasnap;Web;Soap;Vcl;Vcl.Imaging;Vcl.Touch;Vcl.Samples;Vcl.Shell;$(DCC_Namespace)</DCC_Namespace>
79+
<ILINK_GenerateImportLibrary>true</ILINK_GenerateImportLibrary>
80+
<ILINK_GenerateLibFile>true</ILINK_GenerateLibFile>
81+
<_TCHARMapping>wchar_t</_TCHARMapping>
82+
<Multithreaded>true</Multithreaded>
83+
<SanitizedProjectName>VirtualTreesCD</SanitizedProjectName>
84+
<VerInfo_Locale>1033</VerInfo_Locale>
85+
<VerInfo_Keys>CompanyName=;FileDescription=$(MSBuildProjectName);FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProgramID=com.embarcadero.$(MSBuildProjectName);ProductName=$(MSBuildProjectName);ProductVersion=1.0.0.0;Comments=</VerInfo_Keys>
86+
<ILINK_Description>VirtualTrees Designtime</ILINK_Description>
87+
<DCC_UnitSearchPath>..\..\Source;$(DCC_UnitSearchPath)</DCC_UnitSearchPath>
88+
<DCC_CBuilderOutput>All</DCC_CBuilderOutput>
89+
<ILINK_DisableIncrementalLinking>true</ILINK_DisableIncrementalLinking>
90+
</PropertyGroup>
91+
<PropertyGroup Condition="'$(Base_Win32)'!=''">
92+
<DCC_Namespace>Winapi;System.Win;Data.Win;Datasnap.Win;Web.Win;Soap.Win;Xml.Win;Bde;$(DCC_Namespace)</DCC_Namespace>
93+
<BT_BuildType>Debug</BT_BuildType>
94+
<VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
95+
<IncludePath>$(BDSINCLUDE)\windows\vcl;$(IncludePath)</IncludePath>
96+
</PropertyGroup>
97+
<PropertyGroup Condition="'$(Base_Win64)'!=''">
98+
<DCC_Namespace>Winapi;System.Win;Data.Win;Datasnap.Win;Web.Win;Soap.Win;Xml.Win;$(DCC_Namespace)</DCC_Namespace>
99+
<BT_BuildType>Debug</BT_BuildType>
100+
<VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
101+
<IncludePath>$(BDSINCLUDE)\windows\vcl;$(IncludePath)</IncludePath>
102+
</PropertyGroup>
103+
<PropertyGroup Condition="'$(Base_Win64x)'!=''">
104+
<DCC_Namespace>Winapi;System.Win;Data.Win;Datasnap.Win;Web.Win;Soap.Win;Xml.Win;$(DCC_Namespace)</DCC_Namespace>
105+
<BT_BuildType>Debug</BT_BuildType>
106+
<VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
107+
<BCC_EnableBatchCompilation>true</BCC_EnableBatchCompilation>
108+
</PropertyGroup>
109+
<PropertyGroup Condition="'$(Cfg_1)'!=''">
110+
<BCC_OptimizeForSpeed>false</BCC_OptimizeForSpeed>
111+
<BCC_DisableOptimizations>true</BCC_DisableOptimizations>
112+
<DCC_Optimize>false</DCC_Optimize>
113+
<DCC_DebugInfoInExe>true</DCC_DebugInfoInExe>
114+
<Defines>_DEBUG;$(Defines)</Defines>
115+
<BCC_InlineFunctionExpansion>false</BCC_InlineFunctionExpansion>
116+
<BCC_UseRegisterVariables>None</BCC_UseRegisterVariables>
117+
<DCC_Define>DEBUG</DCC_Define>
118+
<BCC_DebugLineNumbers>true</BCC_DebugLineNumbers>
119+
<TASM_DisplaySourceLines>true</TASM_DisplaySourceLines>
120+
<BCC_StackFrames>true</BCC_StackFrames>
121+
<ILINK_FullDebugInfo>true</ILINK_FullDebugInfo>
122+
<TASM_Debugging>Full</TASM_Debugging>
123+
<BCC_SourceDebuggingOn>true</BCC_SourceDebuggingOn>
124+
<BCC_EnableCPPExceptions>true</BCC_EnableCPPExceptions>
125+
<BCC_DisableFramePtrElimOpt>true</BCC_DisableFramePtrElimOpt>
126+
<BCC_DisableSpellChecking>true</BCC_DisableSpellChecking>
127+
<CLANG_UnwindTables>true</CLANG_UnwindTables>
128+
<ILINK_LibraryPath>$(BDSLIB)\$(PLATFORM)\debug;$(ILINK_LibraryPath)</ILINK_LibraryPath>
129+
<ILINK_TranslatedLibraryPath>$(BDSLIB)\$(PLATFORM)\debug\$(LANGDIR);$(ILINK_TranslatedLibraryPath)</ILINK_TranslatedLibraryPath>
130+
</PropertyGroup>
131+
<PropertyGroup Condition="'$(Cfg_1_Win32)'!=''">
132+
<BCC_UseClassicCompiler>false</BCC_UseClassicCompiler>
133+
<ILINK_LibraryPath>$(BDSLIB)\$(PLATFORM)$(CC_SUFFIX)\debug;$(ILINK_LibraryPath)</ILINK_LibraryPath>
134+
<VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
135+
<ILINK_Description>VirtualTrees Designtime</ILINK_Description>
136+
</PropertyGroup>
137+
<PropertyGroup Condition="'$(Cfg_1_Win64)'!=''">
138+
<VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
139+
</PropertyGroup>
140+
<PropertyGroup Condition="'$(Cfg_1_Win64x)'!=''">
141+
<VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
142+
</PropertyGroup>
143+
<PropertyGroup Condition="'$(Cfg_2)'!=''">
144+
<Defines>NDEBUG;$(Defines)</Defines>
145+
<TASM_Debugging>None</TASM_Debugging>
146+
</PropertyGroup>
147+
<PropertyGroup Condition="'$(Cfg_2_Win32)'!=''">
148+
<BCC_UseClassicCompiler>false</BCC_UseClassicCompiler>
149+
<VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
150+
</PropertyGroup>
151+
<ItemGroup>
152+
<DelphiCompile Include="..\..\Design\VirtualTreesReg.pas">
153+
<VirtualFolder>{4AB7ABC9-E87D-4D9D-99AF-39363FDE2732}</VirtualFolder>
154+
<BuildOrder>2</BuildOrder>
155+
</DelphiCompile>
156+
<PackageImport Include="designide.bpi">
157+
<BuildOrder>4</BuildOrder>
158+
</PackageImport>
159+
<PackageImport Include="designideresources.bpi">
160+
<BuildOrder>5</BuildOrder>
161+
</PackageImport>
162+
<PackageImport Include="rtl.bpi">
163+
<BuildOrder>1</BuildOrder>
164+
</PackageImport>
165+
<PackageImport Include="vcl.bpi">
166+
<BuildOrder>3</BuildOrder>
167+
</PackageImport>
168+
<CppCompile Include="VirtualTreesCD.cpp">
169+
<BuildOrder>0</BuildOrder>
170+
</CppCompile>
171+
<PackageImport Include="VirtualTreesCR.bpi">
172+
<BuildOrder>12</BuildOrder>
173+
</PackageImport>
174+
<BuildConfiguration Include="Base">
175+
<Key>Base</Key>
176+
</BuildConfiguration>
177+
<BuildConfiguration Include="Debug">
178+
<Key>Cfg_1</Key>
179+
<CfgParent>Base</CfgParent>
180+
</BuildConfiguration>
181+
<BuildConfiguration Include="Release">
182+
<Key>Cfg_2</Key>
183+
<CfgParent>Base</CfgParent>
184+
</BuildConfiguration>
185+
</ItemGroup>
186+
<ProjectExtensions>
187+
<Borland.Personality>CPlusPlusBuilder.Personality.12</Borland.Personality>
188+
<Borland.ProjectType>CppPackage</Borland.ProjectType>
189+
<BorlandProject>
190+
<CPlusPlusBuilder.Personality>
191+
<ProjectProperties>
192+
<ProjectProperties Name="AutoShowDeps">False</ProjectProperties>
193+
<ProjectProperties Name="ManagePaths">False</ProjectProperties>
194+
<ProjectProperties Name="VerifyPackages">True</ProjectProperties>
195+
<ProjectProperties Name="IndexFiles">True</ProjectProperties>
196+
</ProjectProperties>
197+
<Source>
198+
<Source Name="MainSource">VirtualTreesCD.cpp</Source>
199+
</Source>
200+
<VFOLDERS>
201+
<VFOLDER ID="{4AB7ABC9-E87D-4D9D-99AF-39363FDE2732}" name="Design Files"/>
202+
</VFOLDERS>
203+
</CPlusPlusBuilder.Personality>
204+
<Platforms>
205+
<Platform value="Win32">True</Platform>
206+
<Platform value="Win64">True</Platform>
207+
<Platform value="Win64x">True</Platform>
208+
</Platforms>
209+
</BorlandProject>
210+
<ProjectFileVersion>12</ProjectFileVersion>
211+
</ProjectExtensions>
212+
<Import Project="$(BDS)\Bin\CodeGear.Cpp.Targets" Condition="Exists('$(BDS)\Bin\CodeGear.Cpp.Targets')"/>
213+
<Import Project="$(APPDATA)\Embarcadero\$(BDSAPPDATABASEDIR)\$(PRODUCTVERSION)\UserTools.proj" Condition="Exists('$(APPDATA)\Embarcadero\$(BDSAPPDATABASEDIR)\$(PRODUCTVERSION)\UserTools.proj')"/>
214+
<Import Project="$(MSBuildProjectName).deployproj" Condition="Exists('$(MSBuildProjectName).deployproj')"/>
215+
</Project>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp