From e0a30d0f6cc92add03663c6b543758c1f8c09d54 Mon Sep 17 00:00:00 2001 From: Ciaran Fisher Date: Fri, 28 Aug 2015 14:17:10 +0100 Subject: [PATCH] Added Icon for Radio Gui Added icon and sorted out exe metadata --- RadioGui/Properties/AssemblyInfo.cs | 16 +-- RadioGui/RadioGui.csproj | 9 ++ RadioGui/gm338_T2E_icon.ico | Bin 0 -> 54448 bytes Scripts/DCS-SimpleRadio/SimpleRadioInit.lua | 105 +++++++++----------- 4 files changed, 64 insertions(+), 66 deletions(-) create mode 100644 RadioGui/gm338_T2E_icon.ico diff --git a/RadioGui/Properties/AssemblyInfo.cs b/RadioGui/Properties/AssemblyInfo.cs index 83244ae..df890af 100644 --- a/RadioGui/Properties/AssemblyInfo.cs +++ b/RadioGui/Properties/AssemblyInfo.cs @@ -7,13 +7,13 @@ // General Information about an assembly is controlled through the following // set of attributes. Change these attribute values to modify the information // associated with an assembly. -[assembly: AssemblyTitle("RadioGui")] -[assembly: AssemblyDescription("")] +[assembly: AssemblyTitle("DCS-SimpleRadio")] +[assembly: AssemblyDescription("Radio Status Panel for DCS-SimpleRadio")] [assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("")] -[assembly: AssemblyProduct("RadioGui")] -[assembly: AssemblyCopyright("Copyright © 2015")] -[assembly: AssemblyTrademark("")] +[assembly: AssemblyCompany("Ciribob - GitHub.com/Ciribob")] +[assembly: AssemblyProduct("DCS-SimpleRadio")] +[assembly: AssemblyCopyright("Copyright © 2015 - Ciribob")] +[assembly: AssemblyTrademark("Ciribob - GitHub.com/Ciribob")] [assembly: AssemblyCulture("")] // Setting ComVisible to false makes the types in this assembly not visible @@ -51,5 +51,5 @@ // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("1.0.0.0")] -[assembly: AssemblyFileVersion("1.0.0.0")] +[assembly: AssemblyVersion("1.0.0.1")] +[assembly: AssemblyFileVersion("1.0.0.1")] diff --git a/RadioGui/RadioGui.csproj b/RadioGui/RadioGui.csproj index 58bbb5e..b654890 100644 --- a/RadioGui/RadioGui.csproj +++ b/RadioGui/RadioGui.csproj @@ -49,6 +49,12 @@ prompt 4 + + gm338_T2E_icon.ico + + + RadioGui.App + ..\packages\Newtonsoft.Json.7.0.1\lib\net45\Newtonsoft.Json.dll @@ -128,6 +134,9 @@ false + + +