Update 20211218

This commit is contained in:
2021-12-18 10:02:42 +01:00
parent 1254540139
commit 3ef1971def
842 changed files with 199916 additions and 17112 deletions

View File

@@ -0,0 +1,25 @@
<?xml version="1.0" encoding="utf-8"?>
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Target Name="GetEFProjectMetadata" Condition="">
<MSBuild Condition=" '$(TargetFramework)' == '' "
Projects="$(MSBuildProjectFile)"
Targets="GetEFProjectMetadata"
Properties="TargetFramework=$(TargetFrameworks.Split(';')[0]);EFProjectMetadataFile=$(EFProjectMetadataFile)" />
<ItemGroup Condition=" '$(TargetFramework)' != '' ">
<EFProjectMetadata Include="AssemblyName: $(AssemblyName)" />
<EFProjectMetadata Include="Language: $(Language)" />
<EFProjectMetadata Include="OutputPath: $(OutputPath)" />
<EFProjectMetadata Include="Platform: $(Platform)" />
<EFProjectMetadata Include="PlatformTarget: $(PlatformTarget)" />
<EFProjectMetadata Include="ProjectAssetsFile: $(ProjectAssetsFile)" />
<EFProjectMetadata Include="ProjectDir: $(ProjectDir)" />
<EFProjectMetadata Include="RootNamespace: $(RootNamespace)" />
<EFProjectMetadata Include="RuntimeFrameworkVersion: $(RuntimeFrameworkVersion)" />
<EFProjectMetadata Include="TargetFileName: $(TargetFileName)" />
<EFProjectMetadata Include="TargetFrameworkMoniker: $(TargetFrameworkMoniker)" />
</ItemGroup>
<WriteLinesToFile Condition=" '$(TargetFramework)' != '' "
File="$(EFProjectMetadataFile)"
Lines="@(EFProjectMetadata)" />
</Target>
</Project>

View File

@@ -0,0 +1,102 @@
{
"format": 1,
"restore": {
"E:\\Software-Projekte\\DPM\\DPM2016\\WebAPI\\BWPMService.csproj": {}
},
"projects": {
"E:\\Software-Projekte\\DPM\\DPM2016\\WebAPI\\BWPMService.csproj": {
"version": "1.0.0",
"restore": {
"projectUniqueName": "E:\\Software-Projekte\\DPM\\DPM2016\\WebAPI\\BWPMService.csproj",
"projectName": "BWPMService",
"projectPath": "E:\\Software-Projekte\\DPM\\DPM2016\\WebAPI\\BWPMService.csproj",
"packagesPath": "C:\\Users\\Steafn Hutter lokal\\.nuget\\packages\\",
"outputPath": "E:\\Software-Projekte\\DPM\\DPM2016\\WebAPI\\obj\\",
"projectStyle": "PackageReference",
"fallbackFolders": [
"C:\\Program Files (x86)\\Microsoft\\Xamarin\\NuGet\\"
],
"configFilePaths": [
"C:\\Users\\Steafn Hutter lokal\\AppData\\Roaming\\NuGet\\NuGet.Config",
"C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config",
"C:\\Program Files (x86)\\NuGet\\Config\\Xamarin.Offline.config"
],
"originalTargetFrameworks": [
"netcoreapp3.1"
],
"sources": {
"C:\\Program Files (x86)\\FastReports\\FastReport.Net\\Nugets": {},
"C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {},
"C:\\Program Files\\dotnet\\library-packs": {},
"http://nuget.grapecity.com/nuget": {},
"https://api.nuget.org/v3/index.json": {}
},
"frameworks": {
"netcoreapp3.1": {
"targetAlias": "netcoreapp3.1",
"projectReferences": {
"E:\\Software-Projekte\\DPM\\DPM2016\\Models\\BWPMModels.csproj": {
"projectPath": "E:\\Software-Projekte\\DPM\\DPM2016\\Models\\BWPMModels.csproj"
}
}
}
},
"warningProperties": {
"warnAsError": [
"NU1605"
]
}
},
"frameworks": {
"netcoreapp3.1": {
"targetAlias": "netcoreapp3.1",
"dependencies": {
"Microsoft.AspNet.WebApi.Client": {
"target": "Package",
"version": "[5.2.7, )"
},
"Swashbuckle.AspNetCore": {
"target": "Package",
"version": "[6.1.4, )"
},
"Swashbuckle.AspNetCore.Swagger": {
"target": "Package",
"version": "[6.1.4, )"
},
"Swashbuckle.AspNetCore.SwaggerGen": {
"target": "Package",
"version": "[6.1.4, )"
},
"Swashbuckle.AspNetCore.SwaggerUI": {
"target": "Package",
"version": "[6.1.4, )"
},
"System.Data.SqlClient": {
"target": "Package",
"version": "[4.8.2, )"
}
},
"imports": [
"net461",
"net462",
"net47",
"net471",
"net472",
"net48"
],
"assetTargetFallback": true,
"warn": true,
"frameworkReferences": {
"Microsoft.AspNetCore.App": {
"privateAssets": "none"
},
"Microsoft.NETCore.App": {
"privateAssets": "all"
}
},
"runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\5.0.400\\RuntimeIdentifierGraph.json"
}
}
}
}
}

View File

@@ -0,0 +1,27 @@
<?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)' == '' ">False</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\Steafn Hutter lokal\.nuget\packages\;C:\Program Files (x86)\Microsoft\Xamarin\NuGet\</NuGetPackageFolders>
<NuGetProjectStyle Condition=" '$(NuGetProjectStyle)' == '' ">PackageReference</NuGetProjectStyle>
<NuGetToolVersion Condition=" '$(NuGetToolVersion)' == '' ">5.11.0</NuGetToolVersion>
</PropertyGroup>
<ItemGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' ">
<SourceRoot Include="C:\Users\Steafn Hutter lokal\.nuget\packages\" />
<SourceRoot Include="C:\Program Files (x86)\Microsoft\Xamarin\NuGet\" />
</ItemGroup>
<PropertyGroup>
<MSBuildAllProjects>$(MSBuildAllProjects);$(MSBuildThisFileFullPath)</MSBuildAllProjects>
</PropertyGroup>
<ImportGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' ">
<Import Project="$(NuGetPackageRoot)microsoft.extensions.apidescription.server\3.0.0\build\Microsoft.Extensions.ApiDescription.Server.props" Condition="Exists('$(NuGetPackageRoot)microsoft.extensions.apidescription.server\3.0.0\build\Microsoft.Extensions.ApiDescription.Server.props')" />
<Import Project="$(NuGetPackageRoot)swashbuckle.aspnetcore\6.1.4\build\Swashbuckle.AspNetCore.props" Condition="Exists('$(NuGetPackageRoot)swashbuckle.aspnetcore\6.1.4\build\Swashbuckle.AspNetCore.props')" />
</ImportGroup>
<PropertyGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' ">
<PkgMicrosoft_Extensions_ApiDescription_Server Condition=" '$(PkgMicrosoft_Extensions_ApiDescription_Server)' == '' ">C:\Users\Steafn Hutter lokal\.nuget\packages\microsoft.extensions.apidescription.server\3.0.0</PkgMicrosoft_Extensions_ApiDescription_Server>
<PkgNewtonsoft_Json Condition=" '$(PkgNewtonsoft_Json)' == '' ">C:\Users\Steafn Hutter lokal\.nuget\packages\newtonsoft.json\10.0.1</PkgNewtonsoft_Json>
</PropertyGroup>
</Project>

View File

@@ -0,0 +1,9 @@
<?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>
<ImportGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' ">
<Import Project="$(NuGetPackageRoot)microsoft.extensions.apidescription.server\3.0.0\build\Microsoft.Extensions.ApiDescription.Server.targets" Condition="Exists('$(NuGetPackageRoot)microsoft.extensions.apidescription.server\3.0.0\build\Microsoft.Extensions.ApiDescription.Server.targets')" />
</ImportGroup>
</Project>

View File

@@ -0,0 +1,25 @@
<?xml version="1.0" encoding="utf-8"?>
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Target Name="GetEFProjectMetadata" Condition="">
<MSBuild Condition=" '$(TargetFramework)' == '' "
Projects="$(MSBuildProjectFile)"
Targets="GetEFProjectMetadata"
Properties="TargetFramework=$(TargetFrameworks.Split(';')[0]);EFProjectMetadataFile=$(EFProjectMetadataFile)" />
<ItemGroup Condition=" '$(TargetFramework)' != '' ">
<EFProjectMetadata Include="AssemblyName: $(AssemblyName)" />
<EFProjectMetadata Include="Language: $(Language)" />
<EFProjectMetadata Include="OutputPath: $(OutputPath)" />
<EFProjectMetadata Include="Platform: $(Platform)" />
<EFProjectMetadata Include="PlatformTarget: $(PlatformTarget)" />
<EFProjectMetadata Include="ProjectAssetsFile: $(ProjectAssetsFile)" />
<EFProjectMetadata Include="ProjectDir: $(ProjectDir)" />
<EFProjectMetadata Include="RootNamespace: $(RootNamespace)" />
<EFProjectMetadata Include="RuntimeFrameworkVersion: $(RuntimeFrameworkVersion)" />
<EFProjectMetadata Include="TargetFileName: $(TargetFileName)" />
<EFProjectMetadata Include="TargetFrameworkMoniker: $(TargetFrameworkMoniker)" />
</ItemGroup>
<WriteLinesToFile Condition=" '$(TargetFramework)' != '' "
File="$(EFProjectMetadataFile)"
Lines="@(EFProjectMetadata)" />
</Target>
</Project>

