summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMusa Ahmed <[email protected]>2022-11-02 17:58:10 -0700
committerMusa Ahmed <[email protected]>2022-11-02 17:58:10 -0700
commit278dbff77d2a039c1a5f3b485a134778eb57c4a1 (patch)
tree4efae321c007705c3356d9f4df96fbfe9a85b21b
parentInitial commit (diff)
downloadcst116-ch11-debugging-m005a-278dbff77d2a039c1a5f3b485a134778eb57c4a1.tar.xz
cst116-ch11-debugging-m005a-278dbff77d2a039c1a5f3b485a134778eb57c4a1.zip
b
-rw-r--r--CST116-Ch11-Debugging/CST116-Ch11-Debugging.vcxproj3
-rw-r--r--CST116-Ch11-Debugging/CST116-Ch11-Debugging.vcxproj.filters5
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