diff options
Diffstat (limited to 'CST116F2021-Proj3/CST116F2021-Proj3.vcxproj')
| -rw-r--r-- | CST116F2021-Proj3/CST116F2021-Proj3.vcxproj | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/CST116F2021-Proj3/CST116F2021-Proj3.vcxproj b/CST116F2021-Proj3/CST116F2021-Proj3.vcxproj index e0992e3..118acc3 100644 --- a/CST116F2021-Proj3/CST116F2021-Proj3.vcxproj +++ b/CST116F2021-Proj3/CST116F2021-Proj3.vcxproj @@ -140,6 +140,17 @@ </ItemDefinitionGroup> <ItemGroup> <ClCompile Include="CST116F2021-Proj3.cpp" /> + <ClCompile Include="Functions.cpp" /> + </ItemGroup> + <ItemGroup> + <Text Include="Pseudocode.txt" /> + <Text Include="Documentation.txt" /> + <Text Include="Notes from Meetings.txt" /> + <Text Include="Testing Plan and Runs.txt" /> + <Text Include="Agile Questions.txt" /> + </ItemGroup> + <ItemGroup> + <ClInclude Include="Header.h" /> </ItemGroup> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> <ImportGroup Label="ExtensionTargets"> |