Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
Prog2-SS2021-Wienkop
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Uwe Wienkop
Prog2-SS2021-Wienkop
Commits
174c8114
Commit
174c8114
authored
4 years ago
by
Uwe Wienkop
Browse files
Options
Downloads
Patches
Plain Diff
Willkommen
parent
2da181ab
No related branches found
No related tags found
No related merge requests found
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
Prog2WienkopSS2021.sln
+5
-5
5 additions, 5 deletions
Prog2WienkopSS2021.sln
Welcome/Program.cs
+12
-0
12 additions, 0 deletions
Welcome/Program.cs
Welcome/Welcome.csproj
+8
-0
8 additions, 0 deletions
Welcome/Welcome.csproj
with
25 additions
and
5 deletions
Prog2WienkopSS2021.sln
+
5
−
5
View file @
174c8114
...
@@ -3,7 +3,7 @@ Microsoft Visual Studio Solution File, Format Version 12.00
...
@@ -3,7 +3,7 @@ Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
# Visual Studio Version 16
VisualStudioVersion = 16.0.31105.61
VisualStudioVersion = 16.0.31105.61
MinimumVisualStudioVersion = 10.0.40219.1
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "
Prog2WienkopSS2021", "Prog2WienkopSS2021.csproj", "{26620748-9774-45A3-85EB-8315CB6C739C
}"
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "
Welcome", "Welcome\Welcome.csproj", "{3FD26F99-6873-40BD-BA2B-14FD0608FA12
}"
EndProject
EndProject
Global
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
GlobalSection(SolutionConfigurationPlatforms) = preSolution
...
@@ -11,10 +11,10 @@ Global
...
@@ -11,10 +11,10 @@ Global
Release|Any CPU = Release|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{
26620748-9774-45A3-85EB-8315CB6C739C
}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{
3FD26F99-6873-40BD-BA2B-14FD0608FA12
}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{
26620748-9774-45A3-85EB-8315CB6C739C
}.Debug|Any CPU.Build.0 = Debug|Any CPU
{
3FD26F99-6873-40BD-BA2B-14FD0608FA12
}.Debug|Any CPU.Build.0 = Debug|Any CPU
{
26620748-9774-45A3-85EB-8315CB6C739C
}.Release|Any CPU.ActiveCfg = Release|Any CPU
{
3FD26F99-6873-40BD-BA2B-14FD0608FA12
}.Release|Any CPU.ActiveCfg = Release|Any CPU
{
26620748-9774-45A3-85EB-8315CB6C739C
}.Release|Any CPU.Build.0 = Release|Any CPU
{
3FD26F99-6873-40BD-BA2B-14FD0608FA12
}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
HideSolutionNode = FALSE
...
...
This diff is collapsed.
Click to expand it.
Welcome/Program.cs
0 → 100644
+
12
−
0
View file @
174c8114
using
System
;
namespace
Welcome
{
class
Program
{
static
void
Main
(
string
[]
args
)
{
Console
.
WriteLine
(
"Hello World!"
);
}
}
}
This diff is collapsed.
Click to expand it.
Welcome/Welcome.csproj
0 → 100644
+
8
−
0
View file @
174c8114
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>netcoreapp3.1</TargetFramework>
</PropertyGroup>
</Project>
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment