Add project files.

This commit is contained in:
2022-03-24 17:28:05 +01:00
parent fc1d307574
commit 8e57cf9371
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>