added prerelease configuration into 'Extra' project.

This commit is contained in:
morkt
2017-02-06 03:32:31 +04:00
parent 605624bdc6
commit bf708ca1b1
2 changed files with 10 additions and 1 deletions

View File

@@ -35,6 +35,15 @@
<BaseAddress>16777216</BaseAddress>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Prerelease|AnyCPU'">
<OutputPath>..\bin\Prerelease\</OutputPath>
<BaseAddress>16777216</BaseAddress>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<Optimize>true</Optimize>
<PlatformTarget>AnyCPU</PlatformTarget>
<ErrorReport>prompt</ErrorReport>
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
</PropertyGroup>
<ItemGroup>
<Reference Include="Concentus, Version=1.1.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\Concentus.1.1.3\lib\portable-net45+win+wpa81+wp80\Concentus.dll</HintPath>