diff --git a/DeathSocketCLI/AssemblyInfo.fs b/DeathSocketCLI/AssemblyInfo.fs index 0737578..0ae66af 100644 --- a/DeathSocketCLI/AssemblyInfo.fs +++ b/DeathSocketCLI/AssemblyInfo.fs @@ -1,7 +1,6 @@ namespace DeathSocketCLI.AssemblyInfo open System.Reflection -open System.Runtime.CompilerServices open System.Runtime.InteropServices // General Information about an assembly is controlled through the following diff --git a/DeathSocketCLI/DeathSocketCLI.fsproj b/DeathSocketCLI/DeathSocketCLI.fsproj index e6de39a..e62a4d0 100644 --- a/DeathSocketCLI/DeathSocketCLI.fsproj +++ b/DeathSocketCLI/DeathSocketCLI.fsproj @@ -11,8 +11,9 @@ DeathSocketCLI v4.7.1 true - true + True DeathSocketCLI + ..\DeathSocketCLI\resources.res true @@ -50,6 +51,8 @@ + + diff --git a/DeathSocketCLI/logo.ico b/DeathSocketCLI/logo.ico new file mode 100644 index 0000000..623edf6 Binary files /dev/null and b/DeathSocketCLI/logo.ico differ diff --git a/DeathSocketCLI/resources.res b/DeathSocketCLI/resources.res new file mode 100644 index 0000000..e22b546 Binary files /dev/null and b/DeathSocketCLI/resources.res differ