diff options
| author | tafaar <[email protected]> | 2022-10-25 13:12:53 -0700 |
|---|---|---|
| committer | tafaar <[email protected]> | 2022-10-25 13:12:53 -0700 |
| commit | 4bcabc0112d152719c3c367a911d20230db1dbb5 (patch) | |
| tree | 1a5107004166ab370b9e162d2e3280eb38336ff6 /CST116-Ch10-Debugging/CST116-Ch10-Debugging.vcxproj | |
| parent | done (diff) | |
| download | cst116-ch10-debugging-hill-main.tar.xz cst116-ch10-debugging-hill-main.zip | |
finished
Diffstat (limited to 'CST116-Ch10-Debugging/CST116-Ch10-Debugging.vcxproj')
| -rw-r--r-- | CST116-Ch10-Debugging/CST116-Ch10-Debugging.vcxproj | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/CST116-Ch10-Debugging/CST116-Ch10-Debugging.vcxproj b/CST116-Ch10-Debugging/CST116-Ch10-Debugging.vcxproj index 35e9b1e..1c192bb 100644 --- a/CST116-Ch10-Debugging/CST116-Ch10-Debugging.vcxproj +++ b/CST116-Ch10-Debugging/CST116-Ch10-Debugging.vcxproj @@ -129,6 +129,9 @@ <ItemGroup>
<ClCompile Include="CST116-Ch10-Debugging.cpp" />
</ItemGroup>
+ <ItemGroup>
+ <Text Include="CST116-Ch10-Debugging-Flowchart-Aaron_Hill.txt" />
+ </ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
</ImportGroup>
|