Skip to content

Commit a32c160

Browse files
committed
update reference paths after file moves
1 parent 720237c commit a32c160

File tree

7 files changed

+25
-18
lines changed

7 files changed

+25
-18
lines changed

Xcaciv.Command.sln

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Xcaciv.Command.FileLoader",
1414
{1D54A8C6-1E92-4B5B-9EBB-147839480D73} = {1D54A8C6-1E92-4B5B-9EBB-147839480D73}
1515
EndProjectSection
1616
EndProject
17-
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Xcaciv.Command.FileLoaderTests", "src\Xcaciv.Command.FileLoaderTests\Xcaciv.Command.FileLoaderTests.csproj", "{9B087B2C-5852-4B56-B213-727CB6048784}"
17+
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Xcaciv.Command.FileLoader.Tests", "src\tests\Xcaciv.Command.FileLoader.Tests\Xcaciv.Command.FileLoader.Tests.csproj", "{9B087B2C-5852-4B56-B213-727CB6048784}"
1818
ProjectSection(ProjectDependencies) = postProject
1919
{1D54A8C6-1E92-4B5B-9EBB-147839480D73} = {1D54A8C6-1E92-4B5B-9EBB-147839480D73}
2020
EndProjectSection
@@ -32,12 +32,12 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution
3232
README.md = README.md
3333
EndProjectSection
3434
EndProject
35-
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "zTestCommandPackage", "src\zTestCommandPackage\zTestCommandPackage.csproj", "{B062C312-8C65-45E6-AF49-0692502DA605}"
35+
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "zTestCommandPackage", "src\tests\zTestCommandPackage\zTestCommandPackage.csproj", "{B062C312-8C65-45E6-AF49-0692502DA605}"
3636
ProjectSection(ProjectDependencies) = postProject
3737
{1D54A8C6-1E92-4B5B-9EBB-147839480D73} = {1D54A8C6-1E92-4B5B-9EBB-147839480D73}
3838
EndProjectSection
3939
EndProject
40-
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Xcaciv.Command.Tests", "src\Xcaciv.Command.Tests\Xcaciv.Command.Tests.csproj", "{1AA7D848-7F82-4190-8CB8-FDE32B74B0E7}"
40+
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Xcaciv.Command.Tests", "src\tests\Xcaciv.Command.Tests\Xcaciv.Command.Tests.csproj", "{1AA7D848-7F82-4190-8CB8-FDE32B74B0E7}"
4141
ProjectSection(ProjectDependencies) = postProject
4242
{1D54A8C6-1E92-4B5B-9EBB-147839480D73} = {1D54A8C6-1E92-4B5B-9EBB-147839480D73}
4343
EndProjectSection
@@ -57,9 +57,9 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Xcaciv.Command.Extensions.C
5757
{1D54A8C6-1E92-4B5B-9EBB-147839480D73} = {1D54A8C6-1E92-4B5B-9EBB-147839480D73}
5858
EndProjectSection
5959
EndProject
60-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BenchmarkSuite1", "BenchmarkSuite1\BenchmarkSuite1.csproj", "{A20861A9-411E-6150-BF5C-69E8196E5D22}"
60+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BenchmarkSuite1", "src\tests\BenchmarkSuite1\BenchmarkSuite1.csproj", "{A20861A9-411E-6150-BF5C-69E8196E5D22}"
6161
EndProject
62-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Xcaciv.Command.Core.UnitTests", "tests\Xcaciv.Command.Core.UnitTests\Xcaciv.Command.Core.UnitTests.csproj", "{71402B99-FCDC-4F65-BDD2-D4F95D876E54}"
62+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Xcaciv.Command.Core.Tests", "src\tests\Xcaciv.Command.Core.Tests\Xcaciv.Command.Core.Tests.csproj", "{71402B99-FCDC-4F65-BDD2-D4F95D876E54}"
6363
EndProject
6464
Global
6565
GlobalSection(SolutionConfigurationPlatforms) = preSolution

src/Directory.Packages.props

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,5 +29,7 @@
2929
<PackageVersion Include="AutoFixture.AutoMoq" Version="4.18.1" />
3030
<PackageVersion Include="Moq" Version="4.20.72" />
3131
<PackageVersion Include="Moq.AutoMock" Version="3.5.0" />
32+
<PackageVersion Include="BenchmarkDotNet" Version="0.15.2" />
33+
<PackageVersion Include="Microsoft.VisualStudio.DiagnosticsHub.BenchmarkDotNetDiagnosers" Version="18.3.36812.1" />
3234
</ItemGroup>
3335
</Project>

src/tests/BenchmarkSuite1/BenchmarkSuite1.csproj

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@
66
</PropertyGroup>
77

