Skip to content

Commit 87fc783

Browse files
authored
Merge pull request #1 from NosCoreIO/addFavicon
Add favicon
2 parents a46c04b + cd36e52 commit 87fc783

File tree

6 files changed

+2
-2
lines changed

6 files changed

+2
-2
lines changed

NosCore.Algorithm.sln

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ VisualStudioVersion = 16.0.29326.143
55
MinimumVisualStudioVersion = 10.0.40219.1
66
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "NosCore.Algorithm", "src\NosCore.Algorithm\NosCore.Algorithm.csproj", "{47812EE7-E8D0-4AB5-8430-28235C267B5C}"
77
EndProject
8-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NosCore.Algorithm.Tests", "src\NosCore.Algorithm.Tests\NosCore.Algorithm.Tests.csproj", "{DB2AF392-6928-4F92-8E85-BEFE26D56E7D}"
8+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NosCore.Algorithm.Tests", "test\NosCore.Algorithm.Tests\NosCore.Algorithm.Tests.csproj", "{DB2AF392-6928-4F92-8E85-BEFE26D56E7D}"
99
EndProject
1010
Global
1111
GlobalSection(SolutionConfigurationPlatforms) = preSolution

src/NosCore.Algorithm/favicon.ico

15 KB
Binary file not shown.
File renamed without changes.

src/NosCore.Algorithm.Tests/DocumentationTest.ApproveDocumentationExperience.approved.txt renamed to test/NosCore.Algorithm.Tests/DocumentationTest.ApproveDocumentationExperience.approved.txt

File renamed without changes.
File renamed without changes.

src/NosCore.Algorithm.Tests/NosCore.Algorithm.Tests.csproj renamed to test/NosCore.Algorithm.Tests/NosCore.Algorithm.Tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
</ItemGroup>
2121

2222
<ItemGroup>
23-
<ProjectReference Include="..\NosCore.Algorithm\NosCore.Algorithm.csproj" />
23+
<ProjectReference Include="..\..\src\NosCore.Algorithm\NosCore.Algorithm.csproj" />
2424
</ItemGroup>
2525

2626
</Project>

0 commit comments

Comments
 (0)