Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
sneaky boi
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
blint-public
4. félév
sneaky boi
Commits
1fd1c39e
Verified
Commit
1fd1c39e
authored
4 years ago
by
Réthelyi Bálint
Browse files
Options
Downloads
Patches
Plain Diff
init project
parent
96b3c64a
No related branches found
No related tags found
No related merge requests found
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
elso/elso.sln
+16
-0
16 additions, 0 deletions
elso/elso.sln
elso/elso/Program.cs
+12
-0
12 additions, 0 deletions
elso/elso/Program.cs
elso/elso/elso.csproj
+8
-0
8 additions, 0 deletions
elso/elso/elso.csproj
with
36 additions
and
0 deletions
elso/elso.sln
0 → 100644
+
16
−
0
View file @
1fd1c39e
Microsoft Visual Studio Solution File, Format Version 12.00
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "elso", "elso\elso.csproj", "{8790188E-71E2-4601-8E19-EA2DB2289811}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{8790188E-71E2-4601-8E19-EA2DB2289811}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8790188E-71E2-4601-8E19-EA2DB2289811}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8790188E-71E2-4601-8E19-EA2DB2289811}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8790188E-71E2-4601-8E19-EA2DB2289811}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
EndGlobal
This diff is collapsed.
Click to expand it.
elso/elso/Program.cs
0 → 100644
+
12
−
0
View file @
1fd1c39e
using
System
;
namespace
elso
{
class
Program
{
static
void
Main
(
string
[]
args
)
{
Console
.
WriteLine
(
"Hello World!"
);
}
}
}
\ No newline at end of file
This diff is collapsed.
Click to expand it.
elso/elso/elso.csproj
0 → 100644
+
8
−
0
View file @
1fd1c39e
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net5.0</TargetFramework>
</PropertyGroup>
</Project>
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment