Skip to content

Commit daa14d5

Browse files
Updated test data to remove absolute paths
1 parent f06e07d commit daa14d5

16 files changed

Lines changed: 449 additions & 449 deletions

File tree

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

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

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

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

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

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

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

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

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

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

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

Lines changed: 42 additions & 42 deletions
Large diffs are not rendered by default.
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
<?xml version="1.0" encoding="utf-8"?>
1+
<?xml version="1.0" encoding="utf-8"?>
22
<Project ToolsVersion="Current" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
33
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
4-
<LocalDebuggerEnvironment>PATH=C:\Users\Marco Esposito\Projects\personal\dependency_runner\test_data\test_project1\DepRunTest\build-vcxproj-user\DepRunTestLib\Debug;%PATH%</LocalDebuggerEnvironment>
4+
<LocalDebuggerEnvironment>PATH=$(ProjectDir)..\DepRunTestLib\Debug;%PATH%</LocalDebuggerEnvironment>
55
<DebuggerFlavor>WindowsLocalDebugger</DebuggerFlavor>
6-
<LocalDebuggerWorkingDirectory>C:\Users\Marco Esposito\Projects\personal\dependency_runner\test_data\test_project1\DepRunTest\build-vcxproj-user\DepRunTestLib\Debug</LocalDebuggerWorkingDirectory>
6+
<LocalDebuggerWorkingDirectory>$(ProjectDir)..\DepRunTestLib\Debug</LocalDebuggerWorkingDirectory>
77
</PropertyGroup>
8-
</Project>
8+
</Project>

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

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

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

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

test_data/test_project1/DepRunTest/build/ALL_BUILD.vcxproj

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

0 commit comments

Comments
 (0)