View File

@@ -0,0 +1,88 @@
{
"format": 1,
"restore": {
"E:\\Software-Projekte\\Lehrlingsparcours\\Core\\CoreWebAPI1\\CoreWebAPI1\\CoreWebAPI1.csproj": {}
},
"projects": {
"E:\\Software-Projekte\\Lehrlingsparcours\\Core\\CoreWebAPI1\\CoreWebAPI1\\CoreWebAPI1.csproj": {
"version": "1.0.0",
"restore": {
"projectUniqueName": "E:\\Software-Projekte\\Lehrlingsparcours\\Core\\CoreWebAPI1\\CoreWebAPI1\\CoreWebAPI1.csproj",
"projectName": "CoreWebAPI1",
"projectPath": "E:\\Software-Projekte\\Lehrlingsparcours\\Core\\CoreWebAPI1\\CoreWebAPI1\\CoreWebAPI1.csproj",
"packagesPath": "C:\\Users\\Steafn Hutter lokal\\.nuget\\packages\\",
"outputPath": "E:\\Software-Projekte\\Lehrlingsparcours\\Core\\CoreWebAPI1\\CoreWebAPI1\\obj\\",
"projectStyle": "PackageReference",
"fallbackFolders": [
"C:\\Program Files (x86)\\Microsoft\\Xamarin\\NuGet\\"
],
"configFilePaths": [
"C:\\Users\\Steafn Hutter lokal\\AppData\\Roaming\\NuGet\\NuGet.Config",
"C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config",
"C:\\Program Files (x86)\\NuGet\\Config\\Xamarin.Offline.config"
],
"originalTargetFrameworks": [
"netcoreapp3.1"
],
"sources": {
"C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {},
"http://nuget.grapecity.com/nuget": {},
"https://api.nuget.org/v3/index.json": {}
},
"frameworks": {
"netcoreapp3.1": {
"targetAlias": "netcoreapp3.1",
"projectReferences": {}
}
},
"warningProperties": {
"warnAsError": [
"NU1605"
]
}
},
"frameworks": {
"netcoreapp3.1": {
"targetAlias": "netcoreapp3.1",
"dependencies": {
"Swashbuckle.AspNetCore.Swagger": {
"target": "Package",
"version": "[6.1.4, )"
},
"Swashbuckle.AspNetCore.SwaggerGen": {
"target": "Package",
"version": "[6.1.4, )"
},
"Swashbuckle.AspNetCore.SwaggerUI": {
"target": "Package",
"version": "[6.1.4, )"
},
"System.Data.SqlClient": {
"target": "Package",
"version": "[4.8.2, )"
}
},
"imports": [
"net461",
"net462",
"net47",
"net471",
"net472",
"net48"
],
"assetTargetFallback": true,
"warn": true,
"frameworkReferences": {
"Microsoft.AspNetCore.App": {
"privateAssets": "none"
},
"Microsoft.NETCore.App": {
"privateAssets": "all"
}
},
"runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\5.0.202\\RuntimeIdentifierGraph.json"
}
}
}
}
}

View File

@@ -0,0 +1,19 @@
<?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\Steafn Hutter lokal\.nuget\packages\;C:\Program Files (x86)\Microsoft\Xamarin\NuGet\</NuGetPackageFolders>
<NuGetProjectStyle Condition=" '$(NuGetProjectStyle)' == '' ">PackageReference</NuGetProjectStyle>
<NuGetToolVersion Condition=" '$(NuGetToolVersion)' == '' ">5.9.1</NuGetToolVersion>
</PropertyGroup>
<ItemGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' ">
<SourceRoot Include="C:\Users\Steafn Hutter lokal\.nuget\packages\" />
<SourceRoot Include="C:\Program Files (x86)\Microsoft\Xamarin\NuGet\" />
</ItemGroup>
<PropertyGroup>
<MSBuildAllProjects>$(MSBuildAllProjects);$(MSBuildThisFileFullPath)</MSBuildAllProjects>
</PropertyGroup>
</Project>

View File

@@ -0,0 +1,6 @@
<?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>

View File

@@ -0,0 +1,98 @@
{
"format": 1,
"restore": {
"E:\\Software-Projekte\\DPM\\DPM2016\\WebAPI\\DPMService.csproj": {}
},
"projects": {
"E:\\Software-Projekte\\DPM\\DPM2016\\WebAPI\\DPMService.csproj": {
"version": "1.0.0",
"restore": {
"projectUniqueName": "E:\\Software-Projekte\\DPM\\DPM2016\\WebAPI\\DPMService.csproj",
"projectName": "DPMService",
"projectPath": "E:\\Software-Projekte\\DPM\\DPM2016\\WebAPI\\DPMService.csproj",
"packagesPath": "C:\\Users\\Steafn Hutter lokal\\.nuget\\packages\\",
"outputPath": "E:\\Software-Projekte\\DPM\\DPM2016\\WebAPI\\obj\\",
"projectStyle": "PackageReference",
"fallbackFolders": [
"C:\\Program Files (x86)\\Microsoft\\Xamarin\\NuGet\\"
],
"configFilePaths": [
"C:\\Users\\Steafn Hutter lokal\\AppData\\Roaming\\NuGet\\NuGet.Config",
"C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config",
"C:\\Program Files (x86)\\NuGet\\Config\\Xamarin.Offline.config"
],
"originalTargetFrameworks": [
"netcoreapp3.1"
],
"sources": {
"C:\\Program Files (x86)\\FastReports\\FastReport.Net\\Nugets": {},
"C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {},
"C:\\Program Files\\dotnet\\library-packs": {},
"http://nuget.grapecity.com/nuget": {},
"https://api.nuget.org/v3/index.json": {}
},
"frameworks": {
"netcoreapp3.1": {
"targetAlias": "netcoreapp3.1",
"projectReferences": {}
}
},
"warningProperties": {
"warnAsError": [
"NU1605"
]
}
},
"frameworks": {
"netcoreapp3.1": {
"targetAlias": "netcoreapp3.1",
"dependencies": {
"Microsoft.AspNet.WebApi.Client": {
"target": "Package",
"version": "[5.2.7, )"
},
"Swashbuckle.AspNetCore": {
"target": "Package",
"version": "[6.1.4, )"
},
"Swashbuckle.AspNetCore.Swagger": {
"target": "Package",
"version": "[6.1.4, )"
},
"Swashbuckle.AspNetCore.SwaggerGen": {
"target": "Package",
"version": "[6.1.4, )"
},
"Swashbuckle.AspNetCore.SwaggerUI": {
"target": "Package",
"version": "[6.1.4, )"
},
"System.Data.SqlClient": {
"target": "Package",
"version": "[4.8.2, )"
}
},
"imports": [
"net461",
"net462",
"net47",
"net471",
"net472",
"net48"
],
"assetTargetFallback": true,
"warn": true,
"frameworkReferences": {
"Microsoft.AspNetCore.App": {
"privateAssets": "none"
},
"Microsoft.NETCore.App": {
"privateAssets": "all"
}
},
"runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\5.0.400\\RuntimeIdentifierGraph.json"
}
}
}
}
}

View File

@@ -0,0 +1,27 @@
<?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\Steafn Hutter lokal\.nuget\packages\;C:\Program Files (x86)\Microsoft\Xamarin\NuGet\</NuGetPackageFolders>
<NuGetProjectStyle Condition=" '$(NuGetProjectStyle)' == '' ">PackageReference</NuGetProjectStyle>
<NuGetToolVersion Condition=" '$(NuGetToolVersion)' == '' ">5.11.0</NuGetToolVersion>
</PropertyGroup>
<ItemGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' ">
<SourceRoot Include="C:\Users\Steafn Hutter lokal\.nuget\packages\" />
<SourceRoot Include="C:\Program Files (x86)\Microsoft\Xamarin\NuGet\" />
</ItemGroup>
<PropertyGroup>
<MSBuildAllProjects>$(MSBuildAllProjects);$(MSBuildThisFileFullPath)</MSBuildAllProjects>
</PropertyGroup>
<ImportGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' ">
<Import Project="$(NuGetPackageRoot)microsoft.extensions.apidescription.server\3.0.0\build\Microsoft.Extensions.ApiDescription.Server.props" Condition="Exists('$(NuGetPackageRoot)microsoft.extensions.apidescription.server\3.0.0\build\Microsoft.Extensions.ApiDescription.Server.props')" />
<Import Project="$(NuGetPackageRoot)swashbuckle.aspnetcore\6.1.4\build\Swashbuckle.AspNetCore.props" Condition="Exists('$(NuGetPackageRoot)swashbuckle.aspnetcore\6.1.4\build\Swashbuckle.AspNetCore.props')" />
</ImportGroup>
<PropertyGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' ">
<PkgMicrosoft_Extensions_ApiDescription_Server Condition=" '$(PkgMicrosoft_Extensions_ApiDescription_Server)' == '' ">C:\Users\Steafn Hutter lokal\.nuget\packages\microsoft.extensions.apidescription.server\3.0.0</PkgMicrosoft_Extensions_ApiDescription_Server>
<PkgNewtonsoft_Json Condition=" '$(PkgNewtonsoft_Json)' == '' ">C:\Users\Steafn Hutter lokal\.nuget\packages\newtonsoft.json\10.0.1</PkgNewtonsoft_Json>
</PropertyGroup>
</Project>

