git-svn-id: https://192.168.0.254/svn/Componentes.Internos.GUISDK/trunk@4 e3f7d858-3362-1a4e-b49c-1b1bd96e4488
58 lines
2.4 KiB
XML
58 lines
2.4 KiB
XML
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
|
|
<Import Project="$(BUILDTOOLS)\RodaxSoftware.Delphi.Targets"/>
|
|
<Import Project="$(MSBuildProjectDirectory)\Build.properties"/>
|
|
|
|
<!-- Environment Settings -->
|
|
<PropertyGroup>
|
|
<Configuration Condition=" '$(Configuration)' == '' ">Release</Configuration>
|
|
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
|
<DCC_DependencyCheckOutputName>$(OutputFolder)\GUISDK_$(DelphiVersion).bpl</DCC_DependencyCheckOutputName>
|
|
</PropertyGroup>
|
|
|
|
<!-- 3rd Party Library Settings -->
|
|
<PropertyGroup>
|
|
</PropertyGroup>
|
|
|
|
<!-- Project Settings -->
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
|
<DCC_DebugInformation>False</DCC_DebugInformation>
|
|
<DCC_LocalDebugSymbols>False</DCC_LocalDebugSymbols>
|
|
<DCC_SymbolReferenceInfo>0</DCC_SymbolReferenceInfo>
|
|
<DCC_MapFile>0</DCC_MapFile>
|
|
<DCC_BplOutput>$(OutputFolder)</DCC_BplOutput>
|
|
<DCC_DcpOutput>$(OutputFolder)</DCC_DcpOutput>
|
|
<DCC_DcuOutput>$(OutputFolder)</DCC_DcuOutput>
|
|
<DCC_ObjOutput>$(OutputFolder)</DCC_ObjOutput>
|
|
<DCC_UnitSearchPath>$(OutputFolder);$(SourceFolder)</DCC_UnitSearchPath>
|
|
<DCC_ResourcePath>$(OutputFolder)</DCC_ResourcePath>
|
|
<DCC_ObjPath>$(OutputFolder)</DCC_ObjPath>
|
|
<DCC_IncludePath>$(OutputFolder)</DCC_IncludePath>
|
|
<DCC_BuildAllUnits>False</DCC_BuildAllUnits>
|
|
<DCC_Define>RELEASE</DCC_Define>
|
|
</PropertyGroup>
|
|
|
|
<!-- Project's Packages -->
|
|
<ItemGroup>
|
|
<Packages Include="$(PackageFolder)\GUISDK_$(DelphiVersion).dpk" />
|
|
<DelphiCompile Include="@(Packages)"/>
|
|
<DCCReference Include="$(SourceFolder)\uCustomEditor.pas">
|
|
<Form>CustomEditor</Form>
|
|
</DCCReference>
|
|
<DCCReference Include="$(SourceFolder)\uCustomView.pas">
|
|
<Form>CustomView</Form>
|
|
</DCCReference>
|
|
<DCCReference Include="$(SourceFolder)\Source\uGUIBase.pas" />
|
|
<DCCReference Include="$(SourceFolder)\Source\uGUIUtils.pas" />
|
|
<DCCReference Include="ccpack$(DelphiVersion).dcp" />
|
|
<DCCReference Include="cfpack_$(DelphiVersion).dcp" />
|
|
<DCCReference Include="designide.dcp" />
|
|
<DCCReference Include="JvAppFrm$(DelphiVersion)R.dcp" />
|
|
<DCCReference Include="JvCore$(DelphiVersion)R.dcp" />
|
|
<DCCReference Include="rtl.dcp" />
|
|
<DCCReference Include="vcl.dcp" />
|
|
<DCCReference Include="vclactnband.dcp" />
|
|
<DCCReference Include="vclx.dcp" />
|
|
</ItemGroup>
|
|
|
|
</Project> |