diff --git a/.gitignore b/.gitignore index ef4a27b..5ae81ad 100644 --- a/.gitignore +++ b/.gitignore @@ -2,9 +2,9 @@ *.sln *.csproj -/Nerd_STF/.vs -/Nerd_STF/Nerd_STF/obj -/Nerd_STF/Nerd_STF/bin/Debug -/Nerd_STF/Nerd_STF/bin/Release/net6.0/Nerd_STF.deps.json -/Nerd_STF/Nerd_STF/bin/Release/net6.0/Nerd_STF.dll -/Nerd_STF/Nerd_STF/bin/Release/net6.0/Nerd_STF.pdb +/Nerd_STF/.vs/ +/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 diff --git a/Nerd_STF/Nerd_STF/Fill.cs b/Nerd_STF/Fill.cs similarity index 100% rename from Nerd_STF/Nerd_STF/Fill.cs rename to Nerd_STF/Fill.cs diff --git a/Nerd_STF/Nerd_STF/IGroup.cs b/Nerd_STF/IGroup.cs similarity index 100% rename from Nerd_STF/Nerd_STF/IGroup.cs rename to Nerd_STF/IGroup.cs diff --git a/Nerd_STF/Nerd_STF/LogMessage.cs b/Nerd_STF/LogMessage.cs similarity index 100% rename from Nerd_STF/Nerd_STF/LogMessage.cs rename to Nerd_STF/LogMessage.cs diff --git a/Nerd_STF/Nerd_STF/LogSeverity.cs b/Nerd_STF/LogSeverity.cs similarity index 100% rename from Nerd_STF/Nerd_STF/LogSeverity.cs rename to Nerd_STF/LogSeverity.cs diff --git a/Nerd_STF/Nerd_STF/Logger.cs b/Nerd_STF/Logger.cs similarity index 100% rename from Nerd_STF/Nerd_STF/Logger.cs rename to Nerd_STF/Logger.cs diff --git a/Nerd_STF/Nerd_STF/Mathematics/Double2.cs b/Nerd_STF/Mathematics/Double2.cs similarity index 100% rename from Nerd_STF/Nerd_STF/Mathematics/Double2.cs rename to Nerd_STF/Mathematics/Double2.cs diff --git a/Nerd_STF/Nerd_STF/Mathematics/Double3.cs b/Nerd_STF/Mathematics/Double3.cs similarity index 100% rename from Nerd_STF/Nerd_STF/Mathematics/Double3.cs rename to Nerd_STF/Mathematics/Double3.cs diff --git a/Nerd_STF/Nerd_STF/Mathematics/Double4.cs b/Nerd_STF/Mathematics/Double4.cs similarity index 100% rename from Nerd_STF/Nerd_STF/Mathematics/Double4.cs rename to Nerd_STF/Mathematics/Double4.cs diff --git a/Nerd_STF/Nerd_STF/Mathematics/Geometry/ITriangulatable.cs b/Nerd_STF/Mathematics/Geometry/ITriangulatable.cs similarity index 100% rename from Nerd_STF/Nerd_STF/Mathematics/Geometry/ITriangulatable.cs rename to Nerd_STF/Mathematics/Geometry/ITriangulatable.cs diff --git a/Nerd_STF/Nerd_STF/Mathematics/Geometry/Line.cs b/Nerd_STF/Mathematics/Geometry/Line.cs similarity index 100% rename from Nerd_STF/Nerd_STF/Mathematics/Geometry/Line.cs rename to Nerd_STF/Mathematics/Geometry/Line.cs diff --git a/Nerd_STF/Nerd_STF/Mathematics/Geometry/Triangle.cs b/Nerd_STF/Mathematics/Geometry/Triangle.cs similarity index 100% rename from Nerd_STF/Nerd_STF/Mathematics/Geometry/Triangle.cs rename to Nerd_STF/Mathematics/Geometry/Triangle.cs diff --git a/Nerd_STF/Nerd_STF/Mathematics/Geometry/Vert.cs b/Nerd_STF/Mathematics/Geometry/Vert.cs similarity index 100% rename from Nerd_STF/Nerd_STF/Mathematics/Geometry/Vert.cs rename to Nerd_STF/Mathematics/Geometry/Vert.cs diff --git a/Nerd_STF/Nerd_STF/Mathematics/Int2.cs b/Nerd_STF/Mathematics/Int2.cs similarity index 100% rename from Nerd_STF/Nerd_STF/Mathematics/Int2.cs rename to Nerd_STF/Mathematics/Int2.cs diff --git a/Nerd_STF/Nerd_STF/Mathematics/Int3.cs b/Nerd_STF/Mathematics/Int3.cs similarity index 100% rename from Nerd_STF/Nerd_STF/Mathematics/Int3.cs rename to Nerd_STF/Mathematics/Int3.cs diff --git a/Nerd_STF/Nerd_STF/Mathematics/Int4.cs b/Nerd_STF/Mathematics/Int4.cs similarity index 100% rename from Nerd_STF/Nerd_STF/Mathematics/Int4.cs rename to Nerd_STF/Mathematics/Int4.cs diff --git a/Nerd_STF/Nerd_STF/Mathematics/Mathf.cs b/Nerd_STF/Mathematics/Mathf.cs similarity index 100% rename from Nerd_STF/Nerd_STF/Mathematics/Mathf.cs rename to Nerd_STF/Mathematics/Mathf.cs diff --git a/Nerd_STF/Nerd_STF/bin/Release/net6.0/ref/Nerd_STF.dll b/Nerd_STF/Nerd_STF/bin/Release/net6.0/ref/Nerd_STF.dll deleted file mode 100644 index c5862fd..0000000 Binary files a/Nerd_STF/Nerd_STF/bin/Release/net6.0/ref/Nerd_STF.dll and /dev/null differ