Skip to content
Snippets Groups Projects
Commit ea21cbba authored by Uwe Wienkop's avatar Uwe Wienkop
Browse files

Projektdateien hinzufügen.

parent f000cb21
No related branches found
No related tags found
No related merge requests found
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
</Project>

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
namespace OOP2024_AMP
{
internal class Program
{
static void Main(string[] args)
{
Console.WriteLine("Hello, World!");
}
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment