diff options
| author | Yana Blashchishina <[email protected]> | 2024-03-10 14:49:57 -0700 |
|---|---|---|
| committer | Yana Blashchishina <[email protected]> | 2024-03-10 14:49:57 -0700 |
| commit | a6a5a946428e192a873bbc94fa1b3d5e8f7696ad (patch) | |
| tree | c1ceb23d0309e855ebc7b5de5a4042b9de804a66 /Homework 8/MyStructures/MyStructures.vcxproj | |
| parent | errors :( (diff) | |
| download | homework-8-yanablash-a6a5a946428e192a873bbc94fa1b3d5e8f7696ad.tar.xz homework-8-yanablash-a6a5a946428e192a873bbc94fa1b3d5e8f7696ad.zip | |
defining functions
Diffstat (limited to 'Homework 8/MyStructures/MyStructures.vcxproj')
| -rw-r--r-- | Homework 8/MyStructures/MyStructures.vcxproj | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Homework 8/MyStructures/MyStructures.vcxproj b/Homework 8/MyStructures/MyStructures.vcxproj index 4cfc769..ee62017 100644 --- a/Homework 8/MyStructures/MyStructures.vcxproj +++ b/Homework 8/MyStructures/MyStructures.vcxproj @@ -128,6 +128,7 @@ </ItemDefinitionGroup> <ItemGroup> <ClInclude Include="Contact.hpp" /> + <ClInclude Include="ContactList.hpp" /> </ItemGroup> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> <ImportGroup Label="ExtensionTargets"> |