Skip to content

Commit 3151a16

Browse files
committed
Initial Commit
1 parent 5fae377 commit 3151a16

9 files changed

Lines changed: 3 additions & 3 deletions

File tree

Project.sln renamed to PathMapper.sln

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Microsoft Visual Studio Solution File, Format Version 12.00
33
# Visual Studio Version 16
44
VisualStudioVersion = 16.0.31402.337
55
MinimumVisualStudioVersion = 10.0.40219.1
6-
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Project", "Project\Project.vcxproj", "{2730C447-A452-420E-A1E6-FF49E0F61B17}"
6+
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "PathMapper", "PathMapper\PathMapper.vcxproj", "{2730C447-A452-420E-A1E6-FF49E0F61B17}"
77
EndProject
88
Global
99
GlobalSection(SolutionConfigurationPlatforms) = preSolution
File renamed without changes.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<VCProjectVersion>16.0</VCProjectVersion>
2323
<Keyword>Win32Proj</Keyword>
2424
<ProjectGuid>{2730c447-a452-420e-a1e6-ff49e0f61b17}</ProjectGuid>
25-
<RootNamespace>Project</RootNamespace>
25+
<RootNamespace>PathMapper</RootNamespace>
2626
<WindowsTargetPlatformVersion>10.0</WindowsTargetPlatformVersion>
2727
<ProjectName>PathMapper</ProjectName>
2828
</PropertyGroup>
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ class Program {
161161
void main_screen() {
162162
int ch;
163163

164-
cout << "PATH FINDER" << endl;
164+
cout << "PATH MAPPER" << endl;
165165
cout << endl;
166166
cout << "To exit anywhere within the program, enter X" << endl;
167167
cout << endl;
File renamed without changes.

0 commit comments

Comments
 (0)