Update 07082021

This commit is contained in:
2021-08-07 09:44:37 +02:00
parent 1ff218a129
commit 4d443fdfd4
5663 changed files with 6581858 additions and 1321 deletions

View File

@@ -0,0 +1,3 @@
is_global = true
build_property.RootNamespace = APP
build_property.ProjectDir = E:\Software-Projekte\Lehrlingsparcours\Core\BWPM\APP\

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1 @@
e88ff7cd909590b92bbb5a7800b7ca9bd25d93f2

View File

@@ -0,0 +1,24 @@
// <auto-generated/>
#pragma warning disable 1591
#pragma warning disable 0414
#pragma warning disable 0649
#pragma warning disable 0169
namespace APP.Views.Demo
{
#line hidden
using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
using Microsoft.AspNetCore.Components;
public partial class Index : Microsoft.AspNetCore.Components.ComponentBase
{
#pragma warning disable 1998
protected override void BuildRenderTree(Microsoft.AspNetCore.Components.Rendering.RenderTreeBuilder __builder)
{
}
#pragma warning restore 1998
}
}
#pragma warning restore 1591

File diff suppressed because one or more lines are too long