initial commit

This commit is contained in:
Julian
2023-07-30 12:44:37 +02:00
commit d3081f97a1
32 changed files with 472 additions and 0 deletions

View File

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

View File

@@ -0,0 +1,22 @@
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
//
// 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("Signing")]
[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
[assembly: System.Reflection.AssemblyProductAttribute("Signing")]
[assembly: System.Reflection.AssemblyTitleAttribute("Signing")]
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
// Von der MSBuild WriteCodeFragment-Klasse generiert.

View File

@@ -0,0 +1 @@
f0fb5878b2be5a9ef8f505c5564faa37e8efe06f

View File

@@ -0,0 +1,11 @@
is_global = true
build_property.TargetFramework = net7.0
build_property.TargetPlatformMinVersion =
build_property.UsingMicrosoftNETSdkWeb =
build_property.ProjectTypeGuids =
build_property.InvariantGlobalization =
build_property.PlatformNeutralAssembly =
build_property.EnforceExtendedAnalyzerRules =
build_property._SupportedPlatformList = Linux,macOS,Windows
build_property.RootNamespace = Signing
build_property.ProjectDir = C:\Users\gulum\Desktop\Projekte\UnderstandCrypt\Signing\

View File

@@ -0,0 +1,8 @@
// <auto-generated/>
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;

Binary file not shown.

View File

@@ -0,0 +1 @@
4811e0b889ffc1f96fb9ae2e9e51b979c88a2219

View File

@@ -0,0 +1,15 @@
C:\Users\gulum\Desktop\Projekte\UnderstandCrypt\Signing\obj\Debug\net7.0\Signing.csproj.AssemblyReference.cache
C:\Users\gulum\Desktop\Projekte\UnderstandCrypt\Signing\obj\Debug\net7.0\Signing.GeneratedMSBuildEditorConfig.editorconfig
C:\Users\gulum\Desktop\Projekte\UnderstandCrypt\Signing\obj\Debug\net7.0\Signing.AssemblyInfoInputs.cache
C:\Users\gulum\Desktop\Projekte\UnderstandCrypt\Signing\obj\Debug\net7.0\Signing.AssemblyInfo.cs
C:\Users\gulum\Desktop\Projekte\UnderstandCrypt\Signing\obj\Debug\net7.0\Signing.csproj.CoreCompileInputs.cache
C:\Users\gulum\Desktop\Projekte\UnderstandCrypt\Signing\bin\Debug\net7.0\Signing.exe
C:\Users\gulum\Desktop\Projekte\UnderstandCrypt\Signing\bin\Debug\net7.0\Signing.deps.json
C:\Users\gulum\Desktop\Projekte\UnderstandCrypt\Signing\bin\Debug\net7.0\Signing.runtimeconfig.json
C:\Users\gulum\Desktop\Projekte\UnderstandCrypt\Signing\bin\Debug\net7.0\Signing.dll
C:\Users\gulum\Desktop\Projekte\UnderstandCrypt\Signing\bin\Debug\net7.0\Signing.pdb
C:\Users\gulum\Desktop\Projekte\UnderstandCrypt\Signing\obj\Debug\net7.0\Signing.dll
C:\Users\gulum\Desktop\Projekte\UnderstandCrypt\Signing\obj\Debug\net7.0\refint\Signing.dll
C:\Users\gulum\Desktop\Projekte\UnderstandCrypt\Signing\obj\Debug\net7.0\Signing.pdb
C:\Users\gulum\Desktop\Projekte\UnderstandCrypt\Signing\obj\Debug\net7.0\Signing.genruntimeconfig.cache
C:\Users\gulum\Desktop\Projekte\UnderstandCrypt\Signing\obj\Debug\net7.0\ref\Signing.dll

Binary file not shown.

View File

@@ -0,0 +1 @@
fa3a6ed23a63461b2e50fecadac4703bd1b86022

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.