diff options
| author | TheOtherTonyStark <[email protected]> | 2022-10-16 12:01:19 -0700 |
|---|---|---|
| committer | TheOtherTonyStark <[email protected]> | 2022-10-16 12:01:19 -0700 |
| commit | 09ed2148e393d0c0bd713292f9b0ef284f9ab3a0 (patch) | |
| tree | c26c0d8c73ddc1cbf86883a8e2a208282f7636b3 /CST116-Ch9-Debugging/CST116-Ch9-Debugging.vcxproj | |
| parent | First Commit (diff) | |
| download | cst116-ch9-debugging-theothertonystark-09ed2148e393d0c0bd713292f9b0ef284f9ab3a0.tar.xz cst116-ch9-debugging-theothertonystark-09ed2148e393d0c0bd713292f9b0ef284f9ab3a0.zip | |
Second Commit
Diffstat (limited to 'CST116-Ch9-Debugging/CST116-Ch9-Debugging.vcxproj')
| -rw-r--r-- | CST116-Ch9-Debugging/CST116-Ch9-Debugging.vcxproj | 4 |
1 files changed, 4 insertions, 0 deletions
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>
|