Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
O
OOP2024-AMP
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
OOP2024-AMP
Commits
ea21cbba
Commit
ea21cbba
authored
11 months ago
by
Uwe Wienkop
Browse files
Options
Downloads
Patches
Plain Diff
Projektdateien hinzufügen.
parent
f000cb21
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
OOP2024_AMP.csproj
+10
-0
10 additions, 0 deletions
OOP2024_AMP.csproj
OOP2024_AMP.sln
+25
-0
25 additions, 0 deletions
OOP2024_AMP.sln
Program.cs
+10
-0
10 additions, 0 deletions
Program.cs
with
45 additions
and
0 deletions
OOP2024_AMP.csproj
0 → 100644
+
10
−
0
View file @
ea21cbba
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
</Project>
This diff is collapsed.
Click to expand it.
OOP2024_AMP.sln
0 → 100644
+
25
−
0
View file @
ea21cbba
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.9.34701.34
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "OOP2024_AMP", "OOP2024_AMP.csproj", "{502C6032-97B3-48F1-A6CC-7F7990A17C42}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{502C6032-97B3-48F1-A6CC-7F7990A17C42}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{502C6032-97B3-48F1-A6CC-7F7990A17C42}.Debug|Any CPU.Build.0 = Debug|Any CPU
{502C6032-97B3-48F1-A6CC-7F7990A17C42}.Release|Any CPU.ActiveCfg = Release|Any CPU
{502C6032-97B3-48F1-A6CC-7F7990A17C42}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {4973EDA2-17E6-4FE7-9F7D-3CE8A885602B}
EndGlobalSection
EndGlobal
This diff is collapsed.
Click to expand it.
Program.cs
0 → 100644
+
10
−
0
View file @
ea21cbba
namespace
OOP2024_AMP
{
internal
class
Program
{
static
void
Main
(
string
[]
args
)
{
Console
.
WriteLine
(
"Hello, World!"
);
}
}
}
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