15 |
</TargetFrameworkProfile> |
</TargetFrameworkProfile> |
16 |
<FileAlignment>512</FileAlignment> |
<FileAlignment>512</FileAlignment> |
17 |
</PropertyGroup> |
</PropertyGroup> |
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|AnyCPU'"> |
|
|
<DebugSymbols>true</DebugSymbols> |
|
|
<OutputPath>bin\Debug\</OutputPath> |
|
|
<DefineConstants>TRACE;DEBUG</DefineConstants> |
|
|
<NoWarn>1607,0436</NoWarn> |
|
|
<DebugType>full</DebugType> |
|
|
<PlatformTarget>AnyCPU</PlatformTarget> |
|
|
<ErrorReport>prompt</ErrorReport> |
|
|
<CodeAnalysisIgnoreBuiltInRuleSets>false</CodeAnalysisIgnoreBuiltInRuleSets> |
|
|
<CodeAnalysisIgnoreBuiltInRules>false</CodeAnalysisIgnoreBuiltInRules> |
|
|
<CodeAnalysisFailOnMissingRules>false</CodeAnalysisFailOnMissingRules> |
|
|
</PropertyGroup> |
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|AnyCPU'"> |
|
|
<OutputPath>bin\Release\</OutputPath> |
|
|
<DefineConstants>TRACE;RELEASE</DefineConstants> |
|
|
<Optimize>true</Optimize> |
|
|
<DebugType>pdbonly</DebugType> |
|
|
<PlatformTarget>AnyCPU</PlatformTarget> |
|
|
<ErrorReport>prompt</ErrorReport> |
|
|
<CodeAnalysisIgnoreBuiltInRuleSets>false</CodeAnalysisIgnoreBuiltInRuleSets> |
|
|
<CodeAnalysisIgnoreBuiltInRules>false</CodeAnalysisIgnoreBuiltInRules> |
|
|
<NoWarn>1607,0436</NoWarn> |
|
|
</PropertyGroup> |
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'All Configurations|AnyCPU'"> |
|
|
<OutputPath>bin\All Configurations\</OutputPath> |
|
|
</PropertyGroup> |
|
18 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'"> |
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'"> |
19 |
<DebugSymbols>true</DebugSymbols> |
<DebugSymbols>true</DebugSymbols> |
20 |
<OutputPath>bin\x64\Debug\</OutputPath> |
<OutputPath>bin\x64\Debug\</OutputPath> |
430 |
</PropertyGroup> |
</PropertyGroup> |
431 |
<PropertyGroup> |
<PropertyGroup> |
432 |
<PostBuildEvent>REM Copy application configuration files |
<PostBuildEvent>REM Copy application configuration files |
433 |
copy "$(TargetDir)$(TargetName)$(TargetExt).config" "$(SolutionDir)Build\$(TargetName)$(TargetExt).config"</PostBuildEvent> |
mkdir "$(SolutionDir)build_release\$(PlatformName)\$(ConfigurationName)" |
434 |
|
copy "$(TargetDir)$(TargetName)$(TargetExt).config" "$(SolutionDir)build_release\$(PlatformName)\$(ConfigurationName)\$(TargetName)$(TargetExt).config"</PostBuildEvent> |
435 |
</PropertyGroup> |
</PropertyGroup> |
436 |
<!-- To modify your build process, add your task inside one of the targets below and uncomment it. |
<!-- To modify your build process, add your task inside one of the targets below and uncomment it. |
437 |
Other similar extension points exist, see Microsoft.Common.targets. |
Other similar extension points exist, see Microsoft.Common.targets. |