diff options
| author | Taylor Rogers <[email protected]> | 2022-11-02 17:33:32 -0700 |
|---|---|---|
| committer | Taylor Rogers <[email protected]> | 2022-11-02 17:33:32 -0700 |
| commit | 9b06779bc1732c778ef9e79cd0c5399ed5e3cb75 (patch) | |
| tree | eae6e2976fc214d0a39694841bcf43a95f7cff14 | |
| parent | Finished pseudo-code (diff) | |
| download | cst116-ch11-debugging-taylorrog-master.tar.xz cst116-ch11-debugging-taylorrog-master.zip | |
| -rw-r--r-- | CST116-Ch11-Debugging/CST116-Ch11-Debugging.vcxproj.filters | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/CST116-Ch11-Debugging/CST116-Ch11-Debugging.vcxproj.filters b/CST116-Ch11-Debugging/CST116-Ch11-Debugging.vcxproj.filters index 30a8e09..6ccd846 100644 --- a/CST116-Ch11-Debugging/CST116-Ch11-Debugging.vcxproj.filters +++ b/CST116-Ch11-Debugging/CST116-Ch11-Debugging.vcxproj.filters @@ -22,11 +22,7 @@ <ItemGroup> <Text Include="CST116-Ch11-Debugging-Output-Rogers.txt" /> <Text Include="CST116-Ch11-Debugging-Pseudo-Code-Rogers.txt" /> - <Text Include="..\..\..\..\..\Week_6\Chap_11_Report.txt"> - <Filter>Source Files</Filter> - </Text> - <Text Include="..\..\..\..\..\Week_6\Names.txt"> - <Filter>Source Files</Filter> - </Text> + <Text Include="..\..\..\..\..\Week_6\Names.txt" /> + <Text Include="..\..\..\..\..\Week_6\Chap_11_Report.txt" /> </ItemGroup> </Project>
\ No newline at end of file |