diff options
| author | Musa Ahmed <[email protected]> | 2022-10-12 11:29:42 -0700 |
|---|---|---|
| committer | Musa Ahmed <[email protected]> | 2022-10-12 11:29:42 -0700 |
| commit | 1ff428c375db9a43cbeb8fac663e28c5341bc70a (patch) | |
| tree | 1fa39769815c93bf09ccec2268fa8256d6d5b735 /CST116-Ch7-Debugging/CST116-Ch7-Debugging.vcxproj | |
| parent | initial commit (diff) | |
| download | cst116-ch7-debugging-m005a-1ff428c375db9a43cbeb8fac663e28c5341bc70a.tar.xz cst116-ch7-debugging-m005a-1ff428c375db9a43cbeb8fac663e28c5341bc70a.zip | |
Answered questions & added text file
Diffstat (limited to 'CST116-Ch7-Debugging/CST116-Ch7-Debugging.vcxproj')
| -rw-r--r-- | CST116-Ch7-Debugging/CST116-Ch7-Debugging.vcxproj | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/CST116-Ch7-Debugging/CST116-Ch7-Debugging.vcxproj b/CST116-Ch7-Debugging/CST116-Ch7-Debugging.vcxproj index 45b2819..f9cc4e8 100644 --- a/CST116-Ch7-Debugging/CST116-Ch7-Debugging.vcxproj +++ b/CST116-Ch7-Debugging/CST116-Ch7-Debugging.vcxproj @@ -127,7 +127,10 @@ </Link>
</ItemDefinitionGroup>
<ItemGroup>
- <ClCompile Include="CST116-Ch7-Debugging.cpp" />
+ <ClCompile Include="CST116-Ch7-Debugging-Ahmed.cpp" />
+ </ItemGroup>
+ <ItemGroup>
+ <Text Include="CST116-Ch7-Debugging-Ahmed.txt" />
</ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
|