Add project files.

This commit is contained in:
bullagabor
2022-03-24 17:28:12 +01:00
parent 30f1b32130
commit b4851e32d4
3 changed files with 46 additions and 0 deletions

13
szotar/Program.cs Normal file
View File

@@ -0,0 +1,13 @@
using System;
using System.Collections.Generic
namespace szotar
{
class Program
{
static void Main(string[] args)
{
Console.WriteLine("Hello World!");
}
}
}

8
szotar/szotar.csproj Normal file
View File

@@ -0,0 +1,8 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>netcoreapp3.1</TargetFramework>
</PropertyGroup>
</Project>