diff options
| author | James Lawrance <[email protected]> | 2021-12-08 14:43:41 -0800 |
|---|---|---|
| committer | James Lawrance <[email protected]> | 2021-12-08 14:43:41 -0800 |
| commit | 747d1f59dea35324711c74b41ae6b54e1dae6a7c (patch) | |
| tree | ff708f7abac7ebf0c172da5f584518281456460a /CST116F2021-Proj3/CST116F2021-Proj3.vcxproj | |
| parent | Add online IDE url (diff) | |
| download | cst116-proj3-jemersonlawrance-master.tar.xz cst116-proj3-jemersonlawrance-master.zip | |
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"> |