Skip to content

Commit 7605245

Browse files
Replaced absolute paths in test data with relative ones
1 parent 89a7e4b commit 7605245

30 files changed

Lines changed: 441 additions & 441 deletions

test_data/test_project1/DepRunTest/build-same-output/ALL_BUILD.vcxproj

Lines changed: 20 additions & 20 deletions
Large diffs are not rendered by default.

test_data/test_project1/DepRunTest/build-same-output/ALL_BUILD.vcxproj.filters

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<Project ToolsVersion="16.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
33
<ItemGroup>
4-
<CustomBuild Include="C:\Users\Marco Esposito\Projects\personal\dependency_runner\test_data\test_project1\DepRunTest\CMakeLists.txt" />
4+
<CustomBuild Include="..\..\..\test_data\test_project1\DepRunTest\CMakeLists.txt" />
55
</ItemGroup>
66
<ItemGroup>
77
</ItemGroup>

test_data/test_project1/DepRunTest/build-same-output/DepRunTest/DepRunTest.vcxproj

Lines changed: 40 additions & 40 deletions
Large diffs are not rendered by default.

test_data/test_project1/DepRunTest/build-same-output/DepRunTest/DepRunTest.vcxproj.filters

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<Project ToolsVersion="16.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
33
<ItemGroup>
4-
<ClCompile Include="C:\Users\Marco Esposito\Projects\personal\dependency_runner\test_data\test_project1\DepRunTest\DepRunTest\DepRunTest.cpp">
4+
<ClCompile Include="..\..\..\..\test_data\test_project1\DepRunTest\DepRunTest\DepRunTest.cpp">
55
<Filter>Source Files</Filter>
66
</ClCompile>
77
</ItemGroup>
88
<ItemGroup>
9-
<CustomBuild Include="C:\Users\Marco Esposito\Projects\personal\dependency_runner\test_data\test_project1\DepRunTest\DepRunTest\CMakeLists.txt" />
9+
<CustomBuild Include="..\..\..\..\test_data\test_project1\DepRunTest\DepRunTest\CMakeLists.txt" />
1010
</ItemGroup>
1111
<ItemGroup>
1212
<Filter Include="Source Files">

test_data/test_project1/DepRunTest/build-same-output/DepRunTestLib/DepRunTestLib.vcxproj

Lines changed: 40 additions & 40 deletions
Large diffs are not rendered by default.

test_data/test_project1/DepRunTest/build-same-output/DepRunTestLib/DepRunTestLib.vcxproj.filters

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<Project ToolsVersion="16.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
33
<ItemGroup>
4-
<ClCompile Include="C:\Users\Marco Esposito\Projects\personal\dependency_runner\test_data\test_project1\DepRunTest\DepRunTestLib\DepRunTestLib.cpp">
4+
<ClCompile Include="..\..\..\..\test_data\test_project1\DepRunTest\DepRunTestLib\DepRunTestLib.cpp">
55
<Filter>Source Files</Filter>
66
</ClCompile>
77
</ItemGroup>
88
<ItemGroup>
9-
<ClInclude Include="C:\Users\Marco Esposito\Projects\personal\dependency_runner\test_data\test_project1\DepRunTest\DepRunTestLib\DepRunTestLib.h">
9+
<ClInclude Include="..\..\..\..\test_data\test_project1\DepRunTest\DepRunTestLib\DepRunTestLib.h">
1010
<Filter>Header Files</Filter>
1111
</ClInclude>
1212
</ItemGroup>
1313
<ItemGroup>
14-
<CustomBuild Include="C:\Users\Marco Esposito\Projects\personal\dependency_runner\test_data\test_project1\DepRunTest\DepRunTestLib\CMakeLists.txt" />
14+
<CustomBuild Include="..\..\..\..\test_data\test_project1\DepRunTest\DepRunTestLib\CMakeLists.txt" />
1515
</ItemGroup>
1616
<ItemGroup>
1717
<Filter Include="Header Files">

test_data/test_project1/DepRunTest/build-same-output/ZERO_CHECK.vcxproj

Lines changed: 13 additions & 13 deletions
Large diffs are not rendered by default.

test_data/test_project1/DepRunTest/build-same-output/ZERO_CHECK.vcxproj.filters

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<Project ToolsVersion="16.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
33
<ItemGroup>
4-
<CustomBuild Include="C:\Users\Marco Esposito\Projects\personal\dependency_runner\test_data\test_project1\DepRunTest\build-same-output\CMakeFiles\02aee6392279c6cffababee6efec38e5\generate.stamp.rule">
4+
<CustomBuild Include="..\..\..\test_data\test_project1\DepRunTest\build-same-output\CMakeFiles\02aee6392279c6cffababee6efec38e5\generate.stamp.rule">
55
<Filter>CMake Rules</Filter>
66
</CustomBuild>
77
</ItemGroup>

test_data/test_project1/DepRunTest/build-vcxproj-user/ALL_BUILD.vcxproj

Lines changed: 20 additions & 20 deletions
Large diffs are not rendered by default.

test_data/test_project1/DepRunTest/build-vcxproj-user/ALL_BUILD.vcxproj.filters

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<Project ToolsVersion="16.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
33
<ItemGroup>
4-
<CustomBuild Include="C:\Users\Marco Esposito\Projects\personal\dependency_runner\test_data\test_project1\DepRunTest\CMakeLists.txt" />
4+
<CustomBuild Include="..\..\..\test_data\test_project1\DepRunTest\CMakeLists.txt" />
55
</ItemGroup>
66
<ItemGroup>
77
</ItemGroup>

0 commit comments

Comments
 (0)