Skip to content
Snippets Groups Projects
Verified Commit 1fd1c39e authored by Réthelyi Bálint's avatar Réthelyi Bálint :no_mouth:
Browse files

init project

parent 96b3c64a
No related branches found
No related tags found
No related merge requests found

Microsoft Visual Studio Solution File, Format Version 12.00
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "elso", "elso\elso.csproj", "{8790188E-71E2-4601-8E19-EA2DB2289811}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{8790188E-71E2-4601-8E19-EA2DB2289811}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8790188E-71E2-4601-8E19-EA2DB2289811}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8790188E-71E2-4601-8E19-EA2DB2289811}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8790188E-71E2-4601-8E19-EA2DB2289811}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
EndGlobal
using System;
namespace elso
{
class Program
{
static void Main(string[] args)
{
Console.WriteLine("Hello World!");
}
}
}
\ No newline at end of file
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net5.0</TargetFramework>
</PropertyGroup>
</Project>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment