diff options
Diffstat (limited to 'CST116F2021-Lab5/CST116F2021-Lab5.vcxproj')
| -rw-r--r-- | CST116F2021-Lab5/CST116F2021-Lab5.vcxproj | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/CST116F2021-Lab5/CST116F2021-Lab5.vcxproj b/CST116F2021-Lab5/CST116F2021-Lab5.vcxproj index 14ee2b7..3717b86 100644 --- a/CST116F2021-Lab5/CST116F2021-Lab5.vcxproj +++ b/CST116F2021-Lab5/CST116F2021-Lab5.vcxproj @@ -139,8 +139,12 @@ </Link> </ItemDefinitionGroup> <ItemGroup> + <ClCompile Include="CST116-lab5-Functions.cpp" /> <ClCompile Include="CST116F2021-Lab5.cpp" /> </ItemGroup> + <ItemGroup> + <ClInclude Include="CST116-lab5.h" /> + </ItemGroup> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> <ImportGroup Label="ExtensionTargets"> </ImportGroup> |