diff options
| author | Taylor Rogers <[email protected]> | 2022-10-26 09:23:28 -0700 |
|---|---|---|
| committer | Taylor Rogers <[email protected]> | 2022-10-26 09:23:28 -0700 |
| commit | 7bb21d9e3110133e9a281a0919fac7e3789d5b79 (patch) | |
| tree | c6481d80a0388cc8f46aed8edfe524a812c16232 /CST116-Ch10-Debugging | |
| parent | Created pseudo code (diff) | |
| download | cst116-ch10-debugging-taylorrog-main.tar.xz cst116-ch10-debugging-taylorrog-main.zip | |
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>
|