We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7041c40 commit d56e5d1Copy full SHA for d56e5d1
Rx.NET/Source/BuildAll.proj
@@ -27,6 +27,12 @@
27
<Flavor Include="Rx.sln">
28
<Configuration>Release8</Configuration>
29
</Flavor>
30
+ <Flavor Include="Rx.sln">
31
+ <Configuration>Debug81</Configuration>
32
+ </Flavor>
33
34
+ <Configuration>Release81</Configuration>
35
36
37
<Configuration>DebugPL</Configuration>
38
@@ -110,4 +116,4 @@
110
116
<MSBuild Projects="@(ProjectToBuild)" Targets="Rebuild" />
111
117
<MSBuild Projects="@(SetupToBuild)" Targets="Rebuild" />
112
118
</Target>
113
-</Project>
119
+</Project>
0 commit comments