Unit names cleanup.
This commit is contained in:
parent
ccdff74ac7
commit
a991f57982
@ -99,8 +99,8 @@ uses
|
||||
ECDSA in '..\Components\ECDSA.pas',
|
||||
ISSigFunc in '..\Components\ISSigFunc.pas',
|
||||
StringScanner in '..\Components\StringScanner.pas',
|
||||
Compression.SevenZipDllDecoder in 'Src\Compression.SevenZipDllDecoder.pas',
|
||||
Compression.SevenZipDllDecoder.Interfaces in 'Src\Compression.SevenZipDllDecoder.Interfaces.pas';
|
||||
Compression.SevenZipDLLDecoder in 'Src\Compression.SevenZipDLLDecoder.pas',
|
||||
Compression.SevenZipDLLDecoder.Interfaces in 'Src\Compression.SevenZipDLLDecoder.Interfaces.pas';
|
||||
|
||||
{$SETPEOSVERSION 6.1}
|
||||
{$SETPESUBSYSVERSION 6.1}
|
||||
|
@ -171,8 +171,8 @@
|
||||
<DCCReference Include="..\Components\ECDSA.pas"/>
|
||||
<DCCReference Include="..\Components\ISSigFunc.pas"/>
|
||||
<DCCReference Include="..\Components\StringScanner.pas"/>
|
||||
<DCCReference Include="Src\Compression.SevenZipDllDecoder.pas"/>
|
||||
<DCCReference Include="Src\Compression.SevenZipDllDecoder.Interfaces.pas"/>
|
||||
<DCCReference Include="Src\Compression.SevenZipDLLDecoder.pas"/>
|
||||
<DCCReference Include="Src\Compression.SevenZipDLLDecoder.Interfaces.pas"/>
|
||||
<BuildConfiguration Include="Base">
|
||||
<Key>Base</Key>
|
||||
</BuildConfiguration>
|
||||
|
@ -1,4 +1,4 @@
|
||||
unit Compression.SevenZipDllDecoder.Interfaces;
|
||||
unit Compression.SevenZipDLLDecoder.Interfaces;
|
||||
|
||||
{
|
||||
Inno Setup
|
@ -1,4 +1,4 @@
|
||||
unit Compression.SevenZipDllDecoder;
|
||||
unit Compression.SevenZipDLLDecoder;
|
||||
|
||||
{
|
||||
Inno Setup
|
||||
@ -28,7 +28,7 @@ implementation
|
||||
uses
|
||||
Classes, SysUtils, Forms,
|
||||
Windows, ActiveX,
|
||||
Compression.SevenZipDllDecoder.Interfaces, PathFunc,
|
||||
Compression.SevenZipDLLDecoder.Interfaces, PathFunc,
|
||||
Shared.FileClass, Shared.Int64Em, Shared.SetupMessageIDs, Shared.CommonFunc,
|
||||
SetupLdrAndSetup.Messages, SetupLdrAndSetup.RedirFunc,
|
||||
Setup.LoggingFunc, Setup.MainFunc, Setup.InstFunc;
|
@ -246,7 +246,7 @@ uses
|
||||
Setup.WizardForm, Setup.DebugClient, Shared.VerInfoFunc, Setup.FileExtractor,
|
||||
Shared.FileClass, Setup.LoggingFunc,
|
||||
SimpleExpression, Setup.Helper, Setup.SpawnClient, Setup.SpawnServer,
|
||||
Setup.DotNetFunc, Shared.TaskDialogFunc, Setup.MainForm, Compression.SevenZipDllDecoder;
|
||||
Setup.DotNetFunc, Shared.TaskDialogFunc, Setup.MainForm, Compression.SevenZipDLLDecoder;
|
||||
|
||||
var
|
||||
ShellFolders: array[Boolean, TShellFolderID] of String;
|
||||
|
@ -241,7 +241,7 @@ uses
|
||||
StrUtils,
|
||||
Shared.Struct, Setup.MainFunc, Setup.SelectFolderForm, SetupLdrAndSetup.Messages,
|
||||
Shared.SetupMessageIDs, PathFunc, Shared.CommonFunc.Vcl, Shared.CommonFunc,
|
||||
BrowseFunc, Setup.LoggingFunc, Setup.InstFunc, Compression.SevenZipDllDecoder;
|
||||
BrowseFunc, Setup.LoggingFunc, Setup.InstFunc, Compression.SevenZipDLLDecoder;
|
||||
|
||||
const
|
||||
DefaultLabelHeight = 14;
|
||||
|
@ -29,7 +29,7 @@ uses
|
||||
Setup.WizardForm, Shared.VerInfoFunc, Shared.SetupTypes,
|
||||
Shared.Int64Em, Setup.LoggingFunc, Setup.SetupForm, Setup.RegDLL, Setup.Helper,
|
||||
Setup.SpawnClient, Setup.DotNetFunc, Setup.MainForm,
|
||||
Shared.DotNetVersion, Setup.MsiFunc, Compression.SevenZipDecoder, Compression.SevenZipDllDecoder,
|
||||
Shared.DotNetVersion, Setup.MsiFunc, Compression.SevenZipDecoder, Compression.SevenZipDLLDecoder,
|
||||
Setup.DebugClient, Shared.ScriptFunc, Setup.ScriptFunc.HelperFunc;
|
||||
|
||||
type
|
||||
|
Loading…
x
Reference in New Issue
Block a user