diff options
| author | Musa Ahmed <[email protected]> | 2022-10-04 17:43:05 -0700 |
|---|---|---|
| committer | Musa Ahmed <[email protected]> | 2022-10-04 17:43:05 -0700 |
| commit | 0524831a2ac722b4355e494db4eb3f1bea9e3c86 (patch) | |
| tree | e52c54b3b593a8b6a49dcf4d3c778f4425f3be22 /CST116-Ch5-Debugging | |
| parent | Revert "Added output to txt" (diff) | |
| download | cst116-proj1-0524831a2ac722b4355e494db4eb3f1bea9e3c86.tar.xz cst116-proj1-0524831a2ac722b4355e494db4eb3f1bea9e3c86.zip | |
added flowchart
Diffstat (limited to 'CST116-Ch5-Debugging')
| -rw-r--r-- | CST116-Ch5-Debugging/CST116-Ch5-Debugging.vcxproj | 6 | ||||
| -rw-r--r-- | CST116-Ch5-Debugging/CST116-Ch5-Debugging.vcxproj.filters | 8 |
2 files changed, 14 insertions, 0 deletions
diff --git a/CST116-Ch5-Debugging/CST116-Ch5-Debugging.vcxproj b/CST116-Ch5-Debugging/CST116-Ch5-Debugging.vcxproj index 4339244..7b75731 100644 --- a/CST116-Ch5-Debugging/CST116-Ch5-Debugging.vcxproj +++ b/CST116-Ch5-Debugging/CST116-Ch5-Debugging.vcxproj @@ -129,6 +129,12 @@ <ItemGroup>
<ClCompile Include="CST116-Ch5-Debugging.cpp" />
</ItemGroup>
+ <ItemGroup>
+ <Text Include="CST116-Ch5-Debugging-Ahmed.txt" />
+ </ItemGroup>
+ <ItemGroup>
+ <Image Include="..\..\..\..\OneDrive\Pictures\CST116-Ch5-Debugging-Ahmed.png" />
+ </ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
</ImportGroup>
diff --git a/CST116-Ch5-Debugging/CST116-Ch5-Debugging.vcxproj.filters b/CST116-Ch5-Debugging/CST116-Ch5-Debugging.vcxproj.filters index c938e8d..a12228d 100644 --- a/CST116-Ch5-Debugging/CST116-Ch5-Debugging.vcxproj.filters +++ b/CST116-Ch5-Debugging/CST116-Ch5-Debugging.vcxproj.filters @@ -19,4 +19,12 @@ <Filter>Source Files</Filter>
</ClCompile>
</ItemGroup>
+ <ItemGroup>
+ <Text Include="CST116-Ch5-Debugging-Ahmed.txt" />
+ </ItemGroup>
+ <ItemGroup>
+ <Image Include="..\..\..\..\OneDrive\Pictures\CST116-Ch5-Debugging-Ahmed.png">
+ <Filter>Source Files</Filter>
+ </Image>
+ </ItemGroup>
</Project>
\ No newline at end of file |