aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTheOtherTonyStark <[email protected]>2022-10-09 12:38:14 -0700
committerTheOtherTonyStark <[email protected]>2022-10-09 12:38:14 -0700
commitbf31e26bdb13984898123e79148051e0287ab310 (patch)
treeb89ac7983d38f0a8e7930948962f8ff74c0fb4fb
parentFourth Change (diff)
downloadcst116-ch6-debugging-theothertonystark-bf31e26bdb13984898123e79148051e0287ab310.tar.xz
cst116-ch6-debugging-theothertonystark-bf31e26bdb13984898123e79148051e0287ab310.zip
Fifth Change
-rw-r--r--CST116-Ch6-Debugging/CST116-Ch6-Debugging.vcxproj3
-rw-r--r--CST116-Ch6-Debugging/CST116-Ch6-Debugging.vcxproj.filters5
2 files changed, 8 insertions, 0 deletions
diff --git a/CST116-Ch6-Debugging/CST116-Ch6-Debugging.vcxproj b/CST116-Ch6-Debugging/CST116-Ch6-Debugging.vcxproj
index 778451a..730676b 100644
--- a/CST116-Ch6-Debugging/CST116-Ch6-Debugging.vcxproj
+++ b/CST116-Ch6-Debugging/CST116-Ch6-Debugging.vcxproj
@@ -129,6 +129,9 @@
<ItemGroup>
<ClCompile Include="CST116-Ch6-Debugging.cpp" />
</ItemGroup>
+ <ItemGroup>
+ <Text Include="CST116-Ch6-DebuggingSolution.txt" />
+ </ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
</ImportGroup>
diff --git a/CST116-Ch6-Debugging/CST116-Ch6-Debugging.vcxproj.filters b/CST116-Ch6-Debugging/CST116-Ch6-Debugging.vcxproj.filters
index 187ab51..c10345b 100644
--- a/CST116-Ch6-Debugging/CST116-Ch6-Debugging.vcxproj.filters
+++ b/CST116-Ch6-Debugging/CST116-Ch6-Debugging.vcxproj.filters
@@ -19,4 +19,9 @@
<Filter>Source Files</Filter>
</ClCompile>
</ItemGroup>
+ <ItemGroup>
+ <Text Include="CST116-Ch6-DebuggingSolution.txt">
+ <Filter>Source Files</Filter>
+ </Text>
+ </ItemGroup>
</Project> \ No newline at end of file