View File

@@ -0,0 +1,9 @@
<?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>
<ImportGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' ">
<Import Project="$(NuGetPackageRoot)microsoft.extensions.apidescription.server\3.0.0\build\Microsoft.Extensions.ApiDescription.Server.targets" Condition="Exists('$(NuGetPackageRoot)microsoft.extensions.apidescription.server\3.0.0\build\Microsoft.Extensions.ApiDescription.Server.targets')" />
</ImportGroup>
</Project>

View File

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

View File

@@ -0,0 +1,24 @@
//------------------------------------------------------------------------------
// <auto-generated>
// Dieser Code wurde von einem Tool generiert.
// Laufzeitversion:4.0.30319.42000
//
// Änderungen an dieser Datei können falsches Verhalten verursachen und gehen verloren, wenn
// der Code erneut generiert wird.
// </auto-generated>
//------------------------------------------------------------------------------
using System;
using System.Reflection;
[assembly: Microsoft.Extensions.Configuration.UserSecrets.UserSecretsIdAttribute("63d9da07-3c5c-4579-b199-0c588a351d32")]
[assembly: System.Reflection.AssemblyCompanyAttribute("BWPMService")]
[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
[assembly: System.Reflection.AssemblyProductAttribute("BWPMService")]
[assembly: System.Reflection.AssemblyTitleAttribute("BWPMService")]
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
// Von der MSBuild WriteCodeFragment-Klasse generiert.

View File

@@ -0,0 +1 @@
fe0eb42ab4431ac44944164832c3dc413fbd9957

View File

@@ -0,0 +1,3 @@
is_global = true
build_property.RootNamespace = BWPMService
build_property.ProjectDir = E:\Software-Projekte\DPM\DPM2016\WebAPI\

View File

@@ -0,0 +1,17 @@
//------------------------------------------------------------------------------
// <auto-generated>
// Dieser Code wurde von einem Tool generiert.
// Laufzeitversion:4.0.30319.42000
//
// Änderungen an dieser Datei können falsches Verhalten verursachen und gehen verloren, wenn
// der Code erneut generiert wird.
// </auto-generated>
//------------------------------------------------------------------------------
using System;
using System.Reflection;
[assembly: Microsoft.AspNetCore.Mvc.ApplicationParts.ApplicationPartAttribute("Swashbuckle.AspNetCore.SwaggerGen")]
// Von der MSBuild WriteCodeFragment-Klasse generiert.

View File

@@ -0,0 +1 @@
c8acfb445a603badf6873ae0a84215cba2e69f00

View File

@@ -0,0 +1 @@
925508b782638fe96c7ff3a861d8c8b0bbdbe19b

View File

@@ -0,0 +1,76 @@
E:\Software-Projekte\Lehrlingsparcours\Core\CoreWebAPI1\CoreWebAPI1\bin\Debug\netcoreapp3.1\web.config
E:\Software-Projekte\Lehrlingsparcours\Core\CoreWebAPI1\CoreWebAPI1\bin\Debug\netcoreapp3.1\appsettings.Development.json
E:\Software-Projekte\Lehrlingsparcours\Core\CoreWebAPI1\CoreWebAPI1\bin\Debug\netcoreapp3.1\appsettings.json
E:\Software-Projekte\Lehrlingsparcours\Core\CoreWebAPI1\CoreWebAPI1\bin\Debug\netcoreapp3.1\BWPMService.exe
E:\Software-Projekte\Lehrlingsparcours\Core\CoreWebAPI1\CoreWebAPI1\bin\Debug\netcoreapp3.1\BWPMService.deps.json
E:\Software-Projekte\Lehrlingsparcours\Core\CoreWebAPI1\CoreWebAPI1\bin\Debug\netcoreapp3.1\BWPMService.runtimeconfig.json
E:\Software-Projekte\Lehrlingsparcours\Core\CoreWebAPI1\CoreWebAPI1\bin\Debug\netcoreapp3.1\BWPMService.runtimeconfig.dev.json
E:\Software-Projekte\Lehrlingsparcours\Core\CoreWebAPI1\CoreWebAPI1\bin\Debug\netcoreapp3.1\BWPMService.dll
E:\Software-Projekte\Lehrlingsparcours\Core\CoreWebAPI1\CoreWebAPI1\bin\Debug\netcoreapp3.1\BWPMService.pdb
E:\Software-Projekte\Lehrlingsparcours\Core\CoreWebAPI1\CoreWebAPI1\bin\Debug\netcoreapp3.1\System.Net.Http.Formatting.dll
E:\Software-Projekte\Lehrlingsparcours\Core\CoreWebAPI1\CoreWebAPI1\bin\Debug\netcoreapp3.1\Microsoft.OpenApi.dll
E:\Software-Projekte\Lehrlingsparcours\Core\CoreWebAPI1\CoreWebAPI1\bin\Debug\netcoreapp3.1\Newtonsoft.Json.dll
E:\Software-Projekte\Lehrlingsparcours\Core\CoreWebAPI1\CoreWebAPI1\bin\Debug\netcoreapp3.1\Newtonsoft.Json.Bson.dll
E:\Software-Projekte\Lehrlingsparcours\Core\CoreWebAPI1\CoreWebAPI1\bin\Debug\netcoreapp3.1\Swashbuckle.AspNetCore.Swagger.dll
E:\Software-Projekte\Lehrlingsparcours\Core\CoreWebAPI1\CoreWebAPI1\bin\Debug\netcoreapp3.1\Swashbuckle.AspNetCore.SwaggerGen.dll
E:\Software-Projekte\Lehrlingsparcours\Core\CoreWebAPI1\CoreWebAPI1\bin\Debug\netcoreapp3.1\Swashbuckle.AspNetCore.SwaggerUI.dll
E:\Software-Projekte\Lehrlingsparcours\Core\CoreWebAPI1\CoreWebAPI1\bin\Debug\netcoreapp3.1\System.Data.SqlClient.dll
E:\Software-Projekte\Lehrlingsparcours\Core\CoreWebAPI1\CoreWebAPI1\bin\Debug\netcoreapp3.1\runtimes\win-arm64\native\sni.dll
E:\Software-Projekte\Lehrlingsparcours\Core\CoreWebAPI1\CoreWebAPI1\bin\Debug\netcoreapp3.1\runtimes\win-x64\native\sni.dll
E:\Software-Projekte\Lehrlingsparcours\Core\CoreWebAPI1\CoreWebAPI1\bin\Debug\netcoreapp3.1\runtimes\win-x86\native\sni.dll
E:\Software-Projekte\Lehrlingsparcours\Core\CoreWebAPI1\CoreWebAPI1\bin\Debug\netcoreapp3.1\runtimes\unix\lib\netcoreapp2.1\System.Data.SqlClient.dll
E:\Software-Projekte\Lehrlingsparcours\Core\CoreWebAPI1\CoreWebAPI1\bin\Debug\netcoreapp3.1\runtimes\win\lib\netcoreapp2.1\System.Data.SqlClient.dll
E:\Software-Projekte\Lehrlingsparcours\Core\CoreWebAPI1\CoreWebAPI1\bin\Debug\netcoreapp3.1\MyModels.dll
E:\Software-Projekte\Lehrlingsparcours\Core\CoreWebAPI1\CoreWebAPI1\bin\Debug\netcoreapp3.1\MyModels.pdb
E:\Software-Projekte\Lehrlingsparcours\Core\CoreWebAPI1\CoreWebAPI1\obj\Debug\netcoreapp3.1\BWPMService.csprojAssemblyReference.cache
E:\Software-Projekte\Lehrlingsparcours\Core\CoreWebAPI1\CoreWebAPI1\obj\Debug\netcoreapp3.1\BWPMService.AssemblyInfoInputs.cache
E:\Software-Projekte\Lehrlingsparcours\Core\CoreWebAPI1\CoreWebAPI1\obj\Debug\netcoreapp3.1\BWPMService.AssemblyInfo.cs
E:\Software-Projekte\Lehrlingsparcours\Core\CoreWebAPI1\CoreWebAPI1\obj\Debug\netcoreapp3.1\BWPMService.csproj.CoreCompileInputs.cache
E:\Software-Projekte\Lehrlingsparcours\Core\CoreWebAPI1\CoreWebAPI1\obj\Debug\netcoreapp3.1\BWPMService.MvcApplicationPartsAssemblyInfo.cs
E:\Software-Projekte\Lehrlingsparcours\Core\CoreWebAPI1\CoreWebAPI1\obj\Debug\netcoreapp3.1\BWPMService.MvcApplicationPartsAssemblyInfo.cache
E:\Software-Projekte\Lehrlingsparcours\Core\CoreWebAPI1\CoreWebAPI1\obj\Debug\netcoreapp3.1\staticwebassets\BWPMService.StaticWebAssets.Manifest.cache
E:\Software-Projekte\Lehrlingsparcours\Core\CoreWebAPI1\CoreWebAPI1\obj\Debug\netcoreapp3.1\staticwebassets\BWPMService.StaticWebAssets.xml
E:\Software-Projekte\Lehrlingsparcours\Core\CoreWebAPI1\CoreWebAPI1\obj\Debug\netcoreapp3.1\scopedcss\bundle\BWPMService.styles.css
E:\Software-Projekte\Lehrlingsparcours\Core\CoreWebAPI1\CoreWebAPI1\obj\Debug\netcoreapp3.1\BWPMService.RazorTargetAssemblyInfo.cache
E:\Software-Projekte\Lehrlingsparcours\Core\CoreWebAPI1\CoreWebAPI1\obj\Debug\netcoreapp3.1\BWPMService.csproj.CopyComplete
E:\Software-Projekte\Lehrlingsparcours\Core\CoreWebAPI1\CoreWebAPI1\obj\Debug\netcoreapp3.1\BWPMService.dll
E:\Software-Projekte\Lehrlingsparcours\Core\CoreWebAPI1\CoreWebAPI1\obj\Debug\netcoreapp3.1\BWPMService.pdb
E:\Software-Projekte\Lehrlingsparcours\Core\CoreWebAPI1\CoreWebAPI1\obj\Debug\netcoreapp3.1\BWPMService.genruntimeconfig.cache
E:\Software-Projekte\Lehrlingsparcours\Core\BWPM\CoreWebAPI1\bin\Debug\netcoreapp3.1\web.config
E:\Software-Projekte\Lehrlingsparcours\Core\BWPM\CoreWebAPI1\bin\Debug\netcoreapp3.1\appsettings.Development.json
E:\Software-Projekte\Lehrlingsparcours\Core\BWPM\CoreWebAPI1\bin\Debug\netcoreapp3.1\appsettings.json
E:\Software-Projekte\Lehrlingsparcours\Core\BWPM\CoreWebAPI1\bin\Debug\netcoreapp3.1\BWPMService.exe
E:\Software-Projekte\Lehrlingsparcours\Core\BWPM\CoreWebAPI1\bin\Debug\netcoreapp3.1\BWPMService.deps.json
E:\Software-Projekte\Lehrlingsparcours\Core\BWPM\CoreWebAPI1\bin\Debug\netcoreapp3.1\BWPMService.runtimeconfig.json
E:\Software-Projekte\Lehrlingsparcours\Core\BWPM\CoreWebAPI1\bin\Debug\netcoreapp3.1\BWPMService.runtimeconfig.dev.json
E:\Software-Projekte\Lehrlingsparcours\Core\BWPM\CoreWebAPI1\bin\Debug\netcoreapp3.1\BWPMService.dll
E:\Software-Projekte\Lehrlingsparcours\Core\BWPM\CoreWebAPI1\bin\Debug\netcoreapp3.1\BWPMService.pdb
E:\Software-Projekte\Lehrlingsparcours\Core\BWPM\CoreWebAPI1\bin\Debug\netcoreapp3.1\System.Net.Http.Formatting.dll
E:\Software-Projekte\Lehrlingsparcours\Core\BWPM\CoreWebAPI1\bin\Debug\netcoreapp3.1\Microsoft.OpenApi.dll
E:\Software-Projekte\Lehrlingsparcours\Core\BWPM\CoreWebAPI1\bin\Debug\netcoreapp3.1\Newtonsoft.Json.dll
E:\Software-Projekte\Lehrlingsparcours\Core\BWPM\CoreWebAPI1\bin\Debug\netcoreapp3.1\Newtonsoft.Json.Bson.dll
E:\Software-Projekte\Lehrlingsparcours\Core\BWPM\CoreWebAPI1\bin\Debug\netcoreapp3.1\Swashbuckle.AspNetCore.Swagger.dll
E:\Software-Projekte\Lehrlingsparcours\Core\BWPM\CoreWebAPI1\bin\Debug\netcoreapp3.1\Swashbuckle.AspNetCore.SwaggerGen.dll
E:\Software-Projekte\Lehrlingsparcours\Core\BWPM\CoreWebAPI1\bin\Debug\netcoreapp3.1\Swashbuckle.AspNetCore.SwaggerUI.dll
E:\Software-Projekte\Lehrlingsparcours\Core\BWPM\CoreWebAPI1\bin\Debug\netcoreapp3.1\System.Data.SqlClient.dll
E:\Software-Projekte\Lehrlingsparcours\Core\BWPM\CoreWebAPI1\bin\Debug\netcoreapp3.1\runtimes\win-arm64\native\sni.dll
E:\Software-Projekte\Lehrlingsparcours\Core\BWPM\CoreWebAPI1\bin\Debug\netcoreapp3.1\runtimes\win-x64\native\sni.dll
E:\Software-Projekte\Lehrlingsparcours\Core\BWPM\CoreWebAPI1\bin\Debug\netcoreapp3.1\runtimes\win-x86\native\sni.dll
E:\Software-Projekte\Lehrlingsparcours\Core\BWPM\CoreWebAPI1\bin\Debug\netcoreapp3.1\runtimes\unix\lib\netcoreapp2.1\System.Data.SqlClient.dll
E:\Software-Projekte\Lehrlingsparcours\Core\BWPM\CoreWebAPI1\bin\Debug\netcoreapp3.1\runtimes\win\lib\netcoreapp2.1\System.Data.SqlClient.dll
E:\Software-Projekte\Lehrlingsparcours\Core\BWPM\CoreWebAPI1\bin\Debug\netcoreapp3.1\BWPMModels.dll
E:\Software-Projekte\Lehrlingsparcours\Core\BWPM\CoreWebAPI1\bin\Debug\netcoreapp3.1\BWPMModels.pdb
E:\Software-Projekte\Lehrlingsparcours\Core\BWPM\CoreWebAPI1\obj\Debug\netcoreapp3.1\BWPMService.csproj.AssemblyReference.cache
E:\Software-Projekte\Lehrlingsparcours\Core\BWPM\CoreWebAPI1\obj\Debug\netcoreapp3.1\BWPMService.AssemblyInfoInputs.cache
E:\Software-Projekte\Lehrlingsparcours\Core\BWPM\CoreWebAPI1\obj\Debug\netcoreapp3.1\BWPMService.AssemblyInfo.cs
E:\Software-Projekte\Lehrlingsparcours\Core\BWPM\CoreWebAPI1\obj\Debug\netcoreapp3.1\BWPMService.csproj.CoreCompileInputs.cache
E:\Software-Projekte\Lehrlingsparcours\Core\BWPM\CoreWebAPI1\obj\Debug\netcoreapp3.1\BWPMService.MvcApplicationPartsAssemblyInfo.cs
E:\Software-Projekte\Lehrlingsparcours\Core\BWPM\CoreWebAPI1\obj\Debug\netcoreapp3.1\BWPMService.MvcApplicationPartsAssemblyInfo.cache
E:\Software-Projekte\Lehrlingsparcours\Core\BWPM\CoreWebAPI1\obj\Debug\netcoreapp3.1\staticwebassets\BWPMService.StaticWebAssets.Manifest.cache
E:\Software-Projekte\Lehrlingsparcours\Core\BWPM\CoreWebAPI1\obj\Debug\netcoreapp3.1\staticwebassets\BWPMService.StaticWebAssets.xml
E:\Software-Projekte\Lehrlingsparcours\Core\BWPM\CoreWebAPI1\obj\Debug\netcoreapp3.1\scopedcss\bundle\BWPMService.styles.css
E:\Software-Projekte\Lehrlingsparcours\Core\BWPM\CoreWebAPI1\obj\Debug\netcoreapp3.1\BWPMService.RazorTargetAssemblyInfo.cache
E:\Software-Projekte\Lehrlingsparcours\Core\BWPM\CoreWebAPI1\obj\Debug\netcoreapp3.1\BWPMService.csproj.CopyComplete
E:\Software-Projekte\Lehrlingsparcours\Core\BWPM\CoreWebAPI1\obj\Debug\netcoreapp3.1\BWPMService.dll
E:\Software-Projekte\Lehrlingsparcours\Core\BWPM\CoreWebAPI1\obj\Debug\netcoreapp3.1\BWPMService.pdb
E:\Software-Projekte\Lehrlingsparcours\Core\BWPM\CoreWebAPI1\obj\Debug\netcoreapp3.1\BWPMService.genruntimeconfig.cache

Binary file not shown.

View File

@@ -0,0 +1 @@
64ab87c1843a8da4d2efc32e8130f01a884a9074

Binary file not shown.

View File

@@ -0,0 +1,24 @@
//------------------------------------------------------------------------------
// <auto-generated>
// Dieser Code wurde von einem Tool generiert.
// Laufzeitversion:4.0.30319.42000
//
// Änderungen an dieser Datei können falsches Verhalten verursachen und gehen verloren, wenn
// der Code erneut generiert wird.
// </auto-generated>
//------------------------------------------------------------------------------
using System;
using System.Reflection;
[assembly: Microsoft.Extensions.Configuration.UserSecrets.UserSecretsIdAttribute("63d9da07-3c5c-4579-b199-0c588a351d32")]
[assembly: System.Reflection.AssemblyCompanyAttribute("CoreWebAPI1")]
[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
[assembly: System.Reflection.AssemblyProductAttribute("CoreWebAPI1")]
[assembly: System.Reflection.AssemblyTitleAttribute("CoreWebAPI1")]
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
// Von der MSBuild WriteCodeFragment-Klasse generiert.

View File

@@ -0,0 +1 @@
11a3020eec6e6ff29b00d30a4c202cf2e691e941

View File

@@ -0,0 +1,17 @@
//------------------------------------------------------------------------------
// <auto-generated>
// Dieser Code wurde von einem Tool generiert.
// Laufzeitversion:4.0.30319.42000
//
// Änderungen an dieser Datei können falsches Verhalten verursachen und gehen verloren, wenn
// der Code erneut generiert wird.
// </auto-generated>
//------------------------------------------------------------------------------
using System;
using System.Reflection;
[assembly: Microsoft.AspNetCore.Mvc.ApplicationParts.ApplicationPartAttribute("Swashbuckle.AspNetCore.SwaggerGen")]
// Von der MSBuild WriteCodeFragment-Klasse generiert.

View File

@@ -0,0 +1 @@
12eddc81bd3dacbeb3506eb87eb5bdaba50db2dc

View File

@@ -0,0 +1 @@
db7bc4262fd5242d4b089b048280edb8fbcbe9e6

View File

@@ -0,0 +1,35 @@
E:\Software-Projekte\_Demos\__MVCDemos\CoreWebAPI1\CoreWebAPI1\bin\Debug\netcoreapp3.1\web.config
E:\Software-Projekte\_Demos\__MVCDemos\CoreWebAPI1\CoreWebAPI1\bin\Debug\netcoreapp3.1\appsettings.Development.json
E:\Software-Projekte\_Demos\__MVCDemos\CoreWebAPI1\CoreWebAPI1\bin\Debug\netcoreapp3.1\appsettings.json
E:\Software-Projekte\_Demos\__MVCDemos\CoreWebAPI1\CoreWebAPI1\bin\Debug\netcoreapp3.1\CoreWebAPI1.exe
E:\Software-Projekte\_Demos\__MVCDemos\CoreWebAPI1\CoreWebAPI1\bin\Debug\netcoreapp3.1\CoreWebAPI1.deps.json
E:\Software-Projekte\_Demos\__MVCDemos\CoreWebAPI1\CoreWebAPI1\bin\Debug\netcoreapp3.1\CoreWebAPI1.runtimeconfig.json
E:\Software-Projekte\_Demos\__MVCDemos\CoreWebAPI1\CoreWebAPI1\bin\Debug\netcoreapp3.1\CoreWebAPI1.runtimeconfig.dev.json
E:\Software-Projekte\_Demos\__MVCDemos\CoreWebAPI1\CoreWebAPI1\bin\Debug\netcoreapp3.1\CoreWebAPI1.dll
E:\Software-Projekte\_Demos\__MVCDemos\CoreWebAPI1\CoreWebAPI1\bin\Debug\netcoreapp3.1\CoreWebAPI1.pdb
E:\Software-Projekte\_Demos\__MVCDemos\CoreWebAPI1\CoreWebAPI1\bin\Debug\netcoreapp3.1\Microsoft.OpenApi.dll
E:\Software-Projekte\_Demos\__MVCDemos\CoreWebAPI1\CoreWebAPI1\bin\Debug\netcoreapp3.1\Swashbuckle.AspNetCore.Swagger.dll
E:\Software-Projekte\_Demos\__MVCDemos\CoreWebAPI1\CoreWebAPI1\bin\Debug\netcoreapp3.1\Swashbuckle.AspNetCore.SwaggerGen.dll
E:\Software-Projekte\_Demos\__MVCDemos\CoreWebAPI1\CoreWebAPI1\bin\Debug\netcoreapp3.1\Swashbuckle.AspNetCore.SwaggerUI.dll
E:\Software-Projekte\_Demos\__MVCDemos\CoreWebAPI1\CoreWebAPI1\bin\Debug\netcoreapp3.1\System.Data.SqlClient.dll
E:\Software-Projekte\_Demos\__MVCDemos\CoreWebAPI1\CoreWebAPI1\bin\Debug\netcoreapp3.1\runtimes\win-arm64\native\sni.dll
E:\Software-Projekte\_Demos\__MVCDemos\CoreWebAPI1\CoreWebAPI1\bin\Debug\netcoreapp3.1\runtimes\win-x64\native\sni.dll
E:\Software-Projekte\_Demos\__MVCDemos\CoreWebAPI1\CoreWebAPI1\bin\Debug\netcoreapp3.1\runtimes\win-x86\native\sni.dll
E:\Software-Projekte\_Demos\__MVCDemos\CoreWebAPI1\CoreWebAPI1\bin\Debug\netcoreapp3.1\runtimes\unix\lib\netcoreapp2.1\System.Data.SqlClient.dll
E:\Software-Projekte\_Demos\__MVCDemos\CoreWebAPI1\CoreWebAPI1\bin\Debug\netcoreapp3.1\runtimes\win\lib\netcoreapp2.1\System.Data.SqlClient.dll
E:\Software-Projekte\_Demos\__MVCDemos\CoreWebAPI1\CoreWebAPI1\bin\Debug\netcoreapp3.1\MyModels.dll
E:\Software-Projekte\_Demos\__MVCDemos\CoreWebAPI1\CoreWebAPI1\bin\Debug\netcoreapp3.1\MyModels.pdb
E:\Software-Projekte\_Demos\__MVCDemos\CoreWebAPI1\CoreWebAPI1\obj\Debug\netcoreapp3.1\CoreWebAPI1.csprojAssemblyReference.cache
E:\Software-Projekte\_Demos\__MVCDemos\CoreWebAPI1\CoreWebAPI1\obj\Debug\netcoreapp3.1\CoreWebAPI1.AssemblyInfoInputs.cache
E:\Software-Projekte\_Demos\__MVCDemos\CoreWebAPI1\CoreWebAPI1\obj\Debug\netcoreapp3.1\CoreWebAPI1.AssemblyInfo.cs
E:\Software-Projekte\_Demos\__MVCDemos\CoreWebAPI1\CoreWebAPI1\obj\Debug\netcoreapp3.1\CoreWebAPI1.csproj.CoreCompileInputs.cache
E:\Software-Projekte\_Demos\__MVCDemos\CoreWebAPI1\CoreWebAPI1\obj\Debug\netcoreapp3.1\CoreWebAPI1.MvcApplicationPartsAssemblyInfo.cs
E:\Software-Projekte\_Demos\__MVCDemos\CoreWebAPI1\CoreWebAPI1\obj\Debug\netcoreapp3.1\CoreWebAPI1.MvcApplicationPartsAssemblyInfo.cache
E:\Software-Projekte\_Demos\__MVCDemos\CoreWebAPI1\CoreWebAPI1\obj\Debug\netcoreapp3.1\staticwebassets\CoreWebAPI1.StaticWebAssets.Manifest.cache
E:\Software-Projekte\_Demos\__MVCDemos\CoreWebAPI1\CoreWebAPI1\obj\Debug\netcoreapp3.1\staticwebassets\CoreWebAPI1.StaticWebAssets.xml
E:\Software-Projekte\_Demos\__MVCDemos\CoreWebAPI1\CoreWebAPI1\obj\Debug\netcoreapp3.1\scopedcss\bundle\CoreWebAPI1.styles.css
E:\Software-Projekte\_Demos\__MVCDemos\CoreWebAPI1\CoreWebAPI1\obj\Debug\netcoreapp3.1\CoreWebAPI1.RazorTargetAssemblyInfo.cache
E:\Software-Projekte\_Demos\__MVCDemos\CoreWebAPI1\CoreWebAPI1\obj\Debug\netcoreapp3.1\CoreWebAPI1.csproj.CopyComplete
E:\Software-Projekte\_Demos\__MVCDemos\CoreWebAPI1\CoreWebAPI1\obj\Debug\netcoreapp3.1\CoreWebAPI1.dll
E:\Software-Projekte\_Demos\__MVCDemos\CoreWebAPI1\CoreWebAPI1\obj\Debug\netcoreapp3.1\CoreWebAPI1.pdb
E:\Software-Projekte\_Demos\__MVCDemos\CoreWebAPI1\CoreWebAPI1\obj\Debug\netcoreapp3.1\CoreWebAPI1.genruntimeconfig.cache

Binary file not shown.

View File

@@ -0,0 +1 @@
7e80213128cbd51913ecef43b68bffd63c49a855

Binary file not shown.

View File

@@ -0,0 +1,24 @@
//------------------------------------------------------------------------------
// <auto-generated>
// Dieser Code wurde von einem Tool generiert.
// Laufzeitversion:4.0.30319.42000
//
// Änderungen an dieser Datei können falsches Verhalten verursachen und gehen verloren, wenn
// der Code erneut generiert wird.
// </auto-generated>
//------------------------------------------------------------------------------
using System;
using System.Reflection;
[assembly: Microsoft.Extensions.Configuration.UserSecrets.UserSecretsIdAttribute("63d9da07-3c5c-4579-b199-0c588a351d32")]
[assembly: System.Reflection.AssemblyCompanyAttribute("DPMService")]
[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
[assembly: System.Reflection.AssemblyProductAttribute("DPMService")]
[assembly: System.Reflection.AssemblyTitleAttribute("DPMService")]
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
// Von der MSBuild WriteCodeFragment-Klasse generiert.

View File

@@ -0,0 +1 @@
755c212f9f6146b1cf61a48e86424220bd7048bf

View File

@@ -0,0 +1,3 @@
is_global = true
build_property.RootNamespace = DPMService
build_property.ProjectDir = E:\Software-Projekte\DPM\DPM2016\WebAPI\

View File

@@ -0,0 +1,17 @@
//------------------------------------------------------------------------------
// <auto-generated>
// Dieser Code wurde von einem Tool generiert.
// Laufzeitversion:4.0.30319.42000
//
// Änderungen an dieser Datei können falsches Verhalten verursachen und gehen verloren, wenn
// der Code erneut generiert wird.
// </auto-generated>
//------------------------------------------------------------------------------
using System;
using System.Reflection;
[assembly: Microsoft.AspNetCore.Mvc.ApplicationParts.ApplicationPartAttribute("Swashbuckle.AspNetCore.SwaggerGen")]
// Von der MSBuild WriteCodeFragment-Klasse generiert.

View File

@@ -0,0 +1 @@
6768c33d7e4bb48559a6d76c252cc70a3520f959

Binary file not shown.

View File

@@ -0,0 +1 @@
5d2f54d90d3c73dff8703ca9db97497e623cfbbf

View File

@@ -0,0 +1,37 @@
E:\Software-Projekte\DPM\DPM2016\WebAPI\obj\Debug\netcoreapp3.1\DPMService.GeneratedMSBuildEditorConfig.editorconfig
E:\Software-Projekte\DPM\DPM2016\WebAPI\obj\Debug\netcoreapp3.1\DPMService.AssemblyInfoInputs.cache
E:\Software-Projekte\DPM\DPM2016\WebAPI\obj\Debug\netcoreapp3.1\DPMService.AssemblyInfo.cs
E:\Software-Projekte\DPM\DPM2016\WebAPI\obj\Debug\netcoreapp3.1\DPMService.csproj.CoreCompileInputs.cache
E:\Software-Projekte\DPM\DPM2016\WebAPI\obj\Debug\netcoreapp3.1\DPMService.MvcApplicationPartsAssemblyInfo.cs
E:\Software-Projekte\DPM\DPM2016\WebAPI\obj\Debug\netcoreapp3.1\DPMService.MvcApplicationPartsAssemblyInfo.cache
E:\Software-Projekte\DPM\DPM2016\WebAPI\bin\Debug\netcoreapp3.1\web.config
E:\Software-Projekte\DPM\DPM2016\WebAPI\bin\Debug\netcoreapp3.1\appsettings.Development.json
E:\Software-Projekte\DPM\DPM2016\WebAPI\bin\Debug\netcoreapp3.1\appsettings.json
E:\Software-Projekte\DPM\DPM2016\WebAPI\bin\Debug\netcoreapp3.1\DPMService.exe
E:\Software-Projekte\DPM\DPM2016\WebAPI\bin\Debug\netcoreapp3.1\DPMService.deps.json
E:\Software-Projekte\DPM\DPM2016\WebAPI\bin\Debug\netcoreapp3.1\DPMService.runtimeconfig.json
E:\Software-Projekte\DPM\DPM2016\WebAPI\bin\Debug\netcoreapp3.1\DPMService.runtimeconfig.dev.json
E:\Software-Projekte\DPM\DPM2016\WebAPI\bin\Debug\netcoreapp3.1\DPMService.dll
E:\Software-Projekte\DPM\DPM2016\WebAPI\bin\Debug\netcoreapp3.1\DPMService.pdb
E:\Software-Projekte\DPM\DPM2016\WebAPI\bin\Debug\netcoreapp3.1\System.Net.Http.Formatting.dll
E:\Software-Projekte\DPM\DPM2016\WebAPI\bin\Debug\netcoreapp3.1\Microsoft.OpenApi.dll
E:\Software-Projekte\DPM\DPM2016\WebAPI\bin\Debug\netcoreapp3.1\Newtonsoft.Json.dll
E:\Software-Projekte\DPM\DPM2016\WebAPI\bin\Debug\netcoreapp3.1\Newtonsoft.Json.Bson.dll
E:\Software-Projekte\DPM\DPM2016\WebAPI\bin\Debug\netcoreapp3.1\Swashbuckle.AspNetCore.Swagger.dll
E:\Software-Projekte\DPM\DPM2016\WebAPI\bin\Debug\netcoreapp3.1\Swashbuckle.AspNetCore.SwaggerGen.dll
E:\Software-Projekte\DPM\DPM2016\WebAPI\bin\Debug\netcoreapp3.1\Swashbuckle.AspNetCore.SwaggerUI.dll
E:\Software-Projekte\DPM\DPM2016\WebAPI\bin\Debug\netcoreapp3.1\System.Data.SqlClient.dll
E:\Software-Projekte\DPM\DPM2016\WebAPI\bin\Debug\netcoreapp3.1\runtimes\win-arm64\native\sni.dll
E:\Software-Projekte\DPM\DPM2016\WebAPI\bin\Debug\netcoreapp3.1\runtimes\win-x64\native\sni.dll
E:\Software-Projekte\DPM\DPM2016\WebAPI\bin\Debug\netcoreapp3.1\runtimes\win-x86\native\sni.dll
E:\Software-Projekte\DPM\DPM2016\WebAPI\bin\Debug\netcoreapp3.1\runtimes\unix\lib\netcoreapp2.1\System.Data.SqlClient.dll
E:\Software-Projekte\DPM\DPM2016\WebAPI\bin\Debug\netcoreapp3.1\runtimes\win\lib\netcoreapp2.1\System.Data.SqlClient.dll
E:\Software-Projekte\DPM\DPM2016\WebAPI\obj\Debug\netcoreapp3.1\staticwebassets\DPMService.StaticWebAssets.Manifest.cache
E:\Software-Projekte\DPM\DPM2016\WebAPI\obj\Debug\netcoreapp3.1\staticwebassets\DPMService.StaticWebAssets.xml
E:\Software-Projekte\DPM\DPM2016\WebAPI\obj\Debug\netcoreapp3.1\scopedcss\bundle\DPMService.styles.css
E:\Software-Projekte\DPM\DPM2016\WebAPI\obj\Debug\netcoreapp3.1\DPMService.RazorTargetAssemblyInfo.cache
E:\Software-Projekte\DPM\DPM2016\WebAPI\obj\Debug\netcoreapp3.1\DPMService.csproj.CopyComplete
E:\Software-Projekte\DPM\DPM2016\WebAPI\obj\Debug\netcoreapp3.1\DPMService.dll
E:\Software-Projekte\DPM\DPM2016\WebAPI\obj\Debug\netcoreapp3.1\DPMService.pdb
E:\Software-Projekte\DPM\DPM2016\WebAPI\obj\Debug\netcoreapp3.1\DPMService.genruntimeconfig.cache
E:\Software-Projekte\DPM\DPM2016\WebAPI\obj\Debug\netcoreapp3.1\DPMService.csproj.AssemblyReference.cache

Binary file not shown.

View File

@@ -0,0 +1 @@
cdf34e90a2bf876123f580c7223c8e9f3725ba3f

Binary file not shown.

File diff suppressed because it is too large Load Diff

View File

@@ -0,0 +1,13 @@
{
"runtimeOptions": {
"tfm": "netcoreapp3.1",
"framework": {
"name": "Microsoft.AspNetCore.App",
"version": "3.1.0"
},
"configProperties": {
"System.GC.Server": true,
"System.Runtime.Serialization.EnableUnsafeBinaryFormatterSerialization": false
}
}
}

View File

@@ -0,0 +1,9 @@
{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft": "Warning",
"Microsoft.Hosting.Lifetime": "Information"
}
}
}

View File

@@ -0,0 +1,15 @@
{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft": "Warning",
"Microsoft.Hosting.Lifetime": "Information"
}
},
"ConnectionStrings": {
"DBConnection": "Server=shu00;Database=BWPM;user=sa;password=*shu29;MultipleActiveResultSets=true"
},
"AllowedHosts": "*",
"ApiKey": "BgWSbwCNM3pEiCxgIlDEyD7HFpUgKPeL8OPDqH9n,BgWSbwCNM3pEiCxgIlDEyD7HFpUgKPeL8OPDqH9nX,BgWSbwCNM3pEiCxgIlDEyD7HFpUgKPeL8OPDqH9ny",
"ApiCheck": "e913aab4-c2c5-4e33-ad24-d25848f748e7"
}

