commit e3d4478a1e8106186cfe7936da6611425b2e6c68 Author: femsci Date: Wed Sep 6 00:30:04 2023 +0200 Initial 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 + + +