File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ Microsoft Visual Studio Solution File, Format Version 12.00
2+ # Visual Studio Version 17
3+ VisualStudioVersion = 17.5.2.0
4+ MinimumVisualStudioVersion = 10.0.40219.1
5+ Project ("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}" ) = "RollTheDie" , "RollTheDie.csproj" , "{9BEC8997-1536-E219-AB7E-C9E14F72A896}"
6+ EndProject
7+ Global
8+ GlobalSection (SolutionConfigurationPlatforms ) = preSolution
9+ Debug| Any CPU = Debug| Any CPU
10+ Release| Any CPU = Release| Any CPU
11+ EndGlobalSection
12+ GlobalSection (ProjectConfigurationPlatforms ) = postSolution
13+ {9BEC8997-1536-E219-AB7E-C9E14F72A896} .Debug| Any CPU .ActiveCfg = Debug| Any CPU
14+ {9BEC8997-1536-E219-AB7E-C9E14F72A896} .Debug| Any CPU .Build .0 = Debug| Any CPU
15+ {9BEC8997-1536-E219-AB7E-C9E14F72A896} .Release| Any CPU .ActiveCfg = Release| Any CPU
16+ {9BEC8997-1536-E219-AB7E-C9E14F72A896} .Release| Any CPU .Build .0 = Release| Any CPU
17+ EndGlobalSection
18+ GlobalSection (SolutionProperties ) = preSolution
19+ HideSolutionNode = FALSE
20+ EndGlobalSection
21+ GlobalSection (ExtensibilityGlobals ) = postSolution
22+ SolutionGuid = {1CB3F184-414B-480B-AD48-8EFEE512B8A3}
23+ EndGlobalSection
24+ EndGlobal
Original file line number Diff line number Diff line change 1+ Microsoft Visual Studio Solution File, Format Version 12.00
2+ # Visual Studio Version 17
3+ VisualStudioVersion = 17.5.2.0
4+ MinimumVisualStudioVersion = 10.0.40219.1
5+ Project ("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}" ) = "BinarySearch" , "BinarySearch.csproj" , "{065D0EF9-071B-72F0-5F7E-0AA72E56899A}"
6+ EndProject
7+ Global
8+ GlobalSection (SolutionConfigurationPlatforms ) = preSolution
9+ Debug| Any CPU = Debug| Any CPU
10+ Release| Any CPU = Release| Any CPU
11+ EndGlobalSection
12+ GlobalSection (ProjectConfigurationPlatforms ) = postSolution
13+ {065D0EF9-071B-72F0-5F7E-0AA72E56899A} .Debug| Any CPU .ActiveCfg = Debug| Any CPU
14+ {065D0EF9-071B-72F0-5F7E-0AA72E56899A} .Debug| Any CPU .Build .0 = Debug| Any CPU
15+ {065D0EF9-071B-72F0-5F7E-0AA72E56899A} .Release| Any CPU .ActiveCfg = Release| Any CPU
16+ {065D0EF9-071B-72F0-5F7E-0AA72E56899A} .Release| Any CPU .Build .0 = Release| Any CPU
17+ EndGlobalSection
18+ GlobalSection (SolutionProperties ) = preSolution
19+ HideSolutionNode = FALSE
20+ EndGlobalSection
21+ GlobalSection (ExtensibilityGlobals ) = postSolution
22+ SolutionGuid = {C88155BC-5A4C-48AD-9EE0-E3CA9FF3C5A9}
23+ EndGlobalSection
24+ EndGlobal
Original file line number Diff line number Diff line change 11public static class HelloWorld
22{
3- public static string Hello ( ) => "Goodbye, Mars !" ;
3+ public static string Hello ( ) => "Hello, World !" ;
44}
Original file line number Diff line number Diff line change 1+ Microsoft Visual Studio Solution File, Format Version 12.00
2+ # Visual Studio Version 17
3+ VisualStudioVersion = 17.5.2.0
4+ MinimumVisualStudioVersion = 10.0.40219.1
5+ Project ("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}" ) = "HelloWorld" , "HelloWorld.csproj" , "{5082FA0B-EAB0-978A-084C-F92A05706358}"
6+ EndProject
7+ Global
8+ GlobalSection (SolutionConfigurationPlatforms ) = preSolution
9+ Debug| Any CPU = Debug| Any CPU
10+ Release| Any CPU = Release| Any CPU
11+ EndGlobalSection
12+ GlobalSection (ProjectConfigurationPlatforms ) = postSolution
13+ {5082FA0B-EAB0-978A-084C-F92A05706358} .Debug| Any CPU .ActiveCfg = Debug| Any CPU
14+ {5082FA0B-EAB0-978A-084C-F92A05706358} .Debug| Any CPU .Build .0 = Debug| Any CPU
15+ {5082FA0B-EAB0-978A-084C-F92A05706358} .Release| Any CPU .ActiveCfg = Release| Any CPU
16+ {5082FA0B-EAB0-978A-084C-F92A05706358} .Release| Any CPU .Build .0 = Release| Any CPU
17+ EndGlobalSection
18+ GlobalSection (SolutionProperties ) = preSolution
19+ HideSolutionNode = FALSE
20+ EndGlobalSection
21+ GlobalSection (ExtensibilityGlobals ) = postSolution
22+ SolutionGuid = {47BEF35C-8701-4A23-83B8-1046B07DFF9C}
23+ EndGlobalSection
24+ EndGlobal
You can’t perform that action at this time.
0 commit comments