18 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|AnyCPU'"> |
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|AnyCPU'"> |
19 |
<DebugSymbols>true</DebugSymbols> |
<DebugSymbols>true</DebugSymbols> |
20 |
<OutputPath>bin\Debug\</OutputPath> |
<OutputPath>bin\Debug\</OutputPath> |
21 |
<DefineConstants>DEBUG;TRACE</DefineConstants> |
<DefineConstants>TRACE;DEBUG</DefineConstants> |
22 |
<DebugType>full</DebugType> |
<DebugType>full</DebugType> |
23 |
<PlatformTarget>AnyCPU</PlatformTarget> |
<PlatformTarget>AnyCPU</PlatformTarget> |
24 |
<ErrorReport>prompt</ErrorReport> |
<ErrorReport>prompt</ErrorReport> |
27 |
</PropertyGroup> |
</PropertyGroup> |
28 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|AnyCPU'"> |
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|AnyCPU'"> |
29 |
<OutputPath>bin\Release\</OutputPath> |
<OutputPath>bin\Release\</OutputPath> |
30 |
<DefineConstants>TRACE</DefineConstants> |
<DefineConstants>TRACE;RELEASE</DefineConstants> |
31 |
<Optimize>true</Optimize> |
<Optimize>true</Optimize> |
32 |
<DebugType>pdbonly</DebugType> |
<DebugType>pdbonly</DebugType> |
33 |
<PlatformTarget>AnyCPU</PlatformTarget> |
<PlatformTarget>AnyCPU</PlatformTarget> |