View File

@@ -0,0 +1,25 @@
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<location path="." inheritInChildApplications="false">
<system.webServer>
<modules runAllManagedModulesForAllRequests="true">
<remove name="WebDAVModule" />
</modules>
<handlers>
<add name="aspNetCore" path="*" verb="*" modules="AspNetCoreModuleV2" resourceType="Unspecified" />
<remove name="WebDAV" />
</handlers>
<aspNetCore processPath="dotnet" arguments=".\BWPMService.dll" stdoutLogEnabled="false" hostingModel="InProcess" stdoutLogFile=".\logs\stdout">
<environmentVariables>
<environmentVariable name="ASPNETCORE_ENVIRONMENT" value="Development" />
</environmentVariables>
</aspNetCore>
</system.webServer>
</location>
<system.web>
<!--<authentication mode="Forms">
<forms cookieless="UseCookies" />
</authentication>-->
</system.web>
</configuration>
<!--ProjectGuid: 8be1b283-af68-4a4b-806c-f4d69434143b-->

View File

@@ -0,0 +1,20 @@
E:\Software-Projekte\_Demos\__MVCDemos\CoreWebAPI1\CoreWebAPI1\obj\Debug\netcoreapp3.1\PubTmp\Out\CoreWebAPI1.exe
E:\Software-Projekte\_Demos\__MVCDemos\CoreWebAPI1\CoreWebAPI1\obj\Debug\netcoreapp3.1\PubTmp\Out\web.config
E:\Software-Projekte\_Demos\__MVCDemos\CoreWebAPI1\CoreWebAPI1\obj\Debug\netcoreapp3.1\PubTmp\Out\appsettings.Development.json
E:\Software-Projekte\_Demos\__MVCDemos\CoreWebAPI1\CoreWebAPI1\obj\Debug\netcoreapp3.1\PubTmp\Out\appsettings.json
E:\Software-Projekte\_Demos\__MVCDemos\CoreWebAPI1\CoreWebAPI1\obj\Debug\netcoreapp3.1\PubTmp\Out\CoreWebAPI1.dll
E:\Software-Projekte\_Demos\__MVCDemos\CoreWebAPI1\CoreWebAPI1\obj\Debug\netcoreapp3.1\PubTmp\Out\CoreWebAPI1.deps.json
E:\Software-Projekte\_Demos\__MVCDemos\CoreWebAPI1\CoreWebAPI1\obj\Debug\netcoreapp3.1\PubTmp\Out\CoreWebAPI1.runtimeconfig.json
E:\Software-Projekte\_Demos\__MVCDemos\CoreWebAPI1\CoreWebAPI1\obj\Debug\netcoreapp3.1\PubTmp\Out\CoreWebAPI1.pdb
E:\Software-Projekte\_Demos\__MVCDemos\CoreWebAPI1\CoreWebAPI1\obj\Debug\netcoreapp3.1\PubTmp\Out\Microsoft.OpenApi.dll
E:\Software-Projekte\_Demos\__MVCDemos\CoreWebAPI1\CoreWebAPI1\obj\Debug\netcoreapp3.1\PubTmp\Out\Swashbuckle.AspNetCore.Swagger.dll
E:\Software-Projekte\_Demos\__MVCDemos\CoreWebAPI1\CoreWebAPI1\obj\Debug\netcoreapp3.1\PubTmp\Out\Swashbuckle.AspNetCore.SwaggerGen.dll
E:\Software-Projekte\_Demos\__MVCDemos\CoreWebAPI1\CoreWebAPI1\obj\Debug\netcoreapp3.1\PubTmp\Out\Swashbuckle.AspNetCore.SwaggerUI.dll
E:\Software-Projekte\_Demos\__MVCDemos\CoreWebAPI1\CoreWebAPI1\obj\Debug\netcoreapp3.1\PubTmp\Out\System.Data.SqlClient.dll
E:\Software-Projekte\_Demos\__MVCDemos\CoreWebAPI1\CoreWebAPI1\obj\Debug\netcoreapp3.1\PubTmp\Out\runtimes\win-arm64\native\sni.dll
E:\Software-Projekte\_Demos\__MVCDemos\CoreWebAPI1\CoreWebAPI1\obj\Debug\netcoreapp3.1\PubTmp\Out\runtimes\win-x64\native\sni.dll
E:\Software-Projekte\_Demos\__MVCDemos\CoreWebAPI1\CoreWebAPI1\obj\Debug\netcoreapp3.1\PubTmp\Out\runtimes\win-x86\native\sni.dll
E:\Software-Projekte\_Demos\__MVCDemos\CoreWebAPI1\CoreWebAPI1\obj\Debug\netcoreapp3.1\PubTmp\Out\runtimes\unix\lib\netcoreapp2.1\System.Data.SqlClient.dll
E:\Software-Projekte\_Demos\__MVCDemos\CoreWebAPI1\CoreWebAPI1\obj\Debug\netcoreapp3.1\PubTmp\Out\runtimes\win\lib\netcoreapp2.1\System.Data.SqlClient.dll
E:\Software-Projekte\_Demos\__MVCDemos\CoreWebAPI1\CoreWebAPI1\obj\Debug\netcoreapp3.1\PubTmp\Out\MyModels.dll
E:\Software-Projekte\_Demos\__MVCDemos\CoreWebAPI1\CoreWebAPI1\obj\Debug\netcoreapp3.1\PubTmp\Out\MyModels.pdb

