updated project structure

This commit is contained in:
2026-05-05 09:44:07 +02:00
parent 848e51c555
commit fab08c5bb3
132 changed files with 1961 additions and 28 deletions

View File

@@ -0,0 +1,23 @@
{
"runtimeTarget": {
"name": ".NETCoreApp,Version=v8.0",
"signature": ""
},
"compilationOptions": {},
"targets": {
".NETCoreApp,Version=v8.0": {
"SecDevOpsLab/1.0.0": {
"runtime": {
"SecDevOpsLab.dll": {}
}
}
}
},
"libraries": {
"SecDevOpsLab/1.0.0": {
"type": "project",
"serviceable": false,
"sha512": ""
}
}
}

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@@ -0,0 +1,12 @@
{
"runtimeOptions": {
"tfm": "net8.0",
"framework": {
"name": "Microsoft.NETCore.App",
"version": "8.0.0"
},
"configProperties": {
"System.Runtime.Serialization.EnableUnsafeBinaryFormatterSerialization": false
}
}
}

View File

@@ -0,0 +1,4 @@
// <autogenerated />
using System;
using System.Reflection;
[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v8.0", FrameworkDisplayName = ".NET 8.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("SecDevOpsLab")]
[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+848e51c5555bb6073abd5ea3c0d9542490da8a0b")]
[assembly: System.Reflection.AssemblyProductAttribute("SecDevOpsLab")]
[assembly: System.Reflection.AssemblyTitleAttribute("SecDevOpsLab")]
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
// Generated by the MSBuild WriteCodeFragment class.

View File

@@ -0,0 +1 @@
140b48efb50b7894d1dcb0441e1dc7dd9676a8d37094d9287d21002bea60c215

View File

@@ -0,0 +1,13 @@
is_global = true
build_property.TargetFramework = net8.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 = SecDevOpsLab
build_property.ProjectDir = c:\Users\HermanH\SecDevOpsLab\MyHelloWorld\
build_property.EnableComHosting =
build_property.EnableGeneratedComInterfaceComImportInterop =

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;

View File

@@ -0,0 +1 @@
fca8181c03dca823622cbea53148de7602a3d3c1d6b0ea32b9136f64b3336b5c

View File

@@ -0,0 +1,14 @@
c:\Users\HermanH\SecDevOpsLab\MyHelloWorld\bin\Debug\net8.0\SecDevOpsLab.exe
c:\Users\HermanH\SecDevOpsLab\MyHelloWorld\bin\Debug\net8.0\SecDevOpsLab.deps.json
c:\Users\HermanH\SecDevOpsLab\MyHelloWorld\bin\Debug\net8.0\SecDevOpsLab.runtimeconfig.json
c:\Users\HermanH\SecDevOpsLab\MyHelloWorld\bin\Debug\net8.0\SecDevOpsLab.dll
c:\Users\HermanH\SecDevOpsLab\MyHelloWorld\bin\Debug\net8.0\SecDevOpsLab.pdb
c:\Users\HermanH\SecDevOpsLab\MyHelloWorld\obj\Debug\net8.0\SecDevOpsLab.GeneratedMSBuildEditorConfig.editorconfig
c:\Users\HermanH\SecDevOpsLab\MyHelloWorld\obj\Debug\net8.0\SecDevOpsLab.AssemblyInfoInputs.cache
c:\Users\HermanH\SecDevOpsLab\MyHelloWorld\obj\Debug\net8.0\SecDevOpsLab.AssemblyInfo.cs
c:\Users\HermanH\SecDevOpsLab\MyHelloWorld\obj\Debug\net8.0\SecDevOpsLab.csproj.CoreCompileInputs.cache
c:\Users\HermanH\SecDevOpsLab\MyHelloWorld\obj\Debug\net8.0\SecDevOpsLab.dll
c:\Users\HermanH\SecDevOpsLab\MyHelloWorld\obj\Debug\net8.0\refint\SecDevOpsLab.dll
c:\Users\HermanH\SecDevOpsLab\MyHelloWorld\obj\Debug\net8.0\SecDevOpsLab.pdb
c:\Users\HermanH\SecDevOpsLab\MyHelloWorld\obj\Debug\net8.0\SecDevOpsLab.genruntimeconfig.cache
c:\Users\HermanH\SecDevOpsLab\MyHelloWorld\obj\Debug\net8.0\ref\SecDevOpsLab.dll

Binary file not shown.

View File

@@ -0,0 +1 @@
926145697d59c66226a21e736a827372d54ed4f75715c3db1a65b25131637a48

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@@ -1,17 +1,17 @@
{
"format": 1,
"restore": {
"C:\\Users\\HermanH\\SecDevOpsLab\\MyHelloWorld\\SecDevOpsLab.csproj": {}
"c:\\Users\\HermanH\\SecDevOpsLab\\MyHelloWorld\\SecDevOpsLab.csproj": {}
},
"projects": {
"C:\\Users\\HermanH\\SecDevOpsLab\\MyHelloWorld\\SecDevOpsLab.csproj": {
"c:\\Users\\HermanH\\SecDevOpsLab\\MyHelloWorld\\SecDevOpsLab.csproj": {
"version": "1.0.0",
"restore": {
"projectUniqueName": "C:\\Users\\HermanH\\SecDevOpsLab\\MyHelloWorld\\SecDevOpsLab.csproj",
"projectUniqueName": "c:\\Users\\HermanH\\SecDevOpsLab\\MyHelloWorld\\SecDevOpsLab.csproj",
"projectName": "SecDevOpsLab",
"projectPath": "C:\\Users\\HermanH\\SecDevOpsLab\\MyHelloWorld\\SecDevOpsLab.csproj",
"projectPath": "c:\\Users\\HermanH\\SecDevOpsLab\\MyHelloWorld\\SecDevOpsLab.csproj",
"packagesPath": "C:\\Users\\HermanH\\.nuget\\packages\\",
"outputPath": "C:\\Users\\HermanH\\SecDevOpsLab\\MyHelloWorld\\obj\\",
"outputPath": "c:\\Users\\HermanH\\SecDevOpsLab\\MyHelloWorld\\obj\\",
"projectStyle": "PackageReference",
"configFilePaths": [
"C:\\Users\\HermanH\\AppData\\Roaming\\NuGet\\NuGet.Config"

View File

@@ -1,8 +1,8 @@
{
"version": 2,
"dgSpecHash": "WtqJwqDQoLM=",
"dgSpecHash": "uoyT75+QbkQ=",
"success": true,
"projectFilePath": "C:\\Users\\HermanH\\SecDevOpsLab\\MyHelloWorld\\SecDevOpsLab.csproj",
"projectFilePath": "c:\\Users\\HermanH\\SecDevOpsLab\\MyHelloWorld\\SecDevOpsLab.csproj",
"expectedPackageFiles": [],
"logs": []
}