diff options
| author | jacobdw22 <[email protected]> | 2022-10-29 16:30:50 -0700 |
|---|---|---|
| committer | jacobdw22 <[email protected]> | 2022-10-29 16:30:50 -0700 |
| commit | 66f32752234ddf9060a3c5d9a2582feae0114272 (patch) | |
| tree | 9765cf2659e02e09670be60a7a21857ff80d4d8f /CST116-Ch11-Debugging/CST116-Ch11-Debugging.vcxproj | |
| parent | Final changes? (diff) | |
| download | cst116-ch11-debugging-jacobdw22-66f32752234ddf9060a3c5d9a2582feae0114272.tar.xz cst116-ch11-debugging-jacobdw22-66f32752234ddf9060a3c5d9a2582feae0114272.zip | |
Added pseudo-code file. Final changes
Diffstat (limited to 'CST116-Ch11-Debugging/CST116-Ch11-Debugging.vcxproj')
| -rw-r--r-- | CST116-Ch11-Debugging/CST116-Ch11-Debugging.vcxproj | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/CST116-Ch11-Debugging/CST116-Ch11-Debugging.vcxproj b/CST116-Ch11-Debugging/CST116-Ch11-Debugging.vcxproj index ff7a775..33b8b80 100644 --- a/CST116-Ch11-Debugging/CST116-Ch11-Debugging.vcxproj +++ b/CST116-Ch11-Debugging/CST116-Ch11-Debugging.vcxproj @@ -132,6 +132,8 @@ <ItemGroup> <Text Include="..\..\..\..\..\..\TEMP1\Chap_11_data.txt" /> <Text Include="..\..\..\..\..\..\TEMP1\Chap_11_Report.txt" /> + <Text Include="..\cst116-ch11-debugging-wilson-pseudo-code.txt" /> + <Text Include="cst116-ch11-debugging-wilson.txt" /> </ItemGroup> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> <ImportGroup Label="ExtensionTargets"> |