From be3d56ff80c26433df3d0545f750f660762cf509 Mon Sep 17 00:00:00 2001 From: Harald Martini <harald.martini@student.tugraz.at> Date: Tue, 30 Aug 2022 12:15:02 +0200 Subject: [PATCH] create pdb for MockupDebug configuration --- VECTO/VECTO.vbproj | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/VECTO/VECTO.vbproj b/VECTO/VECTO.vbproj index 010d6591e1..be55af27d4 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> -- GitLab