13 |
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion> |
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion> |
14 |
<FileAlignment>512</FileAlignment> |
<FileAlignment>512</FileAlignment> |
15 |
</PropertyGroup> |
</PropertyGroup> |
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> |
|
|
<DebugSymbols>true</DebugSymbols> |
|
|
<DebugType>full</DebugType> |
|
|
<Optimize>false</Optimize> |
|
|
<OutputPath>bin\Debug\</OutputPath> |
|
|
<DefineConstants>DEBUG;TRACE</DefineConstants> |
|
|
<ErrorReport>prompt</ErrorReport> |
|
|
<WarningLevel>4</WarningLevel> |
|
|
<NoWarn>1607,0436</NoWarn> |
|
|
</PropertyGroup> |
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> |
|
|
<DebugType>pdbonly</DebugType> |
|
|
<Optimize>true</Optimize> |
|
|
<OutputPath>bin\Release\</OutputPath> |
|
|
<DefineConstants>TRACE;RELEASE</DefineConstants> |
|
|
<ErrorReport>prompt</ErrorReport> |
|
|
<WarningLevel>4</WarningLevel> |
|
|
<NoWarn>1607,0436</NoWarn> |
|
|
</PropertyGroup> |
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'All Configurations|AnyCPU'"> |
|
|
<OutputPath>bin\All Configurations\</OutputPath> |
|
|
</PropertyGroup> |
|
16 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'"> |
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'"> |
17 |
<DebugSymbols>true</DebugSymbols> |
<DebugSymbols>true</DebugSymbols> |
18 |
<OutputPath>bin\x64\Debug\</OutputPath> |
<OutputPath>bin\x64\Debug\</OutputPath> |