From c8adc093e0d68b147237d438f88a5d69ff71b31f Mon Sep 17 00:00:00 2001 From: Michal Buzik Date: Thu, 2 Oct 2025 13:34:29 +0200 Subject: [PATCH] NfcC7_DLL bug fix --- NfcC7_DLL/Properties/AssemblyInfo.cs | 35 ---------------------------- 1 file changed, 35 deletions(-) delete mode 100644 NfcC7_DLL/Properties/AssemblyInfo.cs diff --git a/NfcC7_DLL/Properties/AssemblyInfo.cs b/NfcC7_DLL/Properties/AssemblyInfo.cs deleted file mode 100644 index 3e6ef37b3..000000000 --- a/NfcC7_DLL/Properties/AssemblyInfo.cs +++ /dev/null @@ -1,35 +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("NfcC7_DLL")] -[assembly: AssemblyDescription("")] -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("")] -[assembly: AssemblyProduct("NfcC7_DLL")] -[assembly: AssemblyCopyright("Copyright © 2025")] -[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("A27EE8F2-46F8-43B1-82C7-F49D5DE392EC")] - -// 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.1.0.0")] -[assembly: AssemblyFileVersion("1.1.0.0")]