diff options
| author | James Lawrance <[email protected]> | 2021-11-23 21:29:11 -0800 |
|---|---|---|
| committer | James Lawrance <[email protected]> | 2021-11-23 21:29:11 -0800 |
| commit | ea93e6d7dbe2ef6e8bfc58b6feeb07ba3809ec3f (patch) | |
| tree | 7eba8abd196d77a6387556e7054967298c6e0d09 /CST116F2021-Lab8/CST116F2021-Lab8.vcxproj | |
| parent | Add online IDE url (diff) | |
| download | archived-cst115-lab8-jemersonlawrance-master.tar.xz archived-cst115-lab8-jemersonlawrance-master.zip | |
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"> |