File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
Release/tests/functional/websockets Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 20
20
<ItemGroup Condition="'$(OsVersion)|$(DevToolsVersion)'=='6.3|120'">
21
21
<ProjectFile Include="VS12.winrt\websocketsclient120_test.winrt.vcxproj" />
22
22
</ItemGroup>
23
- -->
24
-
23
+
25
24
<ItemGroup Condition="'$(DevToolsVersion)'=='140'">
26
25
<ProjectFile Include="vs14\websocketsclient140_test.vcxproj" />
27
26
</ItemGroup>
27
+ -->
28
+
28
29
<Import Project =" $(TargetsPath)\Common.Build.Traversal.targets" />
29
30
30
31
</Project >
Original file line number Diff line number Diff line change 23
23
<ItemGroup Condition="'$(OsVersion)|$(DevToolsVersion)'=='6.3|120'">
24
24
<ProjectFile Include="VS12.winrt\websockets_test_utilities120.winrt.vcxproj" />
25
25
</ItemGroup>
26
- -->
27
26
28
27
<ItemGroup Condition="'$(DevToolsVersion)'=='140'">
29
28
<ProjectFile Include="VS14\websockets_test_utilities140.vcxproj" />
30
29
</ItemGroup>
30
+ -->
31
31
32
32
<Import Project =" $(TargetsPath)\Common.Build.Traversal.targets" />
33
33
You can’t perform that action at this time.
0 commit comments