Skip to content

Commit

Permalink
Add Configurations for Wpa81
Browse files Browse the repository at this point in the history
  • Loading branch information
anaisbetts authored and Kirk Shoop (MS Open Tech) committed Apr 17, 2014
1 parent 03368da commit b94b695
Show file tree
Hide file tree
Showing 2 changed files with 172 additions and 4 deletions.
19 changes: 19 additions & 0 deletions Rx.NET/Source/Playground/Playground.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,25 @@
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'DebugXBLV|x86'">
<OutputPath>bin\x86\DebugXBLV\</OutputPath>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug81|x86'">
<DebugSymbols>true</DebugSymbols>
<OutputPath>bin\x86\Debug81\</OutputPath>
<DefineConstants>DEBUG;TRACE</DefineConstants>
<DebugType>full</DebugType>
<PlatformTarget>x86</PlatformTarget>
<UseVSHostingProcess>false</UseVSHostingProcess>
<ErrorReport>prompt</ErrorReport>
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release81|x86'">
<OutputPath>bin\x86\Release81\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<Optimize>true</Optimize>
<DebugType>pdbonly</DebugType>
<PlatformTarget>x86</PlatformTarget>
<ErrorReport>prompt</ErrorReport>
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
</PropertyGroup>
<ItemGroup>
<Reference Include="System" />
<Reference Include="System.Core" />
Expand Down
Loading

0 comments on commit b94b695

Please sign in to comment.