diff options
| author | James Lawrance <[email protected]> | 2021-11-09 11:33:58 -0800 |
|---|---|---|
| committer | James Lawrance <[email protected]> | 2021-11-09 11:33:58 -0800 |
| commit | b668083055ccaf26dad01e274e40887a77071a45 (patch) | |
| tree | 91f4b9b043c205b1038744b5361d4cb9bf29f367 /CST116F2021-Lab6/CST116F2021-Lab6.vcxproj | |
| parent | Add online IDE url (diff) | |
| download | cst116-lab6-jemersonlawrance-b668083055ccaf26dad01e274e40887a77071a45.tar.xz cst116-lab6-jemersonlawrance-b668083055ccaf26dad01e274e40887a77071a45.zip | |
s.
Diffstat (limited to 'CST116F2021-Lab6/CST116F2021-Lab6.vcxproj')
| -rw-r--r-- | CST116F2021-Lab6/CST116F2021-Lab6.vcxproj | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/CST116F2021-Lab6/CST116F2021-Lab6.vcxproj b/CST116F2021-Lab6/CST116F2021-Lab6.vcxproj index 756680b..f4b7798 100644 --- a/CST116F2021-Lab6/CST116F2021-Lab6.vcxproj +++ b/CST116F2021-Lab6/CST116F2021-Lab6.vcxproj @@ -140,6 +140,10 @@ </ItemDefinitionGroup> <ItemGroup> <ClCompile Include="CST116F2021-Lab6.cpp" /> + <ClCompile Include="Functions.cpp" /> + </ItemGroup> + <ItemGroup> + <ClInclude Include="Header.h" /> </ItemGroup> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> <ImportGroup Label="ExtensionTargets"> |