From b1fbc831a70ec3d5f89bfb46b0b491eee005ccc1 Mon Sep 17 00:00:00 2001 From: "Achim H." Date: Mon, 4 May 2026 19:23:56 +0200 Subject: [PATCH] changed solution path structure --- MyHelloWorld.sln | 14 +++++++++++ MyHelloWorld/HelloGenerator.cs | 10 ++++++++ MyHelloWorld/Program.cs | 6 +++++ .../SecDevOpsLab.csproj | 0 Program.cs | 2 -- SecDevOpsLab.sln | 24 ------------------- obj/Debug/net8.0/SecDevOpsLab.AssemblyInfo.cs | 2 +- .../SecDevOpsLab.AssemblyInfoInputs.cache | 2 +- 8 files changed, 32 insertions(+), 28 deletions(-) create mode 100644 MyHelloWorld.sln create mode 100644 MyHelloWorld/HelloGenerator.cs create mode 100644 MyHelloWorld/Program.cs rename SecDevOpsLab.csproj => MyHelloWorld/SecDevOpsLab.csproj (100%) delete mode 100644 Program.cs delete mode 100644 SecDevOpsLab.sln diff --git a/MyHelloWorld.sln b/MyHelloWorld.sln new file mode 100644 index 0000000..58ea566 --- /dev/null +++ b/MyHelloWorld.sln @@ -0,0 +1,14 @@ + +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio Version 17 +VisualStudioVersion = 17.0.31903.59 +MinimumVisualStudioVersion = 10.0.40219.1 +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Any CPU = Debug|Any CPU + Release|Any CPU = Release|Any CPU + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection +EndGlobal diff --git a/MyHelloWorld/HelloGenerator.cs b/MyHelloWorld/HelloGenerator.cs new file mode 100644 index 0000000..6cf2e47 --- /dev/null +++ b/MyHelloWorld/HelloGenerator.cs @@ -0,0 +1,10 @@ +namespace MyHelloWorld +{ + public class HelloGenerator + { + public string GetGreeting() + { + return "Hello World"; + } + } +} \ No newline at end of file diff --git a/MyHelloWorld/Program.cs b/MyHelloWorld/Program.cs new file mode 100644 index 0000000..dbcced0 --- /dev/null +++ b/MyHelloWorld/Program.cs @@ -0,0 +1,6 @@ +using MyHelloWorld; + +var generator = new HelloGenerator(); +string message = generator.GetGreeting(); + +Console.WriteLine(message); \ No newline at end of file diff --git a/SecDevOpsLab.csproj b/MyHelloWorld/SecDevOpsLab.csproj similarity index 100% rename from SecDevOpsLab.csproj rename to MyHelloWorld/SecDevOpsLab.csproj diff --git a/Program.cs b/Program.cs deleted file mode 100644 index 3751555..0000000 --- a/Program.cs +++ /dev/null @@ -1,2 +0,0 @@ -// See https://aka.ms/new-console-template for more information -Console.WriteLine("Hello, World!"); diff --git a/SecDevOpsLab.sln b/SecDevOpsLab.sln deleted file mode 100644 index 87f8681..0000000 --- a/SecDevOpsLab.sln +++ /dev/null @@ -1,24 +0,0 @@ -Microsoft Visual Studio Solution File, Format Version 12.00 -# Visual Studio Version 17 -VisualStudioVersion = 17.5.2.0 -MinimumVisualStudioVersion = 10.0.40219.1 -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SecDevOpsLab", "SecDevOpsLab.csproj", "{A4FDB203-53D0-5516-79C1-E707D5F161B2}" -EndProject -Global - GlobalSection(SolutionConfigurationPlatforms) = preSolution - Debug|Any CPU = Debug|Any CPU - Release|Any CPU = Release|Any CPU - EndGlobalSection - GlobalSection(ProjectConfigurationPlatforms) = postSolution - {A4FDB203-53D0-5516-79C1-E707D5F161B2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {A4FDB203-53D0-5516-79C1-E707D5F161B2}.Debug|Any CPU.Build.0 = Debug|Any CPU - {A4FDB203-53D0-5516-79C1-E707D5F161B2}.Release|Any CPU.ActiveCfg = Release|Any CPU - {A4FDB203-53D0-5516-79C1-E707D5F161B2}.Release|Any CPU.Build.0 = Release|Any CPU - EndGlobalSection - GlobalSection(SolutionProperties) = preSolution - HideSolutionNode = FALSE - EndGlobalSection - GlobalSection(ExtensibilityGlobals) = postSolution - SolutionGuid = {43585512-6807-4BA1-9246-270520F20783} - EndGlobalSection -EndGlobal diff --git a/obj/Debug/net8.0/SecDevOpsLab.AssemblyInfo.cs b/obj/Debug/net8.0/SecDevOpsLab.AssemblyInfo.cs index 54640b4..e359afc 100644 --- a/obj/Debug/net8.0/SecDevOpsLab.AssemblyInfo.cs +++ b/obj/Debug/net8.0/SecDevOpsLab.AssemblyInfo.cs @@ -13,7 +13,7 @@ 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+5215adf88ece518edb28e2cef4b51f7d748d6498")] +[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+a06ad295ff53ef3ef054f007568f9408d3ac3926")] [assembly: System.Reflection.AssemblyProductAttribute("SecDevOpsLab")] [assembly: System.Reflection.AssemblyTitleAttribute("SecDevOpsLab")] [assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")] diff --git a/obj/Debug/net8.0/SecDevOpsLab.AssemblyInfoInputs.cache b/obj/Debug/net8.0/SecDevOpsLab.AssemblyInfoInputs.cache index fca0e1f..3a9fad5 100644 --- a/obj/Debug/net8.0/SecDevOpsLab.AssemblyInfoInputs.cache +++ b/obj/Debug/net8.0/SecDevOpsLab.AssemblyInfoInputs.cache @@ -1 +1 @@ -b5d49162f036157fe9f19403ac2d932a2c5ae01b3f0f407bf34e5a794b413b5c +4c184d0afcea7e7f2eab2f0260a6f8caf058b8b036b468bd9db571ad88a567d6