From ea9612b1d2416828203fc696ba244edba426e94b Mon Sep 17 00:00:00 2001
From: wienkop <uwe.wienkop@th-nuernberg.de>
Date: Sat, 13 Mar 2021 14:49:32 +0100
Subject: [PATCH] Intro

---
 .../01-V WdhlgKlassen.csproj                  |  1 +
 {Welcome => 01-V WdhlgKlassen}/Program.cs     |  2 +-
 App.config                                    |  6 ---
 Prog2WienkopSS2021.csproj                     | 39 -------------------
 Prog2WienkopSS2021.sln                        | 10 ++---
 5 files changed, 7 insertions(+), 51 deletions(-)
 rename Welcome/Welcome.csproj => 01-V WdhlgKlassen/01-V WdhlgKlassen.csproj (75%)
 rename {Welcome => 01-V WdhlgKlassen}/Program.cs (84%)
 delete mode 100644 App.config
 delete mode 100644 Prog2WienkopSS2021.csproj

diff --git a/Welcome/Welcome.csproj b/01-V WdhlgKlassen/01-V WdhlgKlassen.csproj
similarity index 75%
rename from Welcome/Welcome.csproj
rename to 01-V WdhlgKlassen/01-V WdhlgKlassen.csproj
index c73e0d1..45f1447 100644
--- a/Welcome/Welcome.csproj
+++ b/01-V WdhlgKlassen/01-V WdhlgKlassen.csproj	
@@ -3,6 +3,7 @@
   <PropertyGroup>
     <OutputType>Exe</OutputType>
     <TargetFramework>netcoreapp3.1</TargetFramework>
+    <RootNamespace>_01_V_WdhlgKlassen</RootNamespace>
   </PropertyGroup>
 
 </Project>
diff --git a/Welcome/Program.cs b/01-V WdhlgKlassen/Program.cs
similarity index 84%
rename from Welcome/Program.cs
rename to 01-V WdhlgKlassen/Program.cs
index 549eb20..5252ac9 100644
--- a/Welcome/Program.cs
+++ b/01-V WdhlgKlassen/Program.cs	
@@ -1,6 +1,6 @@
 using System;
 
-namespace Welcome
+namespace _01_V_WdhlgKlassen
 {
     class Program
     {
diff --git a/App.config b/App.config
deleted file mode 100644
index 56efbc7..0000000
--- a/App.config
+++ /dev/null
@@ -1,6 +0,0 @@
-<?xml version="1.0" encoding="utf-8" ?>
-<configuration>
-    <startup> 
-        <supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.7.2" />
-    </startup>
-</configuration>
\ No newline at end of file
diff --git a/Prog2WienkopSS2021.csproj b/Prog2WienkopSS2021.csproj
deleted file mode 100644
index 3d65dc4..0000000
--- a/Prog2WienkopSS2021.csproj
+++ /dev/null
@@ -1,39 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <ProjectGuid>{26620748-9774-45A3-85EB-8315CB6C739C}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <RootNamespace>Prog2WienkopSS2021</RootNamespace>
-    <AssemblyName>Prog2WienkopSS2021</AssemblyName>
-    <TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion>
-    <FileAlignment>512</FileAlignment>
-    <AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
-    <Deterministic>true</Deterministic>
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-    <PlatformTarget>AnyCPU</PlatformTarget>
-    <DebugSymbols>true</DebugSymbols>
-    <DebugType>full</DebugType>
-    <Optimize>false</Optimize>
-    <OutputPath>bin\Debug\</OutputPath>
-    <DefineConstants>DEBUG;TRACE</DefineConstants>
-    <ErrorReport>prompt</ErrorReport>
-    <WarningLevel>4</WarningLevel>
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-    <PlatformTarget>AnyCPU</PlatformTarget>
-    <DebugType>pdbonly</DebugType>
-    <Optimize>true</Optimize>
-    <OutputPath>bin\Release\</OutputPath>
-    <DefineConstants>TRACE</DefineConstants>
-    <ErrorReport>prompt</ErrorReport>
-    <WarningLevel>4</WarningLevel>
-  </PropertyGroup>
-  <ItemGroup>
-    <None Include="App.config" />
-  </ItemGroup>
-  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
-</Project>
\ No newline at end of file
diff --git a/Prog2WienkopSS2021.sln b/Prog2WienkopSS2021.sln
index 0de3449..86a88ac 100644
--- a/Prog2WienkopSS2021.sln
+++ b/Prog2WienkopSS2021.sln
@@ -3,7 +3,7 @@ Microsoft Visual Studio Solution File, Format Version 12.00
 # Visual Studio Version 16
 VisualStudioVersion = 16.0.31105.61
 MinimumVisualStudioVersion = 10.0.40219.1
-Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Welcome", "Welcome\Welcome.csproj", "{3FD26F99-6873-40BD-BA2B-14FD0608FA12}"
+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "01-V WdhlgKlassen", "01-V WdhlgKlassen\01-V WdhlgKlassen.csproj", "{503B68BD-967D-4C38-AF1E-8DD44594F94E}"
 EndProject
 Global
 	GlobalSection(SolutionConfigurationPlatforms) = preSolution
@@ -11,10 +11,10 @@ Global
 		Release|Any CPU = Release|Any CPU
 	EndGlobalSection
 	GlobalSection(ProjectConfigurationPlatforms) = postSolution
-		{3FD26F99-6873-40BD-BA2B-14FD0608FA12}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
-		{3FD26F99-6873-40BD-BA2B-14FD0608FA12}.Debug|Any CPU.Build.0 = Debug|Any CPU
-		{3FD26F99-6873-40BD-BA2B-14FD0608FA12}.Release|Any CPU.ActiveCfg = Release|Any CPU
-		{3FD26F99-6873-40BD-BA2B-14FD0608FA12}.Release|Any CPU.Build.0 = Release|Any CPU
+		{503B68BD-967D-4C38-AF1E-8DD44594F94E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
+		{503B68BD-967D-4C38-AF1E-8DD44594F94E}.Debug|Any CPU.Build.0 = Debug|Any CPU
+		{503B68BD-967D-4C38-AF1E-8DD44594F94E}.Release|Any CPU.ActiveCfg = Release|Any CPU
+		{503B68BD-967D-4C38-AF1E-8DD44594F94E}.Release|Any CPU.Build.0 = Release|Any CPU
 	EndGlobalSection
 	GlobalSection(SolutionProperties) = preSolution
 		HideSolutionNode = FALSE
-- 
GitLab