Removed cache along with git ignore then recommited.

This commit is contained in:
2026-04-09 19:22:46 +05:00
parent 21f936914a
commit 03a00530a6
6 changed files with 61 additions and 0 deletions
+2
View File
@@ -0,0 +1,2 @@
[Bb]in/
[Oo]bj/
+18
View File
@@ -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.
+6
View File
@@ -0,0 +1,6 @@
namespace LibraryApp.Domain;
public class Class1
{
}
@@ -0,0 +1,9 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net10.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
</Project>
+24
View File
@@ -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
+2
View File
@@ -0,0 +1,2 @@
# LibraryApp