Skip to content

Commit 4990d22

Browse files
committed
Adding missing v120 winrt test runner to dirs.proj.
1 parent bcb91a6 commit 4990d22

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Release/tests/common/TestRunner/dirs.proj

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@
55
<ItemGroup Condition="'$(DevToolsVersion)'=='120'">
66
<ProjectFile Include="VS12\TestRunner120.vcxproj" />
77
</ItemGroup>
8+
9+
<ItemGroup Condition="'$(OsVersion)|$(DevToolsVersion)'=='6.3|120'">
10+
<ProjectFile Include="vs12.winrt\TestRunner120.winrt.vcxproj" />
11+
</ItemGroup>
812

913
<ItemGroup Condition="'$(DevToolsVersion)'=='140'">
1014
<ProjectFile Include="VS14\TestRunner140.vcxproj" />

0 commit comments

Comments
 (0)