Add project files.
This commit is contained in:
parent
14b0f684e2
commit
042dbff486
25
gyakorlas1.sln
Normal file
25
gyakorlas1.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}") = "gyakorlas1", "gyakorlas1\gyakorlas1.csproj", "{B89C7865-CE18-42C8-B93D-131A9B12EBA3}"
|
||||||
|
EndProject
|
||||||
|
Global
|
||||||
|
GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
||||||
|
Debug|Any CPU = Debug|Any CPU
|
||||||
|
Release|Any CPU = Release|Any CPU
|
||||||
|
EndGlobalSection
|
||||||
|
GlobalSection(ProjectConfigurationPlatforms) = postSolution
|
||||||
|
{B89C7865-CE18-42C8-B93D-131A9B12EBA3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
||||||
|
{B89C7865-CE18-42C8-B93D-131A9B12EBA3}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
||||||
|
{B89C7865-CE18-42C8-B93D-131A9B12EBA3}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
||||||
|
{B89C7865-CE18-42C8-B93D-131A9B12EBA3}.Release|Any CPU.Build.0 = Release|Any CPU
|
||||||
|
EndGlobalSection
|
||||||
|
GlobalSection(SolutionProperties) = preSolution
|
||||||
|
HideSolutionNode = FALSE
|
||||||
|
EndGlobalSection
|
||||||
|
GlobalSection(ExtensibilityGlobals) = postSolution
|
||||||
|
SolutionGuid = {69AAF315-1831-431E-9438-677A4F5FD5DF}
|
||||||
|
EndGlobalSection
|
||||||
|
EndGlobal
|
12
gyakorlas1/Program.cs
Normal file
12
gyakorlas1/Program.cs
Normal file
|
@ -0,0 +1,12 @@
|
||||||
|
using System;
|
||||||
|
|
||||||
|
namespace gyakorlas1
|
||||||
|
{
|
||||||
|
class Program
|
||||||
|
{
|
||||||
|
static void Main(string[] args)
|
||||||
|
{
|
||||||
|
Console.WriteLine("Hello World!");
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
8
gyakorlas1/gyakorlas1.csproj
Normal file
8
gyakorlas1/gyakorlas1.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