diff options
| author | Evan <[email protected]> | 2022-10-26 22:01:09 -0700 |
|---|---|---|
| committer | Evan <[email protected]> | 2022-10-26 22:01:09 -0700 |
| commit | 9500563a2ec66c7294a7731e1b73870b8dc528c4 (patch) | |
| tree | 1006f24399a599a1df1f3e2b7df863f2ca3f71c7 | |
| parent | added txt file (diff) | |
| download | cst116-ch10-debugging-evanmihm-9500563a2ec66c7294a7731e1b73870b8dc528c4.tar.xz cst116-ch10-debugging-evanmihm-9500563a2ec66c7294a7731e1b73870b8dc528c4.zip | |
| -rw-r--r-- | CST116-Ch10-Debugging/CST116-Ch10-Debugging.vcxproj | 3 | ||||
| -rw-r--r-- | CST116-Ch10-Debugging/CST116-Ch10-Debugging.vcxproj.filters | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/CST116-Ch10-Debugging/CST116-Ch10-Debugging.vcxproj b/CST116-Ch10-Debugging/CST116-Ch10-Debugging.vcxproj index 35e9b1e..5538d5e 100644 --- a/CST116-Ch10-Debugging/CST116-Ch10-Debugging.vcxproj +++ b/CST116-Ch10-Debugging/CST116-Ch10-Debugging.vcxproj @@ -129,6 +129,9 @@ <ItemGroup>
<ClCompile Include="CST116-Ch10-Debugging.cpp" />
</ItemGroup>
+ <ItemGroup>
+ <Text Include="CST116-Ch10-mihm-flowchart.txt" />
+ </ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
</ImportGroup>
diff --git a/CST116-Ch10-Debugging/CST116-Ch10-Debugging.vcxproj.filters b/CST116-Ch10-Debugging/CST116-Ch10-Debugging.vcxproj.filters index dc0ce4a..d872552 100644 --- a/CST116-Ch10-Debugging/CST116-Ch10-Debugging.vcxproj.filters +++ b/CST116-Ch10-Debugging/CST116-Ch10-Debugging.vcxproj.filters @@ -19,4 +19,7 @@ <Filter>Source Files</Filter>
</ClCompile>
</ItemGroup>
+ <ItemGroup>
+ <Text Include="CST116-Ch10-mihm-flowchart.txt" />
+ </ItemGroup>
</Project>
\ No newline at end of file |