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>

25
szotarfeladatok.sln Normal file
View File

@ -0,0 +1,25 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.32106.194
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "szotar", "szotar\szotar.csproj", "{DF2EF6FD-32BC-4D33-B97B-174582DA25A3}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{DF2EF6FD-32BC-4D33-B97B-174582DA25A3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DF2EF6FD-32BC-4D33-B97B-174582DA25A3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DF2EF6FD-32BC-4D33-B97B-174582DA25A3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DF2EF6FD-32BC-4D33-B97B-174582DA25A3}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {AE50CF79-1EE0-4A3C-86DF-200A173E40E5}
EndGlobalSection
EndGlobal