diff options
| author | Taylor Rogers <[email protected]> | 2022-11-01 09:10:32 -0700 |
|---|---|---|
| committer | Taylor Rogers <[email protected]> | 2022-11-01 09:10:32 -0700 |
| commit | bbb879042bea324369868a81752f96257270686e (patch) | |
| tree | 6eb3299b8fde2d98c3a0f837cb060dc87c0bd211 /CST116-Ch11-Debugging/CST116-Ch11-Debugging.vcxproj | |
| parent | Finished Exercise (diff) | |
| download | cst116-ch11-debugging-taylorrog-bbb879042bea324369868a81752f96257270686e.tar.xz cst116-ch11-debugging-taylorrog-bbb879042bea324369868a81752f96257270686e.zip | |
Added output text file
Diffstat (limited to 'CST116-Ch11-Debugging/CST116-Ch11-Debugging.vcxproj')
| -rw-r--r-- | CST116-Ch11-Debugging/CST116-Ch11-Debugging.vcxproj | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CST116-Ch11-Debugging/CST116-Ch11-Debugging.vcxproj b/CST116-Ch11-Debugging/CST116-Ch11-Debugging.vcxproj index 4856308..97b7ecf 100644 --- a/CST116-Ch11-Debugging/CST116-Ch11-Debugging.vcxproj +++ b/CST116-Ch11-Debugging/CST116-Ch11-Debugging.vcxproj @@ -132,6 +132,7 @@ <ItemGroup> <Text Include="..\..\..\..\..\Week_6\Chap_11_Report.txt" /> <Text Include="..\..\..\..\..\Week_6\Names.txt" /> + <Text Include="CST116-Ch11-Debugging-Output-Rogers.txt" /> </ItemGroup> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> <ImportGroup Label="ExtensionTargets"> |