Skip to content

Commit bbf12b6

Browse files
committed
Disable oauth1.h/oauth1.cpp in phone8.0 project.
1 parent 9be1a1b commit bbf12b6

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

Release/src/build/sources.proj

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,14 +217,18 @@
217217
<ClCompile Include="$(CasablancaSrcDir)\http\listener\http_msg_listen.cpp">
218218
<Filter>Source Files</Filter>
219219
</ClCompile>
220+
</ItemGroup>
221+
222+
<!-- non-TargetXP and non-Phone8.0 files go here-->
223+
<ItemGroup Condition ="'$(TargetXP)' != 'true' and '$(PlatformToolset)' != 'v110_wp80'">
220224
<ClInclude Include="$(CasablancaIncludeDir)\cpprest\oauth1.h">
221225
<Filter>Header Files\cpprest</Filter>
222226
</ClInclude>
223227
<ClCompile Include="$(CasablancaSrcDir)\http\oauth\oauth1.cpp">
224228
<Filter>Source Files</Filter>
225229
</ClCompile>
226230
</ItemGroup>
227-
231+
228232
<!-- PPLX files for pre-Dev12 toolsets go here -->
229233
<ItemGroup Condition="'$(PlatformToolset)' == 'v110' or '$(PlatformToolset)' == 'v110_xp' or '$(PlatformToolset)' == 'v110_wp80'">
230234
<ClCompile Include="$(CasablancaSrcDir)\pplx\pplx.cpp">

0 commit comments

Comments
 (0)