View File

@@ -0,0 +1,23 @@
E:\Software-Projekte\Lehrlingsparcours\Core\BWPM\CoreWebAPI1\obj\Debug\netcoreapp3.1\PubTmp\Out\BWPMService.exe
E:\Software-Projekte\Lehrlingsparcours\Core\BWPM\CoreWebAPI1\obj\Debug\netcoreapp3.1\PubTmp\Out\web.config
E:\Software-Projekte\Lehrlingsparcours\Core\BWPM\CoreWebAPI1\obj\Debug\netcoreapp3.1\PubTmp\Out\appsettings.Development.json
E:\Software-Projekte\Lehrlingsparcours\Core\BWPM\CoreWebAPI1\obj\Debug\netcoreapp3.1\PubTmp\Out\appsettings.json
E:\Software-Projekte\Lehrlingsparcours\Core\BWPM\CoreWebAPI1\obj\Debug\netcoreapp3.1\PubTmp\Out\BWPMService.dll
E:\Software-Projekte\Lehrlingsparcours\Core\BWPM\CoreWebAPI1\obj\Debug\netcoreapp3.1\PubTmp\Out\BWPMService.deps.json
E:\Software-Projekte\Lehrlingsparcours\Core\BWPM\CoreWebAPI1\obj\Debug\netcoreapp3.1\PubTmp\Out\BWPMService.runtimeconfig.json
E:\Software-Projekte\Lehrlingsparcours\Core\BWPM\CoreWebAPI1\obj\Debug\netcoreapp3.1\PubTmp\Out\BWPMService.pdb
E:\Software-Projekte\Lehrlingsparcours\Core\BWPM\CoreWebAPI1\obj\Debug\netcoreapp3.1\PubTmp\Out\System.Net.Http.Formatting.dll
E:\Software-Projekte\Lehrlingsparcours\Core\BWPM\CoreWebAPI1\obj\Debug\netcoreapp3.1\PubTmp\Out\Microsoft.OpenApi.dll
E:\Software-Projekte\Lehrlingsparcours\Core\BWPM\CoreWebAPI1\obj\Debug\netcoreapp3.1\PubTmp\Out\Newtonsoft.Json.dll
E:\Software-Projekte\Lehrlingsparcours\Core\BWPM\CoreWebAPI1\obj\Debug\netcoreapp3.1\PubTmp\Out\Newtonsoft.Json.Bson.dll
E:\Software-Projekte\Lehrlingsparcours\Core\BWPM\CoreWebAPI1\obj\Debug\netcoreapp3.1\PubTmp\Out\Swashbuckle.AspNetCore.Swagger.dll
E:\Software-Projekte\Lehrlingsparcours\Core\BWPM\CoreWebAPI1\obj\Debug\netcoreapp3.1\PubTmp\Out\Swashbuckle.AspNetCore.SwaggerGen.dll
E:\Software-Projekte\Lehrlingsparcours\Core\BWPM\CoreWebAPI1\obj\Debug\netcoreapp3.1\PubTmp\Out\Swashbuckle.AspNetCore.SwaggerUI.dll
E:\Software-Projekte\Lehrlingsparcours\Core\BWPM\CoreWebAPI1\obj\Debug\netcoreapp3.1\PubTmp\Out\System.Data.SqlClient.dll
E:\Software-Projekte\Lehrlingsparcours\Core\BWPM\CoreWebAPI1\obj\Debug\netcoreapp3.1\PubTmp\Out\runtimes\win-arm64\native\sni.dll
E:\Software-Projekte\Lehrlingsparcours\Core\BWPM\CoreWebAPI1\obj\Debug\netcoreapp3.1\PubTmp\Out\runtimes\win-x64\native\sni.dll
E:\Software-Projekte\Lehrlingsparcours\Core\BWPM\CoreWebAPI1\obj\Debug\netcoreapp3.1\PubTmp\Out\runtimes\win-x86\native\sni.dll
E:\Software-Projekte\Lehrlingsparcours\Core\BWPM\CoreWebAPI1\obj\Debug\netcoreapp3.1\PubTmp\Out\runtimes\unix\lib\netcoreapp2.1\System.Data.SqlClient.dll
E:\Software-Projekte\Lehrlingsparcours\Core\BWPM\CoreWebAPI1\obj\Debug\netcoreapp3.1\PubTmp\Out\runtimes\win\lib\netcoreapp2.1\System.Data.SqlClient.dll
E:\Software-Projekte\Lehrlingsparcours\Core\BWPM\CoreWebAPI1\obj\Debug\netcoreapp3.1\PubTmp\Out\BWPMModels.dll
E:\Software-Projekte\Lehrlingsparcours\Core\BWPM\CoreWebAPI1\obj\Debug\netcoreapp3.1\PubTmp\Out\BWPMModels.pdb

