From 3a5f94fed37028dba212e68b9ccff8e5fe3cb49b Mon Sep 17 00:00:00 2001 From: lucidiot Date: Thu, 10 Mar 2022 02:01:10 +0100 Subject: [PATCH] Add setup project --- TSUnpack/Properties/AssemblyInfo.cs | 8 +- TSUnpack/TSUnpack.csproj | 4 + TSUnpack/icon.ico | Bin 0 -> 766 bytes TSUnpackSetup/LICENSE.rtf | 259 ++++++++ TSUnpackSetup/TSUnpackSetup.vdproj | 911 ++++++++++++++++++++++++++++ tsunpack-csharp.sln | 4 + 6 files changed, 1183 insertions(+), 3 deletions(-) create mode 100644 TSUnpack/icon.ico create mode 100644 TSUnpackSetup/LICENSE.rtf create mode 100644 TSUnpackSetup/TSUnpackSetup.vdproj diff --git a/TSUnpack/Properties/AssemblyInfo.cs b/TSUnpack/Properties/AssemblyInfo.cs index eb84ddf..152c7b4 100644 --- a/TSUnpack/Properties/AssemblyInfo.cs +++ b/TSUnpack/Properties/AssemblyInfo.cs @@ -1,16 +1,17 @@ using System.Reflection; using System.Runtime.CompilerServices; using System.Runtime.InteropServices; +using System.Resources; // 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("TSUnpack")] -[assembly: AssemblyDescription("")] +[assembly: AssemblyDescription("Replacement for the original TSUnpack utility of Microsoft Train Simulator")] [assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("")] +[assembly: AssemblyCompany("lucidiot")] [assembly: AssemblyProduct("TSUnpack")] -[assembly: AssemblyCopyright("Copyright © 2021")] +[assembly: AssemblyCopyright("GNU GPL 3 - lucidiot 2022")] [assembly: AssemblyTrademark("")] [assembly: AssemblyCulture("")] @@ -31,3 +32,4 @@ using System.Runtime.InteropServices; // [assembly: AssemblyVersion("1.0.0.0")] [assembly: AssemblyFileVersion("1.0.0.0")] +[assembly: NeutralResourcesLanguageAttribute("en-US")] diff --git a/TSUnpack/TSUnpack.csproj b/TSUnpack/TSUnpack.csproj index 415b898..0733de4 100644 --- a/TSUnpack/TSUnpack.csproj +++ b/TSUnpack/TSUnpack.csproj @@ -9,6 +9,7 @@ Properties TSUnpack TSUnpack + icon.ico true @@ -44,6 +45,9 @@ TSUnpackLibrary + + +