aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTheOtherTonyStark <[email protected]>2022-10-16 12:01:19 -0700
committerTheOtherTonyStark <[email protected]>2022-10-16 12:01:19 -0700
commit09ed2148e393d0c0bd713292f9b0ef284f9ab3a0 (patch)
treec26c0d8c73ddc1cbf86883a8e2a208282f7636b3
parentFirst Commit (diff)
downloadcst116-ch9-debugging-theothertonystark-09ed2148e393d0c0bd713292f9b0ef284f9ab3a0.tar.xz
cst116-ch9-debugging-theothertonystark-09ed2148e393d0c0bd713292f9b0ef284f9ab3a0.zip
Second Commit
-rw-r--r--CST116-Ch9-Debugging/CST116-Ch9-Debugging-Pseudocode.txt0
-rw-r--r--CST116-Ch9-Debugging/CST116-Ch9-Debugging-Solution.txt0
-rw-r--r--CST116-Ch9-Debugging/CST116-Ch9-Debugging.vcxproj4
-rw-r--r--CST116-Ch9-Debugging/CST116-Ch9-Debugging.vcxproj.filters8
4 files changed, 12 insertions, 0 deletions
diff --git a/CST116-Ch9-Debugging/CST116-Ch9-Debugging-Pseudocode.txt b/CST116-Ch9-Debugging/CST116-Ch9-Debugging-Pseudocode.txt
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/CST116-Ch9-Debugging/CST116-Ch9-Debugging-Pseudocode.txt
diff --git a/CST116-Ch9-Debugging/CST116-Ch9-Debugging-Solution.txt b/CST116-Ch9-Debugging/CST116-Ch9-Debugging-Solution.txt
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/CST116-Ch9-Debugging/CST116-Ch9-Debugging-Solution.txt
diff --git a/CST116-Ch9-Debugging/CST116-Ch9-Debugging.vcxproj b/CST116-Ch9-Debugging/CST116-Ch9-Debugging.vcxproj
index 703e997..f52e968 100644
--- a/CST116-Ch9-Debugging/CST116-Ch9-Debugging.vcxproj
+++ b/CST116-Ch9-Debugging/CST116-Ch9-Debugging.vcxproj
@@ -130,6 +130,10 @@
<ItemGroup>
<ClCompile Include="CST116-Ch9-Debugging-Chambers.cpp" />
</ItemGroup>
+ <ItemGroup>
+ <Text Include="CST116-Ch9-Debugging-Solution.txt" />
+ <Text Include="CST116-Ch9-Debugging-Pseudocode.txt" />
+ </ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
</ImportGroup>
diff --git a/CST116-Ch9-Debugging/CST116-Ch9-Debugging.vcxproj.filters b/CST116-Ch9-Debugging/CST116-Ch9-Debugging.vcxproj.filters
index 34330be..7033a4a 100644
--- a/CST116-Ch9-Debugging/CST116-Ch9-Debugging.vcxproj.filters
+++ b/CST116-Ch9-Debugging/CST116-Ch9-Debugging.vcxproj.filters
@@ -19,4 +19,12 @@
<Filter>Source Files</Filter>
</ClCompile>
</ItemGroup>
+ <ItemGroup>
+ <Text Include="CST116-Ch9-Debugging-Solution.txt">
+ <Filter>Source Files</Filter>
+ </Text>
+ <Text Include="CST116-Ch9-Debugging-Pseudocode.txt">
+ <Filter>Source Files</Filter>
+ </Text>
+ </ItemGroup>
</Project> \ No newline at end of file