From c17b339874edb16473abde8aeea3e043b32200cd Mon Sep 17 00:00:00 2001 From: Markus Quaritsch <markus.quaritsch@tugraz.at> Date: Tue, 8 Jun 2021 21:32:10 +0200 Subject: [PATCH] renaming executable to match multistage tests --- VECTO3GUI2020/VECTO3GUI2020.csproj | 2 +- VectoCore/VectoCore/Properties/AssemblyInfo.cs | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/VECTO3GUI2020/VECTO3GUI2020.csproj b/VECTO3GUI2020/VECTO3GUI2020.csproj index fea2aa9d82..59f311cee2 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 c8cb7872fd..5fd395da17 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")] -- GitLab