diff options
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">
|