mirror of
https://github.com/danieleteti/delphimvcframework.git
synced 2024-11-16 16:25:54 +01:00
154 lines
7.6 KiB
Plaintext
154 lines
7.6 KiB
Plaintext
|
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||
|
<PropertyGroup>
|
||
|
<ProjectGuid>{F2D71A9C-D7E4-4B13-9AB9-F8ED3349D646}</ProjectGuid>
|
||
|
<ProjectVersion>13.4</ProjectVersion>
|
||
|
<FrameworkType>VCL</FrameworkType>
|
||
|
<MainSource>LuaTest.dpr</MainSource>
|
||
|
<Base>True</Base>
|
||
|
<Config Condition="'$(Config)'==''">Debug</Config>
|
||
|
<Platform Condition="'$(Platform)'==''">Win32</Platform>
|
||
|
<TargetedPlatforms>1</TargetedPlatforms>
|
||
|
<AppType>Application</AppType>
|
||
|
</PropertyGroup>
|
||
|
<PropertyGroup Condition="'$(Config)'=='Base' or '$(Base)'!=''">
|
||
|
<Base>true</Base>
|
||
|
</PropertyGroup>
|
||
|
<PropertyGroup Condition="('$(Platform)'=='Win64' and '$(Base)'=='true') or '$(Base_Win64)'!=''">
|
||
|
<Base_Win64>true</Base_Win64>
|
||
|
<CfgParent>Base</CfgParent>
|
||
|
<Base>true</Base>
|
||
|
</PropertyGroup>
|
||
|
<PropertyGroup Condition="('$(Platform)'=='Win32' and '$(Base)'=='true') or '$(Base_Win32)'!=''">
|
||
|
<Base_Win32>true</Base_Win32>
|
||
|
<CfgParent>Base</CfgParent>
|
||
|
<Base>true</Base>
|
||
|
</PropertyGroup>
|
||
|
<PropertyGroup Condition="'$(Config)'=='Debug' or '$(Cfg_1)'!=''">
|
||
|
<Cfg_1>true</Cfg_1>
|
||
|
<CfgParent>Base</CfgParent>
|
||
|
<Base>true</Base>
|
||
|
</PropertyGroup>
|
||
|
<PropertyGroup Condition="('$(Platform)'=='Win32' and '$(Cfg_1)'=='true') or '$(Cfg_1_Win32)'!=''">
|
||
|
<Cfg_1_Win32>true</Cfg_1_Win32>
|
||
|
<CfgParent>Cfg_1</CfgParent>
|
||
|
<Cfg_1>true</Cfg_1>
|
||
|
<Base>true</Base>
|
||
|
</PropertyGroup>
|
||
|
<PropertyGroup Condition="'$(Config)'=='Release' or '$(Cfg_2)'!=''">
|
||
|
<Cfg_2>true</Cfg_2>
|
||
|
<CfgParent>Base</CfgParent>
|
||
|
<Base>true</Base>
|
||
|
</PropertyGroup>
|
||
|
<PropertyGroup Condition="'$(Base)'!=''">
|
||
|
<DCC_UsePackage>bindcompfmx;fmx;rtl;dbrtl;IndySystem;DbxClientDriver;bindcomp;inetdb;DBXInterBaseDriver;DataSnapCommon;DataSnapClient;DataSnapServer;DataSnapProviderClient;xmlrtl;DbxCommonDriver;IndyProtocols;DBXMySQLDriver;dbxcds;soaprtl;bindengine;DBXOracleDriver;dsnap;DBXInformixDriver;IndyCore;fmxase;DBXFirebirdDriver;inet;fmxobj;inetdbxpress;DBXSybaseASADriver;fmxdae;dbexpress;DataSnapIndy10ServerTransport;IPIndyImpl;$(DCC_UsePackage)</DCC_UsePackage>
|
||
|
<Icon_MainIcon>$(BDS)\bin\delphi_PROJECTICON.ico</Icon_MainIcon>
|
||
|
<DCC_Namespace>System;Xml;Data;Datasnap;Web;Soap;Vcl;Vcl.Imaging;Vcl.Touch;Vcl.Samples;Vcl.Shell;$(DCC_Namespace)</DCC_Namespace>
|
||
|
<DCC_DcuOutput>.\$(Platform)\$(Config)</DCC_DcuOutput>
|
||
|
<DCC_ExeOutput>.\$(Platform)\$(Config)</DCC_ExeOutput>
|
||
|
<DCC_E>false</DCC_E>
|
||
|
<DCC_N>false</DCC_N>
|
||
|
<DCC_S>false</DCC_S>
|
||
|
<DCC_F>false</DCC_F>
|
||
|
<DCC_K>false</DCC_K>
|
||
|
</PropertyGroup>
|
||
|
<PropertyGroup Condition="'$(Base_Win64)'!=''">
|
||
|
<DCC_UsePackage>DBXOdbcDriver;DBXSybaseASEDriver;vclimg;vclactnband;vcldb;bindcompvcl;vcldsnap;SynEdit_RXE2;vclie;vcltouch;DBXDb2Driver;websnap;VclSmp;vcl;DataSnapConnectors;DBXMSSQLDriver;dsnapcon;vclx;webdsnap;$(DCC_UsePackage)</DCC_UsePackage>
|
||
|
</PropertyGroup>
|
||
|
<PropertyGroup Condition="'$(Base_Win32)'!=''">
|
||
|
<DCC_UsePackage>OpenWirePkgD16;vcldbx;frx16;TeeDB;Rave100VCL;vclib;Tee;inetdbbde;DBXOdbcDriver;DBXSybaseASEDriver;ibxpress;svnui;vclimg;OpenWireLabPkgD16;intrawebdb_120_160;fmi;frxDB16;fs16;vclactnband;FMXTee;vcldb;TeeUI;bindcompvcl;vcldsnap;SynEdit_RXE2;vclie;vcltouch;Intraweb_120_160;DBXDb2Driver;websnap;dwsLibRuntime;vclribbon;VclSmp;fsDB16;frxe16;vcl;DataSnapConnectors;UIBD16Win32R;CodeSiteExpressPkg;CloudService;DBXMSSQLDriver;FmxTeeUI;dsnapcon;RlxPackage;DataSnapServerConnectionMonitoring;vclx;webdsnap;svn;bdertl;adortl;$(DCC_UsePackage)</DCC_UsePackage>
|
||
|
<VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
|
||
|
<DCC_Namespace>Winapi;System.Win;Data.Win;Datasnap.Win;Web.Win;Soap.Win;Xml.Win;Bde;$(DCC_Namespace)</DCC_Namespace>
|
||
|
<VerInfo_Locale>1033</VerInfo_Locale>
|
||
|
<Manifest_File>$(BDS)\bin\default_app.manifest</Manifest_File>
|
||
|
<VerInfo_Keys>CompanyName=;FileDescription=;FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductName=;ProductVersion=1.0.0.0;Comments=</VerInfo_Keys>
|
||
|
</PropertyGroup>
|
||
|
<PropertyGroup Condition="'$(Cfg_1)'!=''">
|
||
|
<DCC_Define>DEBUG;$(DCC_Define)</DCC_Define>
|
||
|
<DCC_Optimize>false</DCC_Optimize>
|
||
|
<DCC_GenerateStackFrames>true</DCC_GenerateStackFrames>
|
||
|
<DCC_DebugInfoInExe>true</DCC_DebugInfoInExe>
|
||
|
<DCC_RemoteDebug>true</DCC_RemoteDebug>
|
||
|
</PropertyGroup>
|
||
|
<PropertyGroup Condition="'$(Cfg_1_Win32)'!=''">
|
||
|
<DCC_RemoteDebug>false</DCC_RemoteDebug>
|
||
|
</PropertyGroup>
|
||
|
<PropertyGroup Condition="'$(Cfg_2)'!=''">
|
||
|
<DCC_LocalDebugSymbols>false</DCC_LocalDebugSymbols>
|
||
|
<DCC_Define>RELEASE;$(DCC_Define)</DCC_Define>
|
||
|
<DCC_SymbolReferenceInfo>0</DCC_SymbolReferenceInfo>
|
||
|
<DCC_DebugInformation>false</DCC_DebugInformation>
|
||
|
</PropertyGroup>
|
||
|
<ItemGroup>
|
||
|
<DelphiCompile Include="$(MainSource)">
|
||
|
<MainSource>MainSource</MainSource>
|
||
|
</DelphiCompile>
|
||
|
<DCCReference Include="Unit11.pas">
|
||
|
<Form>Form11</Form>
|
||
|
<FormType>dfm</FormType>
|
||
|
</DCCReference>
|
||
|
<DCCReference Include="..\src\LuaWrapper.pas"/>
|
||
|
<DCCReference Include="..\src\LuaWrapper.CustomType.DataSet.pas"/>
|
||
|
<DCCReference Include="..\src\LuaIntf.pas"/>
|
||
|
<BuildConfiguration Include="Release">
|
||
|
<Key>Cfg_2</Key>
|
||
|
<CfgParent>Base</CfgParent>
|
||
|
</BuildConfiguration>
|
||
|
<BuildConfiguration Include="Base">
|
||
|
<Key>Base</Key>
|
||
|
</BuildConfiguration>
|
||
|
<BuildConfiguration Include="Debug">
|
||
|
<Key>Cfg_1</Key>
|
||
|
<CfgParent>Base</CfgParent>
|
||
|
</BuildConfiguration>
|
||
|
</ItemGroup>
|
||
|
<ProjectExtensions>
|
||
|
<Borland.Personality>Delphi.Personality.12</Borland.Personality>
|
||
|
<Borland.ProjectType/>
|
||
|
<BorlandProject>
|
||
|
<Delphi.Personality>
|
||
|
<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 Name="FileDescription"/>
|
||
|
<VersionInfoKeys Name="FileVersion">1.0.0.0</VersionInfoKeys>
|
||
|
<VersionInfoKeys Name="InternalName"/>
|
||
|
<VersionInfoKeys Name="LegalCopyright"/>
|
||
|
<VersionInfoKeys Name="LegalTrademarks"/>
|
||
|
<VersionInfoKeys Name="OriginalFilename"/>
|
||
|
<VersionInfoKeys Name="ProductName"/>
|
||
|
<VersionInfoKeys Name="ProductVersion">1.0.0.0</VersionInfoKeys>
|
||
|
<VersionInfoKeys Name="Comments"/>
|
||
|
</VersionInfoKeys>
|
||
|
<Source>
|
||
|
<Source Name="MainSource">LuaTest.dpr</Source>
|
||
|
</Source>
|
||
|
</Delphi.Personality>
|
||
|
<Deployment/>
|
||
|
<Platforms>
|
||
|
<Platform value="Win64">False</Platform>
|
||
|
<Platform value="Win32">True</Platform>
|
||
|
</Platforms>
|
||
|
<UnitTesting>
|
||
|
<TestProjectName>C:\Users\Daniele\Desktop\luawrapper\unittests\LuaTestTests.dproj</TestProjectName>
|
||
|
</UnitTesting>
|
||
|
</BorlandProject>
|
||
|
<ProjectFileVersion>12</ProjectFileVersion>
|
||
|
</ProjectExtensions>
|
||
|
<Import Condition="Exists('$(BDS)\Bin\CodeGear.Delphi.Targets')" Project="$(BDS)\Bin\CodeGear.Delphi.Targets"/>
|
||
|
<Import Condition="Exists('$(APPDATA)\Embarcadero\$(BDSAPPDATABASEDIR)\$(PRODUCTVERSION)\UserTools.proj')" Project="$(APPDATA)\Embarcadero\$(BDSAPPDATABASEDIR)\$(PRODUCTVERSION)\UserTools.proj"/>
|
||
|
</Project>
|