88
<ItemGroup>
9-
<PackageReference Include="BenchmarkDotNet" Version="0.15.2" />
10-
<PackageReference Include="Microsoft.VisualStudio.DiagnosticsHub.BenchmarkDotNetDiagnosers" Version="18.3.36812.1" />
9+
<PackageReference Include="BenchmarkDotNet" />
10+
<PackageReference Include="Microsoft.VisualStudio.DiagnosticsHub.BenchmarkDotNetDiagnosers" />
1111
</ItemGroup>
1212

1313
<ItemGroup>
14-
<ProjectReference Include="..\src\Xcaciv.Command.Interface\Xcaciv.Command.Interface.csproj" />
15-
<ProjectReference Include="..\src\Xcaciv.Command\Xcaciv.Command.csproj" />
16-
<ProjectReference Include="..\src\Xcaciv.Command.Core\Xcaciv.Command.Core.csproj" />
14+
<ProjectReference Include="..\..\Xcaciv.Command.Core\Xcaciv.Command.Core.csproj" />
15+
<ProjectReference Include="..\..\Xcaciv.Command.Interface\Xcaciv.Command.Interface.csproj" />
16+
<ProjectReference Include="..\..\Xcaciv.Command\Xcaciv.Command.csproj" />
1717
</ItemGroup>
1818
</Project>

src/tests/Xcaciv.Command.Core.Tests/Xcaciv.Command.Core.Tests.csproj

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,14 @@
1111
</PropertyGroup>
1212

1313
<ItemGroup>
14-
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.13.0" />
15-
<PackageReference Include="Moq" Version="4.20.72" />
16-
<PackageReference Include="xunit" Version="2.9.3" />
17-
<PackageReference Include="xunit.runner.visualstudio" Version="3.1.5" />
14+
<PackageReference Include="Microsoft.NET.Test.Sdk" />
15+
<PackageReference Include="Moq" />
16+
<PackageReference Include="xunit" />
17+
<PackageReference Include="xunit.runner.visualstudio" />
1818
</ItemGroup>
1919

2020
<ItemGroup>
21-
<ProjectReference Include="..\..\src\Xcaciv.Command.Core\Xcaciv.Command.Core.csproj" />
21+
<ProjectReference Include="..\..\Xcaciv.Command.Core\Xcaciv.Command.Core.csproj" />
2222
</ItemGroup>
2323

2424
<ItemGroup>

src/tests/Xcaciv.Command.FileLoader.Tests/Xcaciv.Command.FileLoader.Tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
</PackageReference>
2222
</ItemGroup>
2323
<ItemGroup>
24-
<ProjectReference Include="..\Xcaciv.Command.FileLoader\Xcaciv.Command.FileLoader.csproj" />
24+
<ProjectReference Include="..\..\Xcaciv.Command.FileLoader\Xcaciv.Command.FileLoader.csproj" />
2525
</ItemGroup>
2626
<ItemGroup>
2727
<Compile Update="Resource1.Designer.cs">

src/tests/Xcaciv.Command.Tests/Xcaciv.Command.Tests.csproj

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,11 @@
2525
</ItemGroup>
2626

2727
<ItemGroup>
28+
<ProjectReference Include="..\..\Xcaciv.Command.Core\Xcaciv.Command.Core.csproj" />
29+
<ProjectReference Include="..\..\Xcaciv.Command.Extensions.Commandline\Xcaciv.Command.Extensions.Commandline.csproj" />
30+
<ProjectReference Include="..\..\Xcaciv.Command.FileLoader\Xcaciv.Command.FileLoader.csproj" />
31+
<ProjectReference Include="..\..\Xcaciv.Command.Interface\Xcaciv.Command.Interface.csproj" />
32+
<ProjectReference Include="..\..\Xcaciv.Command\Xcaciv.Command.csproj" />
2833
<ProjectReference Include="..\Xcaciv.Command.FileLoader\Xcaciv.Command.FileLoader.csproj" />
2934
<ProjectReference Include="..\Xcaciv.Command.Interface\Xcaciv.Command.Interface.csproj" />
3035
<ProjectReference Include="..\Xcaciv.Command\Xcaciv.Command.csproj" />

src/tests/zTestCommandPackage/zTestCommandPackage.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
</PropertyGroup>
88

99
<ItemGroup>
10-
<ProjectReference Include="..\Xcaciv.Command.Core\Xcaciv.Command.Core.csproj" />
11-
<ProjectReference Include="..\Xcaciv.Command.Interface\Xcaciv.Command.Interface.csproj" />
10+
<ProjectReference Include="..\..\Xcaciv.Command.Core\Xcaciv.Command.Core.csproj" />
11+
<ProjectReference Include="..\..\Xcaciv.Command.Interface\Xcaciv.Command.Interface.csproj" />
1212
</ItemGroup>
1313

1414
</Project>

0 commit comments

Comments
 (0)