From bd229b4de3a7953fe65ce67d9785703842556d9a Mon Sep 17 00:00:00 2001 From: js6pak Date: Tue, 13 Jul 2021 19:32:49 +0200 Subject: [PATCH] Convert legacy AssemblyInfo.cs to the csproj format --- DepotDownloader/DepotDownloader.csproj | 7 +++- DepotDownloader/Properties/AssemblyInfo.cs | 34 ------------------- .../Properties/launchSettings.json | 7 ---- 3 files changed, 6 insertions(+), 42 deletions(-) delete mode 100644 DepotDownloader/Properties/AssemblyInfo.cs delete mode 100644 DepotDownloader/Properties/launchSettings.json diff --git a/DepotDownloader/DepotDownloader.csproj b/DepotDownloader/DepotDownloader.csproj index ebf1e4b0..8843126f 100644 --- a/DepotDownloader/DepotDownloader.csproj +++ b/DepotDownloader/DepotDownloader.csproj @@ -2,8 +2,13 @@ Exe net5.0 - false + + 2.4.3 + Steam Downloading Utility + SteamRE Team + Copyright © SteamRE Team 2021 + diff --git a/DepotDownloader/Properties/AssemblyInfo.cs b/DepotDownloader/Properties/AssemblyInfo.cs deleted file mode 100644 index 7f1d3641..00000000 --- a/DepotDownloader/Properties/AssemblyInfo.cs +++ /dev/null @@ -1,34 +0,0 @@ -using System.Reflection; -using System.Runtime.InteropServices; - -// 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( "DepotDownloader" )] -[assembly: AssemblyDescription("Steam Downloading Utility")] -[assembly: AssemblyConfiguration( "" )] -[assembly: AssemblyCompany("SteamRE Team")] -[assembly: AssemblyProduct( "DepotDownloader" )] -[assembly: AssemblyCopyright("Copyright © SteamRE Team 2017")] -[assembly: AssemblyTrademark( "" )] -[assembly: AssemblyCulture( "" )] - -// Setting ComVisible to false makes the types in this assembly not visible -// to COM components. If you need to access a type in this assembly from -// COM, set the ComVisible attribute to true on that type. -[assembly: ComVisible( false )] - -// The following GUID is for the ID of the typelib if this project is exposed to COM -[assembly: Guid( "df2ab32a-923c-46e3-a1b4-c901ee92ec94" )] - -// Version information for an assembly consists of the following four values: -// -// Major Version -// Minor Version -// Build Number -// Revision -// -// 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("2.4.3.0")] diff --git a/DepotDownloader/Properties/launchSettings.json b/DepotDownloader/Properties/launchSettings.json deleted file mode 100644 index 2fda5705..00000000 --- a/DepotDownloader/Properties/launchSettings.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "profiles": { - "DepotDownloader": { - "commandName": "Project" - } - } -} \ No newline at end of file