Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in
Toggle navigation
Medic
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
hasan.bahjat
Medic
Commits
7f490f7a
Commit
7f490f7a
authored
May 21, 2024
by
hasan khaddour
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add Aplication Core Class Library
parent
df3438e1
Changes
12
Hide whitespace changes
Inline
Side-by-side
Showing
12 changed files
with
206 additions
and
0 deletions
+206
-0
ApplicationCore.csproj
ApplicationCore/ApplicationCore.csproj
+7
-0
ApplicationCore.csproj.nuget.dgspec.json
ApplicationCore/obj/ApplicationCore.csproj.nuget.dgspec.json
+62
-0
ApplicationCore.csproj.nuget.g.props
ApplicationCore/obj/ApplicationCore.csproj.nuget.g.props
+18
-0
ApplicationCore.csproj.nuget.g.targets
ApplicationCore/obj/ApplicationCore.csproj.nuget.g.targets
+6
-0
.NETCoreApp,Version=v5.0.AssemblyAttributes.cs
...bug/net5.0/.NETCoreApp,Version=v5.0.AssemblyAttributes.cs
+4
-0
ApplicationCore.AssemblyInfo.cs
...tionCore/obj/Debug/net5.0/ApplicationCore.AssemblyInfo.cs
+23
-0
ApplicationCore.AssemblyInfoInputs.cache
...obj/Debug/net5.0/ApplicationCore.AssemblyInfoInputs.cache
+1
-0
ApplicationCore.GeneratedMSBuildEditorConfig.editorconfig
...ApplicationCore.GeneratedMSBuildEditorConfig.editorconfig
+10
-0
ApplicationCore.assets.cache
...icationCore/obj/Debug/net5.0/ApplicationCore.assets.cache
+0
-0
ApplicationCore.csproj.AssemblyReference.cache
...bug/net5.0/ApplicationCore.csproj.AssemblyReference.cache
+0
-0
project.assets.json
ApplicationCore/obj/project.assets.json
+67
-0
project.nuget.cache
ApplicationCore/obj/project.nuget.cache
+8
-0
No files found.
ApplicationCore/ApplicationCore.csproj
0 → 100644
View file @
7f490f7a
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net5.0</TargetFramework>
</PropertyGroup>
</Project>
ApplicationCore/obj/ApplicationCore.csproj.nuget.dgspec.json
0 → 100644
View file @
7f490f7a
{
"format"
:
1
,
"restore"
:
{
"C:
\\
Users
\\
HASAN
\\
Desktop
\\
Medic
\\
ApplicationCore
\\
ApplicationCore.csproj"
:
{}
},
"projects"
:
{
"C:
\\
Users
\\
HASAN
\\
Desktop
\\
Medic
\\
ApplicationCore
\\
ApplicationCore.csproj"
:
{
"version"
:
"1.0.0"
,
"restore"
:
{
"projectUniqueName"
:
"C:
\\
Users
\\
HASAN
\\
Desktop
\\
Medic
\\
ApplicationCore
\\
ApplicationCore.csproj"
,
"projectName"
:
"ApplicationCore"
,
"projectPath"
:
"C:
\\
Users
\\
HASAN
\\
Desktop
\\
Medic
\\
ApplicationCore
\\
ApplicationCore.csproj"
,
"packagesPath"
:
"C:
\\
Users
\\
HASAN
\\
.nuget
\\
packages
\\
"
,
"outputPath"
:
"C:
\\
Users
\\
HASAN
\\
Desktop
\\
Medic
\\
ApplicationCore
\\
obj
\\
"
,
"projectStyle"
:
"PackageReference"
,
"configFilePaths"
:
[
"C:
\\
Users
\\
HASAN
\\
AppData
\\
Roaming
\\
NuGet
\\
NuGet.Config"
,
"C:
\\
Program Files (x86)
\\
NuGet
\\
Config
\\
Microsoft.VisualStudio.Offline.config"
],
"originalTargetFrameworks"
:
[
"net5.0"
],
"sources"
:
{
"C:
\\
Program Files (x86)
\\
Microsoft SDKs
\\
NuGetPackages
\\
"
:
{},
"https://api.nuget.org/v3/index.json"
:
{}
},
"frameworks"
:
{
"net5.0"
:
{
"targetAlias"
:
"net5.0"
,
"projectReferences"
:
{}
}
},
"warningProperties"
:
{
"warnAsError"
:
[
"NU1605"
]
}
},
"frameworks"
:
{
"net5.0"
:
{
"targetAlias"
:
"net5.0"
,
"imports"
:
[
"net461"
,
"net462"
,
"net47"
,
"net471"
,
"net472"
,
"net48"
],
"assetTargetFallback"
:
true
,
"warn"
:
true
,
"frameworkReferences"
:
{
"Microsoft.NETCore.App"
:
{
"privateAssets"
:
"all"
}
},
"runtimeIdentifierGraphPath"
:
"C:
\\
Program Files
\\
dotnet
\\
sdk
\\
5.0.408
\\
RuntimeIdentifierGraph.json"
}
}
}
}
}
\ No newline at end of file
ApplicationCore/obj/ApplicationCore.csproj.nuget.g.props
0 → 100644
View file @
7f490f7a
<?xml version="1.0" encoding="utf-8" standalone="no"?>
<Project
ToolsVersion=
"14.0"
xmlns=
"http://schemas.microsoft.com/developer/msbuild/2003"
>
<PropertyGroup
Condition=
" '$(ExcludeRestorePackageImports)' != 'true' "
>
<RestoreSuccess
Condition=
" '$(RestoreSuccess)' == '' "
>
True
</RestoreSuccess>
<RestoreTool
Condition=
" '$(RestoreTool)' == '' "
>
NuGet
</RestoreTool>
<ProjectAssetsFile
Condition=
" '$(ProjectAssetsFile)' == '' "
>
$(MSBuildThisFileDirectory)project.assets.json
</ProjectAssetsFile>
<NuGetPackageRoot
Condition=
" '$(NuGetPackageRoot)' == '' "
>
$(UserProfile)\.nuget\packages\
</NuGetPackageRoot>
<NuGetPackageFolders
Condition=
" '$(NuGetPackageFolders)' == '' "
>
C:\Users\HASAN\.nuget\packages\
</NuGetPackageFolders>
<NuGetProjectStyle
Condition=
" '$(NuGetProjectStyle)' == '' "
>
PackageReference
</NuGetProjectStyle>
<NuGetToolVersion
Condition=
" '$(NuGetToolVersion)' == '' "
>
5.11.6
</NuGetToolVersion>
</PropertyGroup>
<ItemGroup
Condition=
" '$(ExcludeRestorePackageImports)' != 'true' "
>
<SourceRoot
Include=
"C:\Users\HASAN\.nuget\packages\"
/>
</ItemGroup>
<PropertyGroup>
<MSBuildAllProjects>
$(MSBuildAllProjects);$(MSBuildThisFileFullPath)
</MSBuildAllProjects>
</PropertyGroup>
</Project>
\ No newline at end of file
ApplicationCore/obj/ApplicationCore.csproj.nuget.g.targets
0 → 100644
View file @
7f490f7a
<?xml version="1.0" encoding="utf-8" standalone="no"?>
<Project
ToolsVersion=
"14.0"
xmlns=
"http://schemas.microsoft.com/developer/msbuild/2003"
>
<PropertyGroup>
<MSBuildAllProjects>
$(MSBuildAllProjects);$(MSBuildThisFileFullPath)
</MSBuildAllProjects>
</PropertyGroup>
</Project>
\ No newline at end of file
ApplicationCore/obj/Debug/net5.0/.NETCoreApp,Version=v5.0.AssemblyAttributes.cs
0 → 100644
View file @
7f490f7a
// <autogenerated />
using
System
;
using
System.Reflection
;
[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v5.0", FrameworkDisplayName = "")]
ApplicationCore/obj/Debug/net5.0/ApplicationCore.AssemblyInfo.cs
0 → 100644
View file @
7f490f7a
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
// Runtime Version:4.0.30319.42000
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
// </auto-generated>
//------------------------------------------------------------------------------
using
System
;
using
System.Reflection
;
[assembly: System.Reflection.AssemblyCompanyAttribute("ApplicationCore")]
[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
[assembly: System.Reflection.AssemblyProductAttribute("ApplicationCore")]
[assembly: System.Reflection.AssemblyTitleAttribute("ApplicationCore")]
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
// Generated by the MSBuild WriteCodeFragment class.
ApplicationCore/obj/Debug/net5.0/ApplicationCore.AssemblyInfoInputs.cache
0 → 100644
View file @
7f490f7a
b10de190c1f07a2f9820e1aa9fb5878168f19f3f
ApplicationCore/obj/Debug/net5.0/ApplicationCore.GeneratedMSBuildEditorConfig.editorconfig
0 → 100644
View file @
7f490f7a
is_global = true
build_property.TargetFramework = net5.0
build_property.TargetPlatformMinVersion =
build_property.UsingMicrosoftNETSdkWeb =
build_property.ProjectTypeGuids =
build_property.PublishSingleFile =
build_property.IncludeAllContentForSelfExtract =
build_property._SupportedPlatformList = Android,iOS,Linux,macOS,Windows
build_property.RootNamespace = ApplicationCore
build_property.ProjectDir = C:\Users\HASAN\Desktop\Medic\ApplicationCore\
ApplicationCore/obj/Debug/net5.0/ApplicationCore.assets.cache
0 → 100644
View file @
7f490f7a
File added
ApplicationCore/obj/Debug/net5.0/ApplicationCore.csproj.AssemblyReference.cache
0 → 100644
View file @
7f490f7a
File added
ApplicationCore/obj/project.assets.json
0 → 100644
View file @
7f490f7a
{
"version"
:
3
,
"targets"
:
{
"net5.0"
:
{}
},
"libraries"
:
{},
"projectFileDependencyGroups"
:
{
"net5.0"
:
[]
},
"packageFolders"
:
{
"C:
\\
Users
\\
HASAN
\\
.nuget
\\
packages
\\
"
:
{}
},
"project"
:
{
"version"
:
"1.0.0"
,
"restore"
:
{
"projectUniqueName"
:
"C:
\\
Users
\\
HASAN
\\
Desktop
\\
Medic
\\
ApplicationCore
\\
ApplicationCore.csproj"
,
"projectName"
:
"ApplicationCore"
,
"projectPath"
:
"C:
\\
Users
\\
HASAN
\\
Desktop
\\
Medic
\\
ApplicationCore
\\
ApplicationCore.csproj"
,
"packagesPath"
:
"C:
\\
Users
\\
HASAN
\\
.nuget
\\
packages
\\
"
,
"outputPath"
:
"C:
\\
Users
\\
HASAN
\\
Desktop
\\
Medic
\\
ApplicationCore
\\
obj
\\
"
,
"projectStyle"
:
"PackageReference"
,
"configFilePaths"
:
[
"C:
\\
Users
\\
HASAN
\\
AppData
\\
Roaming
\\
NuGet
\\
NuGet.Config"
,
"C:
\\
Program Files (x86)
\\
NuGet
\\
Config
\\
Microsoft.VisualStudio.Offline.config"
],
"originalTargetFrameworks"
:
[
"net5.0"
],
"sources"
:
{
"C:
\\
Program Files (x86)
\\
Microsoft SDKs
\\
NuGetPackages
\\
"
:
{},
"https://api.nuget.org/v3/index.json"
:
{}
},
"frameworks"
:
{
"net5.0"
:
{
"targetAlias"
:
"net5.0"
,
"projectReferences"
:
{}
}
},
"warningProperties"
:
{
"warnAsError"
:
[
"NU1605"
]
}
},
"frameworks"
:
{
"net5.0"
:
{
"targetAlias"
:
"net5.0"
,
"imports"
:
[
"net461"
,
"net462"
,
"net47"
,
"net471"
,
"net472"
,
"net48"
],
"assetTargetFallback"
:
true
,
"warn"
:
true
,
"frameworkReferences"
:
{
"Microsoft.NETCore.App"
:
{
"privateAssets"
:
"all"
}
},
"runtimeIdentifierGraphPath"
:
"C:
\\
Program Files
\\
dotnet
\\
sdk
\\
5.0.408
\\
RuntimeIdentifierGraph.json"
}
}
}
}
\ No newline at end of file
ApplicationCore/obj/project.nuget.cache
0 → 100644
View file @
7f490f7a
{
"version": 2,
"dgSpecHash": "6pscdBCtmyKdIYHHIVNDh5rS+B25z46YyMjNa1DsH1cEqCyjzOoTh0Tff6oInmFO47TgpJM/i971kTURIBeT5w==",
"success": true,
"projectFilePath": "C:\\Users\\HASAN\\Desktop\\Medic\\ApplicationCore\\ApplicationCore.csproj",
"expectedPackageFiles": [],
"logs": []
}
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment