Skip to content

Commit 1c81546

Browse files
committed
Fixing source location for new version140 test.
1 parent ea2ef55 commit 1c81546

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Release/tests/functional/misc/version/dirs.proj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), build.root))\Build\Common.Build.settings" />
44

55
<ItemGroup Condition="'$(DevToolsVersion)'=='140'">
6-
<ProjectFile Include="version140_test.vcxproj" />
6+
<ProjectFile Include="vs14\version140_test.vcxproj" />
77
</ItemGroup>
88

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

Release/tests/functional/misc/version/vs14/version140_test.vcxproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@
8383
</ItemDefinitionGroup>
8484

8585
<ItemGroup>
86-
<ClCompile Include="version.cpp" />
86+
<ClCompile Include="..\version.cpp" />
8787
</ItemGroup>
8888

8989
<ItemGroup>

0 commit comments

Comments
 (0)