diff options
| author | Trenton Stark <[email protected]> | 2022-10-12 20:46:57 -0700 |
|---|---|---|
| committer | Trenton Stark <[email protected]> | 2022-10-12 20:46:57 -0700 |
| commit | 17e2edd7c6ae035db97c61a900fbb704767693b9 (patch) | |
| tree | d6b592aa6f632434facd970157be048e65134bc6 /CST116-Ch6-Debugging/CST116-Ch6-Debugging.vcxproj | |
| parent | added psuedo code (diff) | |
| download | cst116-ch6-debugging-stark-17e2edd7c6ae035db97c61a900fbb704767693b9.tar.xz cst116-ch6-debugging-stark-17e2edd7c6ae035db97c61a900fbb704767693b9.zip | |
added output file
Diffstat (limited to 'CST116-Ch6-Debugging/CST116-Ch6-Debugging.vcxproj')
| -rw-r--r-- | CST116-Ch6-Debugging/CST116-Ch6-Debugging.vcxproj | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CST116-Ch6-Debugging/CST116-Ch6-Debugging.vcxproj b/CST116-Ch6-Debugging/CST116-Ch6-Debugging.vcxproj index 698c6c4..b92e9fd 100644 --- a/CST116-Ch6-Debugging/CST116-Ch6-Debugging.vcxproj +++ b/CST116-Ch6-Debugging/CST116-Ch6-Debugging.vcxproj @@ -131,6 +131,7 @@ </ItemGroup>
<ItemGroup>
<Text Include="CST116-Ch6-Psuedo-code.txt" />
+ <Text Include="CST116-Ch6-Debugging.txt" />
</ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
|