diff options
| author | prestonderek <[email protected]> | 2022-11-01 15:28:21 -0700 |
|---|---|---|
| committer | prestonderek <[email protected]> | 2022-11-01 15:28:21 -0700 |
| commit | a3f1b5a022894a19d37d6a5110396cc5d58bf87a (patch) | |
| tree | 34e776b78847aa4e6d3d0fc17d9b5b8123aae73c /CST116-Ch11-Debugging/CST116-Ch11-Debugging.vcxproj | |
| parent | Initial commit (diff) | |
| download | cst116-ch11-debugging-prestonderek-a3f1b5a022894a19d37d6a5110396cc5d58bf87a.tar.xz cst116-ch11-debugging-prestonderek-a3f1b5a022894a19d37d6a5110396cc5d58bf87a.zip | |
Added my output file and ran program. It told me trouble opening file. This was step 4 of exercise 1
Diffstat (limited to 'CST116-Ch11-Debugging/CST116-Ch11-Debugging.vcxproj')
| -rw-r--r-- | CST116-Ch11-Debugging/CST116-Ch11-Debugging.vcxproj | 3 |
1 files changed, 3 insertions, 0 deletions
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 @@ <ItemGroup> <ClCompile Include="CST116-Ch11-Debugging.cpp" /> </ItemGroup> + <ItemGroup> + <Text Include="D:\Important\School\CST116\Debug11File1.txt" /> + </ItemGroup> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> <ImportGroup Label="ExtensionTargets"> </ImportGroup> |