Skip to content

Commit 431bb03

Browse files
author
LoneWandererProductions
committed
Last changes.
1 parent eaf4859 commit 431bb03

4 files changed

Lines changed: 5 additions & 1 deletion

File tree

CommonLibraryTests/CommonLibraryTests.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@
4949
<ProjectReference Include="..\ImageCompare\ImageCompare.csproj" />
5050
<ProjectReference Include="..\InterOp\InterOp.csproj" />
5151
<ProjectReference Include="..\LightVector\LightVector.csproj" />
52+
<ProjectReference Include="..\Mathematics.Constants\Mathematics.Constants.csproj" />
5253
<ProjectReference Include="..\Pathfinder\Pathfinder.csproj" />
5354
<ProjectReference Include="..\RenderEngine\RenderEngine.csproj" />
5455
<ProjectReference Include="..\Serializer\Serializer.csproj" />

CommonLibraryTests/FastMathBenchmarkTests.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88

99
using System;
1010
using System.Diagnostics;
11+
using Mathematics;
1112
using Mathematics.Constants;
1213
using Microsoft.VisualStudio.TestTools.UnitTesting;
1314

Imaging/Imaging.csproj

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

2222
<ItemGroup>
23+
<ProjectReference Include="..\Mathematics.Constants\Mathematics.Constants.csproj" />
2324
<ProjectReference Include="..\RenderEngine\RenderEngine.csproj" />
2425
</ItemGroup>
2526

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,11 +117,12 @@ foreach (var entry in logger.GetLogs())
117117
| `CommonLibraryTests` | Unit tests for common libraries |
118118
| `CommonExtendedObjectsTests`| Unit tests for ExtendedSystemObjects |
119119
| `Imaging` | Image manipulation tools |
120-
| `ImagingTests` | Tests for imaging llibrary |
120+
| `ImagingTests` | Tests for imaging library |
121121
| `CommonControls` | WPF custom controls |
122122
| `CommonControls.Images` | WPF custom controls, mostly related to images |
123123
| `SQLiteHelper` | SQLite DB interaction & abstraction |
124124
| `Mathematics` | Math utilities and calculation libraries |
125+
| `Mathematics.Constants` | Math Constants |
125126
| `CommonLibrarySqlLiteTests` | Tests for SQLite-related features |
126127
| `ExtendedSystemObjects` | Extensions for .NET base classes |
127128
| `FileHandler` | File system abstraction |

0 commit comments

Comments
 (0)