50 |
|
</PropertyGroup> |
51 |
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'"> |
52 |
|
<DebugSymbols>true</DebugSymbols> |
53 |
< |
<OutputPath>bin\Debug\</OutputPath> |
53 |
> |
<OutputPath>bin\Debug\x86\</OutputPath> |
54 |
|
<DefineConstants>DEBUG;TRACE</DefineConstants> |
55 |
|
<DebugType>full</DebugType> |
56 |
|
<PlatformTarget>x86</PlatformTarget> |
70 |
|
</PropertyGroup> |
71 |
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'"> |
72 |
|
<DebugSymbols>true</DebugSymbols> |
73 |
< |
<OutputPath>bin\x64\Debug\</OutputPath> |
73 |
> |
<OutputPath>bin\Debug\x64\</OutputPath> |
74 |
|
<DefineConstants>DEBUG;TRACE</DefineConstants> |
75 |
|
<DebugType>full</DebugType> |
76 |
|
<PlatformTarget>x64</PlatformTarget> |