Skip to content

Commit b58acad

Browse files
committed
Updated path in suludion
1 parent 79cb132 commit b58acad

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

MatrixCalculator/MatrixCalculateLibrary.Test/MatrixCalculateLibrary.Test.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
</ItemGroup>
1919

2020
<ItemGroup>
21-
<ProjectReference Include="..\ArrayCalculator\MatrixCalculateLibrary.csproj" />
21+
<ProjectReference Include="..\MatrixCalculator\MatrixCalculateLibrary.csproj" />
2222
</ItemGroup>
2323

2424
<ItemGroup>

MatrixCalculator/MatrixCalculator.sln

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Microsoft Visual Studio Solution File, Format Version 12.00
33
# Visual Studio Version 16
44
VisualStudioVersion = 16.0.31410.357
55
MinimumVisualStudioVersion = 10.0.40219.1
6-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MatrixCalculateLibrary", "ArrayCalculator\MatrixCalculateLibrary.csproj", "{9BC667C8-85D6-4FD4-B201-67559F461609}"
6+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MatrixCalculateLibrary", "MatrixCalculator\MatrixCalculateLibrary.csproj", "{9BC667C8-85D6-4FD4-B201-67559F461609}"
77
EndProject
88
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MatrixCalculateLibrary.Test", "MatrixCalculateLibrary.Test\MatrixCalculateLibrary.Test.csproj", "{7BC7E189-EDFC-4F10-9563-7D9C118A2E7B}"
99
EndProject

0 commit comments

Comments
 (0)