From 2bfa90207aa2ed638842d6d9825ddb4430816a8d Mon Sep 17 00:00:00 2001 From: Taylor Rogers Date: Sat, 8 Oct 2022 12:57:18 -0700 Subject: Added name --- .vs/ProjectSettings.json | 3 +++ .vs/VSWorkspaceState.json | 8 ++++++++ .../project-colors.json | 11 +++++++++++ .vs/cst116-ch7-debugging-Taylorrog/v17/.suo | Bin 0 -> 24064 bytes .vs/cst116-ch7-debugging-Taylorrog/v17/Browse.VC.db | Bin 0 -> 15200256 bytes .../30b3d35916b36da/CST116-CH7-DEBUGGING.ipch | Bin 0 -> 34209792 bytes .vs/slnx.sqlite | Bin 0 -> 331776 bytes CST116-Ch7-Debugging/CST116-Ch7-Debugging.cpp | 2 ++ 8 files changed, 24 insertions(+) create mode 100644 .vs/ProjectSettings.json create mode 100644 .vs/VSWorkspaceState.json create mode 100644 .vs/cst116-ch7-debugging-Taylorrog/project-colors.json create mode 100644 .vs/cst116-ch7-debugging-Taylorrog/v17/.suo create mode 100644 .vs/cst116-ch7-debugging-Taylorrog/v17/Browse.VC.db create mode 100644 .vs/cst116-ch7-debugging-Taylorrog/v17/ipch/AutoPCH/30b3d35916b36da/CST116-CH7-DEBUGGING.ipch create mode 100644 .vs/slnx.sqlite diff --git a/.vs/ProjectSettings.json b/.vs/ProjectSettings.json new file mode 100644 index 0000000..0cf5ea5 --- /dev/null +++ b/.vs/ProjectSettings.json @@ -0,0 +1,3 @@ +{ + "CurrentProjectSetting": "No Configurations" +} \ No newline at end of file diff --git a/.vs/VSWorkspaceState.json b/.vs/VSWorkspaceState.json new file mode 100644 index 0000000..a5770c2 --- /dev/null +++ b/.vs/VSWorkspaceState.json @@ -0,0 +1,8 @@ +{ + "ExpandedNodes": [ + "", + "\\CST116-Ch7-Debugging" + ], + "SelectedNode": "\\CST116-Ch7-Debugging\\CST116-Ch7-Debugging.cpp", + "PreviewInSolutionExplorer": false +} \ No newline at end of file diff --git a/.vs/cst116-ch7-debugging-Taylorrog/project-colors.json b/.vs/cst116-ch7-debugging-Taylorrog/project-colors.json new file mode 100644 index 0000000..069efb9 --- /dev/null +++ b/.vs/cst116-ch7-debugging-Taylorrog/project-colors.json @@ -0,0 +1,11 @@ +{ + "Version": 1, + "ProjectMap": { + "a2fe74e1-b743-11d0-ae1a-00a0c90fffc3": { + "ProjectGuid": "a2fe74e1-b743-11d0-ae1a-00a0c90fffc3", + "DisplayName": "Miscellaneous Files", + "ColorIndex": -1 + } + }, + "NextColorIndex": 0 +} \ No newline at end of file diff --git a/.vs/cst116-ch7-debugging-Taylorrog/v17/.suo b/.vs/cst116-ch7-debugging-Taylorrog/v17/.suo new file mode 100644 index 0000000..fc127d1 Binary files /dev/null and b/.vs/cst116-ch7-debugging-Taylorrog/v17/.suo differ diff --git a/.vs/cst116-ch7-debugging-Taylorrog/v17/Browse.VC.db b/.vs/cst116-ch7-debugging-Taylorrog/v17/Browse.VC.db new file mode 100644 index 0000000..e3603a0 Binary files /dev/null and b/.vs/cst116-ch7-debugging-Taylorrog/v17/Browse.VC.db differ diff --git a/.vs/cst116-ch7-debugging-Taylorrog/v17/ipch/AutoPCH/30b3d35916b36da/CST116-CH7-DEBUGGING.ipch b/.vs/cst116-ch7-debugging-Taylorrog/v17/ipch/AutoPCH/30b3d35916b36da/CST116-CH7-DEBUGGING.ipch new file mode 100644 index 0000000..921ae0e Binary files /dev/null and b/.vs/cst116-ch7-debugging-Taylorrog/v17/ipch/AutoPCH/30b3d35916b36da/CST116-CH7-DEBUGGING.ipch differ diff --git a/.vs/slnx.sqlite b/.vs/slnx.sqlite new file mode 100644 index 0000000..7dfaeb4 Binary files /dev/null and b/.vs/slnx.sqlite differ diff --git a/CST116-Ch7-Debugging/CST116-Ch7-Debugging.cpp b/CST116-Ch7-Debugging/CST116-Ch7-Debugging.cpp index f64adfe..896b37d 100644 --- a/CST116-Ch7-Debugging/CST116-Ch7-Debugging.cpp +++ b/CST116-Ch7-Debugging/CST116-Ch7-Debugging.cpp @@ -1,6 +1,8 @@ /******************************************************************** * File: CST116-Ch7-Debugging.cpp * +* Name: Taylor Rogers +* * General Instructions: Complete each step before proceeding to the * next. * -- cgit v1.2.3