Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file not shown.
Binary file added HelloWorld/.vs/HelloWorld/v16/.suo
Binary file not shown.
2 changes: 1 addition & 1 deletion HelloWorld/HelloWorld.cs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ class Program
{
static void Main(string[] args)
{
Console.WriteLine("Hello World!");
Console.WriteLine("Hello Steven!");
}
}
}
25 changes: 25 additions & 0 deletions HelloWorld/HelloWorld.sln
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.28803.352
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "HelloWorld", "HelloWorld.csproj", "{BC994110-6A58-4A9F-9D56-E0B58BA39608}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{BC994110-6A58-4A9F-9D56-E0B58BA39608}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BC994110-6A58-4A9F-9D56-E0B58BA39608}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BC994110-6A58-4A9F-9D56-E0B58BA39608}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BC994110-6A58-4A9F-9D56-E0B58BA39608}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {2D28C88E-B416-486E-AC45-4BA8BF3733C1}
EndGlobalSection
EndGlobal