diff --git a/VECTO3GUI2020/VECTO3GUI2020.csproj b/VECTO3GUI2020/VECTO3GUI2020.csproj index fea2aa9d826b7f3f8b545b746ec71866edddbcd4..59f311cee2683d4ff96f7d68a968b8139228477e 100644 --- a/VECTO3GUI2020/VECTO3GUI2020.csproj +++ b/VECTO3GUI2020/VECTO3GUI2020.csproj @@ -7,7 +7,7 @@ <ProjectGuid>{7E9172D4-07E3-4077-814E-7117AB2B3E22}</ProjectGuid> <OutputType>WinExe</OutputType> <RootNamespace>VECTO3GUI2020</RootNamespace> - <AssemblyName>VECTO3GUI2020</AssemblyName> + <AssemblyName>VECTOMultistage</AssemblyName> <TargetFrameworkVersion>v4.8</TargetFrameworkVersion> <FileAlignment>512</FileAlignment> <ProjectTypeGuids>{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids> diff --git a/VectoCore/VectoCore/Properties/AssemblyInfo.cs b/VectoCore/VectoCore/Properties/AssemblyInfo.cs index c8cb7872fd5cb2161391e1f72853711d93bfc0d7..5fd395da17b9de7d1f42e61dcd4c457ded7b7d38 100644 --- a/VectoCore/VectoCore/Properties/AssemblyInfo.cs +++ b/VectoCore/VectoCore/Properties/AssemblyInfo.cs @@ -54,3 +54,4 @@ using System.Runtime.InteropServices; [assembly: System.Runtime.CompilerServices.InternalsVisibleTo("VECTO_GIT")] [assembly: System.Runtime.CompilerServices.InternalsVisibleTo("VectoAuxiliariesTests")] [assembly: System.Runtime.CompilerServices.InternalsVisibleTo("VECTO3")] +[assembly: System.Runtime.CompilerServices.InternalsVisibleTo("VECTOMultistage")]