31 |
|
<ErrorReport>prompt</ErrorReport> |
32 |
|
<WarningLevel>4</WarningLevel> |
33 |
|
</PropertyGroup> |
34 |
+ |
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'"> |
35 |
+ |
<DebugSymbols>true</DebugSymbols> |
36 |
+ |
<OutputPath>bin\x86\Debug\</OutputPath> |
37 |
+ |
<DefineConstants>DEBUG;TRACE</DefineConstants> |
38 |
+ |
<NoWarn>1607</NoWarn> |
39 |
+ |
<DebugType>full</DebugType> |
40 |
+ |
<PlatformTarget>x86</PlatformTarget> |
41 |
+ |
<ErrorReport>prompt</ErrorReport> |
42 |
+ |
</PropertyGroup> |
43 |
+ |
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'"> |
44 |
+ |
<OutputPath>bin\x86\Release\</OutputPath> |
45 |
+ |
<DefineConstants>TRACE</DefineConstants> |
46 |
+ |
<Optimize>true</Optimize> |
47 |
+ |
<DebugType>pdbonly</DebugType> |
48 |
+ |
<PlatformTarget>x86</PlatformTarget> |
49 |
+ |
<ErrorReport>prompt</ErrorReport> |
50 |
+ |
</PropertyGroup> |
51 |
|
<ItemGroup> |
52 |
|
<Reference Include="System" /> |
53 |
|
<Reference Include="System.Core" /> |