diff options
| author | Benjamin Schroeder <[email protected]> | 2021-11-03 16:32:52 -0700 |
|---|---|---|
| committer | Benjamin Schroeder <[email protected]> | 2021-11-03 16:32:52 -0700 |
| commit | 5bcf8d36d9004dde2792a9e35159df253c90c2bb (patch) | |
| tree | 47a075ca7fedd752fd2154389bbad07389dce3e0 /CST116F2021-Lab6/CST116F2021-Lab6.vcxproj | |
| parent | Add online IDE url (diff) | |
| download | cst116-lab6-bensprogramma-5bcf8d36d9004dde2792a9e35159df253c90c2bb.tar.xz cst116-lab6-bensprogramma-5bcf8d36d9004dde2792a9e35159df253c90c2bb.zip | |
Lab6 Exercises
Diffstat (limited to 'CST116F2021-Lab6/CST116F2021-Lab6.vcxproj')
| -rw-r--r-- | CST116F2021-Lab6/CST116F2021-Lab6.vcxproj | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/CST116F2021-Lab6/CST116F2021-Lab6.vcxproj b/CST116F2021-Lab6/CST116F2021-Lab6.vcxproj index 756680b..3dcb4a4 100644 --- a/CST116F2021-Lab6/CST116F2021-Lab6.vcxproj +++ b/CST116F2021-Lab6/CST116F2021-Lab6.vcxproj @@ -139,7 +139,11 @@ </Link> </ItemDefinitionGroup> <ItemGroup> - <ClCompile Include="CST116F2021-Lab6.cpp" /> + <ClCompile Include="CST116F2021-Lab6_Schroeder.cpp" /> + <ClCompile Include="Lab6ExerciseFunctions.cpp" /> + </ItemGroup> + <ItemGroup> + <ClInclude Include="Lab6_Header.h" /> </ItemGroup> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> <ImportGroup Label="ExtensionTargets"> |