From 8957de5fb14598ff1a4e01efcfc1e48e88f14f6d Mon Sep 17 00:00:00 2001 From: Vogel612 Date: Sun, 16 Sep 2018 21:55:55 +0200 Subject: [PATCH] Update Rubberduck.API.csproj to 2017 format See #3944 --- Rubberduck.API/Properties/AssemblyInfo.cs | 26 +-------- Rubberduck.API/Rubberduck.API.csproj | 69 ++++------------------- 2 files changed, 13 insertions(+), 82 deletions(-) diff --git a/Rubberduck.API/Properties/AssemblyInfo.cs b/Rubberduck.API/Properties/AssemblyInfo.cs index 9e57d8fae8..ad514e534a 100644 --- a/Rubberduck.API/Properties/AssemblyInfo.cs +++ b/Rubberduck.API/Properties/AssemblyInfo.cs @@ -1,19 +1,7 @@ -using System.Reflection; -using System.Runtime.CompilerServices; +using System.Runtime.CompilerServices; using System.Runtime.InteropServices; using Rubberduck.Resources.Registration; -// 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("Rubberduck.API")] -[assembly: AssemblyDescription("Rubberduck Reflection API")] -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("Rubberduck-VBA")] -[assembly: AssemblyProduct("Rubberduck.API")] -[assembly: AssemblyCopyright("Copyright © 2018")] -[assembly: AssemblyCulture("en")] -[assembly: AssemblyTrademark("")] [assembly: InternalsVisibleTo("RubberduckTests")] // Setting ComVisible to false makes the types in this assembly not visible @@ -23,15 +11,3 @@ // The following GUID is for the ID of the typelib if this project is exposed to COM [assembly: Guid(RubberduckGuid.RubberduckApiTypeLibGuid)] - -// 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.1.*")] diff --git a/Rubberduck.API/Rubberduck.API.csproj b/Rubberduck.API/Rubberduck.API.csproj index 1a49d4564f..eddc0a53cc 100644 --- a/Rubberduck.API/Rubberduck.API.csproj +++ b/Rubberduck.API/Rubberduck.API.csproj @@ -1,34 +1,20 @@  - - + - Debug - AnyCPU + Rubberduck-VBA + Rubberduck.API + Rubberduck Reflection API + Copyright © 2018 + 2.1.* + net46 {AC1B4A57-364A-4F90-A0CD-6EE818349CE5} - Library Properties - Rubberduck.API - Rubberduck.API - v4.6 - 512 - - - - true - full - false - bin\Debug\ - DEBUG;TRACE - prompt - 4 pdbonly true bin\Release\ TRACE - prompt - 4 @@ -36,41 +22,11 @@ - - - - - - - - - - - - - - {a1587eac-7b54-407e-853f-4c7493d0323e} - Rubberduck.Core - - - {E8AB5D93-2D0F-423D-BC15-5EE118673E48} - Rubberduck.Main - - - {a4a618e1-cbca-435f-9c6c-5181e030adfc} - Rubberduck.Parsing - - - {1b84b387-f7c4-4876-9bdf-c644c365359a} - Rubberduck.Resources - - - {8ce35eb3-8852-4ba1-84dd-df3f5d2967b0} - Rubberduck.VBEditor - - - - + + + + + @@ -78,5 +34,4 @@ - \ No newline at end of file