mirror of
https://github.com/HeidiSQL/HeidiSQL.git
synced 2025-08-26 11:17:57 +08:00
Move resource files where they belong
This commit is contained in:
@ -43,9 +43,9 @@ uses
|
||||
uVistaFuncs in '..\..\source\uVistaFuncs.pas',
|
||||
dataviewsave in '..\..\source\dataviewsave.pas' {FrmDataViewSave};
|
||||
|
||||
{$R icon.RES}
|
||||
{$R version.RES}
|
||||
{$R manifest.RES}
|
||||
{$R ..\..\res\icon.RES}
|
||||
{$R ..\..\res\version.RES}
|
||||
{$R ..\..\res\manifest.RES}
|
||||
|
||||
begin
|
||||
debug('perf: All modules loaded.');
|
||||
|
@ -58,13 +58,13 @@
|
||||
<DelphiCompile Include="heidisql.dpr">
|
||||
<MainSource>MainSource</MainSource>
|
||||
</DelphiCompile>
|
||||
<RcCompile Include="icon.rc">
|
||||
<RcCompile Include="..\..\res\icon.rc">
|
||||
<Form>icon.res</Form>
|
||||
</RcCompile>
|
||||
<RcCompile Include="version.rc">
|
||||
<RcCompile Include="..\..\res\version.rc">
|
||||
<Form>version.res</Form>
|
||||
</RcCompile>
|
||||
<RcCompile Include="manifest.rc">
|
||||
<RcCompile Include="..\..\res\manifest.rc">
|
||||
<Form>manifest.res</Form>
|
||||
</RcCompile>
|
||||
<DCCReference Include="..\..\source\about.pas">
|
||||
|
@ -1 +0,0 @@
|
||||
MAINICON ICON "../../res/mainicon.ico"
|
@ -1 +0,0 @@
|
||||
1 24 "..\..\res\manifest.xml"
|
@ -1,20 +0,0 @@
|
||||
1 VERSIONINFO
|
||||
FILEVERSION 0,0,0,0
|
||||
FILEOS VOS__WINDOWS32
|
||||
FILETYPE VFT_APP
|
||||
BEGIN
|
||||
BLOCK "StringFileInfo"
|
||||
BEGIN
|
||||
BLOCK "040904E4"
|
||||
BEGIN
|
||||
VALUE "FileDescription", "A lightweight, fast and flexible interface to MySQL\000"
|
||||
VALUE "ProductName", "HeidiSQL\000"
|
||||
VALUE "LegalCopyright", "See GLP license\000"
|
||||
END
|
||||
END
|
||||
BLOCK "VarFileInfo"
|
||||
BEGIN
|
||||
VALUE "Translation", 0x0409 0x04E4
|
||||
END
|
||||
END
|
||||
|
Reference in New Issue
Block a user