From d6b294c88907027ee49f3ef4e2538dc50b377ada Mon Sep 17 00:00:00 2001 From: Alex Macocian Date: Wed, 21 Aug 2024 12:22:22 +0200 Subject: [PATCH] Add project files. --- LICENSE | 21 ++++++++ Net.Maui.Extensions.sln | 27 ++++++++++ .../Net.Maui.Extensions.csproj | 53 +++++++++++++++++++ 3 files changed, 101 insertions(+) create mode 100644 LICENSE create mode 100644 Net.Maui.Extensions.sln create mode 100644 Net.Maui.Extensions/Net.Maui.Extensions.csproj diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..99a4191 --- /dev/null +++ b/LICENSE @@ -0,0 +1,21 @@ +MIT License + +Copyright (c) 2024 Macocian Alexandru Victor + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. diff --git a/Net.Maui.Extensions.sln b/Net.Maui.Extensions.sln new file mode 100644 index 0000000..558763c --- /dev/null +++ b/Net.Maui.Extensions.sln @@ -0,0 +1,27 @@ + +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio Version 17 +VisualStudioVersion = 17.9.34714.143 +MinimumVisualStudioVersion = 10.0.40219.1 +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Net.Maui.Extensions", "Net.Maui.Extensions\Net.Maui.Extensions.csproj", "{518D6700-2583-4743-A015-C142E33AF3AC}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Any CPU = Debug|Any CPU + Release|Any CPU = Release|Any CPU + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {518D6700-2583-4743-A015-C142E33AF3AC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {518D6700-2583-4743-A015-C142E33AF3AC}.Debug|Any CPU.Build.0 = Debug|Any CPU + {518D6700-2583-4743-A015-C142E33AF3AC}.Debug|Any CPU.Deploy.0 = Debug|Any CPU + {518D6700-2583-4743-A015-C142E33AF3AC}.Release|Any CPU.ActiveCfg = Release|Any CPU + {518D6700-2583-4743-A015-C142E33AF3AC}.Release|Any CPU.Build.0 = Release|Any CPU + {518D6700-2583-4743-A015-C142E33AF3AC}.Release|Any CPU.Deploy.0 = Release|Any CPU + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection + GlobalSection(ExtensibilityGlobals) = postSolution + SolutionGuid = {FDFE725F-2E85-450E-9A22-39587AE90B13} + EndGlobalSection +EndGlobal diff --git a/Net.Maui.Extensions/Net.Maui.Extensions.csproj b/Net.Maui.Extensions/Net.Maui.Extensions.csproj new file mode 100644 index 0000000..54313a4 --- /dev/null +++ b/Net.Maui.Extensions/Net.Maui.Extensions.csproj @@ -0,0 +1,53 @@ + + + + net8.0-android;net8.0-ios;net8.0-maccatalyst + $(TargetFrameworks);net8.0-windows10.0.19041.0 + + + + + + + Library + Net.Maui.Extensions + true + true + enable + enable + true + 0.1 + Alexandru Macocian + LICENSE + true + MAUI;Xamarin + https://github.com/AlexMacocian/Maui.Extensions + Extensions for .NET MAUI + latest + + 11.0 + 13.1 + 21.0 + 10.0.17763.0 + 10.0.17763.0 + 6.5 + + + + + + True + + + + + + + + + +