diff --git a/VECTO/VECTO.vbproj b/VECTO/VECTO.vbproj
index 010d6591e16210e0c6b0a995a951a970b4175ae9..be55af27d43b130263c978a615c569a771b6187d 100644
--- a/VECTO/VECTO.vbproj
+++ b/VECTO/VECTO.vbproj
@@ -21,6 +21,15 @@
 		<FinalDefineConstants>$(FinalDefineConstants),MOCKUP</FinalDefineConstants>
 		<DefineConstants>$(DefineConstants),MOCKUP</DefineConstants>
 	</PropertyGroup>
+	<PropertyGroup Condition="'$(Configuration)|$(TargetFramework)|$(Platform)'=='MockupDebug|net45|AnyCPU'">
+	  <DebugType>full</DebugType>
+	</PropertyGroup>
+	<PropertyGroup Condition="'$(Configuration)|$(TargetFramework)|$(Platform)'=='MockupDebug|net48|AnyCPU'">
+	  <DebugType>full</DebugType>
+	</PropertyGroup>
+	<PropertyGroup Condition="'$(Configuration)|$(TargetFramework)|$(Platform)'=='MockupDebug|net6.0-windows|AnyCPU'">
+	  <DebugType>full</DebugType>
+	</PropertyGroup>
   <ItemGroup>
     <None Remove="nlog.config" />
   </ItemGroup>