33 |
</PropertyGroup> |
</PropertyGroup> |
34 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'"> |
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'"> |
35 |
<DebugSymbols>true</DebugSymbols> |
<DebugSymbols>true</DebugSymbols> |
36 |
<OutputPath>bin\Debug\</OutputPath> |
<OutputPath>bin\Debug\x86\</OutputPath> |
37 |
<DefineConstants>DEBUG;TRACE</DefineConstants> |
<DefineConstants>DEBUG;TRACE</DefineConstants> |
38 |
<NoWarn>1607</NoWarn> |
<NoWarn>1607</NoWarn> |
39 |
<DebugType>full</DebugType> |
<DebugType>full</DebugType> |
50 |
</PropertyGroup> |
</PropertyGroup> |
51 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'"> |
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'"> |
52 |
<DebugSymbols>true</DebugSymbols> |
<DebugSymbols>true</DebugSymbols> |
53 |
<OutputPath>bin\x64\Debug\</OutputPath> |
<OutputPath>bin\Debug\x64\</OutputPath> |
54 |
<DefineConstants>DEBUG;TRACE</DefineConstants> |
<DefineConstants>DEBUG;TRACE</DefineConstants> |
55 |
<NoWarn>1607</NoWarn> |
<NoWarn>1607</NoWarn> |
56 |
<DebugType>full</DebugType> |
<DebugType>full</DebugType> |