diff options
| author | TheOtherTonyStark <[email protected]> | 2022-10-12 17:26:04 -0700 |
|---|---|---|
| committer | TheOtherTonyStark <[email protected]> | 2022-10-12 17:26:04 -0700 |
| commit | 392ac259082e0598e65fe09e86166ad3ce826d8e (patch) | |
| tree | d14e780d64442d2128054eaa76beb569e72055fd /CST116-Ch8-Debugging/CST116-Ch8-Debugging.vcxproj.filters | |
| parent | Fifth Commit (diff) | |
| download | cst116-chapter8-debugging-theothertonystark-392ac259082e0598e65fe09e86166ad3ce826d8e.tar.xz cst116-chapter8-debugging-theothertonystark-392ac259082e0598e65fe09e86166ad3ce826d8e.zip | |
Sixth Change
Diffstat (limited to 'CST116-Ch8-Debugging/CST116-Ch8-Debugging.vcxproj.filters')
| -rw-r--r-- | CST116-Ch8-Debugging/CST116-Ch8-Debugging.vcxproj.filters | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/CST116-Ch8-Debugging/CST116-Ch8-Debugging.vcxproj.filters b/CST116-Ch8-Debugging/CST116-Ch8-Debugging.vcxproj.filters index b7f3c3f..4fc1bd1 100644 --- a/CST116-Ch8-Debugging/CST116-Ch8-Debugging.vcxproj.filters +++ b/CST116-Ch8-Debugging/CST116-Ch8-Debugging.vcxproj.filters @@ -19,4 +19,12 @@ <Filter>Source Files</Filter>
</ClCompile>
</ItemGroup>
+ <ItemGroup>
+ <Text Include="CST116-Ch8-Debugging-Solution.txt">
+ <Filter>Source Files</Filter>
+ </Text>
+ <Text Include="CST116-Ch8-Debugging-Psuedocode.txt">
+ <Filter>Source Files</Filter>
+ </Text>
+ </ItemGroup>
</Project>
\ No newline at end of file |