From 00080b975ef757231c9497ae6f646b32b97c1111 Mon Sep 17 00:00:00 2001 From: DJDavid98 Date: Mon, 27 Mar 2023 03:03:30 +0200 Subject: [PATCH] Fix build issues --- Properties/AssemblyInfo.cs | 3 +++ 1 file changed, 3 insertions(+) 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("")]