diff options
| author | Joseph Williams <[email protected]> | 2022-10-13 14:41:06 -0700 |
|---|---|---|
| committer | Joseph Williams <[email protected]> | 2022-10-13 14:41:06 -0700 |
| commit | ec24170d4ffe04c379881e35eb213ca416331760 (patch) | |
| tree | af8377fd154b7cd553f2fc2afce3691594f9bae7 /CST116-Ch9-Debugging/CST116-Ch9-Debugging.vcxproj.filters | |
| parent | Setting up GitHub Classroom Feedback (diff) | |
| download | cst116-ch9-debugging-allthenamesaretaken3141-main.tar.xz cst116-ch9-debugging-allthenamesaretaken3141-main.zip | |
Diffstat (limited to 'CST116-Ch9-Debugging/CST116-Ch9-Debugging.vcxproj.filters')
| -rw-r--r-- | CST116-Ch9-Debugging/CST116-Ch9-Debugging.vcxproj.filters | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/CST116-Ch9-Debugging/CST116-Ch9-Debugging.vcxproj.filters b/CST116-Ch9-Debugging/CST116-Ch9-Debugging.vcxproj.filters index 2f59736..c05a803 100644 --- a/CST116-Ch9-Debugging/CST116-Ch9-Debugging.vcxproj.filters +++ b/CST116-Ch9-Debugging/CST116-Ch9-Debugging.vcxproj.filters @@ -15,8 +15,16 @@ </Filter>
</ItemGroup>
<ItemGroup>
- <ClCompile Include="CST116-Ch9-Debugging.cpp">
+ <ClCompile Include="CST116-Ch9-Debugging-Williams.cpp">
<Filter>Source Files</Filter>
</ClCompile>
</ItemGroup>
+ <ItemGroup>
+ <Text Include="CST116-Ch9-Debugging-Williams-RUN.txt">
+ <Filter>Source Files</Filter>
+ </Text>
+ <Text Include="CST116-Ch9-Debugging-Williams-PSEUDOCODE.txt">
+ <Filter>Source Files</Filter>
+ </Text>
+ </ItemGroup>
</Project>
\ No newline at end of file |