diff options
| author | Asahel <[email protected]> | 2024-01-30 09:27:34 -0800 |
|---|---|---|
| committer | Asahel <[email protected]> | 2024-01-30 09:27:34 -0800 |
| commit | a7b42aa536cbe297f6b6f73b5dc8fcaeefd25dbd (patch) | |
| tree | fd39fe0d8bc63e43fcee743ff7843843eaec9d65 /Homework2/Homework2.vcxproj | |
| parent | Spacing and headers (diff) | |
| download | homework-2-asahellt-a7b42aa536cbe297f6b6f73b5dc8fcaeefd25dbd.tar.xz homework-2-asahellt-a7b42aa536cbe297f6b6f73b5dc8fcaeefd25dbd.zip | |
Finished first half of assignment
Diffstat (limited to 'Homework2/Homework2.vcxproj')
| -rw-r--r-- | Homework2/Homework2.vcxproj | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Homework2/Homework2.vcxproj b/Homework2/Homework2.vcxproj index 2e8e8b3..e4649aa 100644 --- a/Homework2/Homework2.vcxproj +++ b/Homework2/Homework2.vcxproj @@ -131,6 +131,7 @@ </ItemGroup> <ItemGroup> <ClInclude Include="Header.h" /> + <ClInclude Include="Source.h" /> </ItemGroup> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> <ImportGroup Label="ExtensionTargets"> |