32 |
</PropertyGroup> |
</PropertyGroup> |
33 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'"> |
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'"> |
34 |
<DebugSymbols>true</DebugSymbols> |
<DebugSymbols>true</DebugSymbols> |
35 |
<OutputPath>bin\Debug\</OutputPath> |
<OutputPath>bin\Debug\x86\</OutputPath> |
36 |
<DefineConstants>DEBUG;TRACE</DefineConstants> |
<DefineConstants>DEBUG;TRACE</DefineConstants> |
37 |
<DebugType>full</DebugType> |
<DebugType>full</DebugType> |
38 |
<PlatformTarget>x86</PlatformTarget> |
<PlatformTarget>x86</PlatformTarget> |
53 |
</PropertyGroup> |
</PropertyGroup> |
54 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'"> |
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'"> |
55 |
<DebugSymbols>true</DebugSymbols> |
<DebugSymbols>true</DebugSymbols> |
56 |
<OutputPath>bin\x64\Debug\</OutputPath> |
<OutputPath>bin\Debug\x64\</OutputPath> |
57 |
<DefineConstants>DEBUG;TRACE</DefineConstants> |
<DefineConstants>DEBUG;TRACE</DefineConstants> |
58 |
<DebugType>full</DebugType> |
<DebugType>full</DebugType> |
59 |
<PlatformTarget>x64</PlatformTarget> |
<PlatformTarget>x64</PlatformTarget> |