mirror of
https://github.com/rejetto/hfs2.git
synced 2025-12-19 10:03:56 +01:00
project tweakings
This commit is contained in:
parent
a9f954e9b1
commit
ccc87aabd1
1
.gitignore
vendored
1
.gitignore
vendored
@ -14,3 +14,4 @@ win32/
|
|||||||
hfs.ini
|
hfs.ini
|
||||||
hfs.identcache
|
hfs.identcache
|
||||||
hfs.tpl
|
hfs.tpl
|
||||||
|
hfs_project.tvsconfig
|
||||||
5
hfs.dpr
5
hfs.dpr
@ -22,8 +22,6 @@ This file is part of HFS ~ HTTP File Server.
|
|||||||
program hfs;
|
program hfs;
|
||||||
|
|
||||||
uses
|
uses
|
||||||
//FastMM4,
|
|
||||||
//uFreeLocalizer,
|
|
||||||
{$IFDEF EX_DEBUG}
|
{$IFDEF EX_DEBUG}
|
||||||
ftmExceptionForm,
|
ftmExceptionForm,
|
||||||
{$ENDIF }
|
{$ENDIF }
|
||||||
@ -48,7 +46,8 @@ uses
|
|||||||
listSelectDlg in 'listSelectDlg.pas' {listSelectFrm},
|
listSelectDlg in 'listSelectDlg.pas' {listSelectFrm},
|
||||||
filepropDlg in 'filepropDlg.pas' {filepropFrm},
|
filepropDlg in 'filepropDlg.pas' {filepropFrm},
|
||||||
runscriptDlg in 'runscriptDlg.pas' {runScriptFrm},
|
runscriptDlg in 'runscriptDlg.pas' {runScriptFrm},
|
||||||
scriptLib in 'scriptLib.pas';
|
scriptLib in 'scriptLib.pas',
|
||||||
|
traylib in 'traylib.pas';
|
||||||
|
|
||||||
{$R *.res}
|
{$R *.res}
|
||||||
|
|
||||||
|
|||||||
27
hfs.dproj
27
hfs.dproj
@ -85,6 +85,9 @@
|
|||||||
<PropertyGroup Condition="'$(Cfg_1_Win32)'!=''">
|
<PropertyGroup Condition="'$(Cfg_1_Win32)'!=''">
|
||||||
<AppEnableRuntimeThemes>true</AppEnableRuntimeThemes>
|
<AppEnableRuntimeThemes>true</AppEnableRuntimeThemes>
|
||||||
<AppDPIAwarenessMode>PerMonitorV2</AppDPIAwarenessMode>
|
<AppDPIAwarenessMode>PerMonitorV2</AppDPIAwarenessMode>
|
||||||
|
<VerInfo_MinorVer>0</VerInfo_MinorVer>
|
||||||
|
<VerInfo_Locale>1033</VerInfo_Locale>
|
||||||
|
<VerInfo_Keys>CompanyName=;FileDescription=$(MSBuildProjectName);FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductName=$(MSBuildProjectName);ProductVersion=1.0.0.0;Comments=;ProgramID=com.embarcadero.$(MSBuildProjectName)</VerInfo_Keys>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
<PropertyGroup Condition="'$(Cfg_2)'!=''">
|
<PropertyGroup Condition="'$(Cfg_2)'!=''">
|
||||||
<DCC_Define>DEBUG;$(DCC_Define)</DCC_Define>
|
<DCC_Define>DEBUG;$(DCC_Define)</DCC_Define>
|
||||||
@ -92,6 +95,9 @@
|
|||||||
<PropertyGroup Condition="'$(Cfg_2_Win32)'!=''">
|
<PropertyGroup Condition="'$(Cfg_2_Win32)'!=''">
|
||||||
<AppEnableRuntimeThemes>true</AppEnableRuntimeThemes>
|
<AppEnableRuntimeThemes>true</AppEnableRuntimeThemes>
|
||||||
<AppDPIAwarenessMode>PerMonitorV2</AppDPIAwarenessMode>
|
<AppDPIAwarenessMode>PerMonitorV2</AppDPIAwarenessMode>
|
||||||
|
<VerInfo_MinorVer>0</VerInfo_MinorVer>
|
||||||
|
<VerInfo_Locale>1033</VerInfo_Locale>
|
||||||
|
<VerInfo_Keys>CompanyName=;FileDescription=$(MSBuildProjectName);FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductName=$(MSBuildProjectName);ProductVersion=1.0.0.0;Comments=;ProgramID=com.embarcadero.$(MSBuildProjectName)</VerInfo_Keys>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<DelphiCompile Include="$(MainSource)">
|
<DelphiCompile Include="$(MainSource)">
|
||||||
@ -137,6 +143,7 @@
|
|||||||
<Form>runScriptFrm</Form>
|
<Form>runScriptFrm</Form>
|
||||||
</DCCReference>
|
</DCCReference>
|
||||||
<DCCReference Include="scriptLib.pas"/>
|
<DCCReference Include="scriptLib.pas"/>
|
||||||
|
<DCCReference Include="traylib.pas"/>
|
||||||
<None Include="hfs.dpr"/>
|
<None Include="hfs.dpr"/>
|
||||||
<BuildConfiguration Include="Debug">
|
<BuildConfiguration Include="Debug">
|
||||||
<Key>Cfg_2</Key>
|
<Key>Cfg_2</Key>
|
||||||
@ -190,11 +197,8 @@
|
|||||||
<VersionInfoKeys Name="Comments"/>
|
<VersionInfoKeys Name="Comments"/>
|
||||||
</VersionInfoKeys>
|
</VersionInfoKeys>
|
||||||
<Excluded_Packages>
|
<Excluded_Packages>
|
||||||
<Excluded_Packages Name="c:\programmi\borland\bds\4.0\Bin\dclib100.bpl">Borland InterBase Express Components</Excluded_Packages>
|
<Excluded_Packages Name="$(BDSBIN)\dcloffice2k260.bpl">Microsoft Office 2000 Sample Automation Server Wrapper Components</Excluded_Packages>
|
||||||
<Excluded_Packages Name="c:\programmi\borland\bds\4.0\Bin\dclIndyCore100.bpl">Indy 10 Core Design Time</Excluded_Packages>
|
<Excluded_Packages Name="$(BDSBIN)\dclofficexp260.bpl">Microsoft Office XP Sample Automation Server Wrapper Components</Excluded_Packages>
|
||||||
<Excluded_Packages Name="c:\programmi\borland\bds\4.0\Bin\dclsmp100.bpl">Borland Sample Components</Excluded_Packages>
|
|
||||||
<Excluded_Packages Name="c:\programmi\borland\bds\4.0\Bin\dclIndyProtocols100.bpl">Indy 10 Protocols Design Time</Excluded_Packages>
|
|
||||||
<Excluded_Packages Name="c:\programmi\borland\bds\4.0\Bin\dcltee100.bpl">TeeChart Components</Excluded_Packages>
|
|
||||||
</Excluded_Packages>
|
</Excluded_Packages>
|
||||||
</Delphi.Personality>
|
</Delphi.Personality>
|
||||||
<Platforms>
|
<Platforms>
|
||||||
@ -202,6 +206,19 @@
|
|||||||
</Platforms>
|
</Platforms>
|
||||||
<ModelSupport>False</ModelSupport>
|
<ModelSupport>False</ModelSupport>
|
||||||
<Deployment Version="3">
|
<Deployment Version="3">
|
||||||
|
<DeployFile LocalName="hfs.exe" Configuration="Release" Class="ProjectOutput">
|
||||||
|
<Platform Name="Win32">
|
||||||
|
<RemoteName>hfs.exe</RemoteName>
|
||||||
|
<Overwrite>true</Overwrite>
|
||||||
|
</Platform>
|
||||||
|
</DeployFile>
|
||||||
|
<DeployFile LocalName="hfs.dpr" Configuration="Release" Class="ProjectFile">
|
||||||
|
<Platform Name="Win32">
|
||||||
|
<RemoteDir>.\</RemoteDir>
|
||||||
|
<Enabled>false</Enabled>
|
||||||
|
<Overwrite>true</Overwrite>
|
||||||
|
</Platform>
|
||||||
|
</DeployFile>
|
||||||
<DeployFile LocalName="hfs.exe" Configuration="Debug" Class="ProjectOutput">
|
<DeployFile LocalName="hfs.exe" Configuration="Debug" Class="ProjectOutput">
|
||||||
<Platform Name="Win32">
|
<Platform Name="Win32">
|
||||||
<RemoteName>hfs.exe</RemoteName>
|
<RemoteName>hfs.exe</RemoteName>
|
||||||
|
|||||||
@ -30,5 +30,12 @@
|
|||||||
<File Path="shellExtDlg.pas"/>
|
<File Path="shellExtDlg.pas"/>
|
||||||
<File Path="shellExtDlg.dfm"/>
|
<File Path="shellExtDlg.dfm"/>
|
||||||
<File Path="utillib.pas"/>
|
<File Path="utillib.pas"/>
|
||||||
</ProjectSortOrder>
|
<File Path="traylib.pas"/>
|
||||||
|
<File Path="inputDialogs.pas"/>
|
||||||
|
<File Path="inputDialogs.dfm"/>
|
||||||
|
</ProjectSortOrder> <Transactions>
|
||||||
|
<Transaction>2020/05/06 23:30:42.800,=C:\code\mine\hfs\Unit1.pas</Transaction>
|
||||||
|
<Transaction>2020/05/06 23:38:14.406,C:\code\mine\hfs\inputDialogs.dfm=C:\code\mine\hfs\Unit1.dfm</Transaction>
|
||||||
|
<Transaction>2020/05/06 23:38:14.406,C:\code\mine\hfs\inputDialogs.pas=C:\code\mine\hfs\Unit1.pas</Transaction>
|
||||||
|
</Transactions>
|
||||||
</BorlandProject>
|
</BorlandProject>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user