52 |
|
<DefineConstants>PRO=True</DefineConstants> |
53 |
|
</PropertyGroup> |
54 |
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> |
55 |
< |
<DebugType>pdbonly</DebugType> |
56 |
< |
<DefineDebug>true</DefineDebug> |
55 |
> |
<DebugType>Full</DebugType> |
56 |
> |
<DefineDebug>false</DefineDebug> |
57 |
|
<DefineTrace>true</DefineTrace> |
58 |
|
<Optimize>true</Optimize> |
59 |
|
<OutputPath>bin\Release\</OutputPath> |
60 |
|
<DocumentationFile>BSupport.xml</DocumentationFile> |
61 |
|
<NoWarn>42016,41999,42017,42018,42019,42032,42036,42020,42021,42022</NoWarn> |
62 |
|
<DefineConstants>PRO=True</DefineConstants> |
63 |
+ |
<DebugSymbols>true</DebugSymbols> |
64 |
|
</PropertyGroup> |
65 |
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Evaluation Debug|AnyCPU' "> |
66 |
|
<DebugSymbols>true</DebugSymbols> |