diff options
| author | Aaron Hill <[email protected]> | 2022-11-09 15:57:34 -0800 |
|---|---|---|
| committer | Aaron Hill <[email protected]> | 2022-11-09 15:57:34 -0800 |
| commit | 3c141cacd2f4044b6504211b9363eb2fd04023d9 (patch) | |
| tree | fc26f654ca1f7dfe1ffad8ed69b803e7773fead4 /CST116-Ch11-Debugging/CST116-Ch11-Debugging.vcxproj.filters | |
| parent | Update cst116-ch11-debugging-flowchart.txt (diff) | |
| download | cst116-ch11-debugging-hill-master.tar.xz cst116-ch11-debugging-hill-master.zip | |
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, 6 insertions, 2 deletions
diff --git a/CST116-Ch11-Debugging/CST116-Ch11-Debugging.vcxproj.filters b/CST116-Ch11-Debugging/CST116-Ch11-Debugging.vcxproj.filters index e484785..2912b0e 100644 --- a/CST116-Ch11-Debugging/CST116-Ch11-Debugging.vcxproj.filters +++ b/CST116-Ch11-Debugging/CST116-Ch11-Debugging.vcxproj.filters @@ -20,10 +20,14 @@ </ClCompile> </ItemGroup> <ItemGroup> - <Text Include="..\..\..\..\Desktop\Chap11-MyData.txt" /> - <Text Include="..\..\..\..\Desktop\Chap_11_Report.txt" /> <Text Include="cst116-ch11-debugging-flowchart.txt"> <Filter>Source Files</Filter> </Text> + <Text Include="Chap11_MyData.txt"> + <Filter>Source Files</Filter> + </Text> + <Text Include="Chap_11_Report.txt"> + <Filter>Source Files</Filter> + </Text> </ItemGroup> </Project>
\ No newline at end of file |