diff options
| author | Joseph Williams <[email protected]> | 2022-10-05 16:35:29 -0700 |
|---|---|---|
| committer | Joseph Williams <[email protected]> | 2022-10-05 16:35:29 -0700 |
| commit | 181de10a9a15c6fe3ac564bea16fa59b25669b72 (patch) | |
| tree | 6977f97616a90a8d24f3d6a1766781181b4b5503 /CST116-Ch7-Debugging/CST116-Ch7-Debugging.vcxproj | |
| parent | Setting up GitHub Classroom Feedback (diff) | |
| download | cst116-ch7-debugging-allthenamesaretaken3141-181de10a9a15c6fe3ac564bea16fa59b25669b72.tar.xz cst116-ch7-debugging-allthenamesaretaken3141-181de10a9a15c6fe3ac564bea16fa59b25669b72.zip | |
completed debugging problems, still need to add run file
Diffstat (limited to 'CST116-Ch7-Debugging/CST116-Ch7-Debugging.vcxproj')
| -rw-r--r-- | CST116-Ch7-Debugging/CST116-Ch7-Debugging.vcxproj | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CST116-Ch7-Debugging/CST116-Ch7-Debugging.vcxproj b/CST116-Ch7-Debugging/CST116-Ch7-Debugging.vcxproj index 45b2819..c001452 100644 --- a/CST116-Ch7-Debugging/CST116-Ch7-Debugging.vcxproj +++ b/CST116-Ch7-Debugging/CST116-Ch7-Debugging.vcxproj @@ -127,7 +127,7 @@ </Link>
</ItemDefinitionGroup>
<ItemGroup>
- <ClCompile Include="CST116-Ch7-Debugging.cpp" />
+ <ClCompile Include="CST116-Ch7-Debugging-Williams.cpp" />
</ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
|