Skip to content

Commit 9cae00d

Browse files
committed
chore: modify reference files link paths
1 parent dfa6b44 commit 9cae00d

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

tests/BenchmarkDotNet.IntegrationTests.ManualRunning/BenchmarkDotNet.IntegrationTests.ManualRunning.csproj

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,12 @@
2424
</PropertyGroup>
2525

2626
<ItemGroup>
27-
<Compile Include="..\BenchmarkDotNet.IntegrationTests\BenchmarkTestExecutor.cs" Link="BenchmarkTestExecutor.cs" />
28-
<Compile Include="..\BenchmarkDotNet.IntegrationTests\Xunit\MisconfiguredEnvironmentException.cs" Link="MisconfiguredEnvironmentException.cs" />
29-
<Compile Include="..\BenchmarkDotNet.IntegrationTests\Xunit\Extensions.cs" Link="Extensions.cs" />
30-
<Compile Include="..\BenchmarkDotNet.IntegrationTests\TestConfigs.cs" Link="TestConfigs.cs" />
31-
<Compile Include="..\BenchmarkDotNet.Tests\Loggers\OutputLogger.cs" Link="OutputLogger.cs" />
32-
<Compile Include="..\BenchmarkDotNet.Tests\XUnit\*.cs" />
27+
<Compile Include="..\BenchmarkDotNet.IntegrationTests\BenchmarkTestExecutor.cs" Link="Shared\BenchmarkTestExecutor.cs" />
28+
<Compile Include="..\BenchmarkDotNet.IntegrationTests\Xunit\MisconfiguredEnvironmentException.cs" Link="Shared\Xunit\MisconfiguredEnvironmentException.cs" />
29+
<Compile Include="..\BenchmarkDotNet.IntegrationTests\Xunit\Extensions.cs" Link="Shared\Xunit\Extensions.cs" />
30+
<Compile Include="..\BenchmarkDotNet.IntegrationTests\TestConfigs.cs" Link="Shared\TestConfigs.cs" />
31+
<Compile Include="..\BenchmarkDotNet.Tests\Loggers\OutputLogger.cs" Link="Shared\Loggers\OutputLogger.cs" />
32+
<Compile Include="..\BenchmarkDotNet.Tests\XUnit\*.cs" Link="Shared\XUnit\%(RecursiveDir)%(Filename)%(Extension)"/>
3333
</ItemGroup>
3434
<ItemGroup>
3535
<Content Include="xunit.runner.json">

0 commit comments

Comments
 (0)