diff options
| author | Connor McDowell <[email protected]> | 2024-03-03 15:16:08 -0800 |
|---|---|---|
| committer | Connor McDowell <[email protected]> | 2024-03-03 15:16:08 -0800 |
| commit | 36f63ce5a5ac9642ea0d63e44ba91c98a08e16e4 (patch) | |
| tree | 8e3969324f127e54a659586918bf5c8106f5e595 /Project1/Project1.vcxproj | |
| parent | all functions refactored to fit in contact list. testing now. (diff) | |
| download | homework-7-connormcdowell275-36f63ce5a5ac9642ea0d63e44ba91c98a08e16e4.tar.xz homework-7-connormcdowell275-36f63ce5a5ac9642ea0d63e44ba91c98a08e16e4.zip | |
first commit of the day, following lecture. again.
Diffstat (limited to 'Project1/Project1.vcxproj')
| -rw-r--r-- | Project1/Project1.vcxproj | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Project1/Project1.vcxproj b/Project1/Project1.vcxproj index 31b4e05..5802a52 100644 --- a/Project1/Project1.vcxproj +++ b/Project1/Project1.vcxproj @@ -128,6 +128,7 @@ </ItemDefinitionGroup> <ItemGroup> <ClInclude Include="Contacts.h" /> + <ClInclude Include="Contact_list.h" /> </ItemGroup> <ItemGroup> <ClCompile Include="contacts.cpp" /> |