diff --git a/Properties/AssemblyInfo.cs b/Properties/AssemblyInfo.cs index de5943c..12b3e99 100644 --- a/Properties/AssemblyInfo.cs +++ b/Properties/AssemblyInfo.cs @@ -2,6 +2,9 @@ // 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. +using System.Reflection; +using System.Runtime.InteropServices; + [assembly: AssemblyTitle("bsrpc")] [assembly: AssemblyDescription("")] [assembly: AssemblyConfiguration("")]