24 lines
942 B
Plaintext
24 lines
942 B
Plaintext
|
|
<?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>MasterViewColumnsDemo.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">MasterViewColumnsDemo.dpr</Source>
|
||
|
|
</Source>
|
||
|
|
</Delphi.Personality> </BorlandProject></BorlandProject>
|
||
|
|
</ProjectExtensions>
|
||
|
|
<Import Project="$(MSBuildBinPath)\Borland.Delphi.Targets" />
|
||
|
|
</Project>
|