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/CST116-Ch10-Debugging.vcxproj | |
| parent | Created pseudo code (diff) | |
| download | cst116-ch10-debugging-taylorrog-7bb21d9e3110133e9a281a0919fac7e3789d5b79.tar.xz cst116-ch10-debugging-taylorrog-7bb21d9e3110133e9a281a0919fac7e3789d5b79.zip | |
Diffstat (limited to 'CST116-Ch10-Debugging/CST116-Ch10-Debugging.vcxproj')
| -rw-r--r-- | CST116-Ch10-Debugging/CST116-Ch10-Debugging.vcxproj | 2 |
1 files changed, 1 insertions, 1 deletions
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">
|