diff options
Diffstat (limited to 'CST116F2021-Lab8/CST116F2021-Lab8.vcxproj')
| -rw-r--r-- | CST116F2021-Lab8/CST116F2021-Lab8.vcxproj | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/CST116F2021-Lab8/CST116F2021-Lab8.vcxproj b/CST116F2021-Lab8/CST116F2021-Lab8.vcxproj index 00a34aa..5e89959 100644 --- a/CST116F2021-Lab8/CST116F2021-Lab8.vcxproj +++ b/CST116F2021-Lab8/CST116F2021-Lab8.vcxproj @@ -140,6 +140,13 @@ </ItemDefinitionGroup> <ItemGroup> <ClCompile Include="CST116F2021-Lab8.cpp" /> + <ClCompile Include="Functions.cpp" /> + </ItemGroup> + <ItemGroup> + <ClInclude Include="Header.h" /> + </ItemGroup> + <ItemGroup> + <Text Include="Output and Written Work.txt" /> </ItemGroup> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> <ImportGroup Label="ExtensionTargets"> |