Skip to content

Commit 4507bd3

Browse files
committed
Fixing up a couple of dirs.proj errors.
1 parent 2e9be6d commit 4507bd3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Release/tests/common/TestRunner/dirs.proj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<ProjectFile Include="vs14.android\TestRunner.android.Packaging\TestRunner.android.Packaging.androidproj" Condition="'$(Platform)'!='x64'" />
1313
</ItemGroup>
1414

15-
<ItemGroup Condition="'$(OsVersion)|'$(DevToolsVersion)'=='6.3|140'">
15+
<ItemGroup Condition="'$(OsVersion)|$(DevToolsVersion)'=='6.3|140'">
1616
<ProjectFile Include="vs14.uwp\TestRunner140.uwp.vcxproj" />
1717
</ItemGroup>
1818

Release/tests/common/UnitTestpp/dirs.proj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
</ItemGroup>
1919

2020
<ItemGroup Condition="'$(OsVersion)|$(DevToolsVersion)'=='6.3|140'">
21-
<ProjectFile Include="vs14.uwp\UnitTestpp120.uwp.vcxproj" />
21+
<ProjectFile Include="vs14.uwp\UnitTestpp140.uwp.vcxproj" />
2222
</ItemGroup>
2323

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

0 commit comments

Comments
 (0)