Skip to content

Commit 01b4c6e

Browse files
committed
update: added fluentassertions pkg
1 parent 511a71d commit 01b4c6e

7 files changed

Lines changed: 910 additions & 1 deletion

File tree

FixedMathSharp.sln

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "FixedMathSharp", "src\Fixed
77
EndProject
88
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "FixedMathSharp.Tests", "tests\FixedMathSharp.Tests\FixedMathSharp.Tests.csproj", "{86CD72E6-2A40-494C-9D9B-A38EF90A12A8}"
99
EndProject
10+
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "FixedMathSharp.FluentAssertions", "src\FixedMathSharp.FluentAssertions\FixedMathSharp.FluentAssertions.csproj", "{49F0D9DB-86F4-4A0C-980D-7AF76B8AA6A4}"
11+
EndProject
1012
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{882324AE-67F3-4F5B-8485-6EF324A15CBF}"
1113
ProjectSection(SolutionItems) = preProject
1214
.editorconfig = .editorconfig
@@ -31,6 +33,10 @@ Global
3133
{86CD72E6-2A40-494C-9D9B-A38EF90A12A8}.Debug|Any CPU.Build.0 = Debug|Any CPU
3234
{86CD72E6-2A40-494C-9D9B-A38EF90A12A8}.Release|Any CPU.ActiveCfg = Release|Any CPU
3335
{86CD72E6-2A40-494C-9D9B-A38EF90A12A8}.Release|Any CPU.Build.0 = Release|Any CPU
36+
{49F0D9DB-86F4-4A0C-980D-7AF76B8AA6A4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
37+
{49F0D9DB-86F4-4A0C-980D-7AF76B8AA6A4}.Debug|Any CPU.Build.0 = Debug|Any CPU
38+
{49F0D9DB-86F4-4A0C-980D-7AF76B8AA6A4}.Release|Any CPU.ActiveCfg = Release|Any CPU
39+
{49F0D9DB-86F4-4A0C-980D-7AF76B8AA6A4}.Release|Any CPU.Build.0 = Release|Any CPU
3440
EndGlobalSection
3541
GlobalSection(SolutionProperties) = preSolution
3642
HideSolutionNode = FALSE
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
bin/
2+
obj/

0 commit comments

Comments
 (0)