21 |
<DefineConstants>DEBUG;TRACE</DefineConstants> |
<DefineConstants>DEBUG;TRACE</DefineConstants> |
22 |
<ErrorReport>prompt</ErrorReport> |
<ErrorReport>prompt</ErrorReport> |
23 |
<WarningLevel>4</WarningLevel> |
<WarningLevel>4</WarningLevel> |
24 |
<NoWarn>1607</NoWarn> |
<NoWarn>1607,0436</NoWarn> |
25 |
</PropertyGroup> |
</PropertyGroup> |
26 |
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> |
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> |
27 |
<DebugType>pdbonly</DebugType> |
<DebugType>pdbonly</DebugType> |
30 |
<DefineConstants>TRACE;RELEASE</DefineConstants> |
<DefineConstants>TRACE;RELEASE</DefineConstants> |
31 |
<ErrorReport>prompt</ErrorReport> |
<ErrorReport>prompt</ErrorReport> |
32 |
<WarningLevel>4</WarningLevel> |
<WarningLevel>4</WarningLevel> |
33 |
<NoWarn>1607</NoWarn> |
<NoWarn>1607,0436</NoWarn> |
34 |
</PropertyGroup> |
</PropertyGroup> |
35 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'All Configurations|AnyCPU'"> |
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'All Configurations|AnyCPU'"> |
36 |
<OutputPath>bin\All Configurations\</OutputPath> |
<OutputPath>bin\All Configurations\</OutputPath> |