38 |
|
</PropertyGroup> |
39 |
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'"> |
40 |
|
<DebugSymbols>true</DebugSymbols> |
41 |
< |
<OutputPath>bin\Debug\</OutputPath> |
41 |
> |
<OutputPath>bin\Debug\x86\</OutputPath> |
42 |
|
<DefineConstants>TRACE;DEBUG</DefineConstants> |
43 |
|
<DebugType>full</DebugType> |
44 |
|
<PlatformTarget>x86</PlatformTarget> |
58 |
|
</PropertyGroup> |
59 |
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'"> |
60 |
|
<DebugSymbols>true</DebugSymbols> |
61 |
< |
<OutputPath>bin\x64\Debug\</OutputPath> |
61 |
> |
<OutputPath>bin\Debug\x64\</OutputPath> |
62 |
|
<DefineConstants>TRACE;DEBUG</DefineConstants> |
63 |
|
<DebugType>full</DebugType> |
64 |
|
<PlatformTarget>x64</PlatformTarget> |