diff options
| author | Musa Ahmed <[email protected]> | 2022-11-02 17:58:10 -0700 |
|---|---|---|
| committer | Musa Ahmed <[email protected]> | 2022-11-02 17:58:10 -0700 |
| commit | 278dbff77d2a039c1a5f3b485a134778eb57c4a1 (patch) | |
| tree | 4efae321c007705c3356d9f4df96fbfe9a85b21b | |
| parent | Initial commit (diff) | |
| download | cst116-ch11-debugging-m005a-278dbff77d2a039c1a5f3b485a134778eb57c4a1.tar.xz cst116-ch11-debugging-m005a-278dbff77d2a039c1a5f3b485a134778eb57c4a1.zip | |
b
| -rw-r--r-- | CST116-Ch11-Debugging/CST116-Ch11-Debugging.vcxproj | 3 | ||||
| -rw-r--r-- | CST116-Ch11-Debugging/CST116-Ch11-Debugging.vcxproj.filters | 5 |
2 files changed, 8 insertions, 0 deletions
diff --git a/CST116-Ch11-Debugging/CST116-Ch11-Debugging.vcxproj b/CST116-Ch11-Debugging/CST116-Ch11-Debugging.vcxproj index 2073e5b..cd94bf4 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="..\..\..\..\OneDrive\Desktop\Chap_11_data.txt" /> + </ItemGroup> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> <ImportGroup Label="ExtensionTargets"> </ImportGroup> diff --git a/CST116-Ch11-Debugging/CST116-Ch11-Debugging.vcxproj.filters b/CST116-Ch11-Debugging/CST116-Ch11-Debugging.vcxproj.filters index 2029dc7..2e5ad78 100644 --- a/CST116-Ch11-Debugging/CST116-Ch11-Debugging.vcxproj.filters +++ b/CST116-Ch11-Debugging/CST116-Ch11-Debugging.vcxproj.filters @@ -19,4 +19,9 @@ <Filter>Source Files</Filter> </ClCompile> </ItemGroup> + <ItemGroup> + <Text Include="..\..\..\..\OneDrive\Desktop\Chap_11_data.txt"> + <Filter>Source Files</Filter> + </Text> + </ItemGroup> </Project>
\ No newline at end of file |