Projekt aufgeräumt

This commit is contained in:
HuskyTeufel
2021-09-14 12:50:22 +02:00
parent 3bbea429cc
commit 6b2ed0d5ab
23 changed files with 1 additions and 335 deletions

View File

@@ -1,5 +1,5 @@
using DaSaSo.Domain.Model;
using DaSaSo.Domain.Service;
using DaSaSo.Domain.Services;
using System;
using System.Collections.Generic;
using System.Linq;

View File

@@ -1,4 +0,0 @@
// <autogenerated />
using System;
using System.Reflection;
[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v6.0", FrameworkDisplayName = "")]

View File

@@ -1,23 +0,0 @@
//------------------------------------------------------------------------------
// <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("DaSaSo.InMemoryProvider")]
[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
[assembly: System.Reflection.AssemblyProductAttribute("DaSaSo.InMemoryProvider")]
[assembly: System.Reflection.AssemblyTitleAttribute("DaSaSo.InMemoryProvider")]
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
// Generated by the MSBuild WriteCodeFragment class.

View File

@@ -1 +0,0 @@
15997e08156ee82cc5429eb9c6e4fddeed29cd57

View File

@@ -1,10 +0,0 @@
is_global = true
build_property.TargetFramework = net6.0
build_property.TargetPlatformMinVersion =
build_property.UsingMicrosoftNETSdkWeb =
build_property.ProjectTypeGuids =
build_property.InvariantGlobalization =
build_property.PlatformNeutralAssembly =
build_property._SupportedPlatformList = Linux,macOS,Windows
build_property.RootNamespace = DaSaSo.InMemoryProvider
build_property.ProjectDir = C:\Users\KFZ\Desktop\source\DaSaSo\DaSaSo.InMemoryProvider\

View File

@@ -1,8 +0,0 @@
// <autogenerated />
global using global::System;
global using global::System.Collections.Generic;
global using global::System.IO;
global using global::System.Linq;
global using global::System.Net.Http;
global using global::System.Threading;
global using global::System.Threading.Tasks;