Skip to content

Commit b94b695

Browse files
anaisbettsKirk Shoop (MS Open Tech)
authored andcommitted
Add Configurations for Wpa81
1 parent 03368da commit b94b695

File tree

2 files changed

+172
-4
lines changed

2 files changed

+172
-4
lines changed

Rx.NET/Source/Playground/Playground.csproj

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,25 @@
4545
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'DebugXBLV|x86'">
4646
<OutputPath>bin\x86\DebugXBLV\</OutputPath>
4747
</PropertyGroup>
48+
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug81|x86'">
49+
<DebugSymbols>true</DebugSymbols>
50+
<OutputPath>bin\x86\Debug81\</OutputPath>
51+
<DefineConstants>DEBUG;TRACE</DefineConstants>
52+
<DebugType>full</DebugType>
53+
<PlatformTarget>x86</PlatformTarget>
54+
<UseVSHostingProcess>false</UseVSHostingProcess>
55+
<ErrorReport>prompt</ErrorReport>
56+
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
57+
</PropertyGroup>
58+
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release81|x86'">
59+
<OutputPath>bin\x86\Release81\</OutputPath>
60+
<DefineConstants>TRACE</DefineConstants>
61+
<Optimize>true</Optimize>
62+
<DebugType>pdbonly</DebugType>
63+
<PlatformTarget>x86</PlatformTarget>
64+
<ErrorReport>prompt</ErrorReport>
65+
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
66+
</PropertyGroup>
4867
<ItemGroup>
4968
<Reference Include="System" />
5069
<Reference Include="System.Core" />

0 commit comments

Comments
 (0)