Skip to content

Commit

Permalink
Minor Tidy-Up
Browse files Browse the repository at this point in the history
  • Loading branch information
Serialcomms committed Sep 25, 2023
1 parent 5586ba2 commit 387b57a
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 13 deletions.
1 change: 1 addition & 0 deletions AUTO_FUNCTIONS/AUTO_FUNCTIONS.vbproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
<MyType>Windows</MyType>
<TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion>
<Deterministic>true</Deterministic>
<TargetFrameworkProfile />
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
Expand Down
2 changes: 1 addition & 1 deletion AUTO_FUNCTIONS/Functions.vb
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ Public Class Functions

DT = Now

TimeString = DT.ToLongTimeString.ToString() & "." & DT.Millisecond.ToString("D3")
TimeString = DT.ToLongTimeString & "." & DT.Millisecond.ToString("D3")

Return TimeString

Expand Down
4 changes: 2 additions & 2 deletions AUTO_FUNCTIONS/Installer.vb
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,8 @@ Public Class Installer
Public ASSEMBLY_NAME As Assembly
Public ASSEMBLY_KEYNAME As String
Public ASSEMBLY_DISPLAY_NAME As String
Public Const NEWLINE As String = vbCrLf & vbCrLf
Public REGISTRATION_SERVICES As RegistrationServices


Public Sub New()

MyBase.New()
Expand Down Expand Up @@ -136,6 +134,8 @@ Public Class Installer

Public Sub INSTALL_ERROR(BOX_TITLE As String, MESSAGE As String, Optional EXTRA_TEXT As String = "")

Dim NEWLINE As String = vbCrLf & vbCrLf

Dim BOXTEXT As String = NEWLINE

BOXTEXT &= "Assembly Name = " & ASSEMBLY_DISPLAY_NAME & NEWLINE
Expand Down
2 changes: 1 addition & 1 deletion AUTO_FUNCTIONS/My Project/Settings.Designer.vb

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

18 changes: 9 additions & 9 deletions AUTO_INSTALLER_64/AUTO_INSTALLER_64.vdproj
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,14 @@
{
"Entry"
{
"MsmKey" = "8:_01D1533C4A325D07FEB6D79179742CB2"
"OwnerKey" = "8:_A05DA3B232FC4D0FA0D76F12FE032C4A"
"MsmKey" = "8:_A05DA3B232FC4D0FA0D76F12FE032C4A"
"OwnerKey" = "8:_UNDEFINED"
"MsmSig" = "8:_UNDEFINED"
}
"Entry"
{
"MsmKey" = "8:_A05DA3B232FC4D0FA0D76F12FE032C4A"
"OwnerKey" = "8:_UNDEFINED"
"MsmKey" = "8:_E7F39E95860CBA3F086AD8209B5B8308"
"OwnerKey" = "8:_A05DA3B232FC4D0FA0D76F12FE032C4A"
"MsmSig" = "8:_UNDEFINED"
}
"Entry"
Expand All @@ -46,7 +46,7 @@
"Entry"
{
"MsmKey" = "8:_UNDEFINED"
"OwnerKey" = "8:_01D1533C4A325D07FEB6D79179742CB2"
"OwnerKey" = "8:_E7F39E95860CBA3F086AD8209B5B8308"
"MsmSig" = "8:_UNDEFINED"
}
}
Expand Down Expand Up @@ -204,14 +204,14 @@
}
"File"
{
"{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_01D1533C4A325D07FEB6D79179742CB2"
"{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_E7F39E95860CBA3F086AD8209B5B8308"
{
"AssemblyRegister" = "3:1"
"AssemblyIsInGAC" = "11:FALSE"
"AssemblyAsmDisplayName" = "8:System.Net.Http, Version=4.2.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
"AssemblyAsmDisplayName" = "8:System.Net.Http, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
"ScatterAssemblies"
{
"_01D1533C4A325D07FEB6D79179742CB2"
"_E7F39E95860CBA3F086AD8209B5B8308"
{
"Name" = "8:System.Net.Http.dll"
"Attributes" = "3:512"
Expand Down Expand Up @@ -323,7 +323,7 @@
"Name" = "8:Microsoft Visual Studio"
"ProductName" = "8:Automation FX (64-Bit)"
"ProductCode" = "8:{4E2241C8-DB6C-4E89-B403-8953DE77F8CF}"
"PackageCode" = "8:{D1C04C67-1A8E-4F8E-8F05-481D047D2C9A}"
"PackageCode" = "8:{2DA468C0-0F2E-43A6-A62B-A0468B01A89A}"
"UpgradeCode" = "8:{E5AF5F78-D40F-45D0-AA5E-FBA9F6651C7F}"
"AspNetVersion" = "8:"
"RestartWWWService" = "11:FALSE"
Expand Down

0 comments on commit 387b57a

Please sign in to comment.