Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Mastermind
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Package Registry
Operate
Terraform modules
Analyze
Contributor analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
seilenthalma100744
Mastermind
Commits
26910b1d
Commit
26910b1d
authored
4 months ago
by
z004x4dd
Browse files
Options
Downloads
Patches
Plain Diff
Add project files.
parent
42446b0f
No related branches found
No related tags found
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
Class1.cs
+12
-0
12 additions, 0 deletions
Class1.cs
Mastermind.csproj
+10
-0
10 additions, 0 deletions
Mastermind.csproj
Mastermind.sln
+25
-0
25 additions, 0 deletions
Mastermind.sln
Program.cs
+12
-0
12 additions, 0 deletions
Program.cs
with
59 additions
and
0 deletions
Class1.cs
0 → 100644
+
12
−
0
View file @
26910b1d
using
System
;
using
System.Collections.Generic
;
using
System.Linq
;
using
System.Text
;
using
System.Threading.Tasks
;
namespace
Mastermind
{
internal
class
Class1
{
}
}
This diff is collapsed.
Click to expand it.
Mastermind.csproj
0 → 100644
+
10
−
0
View file @
26910b1d
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
</Project>
This diff is collapsed.
Click to expand it.
Mastermind.sln
0 → 100644
+
25
−
0
View file @
26910b1d
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.11.35312.102
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Mastermind", "Mastermind.csproj", "{0C91672B-2686-4DE6-B700-EB6BE6EF6981}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{0C91672B-2686-4DE6-B700-EB6BE6EF6981}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0C91672B-2686-4DE6-B700-EB6BE6EF6981}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0C91672B-2686-4DE6-B700-EB6BE6EF6981}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0C91672B-2686-4DE6-B700-EB6BE6EF6981}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {5E81EC89-5A0F-432B-A684-54DAD3077CAF}
EndGlobalSection
EndGlobal
This diff is collapsed.
Click to expand it.
Program.cs
0 → 100644
+
12
−
0
View file @
26910b1d
using
System
;
namespace
Program
{
class
Program
{
static
void
Main
()
{
}
}
}
\ No newline at end of file
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