git-svn-id: https://192.168.0.254/svn/Componentes.Terceros.DevExpressVCL@8 05c56307-c608-d34a-929d-697000501d7a
24 lines
928 B
XML
24 lines
928 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
<PropertyGroup>
|
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
|
<DCC_DCCCompiler>DCC32</DCC_DCCCompiler>
|
|
<MainSource>SimpleTreeDemo.dpr</MainSource>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
|
<Version>7.0</Version>
|
|
<DCC_Define>DEBUG</DCC_Define>
|
|
</PropertyGroup>
|
|
<ProjectExtensions>
|
|
<Borland.Personality>Delphi.Personality</Borland.Personality>
|
|
<BorlandProject>
|
|
<BorlandProject> <Delphi.Personality> <Parameters>
|
|
</Parameters>
|
|
<Source>
|
|
<Source Name="MainSource">SimpleTreeDemo.dpr</Source>
|
|
</Source>
|
|
</Delphi.Personality> </BorlandProject></BorlandProject>
|
|
</ProjectExtensions>
|
|
<Import Project="$(MSBuildBinPath)\Borland.Delphi.Targets" />
|
|
</Project>
|