Code development platform for open source projects from the European Union institutions

Skip to content
Snippets Groups Projects
Commit c17b3398 authored by Markus QUARITSCH's avatar Markus QUARITSCH
Browse files

renaming executable to match multistage tests

parent 8a9b0a39
No related branches found
Tags milestones/1.4.RC8
No related merge requests found
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
<ProjectGuid>{7E9172D4-07E3-4077-814E-7117AB2B3E22}</ProjectGuid> <ProjectGuid>{7E9172D4-07E3-4077-814E-7117AB2B3E22}</ProjectGuid>
<OutputType>WinExe</OutputType> <OutputType>WinExe</OutputType>
<RootNamespace>VECTO3GUI2020</RootNamespace> <RootNamespace>VECTO3GUI2020</RootNamespace>
<AssemblyName>VECTO3GUI2020</AssemblyName> <AssemblyName>VECTOMultistage</AssemblyName>
<TargetFrameworkVersion>v4.8</TargetFrameworkVersion> <TargetFrameworkVersion>v4.8</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment> <FileAlignment>512</FileAlignment>
<ProjectTypeGuids>{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids> <ProjectTypeGuids>{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
......
...@@ -54,3 +54,4 @@ using System.Runtime.InteropServices; ...@@ -54,3 +54,4 @@ using System.Runtime.InteropServices;
[assembly: System.Runtime.CompilerServices.InternalsVisibleTo("VECTO_GIT")] [assembly: System.Runtime.CompilerServices.InternalsVisibleTo("VECTO_GIT")]
[assembly: System.Runtime.CompilerServices.InternalsVisibleTo("VectoAuxiliariesTests")] [assembly: System.Runtime.CompilerServices.InternalsVisibleTo("VectoAuxiliariesTests")]
[assembly: System.Runtime.CompilerServices.InternalsVisibleTo("VECTO3")] [assembly: System.Runtime.CompilerServices.InternalsVisibleTo("VECTO3")]
[assembly: System.Runtime.CompilerServices.InternalsVisibleTo("VECTOMultistage")]
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment