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.filters | |
| 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.filters')
| -rw-r--r-- | CST116-Ch7-Debugging/CST116-Ch7-Debugging.vcxproj.filters | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/CST116-Ch7-Debugging/CST116-Ch7-Debugging.vcxproj.filters b/CST116-Ch7-Debugging/CST116-Ch7-Debugging.vcxproj.filters index a245946..6d3c958 100644 --- a/CST116-Ch7-Debugging/CST116-Ch7-Debugging.vcxproj.filters +++ b/CST116-Ch7-Debugging/CST116-Ch7-Debugging.vcxproj.filters @@ -15,8 +15,13 @@ </Filter>
</ItemGroup>
<ItemGroup>
- <ClCompile Include="CST116-Ch7-Debugging.cpp">
+ <ClCompile Include="CST116-Ch7-Debugging-Ahmed.cpp">
<Filter>Source Files</Filter>
</ClCompile>
</ItemGroup>
+ <ItemGroup>
+ <Text Include="CST116-Ch7-Debugging-Ahmed.txt">
+ <Filter>Source Files</Filter>
+ </Text>
+ </ItemGroup>
</Project>
\ No newline at end of file |