Skip to content
This repository was archived by the owner on Jan 10, 2025. It is now read-only.

Commit 545400b

Browse files
authored
[Touch.Client] Fix paths in the .NET project files. (#81)
1 parent 703586b commit 545400b

File tree

2 files changed

+24
-24
lines changed

2 files changed

+24
-24
lines changed

Touch.Client/dotnet/iOS/Touch.Client-iOS.dotnet.csproj

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -12,40 +12,40 @@
1212
<Compile Include="..\..\..\NUnitLite\TouchRunner\ExcludedCategoryFilter.cs">
1313
<Link>ExcludedCategoryFilter.cs</Link>
1414
</Compile>
15-
<Compile Include="..\NUnitLite\TouchRunner\HttpTextWriter.cs">
15+
<Compile Include="..\..\..\NUnitLite\TouchRunner\HttpTextWriter.cs">
1616
<Link>HttpTextWriter.cs</Link>
1717
</Compile>
18-
<Compile Include="..\NUnitLite\TouchRunner\NUnitOutputTextWriter.cs">
18+
<Compile Include="..\..\..\NUnitLite\TouchRunner\NUnitOutputTextWriter.cs">
1919
<Link>NUnitOutputTextWriter.cs</Link>
2020
</Compile>
21-
<Compile Include="..\NUnitLite\TouchRunner\Options.cs">
21+
<Compile Include="..\..\..\NUnitLite\TouchRunner\Options.cs">
2222
<Link>Options.cs</Link>
2323
</Compile>
24-
<Compile Include="..\NUnitLite\TouchRunner\TcpTextWriter.cs">
24+
<Compile Include="..\..\..\NUnitLite\TouchRunner\TcpTextWriter.cs">
2525
<Link>TcpTextWriter.cs</Link>
2626
</Compile>
27-
<Compile Include="..\NUnitLite\TouchRunner\TestCaseElement.cs">
27+
<Compile Include="..\..\..\NUnitLite\TouchRunner\TestCaseElement.cs">
2828
<Link>TestCaseElement.cs</Link>
2929
</Compile>
30-
<Compile Include="..\NUnitLite\TouchRunner\TestElement.cs">
30+
<Compile Include="..\..\..\NUnitLite\TouchRunner\TestElement.cs">
3131
<Link>TestElement.cs</Link>
3232
</Compile>
33-
<Compile Include="..\NUnitLite\TouchRunner\TestResultElement.cs">
33+
<Compile Include="..\..\..\NUnitLite\TouchRunner\TestResultElement.cs">
3434
<Link>TestResultElement.cs</Link>
3535
</Compile>
36-
<Compile Include="..\NUnitLite\TouchRunner\TestRocks.cs">
36+
<Compile Include="..\..\..\NUnitLite\TouchRunner\TestRocks.cs">
3737
<Link>TestRocks.cs</Link>
3838
</Compile>
39-
<Compile Include="..\NUnitLite\TouchRunner\TestSuiteElement.cs">
39+
<Compile Include="..\..\..\NUnitLite\TouchRunner\TestSuiteElement.cs">
4040
<Link>TestSuiteElement.cs</Link>
4141
</Compile>
42-
<Compile Include="..\NUnitLite\TouchRunner\TouchOptions.cs">
42+
<Compile Include="..\..\..\NUnitLite\TouchRunner\TouchOptions.cs">
4343
<Link>TouchOptions.cs</Link>
4444
</Compile>
45-
<Compile Include="..\NUnitLite\TouchRunner\TouchRunner.cs">
45+
<Compile Include="..\..\..\NUnitLite\TouchRunner\TouchRunner.cs">
4646
<Link>TouchRunner.cs</Link>
4747
</Compile>
48-
<Compile Include="..\NUnitLite\TouchRunner\TouchViewController.cs">
48+
<Compile Include="..\..\..\NUnitLite\TouchRunner\TouchViewController.cs">
4949
<Link>TouchViewController.cs</Link>
5050
</Compile>
5151
</ItemGroup>

Touch.Client/dotnet/tvOS/Touch.Client-tvOS.dotnet.csproj

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -12,40 +12,40 @@
1212
<Compile Include="..\..\..\NUnitLite\TouchRunner\ExcludedCategoryFilter.cs">
1313
<Link>ExcludedCategoryFilter.cs</Link>
1414
</Compile>
15-
<Compile Include="..\NUnitLite\TouchRunner\HttpTextWriter.cs">
15+
<Compile Include="..\..\..\NUnitLite\TouchRunner\HttpTextWriter.cs">
1616
<Link>HttpTextWriter.cs</Link>
1717
</Compile>
18-
<Compile Include="..\NUnitLite\TouchRunner\NUnitOutputTextWriter.cs">
18+
<Compile Include="..\..\..\NUnitLite\TouchRunner\NUnitOutputTextWriter.cs">
1919
<Link>NUnitOutputTextWriter.cs</Link>
2020
</Compile>
21-
<Compile Include="..\NUnitLite\TouchRunner\Options.cs">
21+
<Compile Include="..\..\..\NUnitLite\TouchRunner\Options.cs">
2222
<Link>Options.cs</Link>
2323
</Compile>
24-
<Compile Include="..\NUnitLite\TouchRunner\TcpTextWriter.cs">
24+
<Compile Include="..\..\..\NUnitLite\TouchRunner\TcpTextWriter.cs">
2525
<Link>TcpTextWriter.cs</Link>
2626
</Compile>
27-
<Compile Include="..\NUnitLite\TouchRunner\TestCaseElement.cs">
27+
<Compile Include="..\..\..\NUnitLite\TouchRunner\TestCaseElement.cs">
2828
<Link>TestCaseElement.cs</Link>
2929
</Compile>
30-
<Compile Include="..\NUnitLite\TouchRunner\TestElement.cs">
30+
<Compile Include="..\..\..\NUnitLite\TouchRunner\TestElement.cs">
3131
<Link>TestElement.cs</Link>
3232
</Compile>
33-
<Compile Include="..\NUnitLite\TouchRunner\TestResultElement.cs">
33+
<Compile Include="..\..\..\NUnitLite\TouchRunner\TestResultElement.cs">
3434
<Link>TestResultElement.cs</Link>
3535
</Compile>
36-
<Compile Include="..\NUnitLite\TouchRunner\TestRocks.cs">
36+
<Compile Include="..\..\..\NUnitLite\TouchRunner\TestRocks.cs">
3737
<Link>TestRocks.cs</Link>
3838
</Compile>
39-
<Compile Include="..\NUnitLite\TouchRunner\TestSuiteElement.cs">
39+
<Compile Include="..\..\..\NUnitLite\TouchRunner\TestSuiteElement.cs">
4040
<Link>TestSuiteElement.cs</Link>
4141
</Compile>
42-
<Compile Include="..\NUnitLite\TouchRunner\TouchOptions.cs">
42+
<Compile Include="..\..\..\NUnitLite\TouchRunner\TouchOptions.cs">
4343
<Link>TouchOptions.cs</Link>
4444
</Compile>
45-
<Compile Include="..\NUnitLite\TouchRunner\TouchRunner.cs">
45+
<Compile Include="..\..\..\NUnitLite\TouchRunner\TouchRunner.cs">
4646
<Link>TouchRunner.cs</Link>
4747
</Compile>
48-
<Compile Include="..\NUnitLite\TouchRunner\TouchViewController.cs">
48+
<Compile Include="..\..\..\NUnitLite\TouchRunner\TouchViewController.cs">
4949
<Link>TouchViewController.cs</Link>
5050
</Compile>
5151
</ItemGroup>

0 commit comments

Comments
 (0)