From e3d4478a1e8106186cfe7936da6611425b2e6c68 Mon Sep 17 00:00:00 2001 From: femsci Date: Wed, 6 Sep 2023 00:30:04 +0200 Subject: [PATCH] Initial --- .gitignore | 2 ++ Minime.sln | 14 ++++++++++++++ README.md | 3 +++ src/Nyanbyte.Minime/Nyanbyte.Minime.csproj | 9 +++++++++ 4 files changed, 28 insertions(+) create mode 100644 .gitignore create mode 100644 Minime.sln create mode 100644 README.md create mode 100644 src/Nyanbyte.Minime/Nyanbyte.Minime.csproj diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..5967294 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +**/bin/ +**/obj/ diff --git a/Minime.sln b/Minime.sln new file mode 100644 index 0000000..58ea566 --- /dev/null +++ b/Minime.sln @@ -0,0 +1,14 @@ + +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio Version 17 +VisualStudioVersion = 17.0.31903.59 +MinimumVisualStudioVersion = 10.0.40219.1 +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Any CPU = Debug|Any CPU + Release|Any CPU = Release|Any CPU + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection +EndGlobal diff --git a/README.md b/README.md new file mode 100644 index 0000000..475c642 --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +# Minime + +ASP.NET Core CSS & JS minimization and packing diff --git a/src/Nyanbyte.Minime/Nyanbyte.Minime.csproj b/src/Nyanbyte.Minime/Nyanbyte.Minime.csproj new file mode 100644 index 0000000..cfadb03 --- /dev/null +++ b/src/Nyanbyte.Minime/Nyanbyte.Minime.csproj @@ -0,0 +1,9 @@ + + + + net7.0 + enable + enable + + +