Binary file not shown.

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1 @@
<StaticWebAssets Version="1.0" />

View File

@@ -0,0 +1 @@
<StaticWebAssets Version="1.0" />

View File

@@ -0,0 +1 @@
<StaticWebAssets Version="1.0" />

View File

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

View File

@@ -0,0 +1,24 @@
//------------------------------------------------------------------------------
// <auto-generated>
// Dieser Code wurde von einem Tool generiert.
// Laufzeitversion:4.0.30319.42000
//
// Änderungen an dieser Datei können falsches Verhalten verursachen und gehen verloren, wenn
// der Code erneut generiert wird.
// </auto-generated>
//------------------------------------------------------------------------------
using System;
using System.Reflection;
[assembly: Microsoft.Extensions.Configuration.UserSecrets.UserSecretsIdAttribute("63d9da07-3c5c-4579-b199-0c588a351d32")]
[assembly: System.Reflection.AssemblyCompanyAttribute("BWPMService")]
[assembly: System.Reflection.AssemblyConfigurationAttribute("Release")]
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
[assembly: System.Reflection.AssemblyProductAttribute("BWPMService")]
[assembly: System.Reflection.AssemblyTitleAttribute("BWPMService")]
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
// Von der MSBuild WriteCodeFragment-Klasse generiert.

