--- trunk/VBDLL/VBDLL.vbproj 2012/07/12 17:03:02 59 +++ trunk/VBDLL/VBDLL.vbproj 2012/07/12 17:12:08 60 @@ -52,14 +52,15 @@ <DefineConstants>PRO=True</DefineConstants> </PropertyGroup> <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> - <DebugType>pdbonly</DebugType> - <DefineDebug>true</DefineDebug> + <DebugType>Full</DebugType> + <DefineDebug>false</DefineDebug> <DefineTrace>true</DefineTrace> <Optimize>true</Optimize> <OutputPath>bin\Release\</OutputPath> <DocumentationFile>BSupport.xml</DocumentationFile> <NoWarn>42016,41999,42017,42018,42019,42032,42036,42020,42021,42022</NoWarn> <DefineConstants>PRO=True</DefineConstants> + <DebugSymbols>true</DebugSymbols> </PropertyGroup> <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Evaluation Debug|AnyCPU' "> <DebugSymbols>true</DebugSymbols> |