File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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" />
Original file line number Diff line number Diff line change 88
99using System ;
1010using System . Diagnostics ;
11+ using Mathematics ;
1112using Mathematics . Constants ;
1213using Microsoft . VisualStudio . TestTools . UnitTesting ;
1314
Original file line number Diff line number Diff line change 2020 </ItemGroup >
2121
2222 <ItemGroup >
23+ <ProjectReference Include =" ..\Mathematics.Constants\Mathematics.Constants.csproj" />
2324 <ProjectReference Include =" ..\RenderEngine\RenderEngine.csproj" />
2425 </ItemGroup >
2526
Original file line number Diff line number Diff 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 |
You can’t perform that action at this time.
0 commit comments