From 4f448f203471a19a1444555a895f503515ad2fda Mon Sep 17 00:00:00 2001 From: Sergey Chebotar Date: Wed, 22 Mar 2023 08:36:13 +0300 Subject: Add basic test --- src/Properties/AssemblyInfo.cs | 37 ---------------- src/Properties/ExcelDna.Build.props | 86 ------------------------------------- src/Properties/launchSettings.json | 9 ---- 3 files changed, 132 deletions(-) delete mode 100644 src/Properties/AssemblyInfo.cs delete mode 100644 src/Properties/ExcelDna.Build.props delete mode 100644 src/Properties/launchSettings.json (limited to 'src/Properties') diff --git a/src/Properties/AssemblyInfo.cs b/src/Properties/AssemblyInfo.cs deleted file mode 100644 index 78f4a31..0000000 --- a/src/Properties/AssemblyInfo.cs +++ /dev/null @@ -1,37 +0,0 @@ -using System.Reflection; -using System.Runtime.CompilerServices; -using System.Runtime.InteropServices; -using System.Runtime.Versioning; - -// 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("RhSolutions.AddIn")] -[assembly: AssemblyDescription("Excel AddIn for RhSolutions")] -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("RhSolutions")] -[assembly: AssemblyProduct("RhSolutions.AddIn")] -[assembly: AssemblyCopyright("Copyright © 2021-2023")] -[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("18a2ff67-0e46-4a86-b872-29f2b3f23adf")] - -// 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("1.2.4.0")] -[assembly: AssemblyFileVersion("1.2.4.0")] diff --git a/src/Properties/ExcelDna.Build.props b/src/Properties/ExcelDna.Build.props deleted file mode 100644 index f5fdab1..0000000 --- a/src/Properties/ExcelDna.Build.props +++ /dev/null @@ -1,86 +0,0 @@ - - - - - - - - true - - - - - - - - - - - - true - true - - - - 64 - - - - - false - - - - - - true - - - -packed - - - - - - - - diff --git a/src/Properties/launchSettings.json b/src/Properties/launchSettings.json deleted file mode 100644 index c36dbc3..0000000 --- a/src/Properties/launchSettings.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "profiles": { - "Excel": { - "commandName": "Executable", - "executablePath": "C:\\Program Files\\Microsoft Office\\root\\Office16\\EXCEL.EXE", - "commandLineArgs": "RhSolutions-AddIn64.xll" - } - } -} \ No newline at end of file -- cgit v1.2.3