diff options
| author | Tim Pearse <[email protected]> | 2022-11-02 17:16:14 -0700 |
|---|---|---|
| committer | Tim Pearse <[email protected]> | 2022-11-02 17:16:14 -0700 |
| commit | 388e44271604002577b10841934d5f2c3cc5df1e (patch) | |
| tree | 0ba06e3587db28d2f6435f90d117dc96411c4c28 /CST116-Ch11-Debugging/CST116-Ch11-Debugging.vcxproj.filters | |
| parent | Initial commit (diff) | |
| download | cst116-ch11-debugging-legokid1503-master.tar.xz cst116-ch11-debugging-legokid1503-master.zip | |
Next Step : Pseudocode
Diffstat (limited to 'CST116-Ch11-Debugging/CST116-Ch11-Debugging.vcxproj.filters')
| -rw-r--r-- | CST116-Ch11-Debugging/CST116-Ch11-Debugging.vcxproj.filters | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/CST116-Ch11-Debugging/CST116-Ch11-Debugging.vcxproj.filters b/CST116-Ch11-Debugging/CST116-Ch11-Debugging.vcxproj.filters index 2029dc7..a088b39 100644 --- a/CST116-Ch11-Debugging/CST116-Ch11-Debugging.vcxproj.filters +++ b/CST116-Ch11-Debugging/CST116-Ch11-Debugging.vcxproj.filters @@ -19,4 +19,12 @@ <Filter>Source Files</Filter> </ClCompile> </ItemGroup> + <ItemGroup> + <Text Include="Chap_11_data.txt"> + <Filter>Source Files</Filter> + </Text> + <Text Include="Chap_11_dataoutput.txt"> + <Filter>Source Files</Filter> + </Text> + </ItemGroup> </Project>
\ No newline at end of file |