diff options
Diffstat (limited to 'CST116-Ch10-Debugging')
| -rw-r--r-- | CST116-Ch10-Debugging/CST116-Ch10-Debugging-Rogers-Pseudo-code.txt (renamed from CST116-Ch10-Debugging/CST116-Ch10-Rogers-Pseudo-code.txt) | 0 | ||||
| -rw-r--r-- | CST116-Ch10-Debugging/CST116-Ch10-Debugging.vcxproj | 2 | ||||
| -rw-r--r-- | CST116-Ch10-Debugging/CST116-Ch10-Debugging.vcxproj.filters | 2 |
3 files changed, 2 insertions, 2 deletions
diff --git a/CST116-Ch10-Debugging/CST116-Ch10-Rogers-Pseudo-code.txt b/CST116-Ch10-Debugging/CST116-Ch10-Debugging-Rogers-Pseudo-code.txt index 247d265..247d265 100644 --- a/CST116-Ch10-Debugging/CST116-Ch10-Rogers-Pseudo-code.txt +++ b/CST116-Ch10-Debugging/CST116-Ch10-Debugging-Rogers-Pseudo-code.txt diff --git a/CST116-Ch10-Debugging/CST116-Ch10-Debugging.vcxproj b/CST116-Ch10-Debugging/CST116-Ch10-Debugging.vcxproj index 301c075..b53aa1f 100644 --- a/CST116-Ch10-Debugging/CST116-Ch10-Debugging.vcxproj +++ b/CST116-Ch10-Debugging/CST116-Ch10-Debugging.vcxproj @@ -131,7 +131,7 @@ </ItemGroup>
<ItemGroup>
<Text Include="CST116-Ch10-Debugging-Rogers-Output.txt" />
- <Text Include="CST116-Ch10-Rogers-Pseudo-code.txt" />
+ <Text Include="CST116-Ch10-Debugging-Rogers-Pseudo-code.txt" />
</ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
diff --git a/CST116-Ch10-Debugging/CST116-Ch10-Debugging.vcxproj.filters b/CST116-Ch10-Debugging/CST116-Ch10-Debugging.vcxproj.filters index 7ce0da3..c4a46ae 100644 --- a/CST116-Ch10-Debugging/CST116-Ch10-Debugging.vcxproj.filters +++ b/CST116-Ch10-Debugging/CST116-Ch10-Debugging.vcxproj.filters @@ -23,7 +23,7 @@ <Text Include="CST116-Ch10-Debugging-Rogers-Output.txt">
<Filter>Source Files</Filter>
</Text>
- <Text Include="CST116-Ch10-Rogers-Pseudo-code.txt">
+ <Text Include="CST116-Ch10-Debugging-Rogers-Pseudo-code.txt">
<Filter>Source Files</Filter>
</Text>
</ItemGroup>
|