diff options
| author | TheOtherTonyStark <[email protected]> | 2022-10-09 12:44:35 -0700 |
|---|---|---|
| committer | TheOtherTonyStark <[email protected]> | 2022-10-09 12:44:35 -0700 |
| commit | 7b1a94561b6a71b912304a790a2ffb2e955794f6 (patch) | |
| tree | 9a13b2ef2fba1629fabe0570b97b7c85e6ac4d2f /CST116-Ch6-Debugging/CST116-Ch6-Debugging.vcxproj | |
| parent | Fifth Change (diff) | |
| download | cst116-ch6-debugging-theothertonystark-7b1a94561b6a71b912304a790a2ffb2e955794f6.tar.xz cst116-ch6-debugging-theothertonystark-7b1a94561b6a71b912304a790a2ffb2e955794f6.zip | |
Sixth Change
Diffstat (limited to 'CST116-Ch6-Debugging/CST116-Ch6-Debugging.vcxproj')
| -rw-r--r-- | CST116-Ch6-Debugging/CST116-Ch6-Debugging.vcxproj | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/CST116-Ch6-Debugging/CST116-Ch6-Debugging.vcxproj b/CST116-Ch6-Debugging/CST116-Ch6-Debugging.vcxproj index 730676b..711d07d 100644 --- a/CST116-Ch6-Debugging/CST116-Ch6-Debugging.vcxproj +++ b/CST116-Ch6-Debugging/CST116-Ch6-Debugging.vcxproj @@ -127,10 +127,11 @@ </Link>
</ItemDefinitionGroup>
<ItemGroup>
- <ClCompile Include="CST116-Ch6-Debugging.cpp" />
+ <ClCompile Include="CST116-Ch6-Debugging-Chambers.cpp" />
</ItemGroup>
<ItemGroup>
- <Text Include="CST116-Ch6-DebuggingSolution.txt" />
+ <Text Include="CST116-Ch6-Debugging-Solution.txt" />
+ <Text Include="CST116-Ch6-Debugging-Psuedocode.txt" />
</ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
|