Skip to content

Commit 1c3061b

Browse files
committed
Removed inclusion of websocket tests in dev14
1 parent d63aea5 commit 1c3061b

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

Release/tests/functional/websockets/client/dirs.proj

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,12 @@
2020
<ItemGroup Condition="'$(OsVersion)|$(DevToolsVersion)'=='6.3|120'">
2121
<ProjectFile Include="VS12.winrt\websocketsclient120_test.winrt.vcxproj" />
2222
</ItemGroup>
23-
-->
24-
23+
2524
<ItemGroup Condition="'$(DevToolsVersion)'=='140'">
2625
<ProjectFile Include="vs14\websocketsclient140_test.vcxproj" />
2726
</ItemGroup>
27+
-->
28+
2829
<Import Project="$(TargetsPath)\Common.Build.Traversal.targets" />
2930

3031
</Project>

Release/tests/functional/websockets/utilities/dirs.proj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,11 @@
2323
<ItemGroup Condition="'$(OsVersion)|$(DevToolsVersion)'=='6.3|120'">
2424
<ProjectFile Include="VS12.winrt\websockets_test_utilities120.winrt.vcxproj" />
2525
</ItemGroup>
26-
-->
2726
2827
<ItemGroup Condition="'$(DevToolsVersion)'=='140'">
2928
<ProjectFile Include="VS14\websockets_test_utilities140.vcxproj" />
3029
</ItemGroup>
30+
-->
3131

3232
<Import Project="$(TargetsPath)\Common.Build.Traversal.targets" />
3333

0 commit comments

Comments
 (0)