diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..d45db4d --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +[Bb]in/ +[Oo]bj/ \ No newline at end of file diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..95a9c83 --- /dev/null +++ b/LICENSE @@ -0,0 +1,18 @@ +MIT License + +Copyright (c) 2026 shaamilahmed + +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/LibraryApp.Domain/Class1.cs b/LibraryApp.Domain/Class1.cs new file mode 100644 index 0000000..3b7e276 --- /dev/null +++ b/LibraryApp.Domain/Class1.cs @@ -0,0 +1,6 @@ +namespace LibraryApp.Domain; + +public class Class1 +{ + +} \ No newline at end of file diff --git a/LibraryApp.Domain/LibraryApp.Domain.csproj b/LibraryApp.Domain/LibraryApp.Domain.csproj new file mode 100644 index 0000000..c7a94a8 --- /dev/null +++ b/LibraryApp.Domain/LibraryApp.Domain.csproj @@ -0,0 +1,9 @@ + + + + net10.0 + enable + enable + + + \ No newline at end of file diff --git a/LibraryApp.sln b/LibraryApp.sln new file mode 100644 index 0000000..a677830 --- /dev/null +++ b/LibraryApp.sln @@ -0,0 +1,24 @@ +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio Version 17 +VisualStudioVersion = 17.5.2.0 +MinimumVisualStudioVersion = 10.0.40219.1 +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "LibraryApp.Domain", "LibraryApp.Domain\LibraryApp.Domain.csproj", "{F0C43C75-AA81-2DB3-B2EA-F3300E847250}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Any CPU = Debug|Any CPU + Release|Any CPU = Release|Any CPU + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {F0C43C75-AA81-2DB3-B2EA-F3300E847250}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {F0C43C75-AA81-2DB3-B2EA-F3300E847250}.Debug|Any CPU.Build.0 = Debug|Any CPU + {F0C43C75-AA81-2DB3-B2EA-F3300E847250}.Release|Any CPU.ActiveCfg = Release|Any CPU + {F0C43C75-AA81-2DB3-B2EA-F3300E847250}.Release|Any CPU.Build.0 = Release|Any CPU + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection + GlobalSection(ExtensibilityGlobals) = postSolution + SolutionGuid = {6670D54A-442B-4E1E-B786-7452754DD7EA} + EndGlobalSection +EndGlobal diff --git a/README.md b/README.md new file mode 100644 index 0000000..64cd89a --- /dev/null +++ b/README.md @@ -0,0 +1,2 @@ +# LibraryApp +