diff options
Diffstat (limited to 'CST116-Ch10-Debugging/CST116-Ch10-Debugging.vcxproj')
| -rw-r--r-- | CST116-Ch10-Debugging/CST116-Ch10-Debugging.vcxproj | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/CST116-Ch10-Debugging/CST116-Ch10-Debugging.vcxproj b/CST116-Ch10-Debugging/CST116-Ch10-Debugging.vcxproj index 35e9b1e..4da25af 100644 --- a/CST116-Ch10-Debugging/CST116-Ch10-Debugging.vcxproj +++ b/CST116-Ch10-Debugging/CST116-Ch10-Debugging.vcxproj @@ -127,7 +127,11 @@ </Link>
</ItemDefinitionGroup>
<ItemGroup>
- <ClCompile Include="CST116-Ch10-Debugging.cpp" />
+ <ClCompile Include="CST116-Ch10-Debugging-Williams.cpp" />
+ </ItemGroup>
+ <ItemGroup>
+ <Text Include="CST116-Ch10-Debugging-Williams-Pseudocode.txt" />
+ <Text Include="CST116-Ch10-Debugging-Williams-Run.txt" />
</ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
|