Add project files.
This commit is contained in:
parent
e33e41d718
commit
f22a596447
25
Szotar feladatok.sln
Normal file
25
Szotar feladatok.sln
Normal 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", "{7D77785D-DD81-4ED7-92CB-7479557BE9A1}"
|
||||
EndProject
|
||||
Global
|
||||
GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
||||
Debug|Any CPU = Debug|Any CPU
|
||||
Release|Any CPU = Release|Any CPU
|
||||
EndGlobalSection
|
||||
GlobalSection(ProjectConfigurationPlatforms) = postSolution
|
||||
{7D77785D-DD81-4ED7-92CB-7479557BE9A1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
||||
{7D77785D-DD81-4ED7-92CB-7479557BE9A1}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
||||
{7D77785D-DD81-4ED7-92CB-7479557BE9A1}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
||||
{7D77785D-DD81-4ED7-92CB-7479557BE9A1}.Release|Any CPU.Build.0 = Release|Any CPU
|
||||
EndGlobalSection
|
||||
GlobalSection(SolutionProperties) = preSolution
|
||||
HideSolutionNode = FALSE
|
||||
EndGlobalSection
|
||||
GlobalSection(ExtensibilityGlobals) = postSolution
|
||||
SolutionGuid = {08ED57BB-2461-49C0-BDA6-EEBBAA140F58}
|
||||
EndGlobalSection
|
||||
EndGlobal
|
14
Szotar/Program.cs
Normal file
14
Szotar/Program.cs
Normal file
|
@ -0,0 +1,14 @@
|
|||
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
8
Szotar/Szotar.csproj
Normal file
|
@ -0,0 +1,8 @@
|
|||
<Project Sdk="Microsoft.NET.Sdk">
|
||||
|
||||
<PropertyGroup>
|
||||
<OutputType>Exe</OutputType>
|
||||
<TargetFramework>netcoreapp3.1</TargetFramework>
|
||||
</PropertyGroup>
|
||||
|
||||
</Project>
|
Loading…
Reference in New Issue
Block a user