diff --git a/.gitignore b/.gitignore index 5944fca..56f823e 100644 --- a/.gitignore +++ b/.gitignore @@ -1,12 +1,14 @@ -# Visual Studio stuff -*.sln -*.csproj +# Useless Visual Studio stuff /Nerd_STF/.vs/ + +# Build Stuff /Nerd_STF/obj -/Nerd_STF/bin/Debug -/Nerd_STF/bin/Release/net6.0/Nerd_STF.deps.json -/Nerd_STF/bin/Release/net6.0/Nerd_STF.dll -/Nerd_STF/bin/Release/net6.0/Nerd_STF.pdb +/Nerd_STF/bin +*.dll +*.pdb + +# Testing project +/Testing # Nuget /Nerd_STF/LICENSE diff --git a/Extras/Logo Square.png b/Extras/Logo Square.png new file mode 100644 index 0000000..1290c08 Binary files /dev/null and b/Extras/Logo Square.png differ diff --git a/Nerd_STF/.editorconfig b/Nerd_STF/.editorconfig new file mode 100644 index 0000000..1c2dc1c --- /dev/null +++ b/Nerd_STF/.editorconfig @@ -0,0 +1,4 @@ +[*.cs] + +# CA1050: Declare types in namespaces +dotnet_diagnostic.CA1050.severity = warning diff --git a/Nerd_STF/Nerd_STF.csproj b/Nerd_STF/Nerd_STF.csproj new file mode 100644 index 0000000..819a993 --- /dev/null +++ b/Nerd_STF/Nerd_STF.csproj @@ -0,0 +1,46 @@ + + + + net6.0 + enable + enable + Nerd_STF + Nerd_STF + True + That_One_Nerd + Nerd_STF is a C# library that runs on .Net 6.0, and contains added structures and classes I feel would help the default C# library package. + Copyright (c) 2022 That_One_Nerd + README.md + https://github.com/That-One-Nerd/Nerd_STF + 2.1.0 + c#;csharp;c sharp;math;mathematics;mathametics;maths;color;rgb;rgba;cmyk;cmyka;hsv;hsva;calculus;linear algebra;linalg;linearalgebra;matrix;matrix2x2;matrix 2x2;matrix3x3;matrix 3x3;matrix4x4;matrix 4x4;matrix multiplication;vector;vector2d;vector3d;vector2;vector3;float2;float3;float4;int2;int3;int4;angle;geometry;vert;line;polygon;triangle;quadrilateral;sphere;circle;number system;numbersystem;complex numbers;complex;2d numbers;2dnumbers;quaternions;4d numbers;4dnumbers + 2.1.0 + Nerd_STF + Nerd_STF + MIT + Logo Square.png + This update adds many types of graphics-based objects, as well as some math functions and constants. + https://github.com/That-One-Nerd/Nerd_STF + False + + + + True + + + + True + + + + + True + \ + + + True + \ + + + + diff --git a/Nerd_STF/Nerd_STF.sln b/Nerd_STF/Nerd_STF.sln new file mode 100644 index 0000000..c485096 --- /dev/null +++ b/Nerd_STF/Nerd_STF.sln @@ -0,0 +1,36 @@ + +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio Version 17 +VisualStudioVersion = 17.0.31903.59 +MinimumVisualStudioVersion = 10.0.40219.1 +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Nerd_STF", "Nerd_STF.csproj", "{1F2C87DB-56F2-48B7-8FF6-A12D8E3614DB}" +EndProject +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Testing", "..\Testing\Testing.csproj", "{53E8335D-AE54-4E34-A692-136786788DD6}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{FBAFC98C-AC9E-4E76-A6E7-8F4DB1B23BED}" + ProjectSection(SolutionItems) = preProject + .editorconfig = .editorconfig + EndProjectSection +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Any CPU = Debug|Any CPU + Release|Any CPU = Release|Any CPU + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {1F2C87DB-56F2-48B7-8FF6-A12D8E3614DB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {1F2C87DB-56F2-48B7-8FF6-A12D8E3614DB}.Debug|Any CPU.Build.0 = Debug|Any CPU + {1F2C87DB-56F2-48B7-8FF6-A12D8E3614DB}.Release|Any CPU.ActiveCfg = Release|Any CPU + {1F2C87DB-56F2-48B7-8FF6-A12D8E3614DB}.Release|Any CPU.Build.0 = Release|Any CPU + {53E8335D-AE54-4E34-A692-136786788DD6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {53E8335D-AE54-4E34-A692-136786788DD6}.Debug|Any CPU.Build.0 = Debug|Any CPU + {53E8335D-AE54-4E34-A692-136786788DD6}.Release|Any CPU.ActiveCfg = Release|Any CPU + {53E8335D-AE54-4E34-A692-136786788DD6}.Release|Any CPU.Build.0 = Release|Any CPU + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection + GlobalSection(ExtensibilityGlobals) = postSolution + SolutionGuid = {81A13C28-98B5-49F8-9141-C4A62EE8729F} + EndGlobalSection +EndGlobal diff --git a/Nerd_STF/bin/Release/net6.0/ref/Nerd_STF.dll b/Nerd_STF/bin/Release/net6.0/ref/Nerd_STF.dll deleted file mode 100644 index 0d80df7..0000000 Binary files a/Nerd_STF/bin/Release/net6.0/ref/Nerd_STF.dll and /dev/null differ