File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change 217
217
<ClCompile Include =" $(CasablancaSrcDir)\http\listener\http_msg_listen.cpp" >
218
218
<Filter >Source Files</Filter >
219
219
</ClCompile >
220
+ </ItemGroup >
221
+
222
+ <!-- non-TargetXP and non-Phone8.0 files go here-->
223
+ <ItemGroup Condition =" '$(TargetXP)' != 'true' and '$(PlatformToolset)' != 'v110_wp80'" >
220
224
<ClInclude Include =" $(CasablancaIncludeDir)\cpprest\oauth1.h" >
221
225
<Filter >Header Files\cpprest</Filter >
222
226
</ClInclude >
223
227
<ClCompile Include =" $(CasablancaSrcDir)\http\oauth\oauth1.cpp" >
224
228
<Filter >Source Files</Filter >
225
229
</ClCompile >
226
230
</ItemGroup >
227
-
231
+
228
232
<!-- PPLX files for pre-Dev12 toolsets go here -->
229
233
<ItemGroup Condition =" '$(PlatformToolset)' == 'v110' or '$(PlatformToolset)' == 'v110_xp' or '$(PlatformToolset)' == 'v110_wp80'" >
230
234
<ClCompile Include =" $(CasablancaSrcDir)\pplx\pplx.cpp" >
You can’t perform that action at this time.
0 commit comments