Skip to content

Commit ef1079a

Browse files
committed
Fixing up strings.cpp to be in the correct filters folder for Android v140.
1 parent bc8d51e commit ef1079a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Release/tests/functional/utils/vs14.android/Utils140_test.android.vcxproj.filters

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,8 @@
3535
<ClCompile Include="..\stdafx.cpp">
3636
<Filter>Source Files</Filter>
3737
</ClCompile>
38-
<ClCompile Include="..\strings.cpp" />
38+
<ClCompile Include="..\strings.cpp">
39+
<Filter>Source Files</Filter>
40+
</ClCompile>
3941
</ItemGroup>
4042
</Project>

0 commit comments

Comments
 (0)