mirror of
https://github.com/danieleteti/delphimvcframework.git
synced 2024-11-17 00:35:55 +01:00
55 lines
4.1 KiB
Plaintext
55 lines
4.1 KiB
Plaintext
|
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||
|
<PropertyGroup>
|
||
|
<ProjectGuid>{d93831e6-91ce-4ff1-b56f-7d8a87410e49}</ProjectGuid>
|
||
|
<MainSource>GlobalDemo.dpr</MainSource>
|
||
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
||
|
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
||
|
<DCC_DCCCompiler>DCC32</DCC_DCCCompiler>
|
||
|
<DCC_DependencyCheckOutputName>..\..\bin\GlobalDemo.exe</DCC_DependencyCheckOutputName>
|
||
|
</PropertyGroup>
|
||
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
||
|
<Version>7.0</Version>
|
||
|
<DCC_DebugInformation>False</DCC_DebugInformation>
|
||
|
<DCC_LocalDebugSymbols>False</DCC_LocalDebugSymbols>
|
||
|
<DCC_SymbolReferenceInfo>0</DCC_SymbolReferenceInfo>
|
||
|
<DCC_Define>RELEASE</DCC_Define>
|
||
|
</PropertyGroup>
|
||
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
||
|
<Version>7.0</Version>
|
||
|
<DCC_Define>DEBUG</DCC_Define>
|
||
|
<DCC_UnitSearchPath>$(BDS)\lib\Debug;$(BDS)\RaveReports\Lib;$(BDS)\Lib\Debug\Indy10</DCC_UnitSearchPath>
|
||
|
<DCC_ResourcePath>$(BDS)\lib\Debug;$(BDS)\RaveReports\Lib;$(BDS)\Lib\Debug\Indy10</DCC_ResourcePath>
|
||
|
<DCC_ObjPath>$(BDS)\lib\Debug;$(BDS)\RaveReports\Lib;$(BDS)\Lib\Debug\Indy10</DCC_ObjPath>
|
||
|
<DCC_IncludePath>$(BDS)\lib\Debug;$(BDS)\RaveReports\Lib;$(BDS)\Lib\Debug\Indy10</DCC_IncludePath>
|
||
|
<DCC_ExeOutput>..\..\bin</DCC_ExeOutput>
|
||
|
<DCC_DcuOutput>..\..\dcu</DCC_DcuOutput>
|
||
|
<DCC_ObjOutput>..\..\dcu</DCC_ObjOutput>
|
||
|
<DCC_HppOutput>..\..\dcu</DCC_HppOutput>
|
||
|
</PropertyGroup>
|
||
|
<ProjectExtensions>
|
||
|
<Borland.Personality>Delphi.Personality</Borland.Personality>
|
||
|
<Borland.ProjectType>VCLApplication</Borland.ProjectType>
|
||
|
<BorlandProject>
|
||
|
<BorlandProject><Delphi.Personality><Parameters><Parameters Name="UseLauncher">False</Parameters><Parameters Name="LoadAllSymbols">True</Parameters><Parameters Name="LoadUnspecifiedSymbols">False</Parameters></Parameters><VersionInfo><VersionInfo Name="IncludeVerInfo">False</VersionInfo><VersionInfo Name="AutoIncBuild">False</VersionInfo><VersionInfo Name="MajorVer">1</VersionInfo><VersionInfo Name="MinorVer">0</VersionInfo><VersionInfo Name="Release">0</VersionInfo><VersionInfo Name="Build">0</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">1040</VersionInfo><VersionInfo Name="CodePage">1252</VersionInfo></VersionInfo><VersionInfoKeys><VersionInfoKeys Name="CompanyName"></VersionInfoKeys><VersionInfoKeys Name="FileDescription"></VersionInfoKeys><VersionInfoKeys Name="FileVersion">1.0.0.0</VersionInfoKeys><VersionInfoKeys Name="InternalName"></VersionInfoKeys><VersionInfoKeys Name="LegalCopyright"></VersionInfoKeys><VersionInfoKeys Name="LegalTrademarks"></VersionInfoKeys><VersionInfoKeys Name="OriginalFilename"></VersionInfoKeys><VersionInfoKeys Name="ProductName"></VersionInfoKeys><VersionInfoKeys Name="ProductVersion">1.0.0.0</VersionInfoKeys><VersionInfoKeys Name="Comments"></VersionInfoKeys></VersionInfoKeys><Excluded_Packages>
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
<Excluded_Packages Name="$(BDS)\bin\dcloffice2k100.bpl">Microsoft Office 2000 Sample Automation Server Wrapper Components</Excluded_Packages>
|
||
|
<Excluded_Packages Name="$(BDS)\bin\dclofficexp100.bpl">Microsoft Office XP Sample Automation Server Wrapper Components</Excluded_Packages>
|
||
|
</Excluded_Packages><Source><Source Name="MainSource">GlobalDemo.dpr</Source></Source></Delphi.Personality></BorlandProject></BorlandProject>
|
||
|
</ProjectExtensions>
|
||
|
<Import Project="$(MSBuildBinPath)\Borland.Delphi.Targets" />
|
||
|
<ItemGroup>
|
||
|
<DelphiCompile Include="GlobalDemo.dpr">
|
||
|
<MainSource>MainSource</MainSource>
|
||
|
</DelphiCompile>
|
||
|
<DCCReference Include="..\..\..\StompClient.pas" />
|
||
|
<DCCReference Include="..\..\..\StompTypes.pas" />
|
||
|
<DCCReference Include="MainForm.pas">
|
||
|
<Form>frmMain</Form>
|
||
|
</DCCReference>
|
||
|
</ItemGroup>
|
||
|
</Project>
|