Browse Source

Removed COM visibility attributes since they are not required, and may cause issues if you build as an user other than Administrator

git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@2979 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
shortcuts
Dickon Field 18 years ago
parent
commit
ce31a3b6dc
  1. 8
      src/Libraries/ICSharpCode.DataTools/Properties/AssemblyInfo.cs

8
src/Libraries/ICSharpCode.DataTools/Properties/AssemblyInfo.cs

@ -14,14 +14,6 @@ using System.Runtime.InteropServices; @@ -14,14 +14,6 @@ using System.Runtime.InteropServices;
[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("7849b68b-43bd-4b57-90bf-c2c3aeaa4bb6")]
// Version information for an assembly consists of the following four values:
//
// Major Version

Loading…
Cancel
Save