diff options
| author | Musa Ahmed <[email protected]> | 2022-11-09 20:14:49 -0800 |
|---|---|---|
| committer | Musa Ahmed <[email protected]> | 2022-11-09 20:14:49 -0800 |
| commit | 1147f5be0b5cc827c77f1230b6c9425515f9a24f (patch) | |
| tree | cad92c768537bb503f6b08b2e2d9bf80b689db82 /BlankConsoleLab/BlankConsoleLab.vcxproj | |
| parent | finished msot of the calcualtions (diff) | |
| download | cst116-lab2-m005a-1147f5be0b5cc827c77f1230b6c9425515f9a24f.tar.xz cst116-lab2-m005a-1147f5be0b5cc827c77f1230b6c9425515f9a24f.zip | |
added pseudocode
Diffstat (limited to 'BlankConsoleLab/BlankConsoleLab.vcxproj')
| -rw-r--r-- | BlankConsoleLab/BlankConsoleLab.vcxproj | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/BlankConsoleLab/BlankConsoleLab.vcxproj b/BlankConsoleLab/BlankConsoleLab.vcxproj index d2e3ee2..ca000ce 100644 --- a/BlankConsoleLab/BlankConsoleLab.vcxproj +++ b/BlankConsoleLab/BlankConsoleLab.vcxproj @@ -139,7 +139,10 @@ </Link> </ItemDefinitionGroup> <ItemGroup> - <ClCompile Include="BlankConsoleLab.cpp" /> + <ClCompile Include="CST116-Lab2-Ahmed.cpp" /> + </ItemGroup> + <ItemGroup> + <Text Include="CST116-Lab2-Ahmed-Pseudocodetxt.txt" /> </ItemGroup> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> <ImportGroup Label="ExtensionTargets"> |