View File

@@ -0,0 +1 @@
997695127bcfe3999594a118585dcfcca68c0502

View File

@@ -0,0 +1,17 @@
//------------------------------------------------------------------------------
// <auto-generated>
// Dieser Code wurde von einem Tool generiert.
// Laufzeitversion:4.0.30319.42000
//
// Änderungen an dieser Datei können falsches Verhalten verursachen und gehen verloren, wenn
// der Code erneut generiert wird.
// </auto-generated>
//------------------------------------------------------------------------------
using System;
using System.Reflection;
[assembly: Microsoft.AspNetCore.Mvc.ApplicationParts.ApplicationPartAttribute("Swashbuckle.AspNetCore.SwaggerGen")]
// Von der MSBuild WriteCodeFragment-Klasse generiert.

View File

@@ -0,0 +1 @@
93505c90c2a2e82a2be27b0683b0955b3c39a61b

View File

@@ -0,0 +1 @@
6bf88a868adc4ad526a99165c9130b10f252e391

View File

@@ -0,0 +1,38 @@
E:\Software-Projekte\Lehrlingsparcours\Core\BWPM\CoreWebAPI1\bin\Release\netcoreapp3.1\web.config
E:\Software-Projekte\Lehrlingsparcours\Core\BWPM\CoreWebAPI1\bin\Release\netcoreapp3.1\appsettings.Development.json
E:\Software-Projekte\Lehrlingsparcours\Core\BWPM\CoreWebAPI1\bin\Release\netcoreapp3.1\appsettings.json
E:\Software-Projekte\Lehrlingsparcours\Core\BWPM\CoreWebAPI1\bin\Release\netcoreapp3.1\BWPMService.exe
E:\Software-Projekte\Lehrlingsparcours\Core\BWPM\CoreWebAPI1\bin\Release\netcoreapp3.1\BWPMService.deps.json
E:\Software-Projekte\Lehrlingsparcours\Core\BWPM\CoreWebAPI1\bin\Release\netcoreapp3.1\BWPMService.runtimeconfig.json
E:\Software-Projekte\Lehrlingsparcours\Core\BWPM\CoreWebAPI1\bin\Release\netcoreapp3.1\BWPMService.runtimeconfig.dev.json
E:\Software-Projekte\Lehrlingsparcours\Core\BWPM\CoreWebAPI1\bin\Release\netcoreapp3.1\BWPMService.dll
E:\Software-Projekte\Lehrlingsparcours\Core\BWPM\CoreWebAPI1\bin\Release\netcoreapp3.1\BWPMService.pdb
E:\Software-Projekte\Lehrlingsparcours\Core\BWPM\CoreWebAPI1\bin\Release\netcoreapp3.1\System.Net.Http.Formatting.dll
E:\Software-Projekte\Lehrlingsparcours\Core\BWPM\CoreWebAPI1\bin\Release\netcoreapp3.1\Microsoft.OpenApi.dll
E:\Software-Projekte\Lehrlingsparcours\Core\BWPM\CoreWebAPI1\bin\Release\netcoreapp3.1\Newtonsoft.Json.dll
E:\Software-Projekte\Lehrlingsparcours\Core\BWPM\CoreWebAPI1\bin\Release\netcoreapp3.1\Newtonsoft.Json.Bson.dll
E:\Software-Projekte\Lehrlingsparcours\Core\BWPM\CoreWebAPI1\bin\Release\netcoreapp3.1\Swashbuckle.AspNetCore.Swagger.dll
E:\Software-Projekte\Lehrlingsparcours\Core\BWPM\CoreWebAPI1\bin\Release\netcoreapp3.1\Swashbuckle.AspNetCore.SwaggerGen.dll
E:\Software-Projekte\Lehrlingsparcours\Core\BWPM\CoreWebAPI1\bin\Release\netcoreapp3.1\Swashbuckle.AspNetCore.SwaggerUI.dll
E:\Software-Projekte\Lehrlingsparcours\Core\BWPM\CoreWebAPI1\bin\Release\netcoreapp3.1\System.Data.SqlClient.dll
E:\Software-Projekte\Lehrlingsparcours\Core\BWPM\CoreWebAPI1\bin\Release\netcoreapp3.1\runtimes\win-arm64\native\sni.dll
E:\Software-Projekte\Lehrlingsparcours\Core\BWPM\CoreWebAPI1\bin\Release\netcoreapp3.1\runtimes\win-x64\native\sni.dll
E:\Software-Projekte\Lehrlingsparcours\Core\BWPM\CoreWebAPI1\bin\Release\netcoreapp3.1\runtimes\win-x86\native\sni.dll
E:\Software-Projekte\Lehrlingsparcours\Core\BWPM\CoreWebAPI1\bin\Release\netcoreapp3.1\runtimes\unix\lib\netcoreapp2.1\System.Data.SqlClient.dll
E:\Software-Projekte\Lehrlingsparcours\Core\BWPM\CoreWebAPI1\bin\Release\netcoreapp3.1\runtimes\win\lib\netcoreapp2.1\System.Data.SqlClient.dll
E:\Software-Projekte\Lehrlingsparcours\Core\BWPM\CoreWebAPI1\bin\Release\netcoreapp3.1\BWPMModels.dll
E:\Software-Projekte\Lehrlingsparcours\Core\BWPM\CoreWebAPI1\bin\Release\netcoreapp3.1\BWPMModels.pdb
E:\Software-Projekte\Lehrlingsparcours\Core\BWPM\CoreWebAPI1\obj\Release\netcoreapp3.1\BWPMService.csproj.AssemblyReference.cache
E:\Software-Projekte\Lehrlingsparcours\Core\BWPM\CoreWebAPI1\obj\Release\netcoreapp3.1\BWPMService.AssemblyInfoInputs.cache
E:\Software-Projekte\Lehrlingsparcours\Core\BWPM\CoreWebAPI1\obj\Release\netcoreapp3.1\BWPMService.AssemblyInfo.cs
E:\Software-Projekte\Lehrlingsparcours\Core\BWPM\CoreWebAPI1\obj\Release\netcoreapp3.1\BWPMService.csproj.CoreCompileInputs.cache
E:\Software-Projekte\Lehrlingsparcours\Core\BWPM\CoreWebAPI1\obj\Release\netcoreapp3.1\BWPMService.MvcApplicationPartsAssemblyInfo.cs
E:\Software-Projekte\Lehrlingsparcours\Core\BWPM\CoreWebAPI1\obj\Release\netcoreapp3.1\BWPMService.MvcApplicationPartsAssemblyInfo.cache
E:\Software-Projekte\Lehrlingsparcours\Core\BWPM\CoreWebAPI1\obj\Release\netcoreapp3.1\staticwebassets\BWPMService.StaticWebAssets.Manifest.cache
E:\Software-Projekte\Lehrlingsparcours\Core\BWPM\CoreWebAPI1\obj\Release\netcoreapp3.1\staticwebassets\BWPMService.StaticWebAssets.xml
E:\Software-Projekte\Lehrlingsparcours\Core\BWPM\CoreWebAPI1\obj\Release\netcoreapp3.1\scopedcss\bundle\BWPMService.styles.css
E:\Software-Projekte\Lehrlingsparcours\Core\BWPM\CoreWebAPI1\obj\Release\netcoreapp3.1\BWPMService.RazorTargetAssemblyInfo.cache
E:\Software-Projekte\Lehrlingsparcours\Core\BWPM\CoreWebAPI1\obj\Release\netcoreapp3.1\BWPMService.csproj.CopyComplete
E:\Software-Projekte\Lehrlingsparcours\Core\BWPM\CoreWebAPI1\obj\Release\netcoreapp3.1\BWPMService.dll
E:\Software-Projekte\Lehrlingsparcours\Core\BWPM\CoreWebAPI1\obj\Release\netcoreapp3.1\BWPMService.pdb
E:\Software-Projekte\Lehrlingsparcours\Core\BWPM\CoreWebAPI1\obj\Release\netcoreapp3.1\BWPMService.genruntimeconfig.cache

Binary file not shown.

View File

@@ -0,0 +1 @@
64ab87c1843a8da4d2efc32e8130f01a884a9074

Some files were not shown because too many files have changed in this diff Show More