Skip to content

Commit 46baef9

Browse files
committed
Remove TestUnitTestpp from default build
1 parent 115f7ae commit 46baef9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Release/tests/common/UnitTestpp/dirs.proj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<ItemGroup Condition="'$(DevToolsVersion)'=='120'">
66
<ProjectFile Include="VS12\UnitTestpp120.vcxproj"/>
7-
<ProjectFile Include="VS12\TestUnitTestpp120.vcxproj"/>
7+
<!--<ProjectFile Include="VS12\TestUnitTestpp120.vcxproj"/>-->
88
</ItemGroup>
99

1010
<ItemGroup Condition="'$(OsVersion)|$(DevToolsVersion)'=='6.3|120'">
@@ -14,7 +14,7 @@
1414
<ItemGroup Condition="'$(DevToolsVersion)'=='140'">
1515
<ProjectFile Include="vs14.android\UnitTestpp140.android.vcxproj" Condition="'$(Platform)'!='x64'" />
1616
<ProjectFile Include="VS14\UnitTestpp140.vcxproj"/>
17-
<ProjectFile Include="VS14\TestUnitTestpp140.vcxproj"/>
17+
<!--<ProjectFile Include="VS14\TestUnitTestpp140.vcxproj"/>-->
1818
</ItemGroup>
1919

2020
<ItemGroup Condition="'$(OsVersion)|$(DevToolsVersion)'=='6.3|140'">

0 commit comments

Comments
 (0)