diff options
| author | tafaar <[email protected]> | 2022-10-18 14:51:01 -0700 |
|---|---|---|
| committer | tafaar <[email protected]> | 2022-10-18 14:51:01 -0700 |
| commit | 4301cea17413dee65743899e0cdf96d9f491d9fa (patch) | |
| tree | 945c5ffe55c8dd8adbb78b81671180a13a9699cf /CST116-Ch9-Debugging/CST116-Ch9-Debugging.vcxproj | |
| parent | finished (diff) | |
| download | cst116-ch9-debugging-hill-4301cea17413dee65743899e0cdf96d9f491d9fa.tar.xz cst116-ch9-debugging-hill-4301cea17413dee65743899e0cdf96d9f491d9fa.zip | |
edited declaration of printresults
Diffstat (limited to 'CST116-Ch9-Debugging/CST116-Ch9-Debugging.vcxproj')
| -rw-r--r-- | CST116-Ch9-Debugging/CST116-Ch9-Debugging.vcxproj | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/CST116-Ch9-Debugging/CST116-Ch9-Debugging.vcxproj b/CST116-Ch9-Debugging/CST116-Ch9-Debugging.vcxproj index d7fabd9..b1dc822 100644 --- a/CST116-Ch9-Debugging/CST116-Ch9-Debugging.vcxproj +++ b/CST116-Ch9-Debugging/CST116-Ch9-Debugging.vcxproj @@ -129,6 +129,9 @@ <ItemGroup>
<ClCompile Include="CST116-Ch9-Debugging.cpp" />
</ItemGroup>
+ <ItemGroup>
+ <Text Include="CST116-Ch9-Debugging-Flowchart.txt" />
+ </ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
</ImportGroup>
|