git-svn-id: https://192.168.0.254/svn/Componentes.Terceros.jcl@20 c37d764d-f447-7644-a108-883140d013fb
129 lines
6.0 KiB
Plaintext
129 lines
6.0 KiB
Plaintext
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
<PropertyGroup>
|
|
<ProjectGuid>{518D9A98-4B3B-40B4-83EE-BD9D8CED6181}</ProjectGuid>
|
|
<MainSource>JclProjectAnalysisExpert.dpk</MainSource>
|
|
<ProjectVersion>12.0</ProjectVersion>
|
|
<Config Condition="'$(Config)'==''">Release</Config>
|
|
<DCC_DCCCompiler>DCC32</DCC_DCCCompiler>
|
|
<DCC_Define>BCB;RELEASE</DCC_Define>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Config)'=='Base' or '$(Base)'!=''">
|
|
<Base>true</Base>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Config)'=='Release' or '$(Cfg_Release)'!=''">
|
|
<Cfg_Release>true</Cfg_Release>
|
|
<CfgParent>Base</CfgParent>
|
|
<Base>true</Base>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Config)'=='Debug' or '$(Cfg_Debug)'!=''">
|
|
<Cfg_Debug>true</Cfg_Debug>
|
|
<CfgParent>Base</CfgParent>
|
|
<Base>true</Base>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Base)'!=''">
|
|
<DCC_WriteableConstants>true</DCC_WriteableConstants>
|
|
<DCC_OutputNeverBuildDcps>true</DCC_OutputNeverBuildDcps>
|
|
<DllSuffix>120</DllSuffix>
|
|
<GenDll>true</GenDll>
|
|
<GenPackage>true</GenPackage>
|
|
<DCC_ImageBase>$58060000</DCC_ImageBase>
|
|
<DCC_UsePackage>rtl;vcl;designide;Jcl;JclBaseExpert</DCC_UsePackage>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Cfg_Release)'!=''">
|
|
<DCC_AssertionsAtRuntime>false</DCC_AssertionsAtRuntime>
|
|
<DCC_DebugInformation>False</DCC_DebugInformation>
|
|
<DCC_LocalDebugSymbols>False</DCC_LocalDebugSymbols>
|
|
<DCC_SymbolReferenceInfo>0</DCC_SymbolReferenceInfo>
|
|
<DCC_DcuOutput>..\..\lib\d12</DCC_DcuOutput>
|
|
<DCC_ObjOutput>..\..\lib\d12</DCC_ObjOutput>
|
|
<DCC_HppOutput>..\..\lib\d12</DCC_HppOutput>
|
|
<DCC_DcpOutput>..\..\lib\d12</DCC_DcpOutput>
|
|
<DCC_UnitSearchPath>..\..\lib\d12;..\..\source\include</DCC_UnitSearchPath>
|
|
<DCC_ResourcePath>..\..\lib\d12;..\..\source\include</DCC_ResourcePath>
|
|
<DCC_ObjPath>..\..\lib\d12;..\..\source\include</DCC_ObjPath>
|
|
<DCC_IncludePath>..\..\lib\d12;..\..\source\include</DCC_IncludePath>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Cfg_Debug)'!=''">
|
|
<DCC_DebugInformation>True</DCC_DebugInformation>
|
|
<DCC_LocalDebugSymbols>True</DCC_LocalDebugSymbols>
|
|
<DCC_SymbolReferenceInfo>1</DCC_SymbolReferenceInfo>
|
|
<DCC_DcuOutput>..\..\lib\d12\debug</DCC_DcuOutput>
|
|
<DCC_ObjOutput>..\..\lib\d12\debug</DCC_ObjOutput>
|
|
<DCC_HppOutput>..\..\lib\d12\debug</DCC_HppOutput>
|
|
<DCC_DcpOutput>..\..\lib\d12\debug</DCC_DcpOutput>
|
|
<DCC_UnitSearchPath>..\..\lib\d12\debug;..\..\source\include</DCC_UnitSearchPath>
|
|
<DCC_ResourcePath>..\..\lib\d12\debug;..\..\source\include</DCC_ResourcePath>
|
|
<DCC_ObjPath>..\..\lib\d12\debug;..\..\source\include</DCC_ObjPath>
|
|
<DCC_IncludePath>..\..\lib\d12\debug;..\..\source\include</DCC_IncludePath>
|
|
</PropertyGroup>
|
|
<ItemGroup>
|
|
<DelphiCompile Include="JclProjectAnalysisExpert.dpk">
|
|
<MainSource>MainSource</MainSource>
|
|
</DelphiCompile>
|
|
<DCCReference Include="rtl.dcp" />
|
|
<DCCReference Include="vcl.dcp" />
|
|
<DCCReference Include="designide.dcp" />
|
|
<DCCReference Include="Jcl.dcp" />
|
|
<DCCReference Include="JclBaseExpert.dcp" />
|
|
<DCCReference Include="..\..\experts\projectanalyzer\ProjAnalyzerFrm.pas" />
|
|
<DCCReference Include="..\..\experts\projectanalyzer\ProjAnalyzerImpl.pas" />
|
|
<BuildConfiguration Include="Base">
|
|
<Key>Base</Key>
|
|
</BuildConfiguration>
|
|
<BuildConfiguration Include="Release">
|
|
<Key>Cfg_Release</Key>
|
|
<CfgParent>Base</CfgParent>
|
|
</BuildConfiguration>
|
|
<BuildConfiguration Include="Debug">
|
|
<Key>Cfg_Debug</Key>
|
|
<CfgParent>Base</CfgParent>
|
|
</BuildConfiguration>
|
|
</ItemGroup>
|
|
<Import Project="$(BDS)\Bin\CodeGear.Delphi.Targets" Condition="Exists('$(BDS)\Bin\CodeGear.Delphi.Targets')"/>
|
|
<ProjectExtensions>
|
|
<Borland.Personality>Delphi.Personality.12</Borland.Personality>
|
|
<Borland.ProjectType>Package</Borland.ProjectType>
|
|
<Borland.PersonalityVersion>1.0</Borland.PersonalityVersion>
|
|
<BorlandProject>
|
|
<Delphi.Personality>
|
|
<Parameters>
|
|
<Parameters Name="UseLauncher">False</Parameters>
|
|
<Parameters Name="LoadAllSymbols">True</Parameters>
|
|
<Parameters Name="LoadUnspecifiedSymbols">False</Parameters>
|
|
</Parameters>
|
|
<VersionInfo>
|
|
<VersionInfo Name="IncludeVerInfo">True</VersionInfo>
|
|
<VersionInfo Name="AutoIncBuild">False</VersionInfo>
|
|
<VersionInfo Name="MajorVer">2</VersionInfo>
|
|
<VersionInfo Name="MinorVer">1</VersionInfo>
|
|
<VersionInfo Name="Release">1</VersionInfo>
|
|
<VersionInfo Name="Build">3536</VersionInfo>
|
|
<VersionInfo Name="Debug">False</VersionInfo>
|
|
<VersionInfo Name="PreRelease">False</VersionInfo>
|
|
<VersionInfo Name="Special">False</VersionInfo>
|
|
<VersionInfo Name="Private">False</VersionInfo>
|
|
<VersionInfo Name="DLL">False</VersionInfo>
|
|
<VersionInfo Name="Locale">1031</VersionInfo>
|
|
<VersionInfo Name="CodePage">1252</VersionInfo>
|
|
</VersionInfo>
|
|
<VersionInfoKeys>
|
|
<VersionInfoKeys Name="CompanyName">Project JEDI</VersionInfoKeys>
|
|
<VersionInfoKeys Name="FileDescription">JCL Project Analyzer</VersionInfoKeys>
|
|
<VersionInfoKeys Name="FileVersion">2.1.1.3536</VersionInfoKeys>
|
|
<VersionInfoKeys Name="InternalName">JclProjectAnalysisExpert</VersionInfoKeys>
|
|
<VersionInfoKeys Name="LegalCopyright">Copyright (C) 1999, 2009 Project JEDI</VersionInfoKeys>
|
|
<VersionInfoKeys Name="LegalTrademarks"></VersionInfoKeys>
|
|
<VersionInfoKeys Name="OriginalFilename">JclProjectAnalysisExpert120.bpl</VersionInfoKeys>
|
|
<VersionInfoKeys Name="ProductName">JEDI Code Library</VersionInfoKeys>
|
|
<VersionInfoKeys Name="ProductVersion">2.1 Build 3536</VersionInfoKeys>
|
|
</VersionInfoKeys>
|
|
<Source>
|
|
<Source Name="MainSource">JclProjectAnalysisExpert.dpk</Source>
|
|
</Source>
|
|
<Excluded_Packages/>
|
|
</Delphi.Personality>
|
|
</BorlandProject>
|
|
<ProjectFileVersion>12</ProjectFileVersion>
|
|
</ProjectExtensions>
|
|
</Project>
|