diff options
| author | Joseph Williams <[email protected]> | 2022-10-05 16:43:35 -0700 |
|---|---|---|
| committer | Joseph Williams <[email protected]> | 2022-10-05 16:43:35 -0700 |
| commit | 837808a39ccd8917fb2185ca93373aaf35ec95c0 (patch) | |
| tree | 00bb5bd80453438eefd7a4522eac0389d366d6eb /CST116-Ch7-Debugging/CST116-Ch7-Debugging.vcxproj | |
| parent | completed debugging problems, still need to add run file (diff) | |
| download | cst116-ch7-debugging-allthenamesaretaken3141-837808a39ccd8917fb2185ca93373aaf35ec95c0.tar.xz cst116-ch7-debugging-allthenamesaretaken3141-837808a39ccd8917fb2185ca93373aaf35ec95c0.zip | |
added run file
Diffstat (limited to 'CST116-Ch7-Debugging/CST116-Ch7-Debugging.vcxproj')
| -rw-r--r-- | CST116-Ch7-Debugging/CST116-Ch7-Debugging.vcxproj | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/CST116-Ch7-Debugging/CST116-Ch7-Debugging.vcxproj b/CST116-Ch7-Debugging/CST116-Ch7-Debugging.vcxproj index c001452..aadabbf 100644 --- a/CST116-Ch7-Debugging/CST116-Ch7-Debugging.vcxproj +++ b/CST116-Ch7-Debugging/CST116-Ch7-Debugging.vcxproj @@ -129,6 +129,9 @@ <ItemGroup>
<ClCompile Include="CST116-Ch7-Debugging-Williams.cpp" />
</ItemGroup>
+ <ItemGroup>
+ <Text Include="CST116-Ch7-Debugging-Williams-RUN.txt" />
+ </ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
</ImportGroup>
|