diff options
| author | Joseph Ten Eyck <[email protected]> | 2021-11-16 20:48:42 -0800 |
|---|---|---|
| committer | Joseph Ten Eyck <[email protected]> | 2021-11-16 20:48:42 -0800 |
| commit | 24f1c58635a8bb9963e2750729d8b1f5e400fa05 (patch) | |
| tree | 57e49850b2ba33e851b1f8a84b957d7d3d0614b3 /CST116F2021-Lab7/CST116F2021-Lab7.vcxproj | |
| parent | Add online IDE url (diff) | |
| download | cst116-lab7-josephteneyck-master.tar.xz cst116-lab7-josephteneyck-master.zip | |
Diffstat (limited to 'CST116F2021-Lab7/CST116F2021-Lab7.vcxproj')
| -rw-r--r-- | CST116F2021-Lab7/CST116F2021-Lab7.vcxproj | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/CST116F2021-Lab7/CST116F2021-Lab7.vcxproj b/CST116F2021-Lab7/CST116F2021-Lab7.vcxproj index 5aec3b1..8dac1ad 100644 --- a/CST116F2021-Lab7/CST116F2021-Lab7.vcxproj +++ b/CST116F2021-Lab7/CST116F2021-Lab7.vcxproj @@ -139,7 +139,11 @@ </Link> </ItemDefinitionGroup> <ItemGroup> - <ClCompile Include="CST116F2021-Lab7.cpp" /> + <ClCompile Include="CST116F2021-Lab7 - Joseph Ten eyck.cpp" /> + <ClCompile Include="Functions.cpp" /> + </ItemGroup> + <ItemGroup> + <ClInclude Include="Header.h" /> </ItemGroup> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> <ImportGroup Label="ExtensionTargets"> |