diff options
| author | Musa Ahmed <[email protected]> | 2022-11-02 18:32:48 -0700 |
|---|---|---|
| committer | Musa Ahmed <[email protected]> | 2022-11-02 18:32:48 -0700 |
| commit | f4980d134b7e2f5bab3b62c8567a737ba4c33f43 (patch) | |
| tree | 3ae71fa978b04737dafc54cb7597b11fced3b800 /CST116-Ch11-Debugging/CST116-Ch11-Debugging.vcxproj.filters | |
| parent | b (diff) | |
| download | cst116-ch11-debugging-m005a-f4980d134b7e2f5bab3b62c8567a737ba4c33f43.tar.xz cst116-ch11-debugging-m005a-f4980d134b7e2f5bab3b62c8567a737ba4c33f43.zip | |
Done
Diffstat (limited to 'CST116-Ch11-Debugging/CST116-Ch11-Debugging.vcxproj.filters')
| -rw-r--r-- | CST116-Ch11-Debugging/CST116-Ch11-Debugging.vcxproj.filters | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/CST116-Ch11-Debugging/CST116-Ch11-Debugging.vcxproj.filters b/CST116-Ch11-Debugging/CST116-Ch11-Debugging.vcxproj.filters index 2e5ad78..778c47c 100644 --- a/CST116-Ch11-Debugging/CST116-Ch11-Debugging.vcxproj.filters +++ b/CST116-Ch11-Debugging/CST116-Ch11-Debugging.vcxproj.filters @@ -20,7 +20,16 @@ </ClCompile> </ItemGroup> <ItemGroup> - <Text Include="..\..\..\..\OneDrive\Desktop\Chap_11_data.txt"> + <Text Include="..\..\..\..\..\..\TEMP\CST116-Ch11-data-Ahmed.txt"> + <Filter>Source Files</Filter> + </Text> + <Text Include="..\..\..\..\..\..\TEMP\CST116-Ch11-Report-Ahmed.txt"> + <Filter>Source Files</Filter> + </Text> + <Text Include="CST116-Ch11-Debugging-Output-Ahmed.txt"> + <Filter>Source Files</Filter> + </Text> + <Text Include="CST116-Ch11-Pseudocode-Ahmed.txt"> <Filter>Source Files</Filter> </Text> </ItemGroup> |