diff options
Diffstat (limited to 'CST116F2021-Lab5/CST116F2021-Lab5.vcxproj')
| -rw-r--r-- | CST116F2021-Lab5/CST116F2021-Lab5.vcxproj | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/CST116F2021-Lab5/CST116F2021-Lab5.vcxproj b/CST116F2021-Lab5/CST116F2021-Lab5.vcxproj index 14ee2b7..cf85963 100644 --- a/CST116F2021-Lab5/CST116F2021-Lab5.vcxproj +++ b/CST116F2021-Lab5/CST116F2021-Lab5.vcxproj @@ -139,7 +139,11 @@ </Link> </ItemDefinitionGroup> <ItemGroup> - <ClCompile Include="CST116F2021-Lab5.cpp" /> + <ClCompile Include="CST116F2021-Lab5 - Joseph Ten Eyck.cpp" /> + <ClCompile Include="Functions.cpp" /> + </ItemGroup> + <ItemGroup> + <ClInclude Include="Header.h" /> </ItemGroup> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> <ImportGroup Label="ExtensionTargets"> |