From a3f1b5a022894a19d37d6a5110396cc5d58bf87a Mon Sep 17 00:00:00 2001 From: prestonderek Date: Tue, 1 Nov 2022 15:28:21 -0700 Subject: Added my output file and ran program. It told me trouble opening file. This was step 4 of exercise 1 --- CST116-Ch11-Debugging/CST116-Ch11-Debugging.vcxproj | 3 +++ CST116-Ch11-Debugging/CST116-Ch11-Debugging.vcxproj.filters | 3 +++ 2 files changed, 6 insertions(+) diff --git a/CST116-Ch11-Debugging/CST116-Ch11-Debugging.vcxproj b/CST116-Ch11-Debugging/CST116-Ch11-Debugging.vcxproj index 2073e5b..5f0b4c6 100644 --- a/CST116-Ch11-Debugging/CST116-Ch11-Debugging.vcxproj +++ b/CST116-Ch11-Debugging/CST116-Ch11-Debugging.vcxproj @@ -129,6 +129,9 @@ + + + diff --git a/CST116-Ch11-Debugging/CST116-Ch11-Debugging.vcxproj.filters b/CST116-Ch11-Debugging/CST116-Ch11-Debugging.vcxproj.filters index 2029dc7..61f7a0c 100644 --- a/CST116-Ch11-Debugging/CST116-Ch11-Debugging.vcxproj.filters +++ b/CST116-Ch11-Debugging/CST116-Ch11-Debugging.vcxproj.filters @@ -19,4 +19,7 @@ Source Files + + + \ No newline at end of file -- cgit v1.2.3