diff options
| author | Trenton Stark <[email protected]> | 2022-10-12 21:09:59 -0700 |
|---|---|---|
| committer | Trenton Stark <[email protected]> | 2022-10-12 21:09:59 -0700 |
| commit | a47f8aae56ca6bb2c3b3a69d755422d72c62d1f9 (patch) | |
| tree | f8899fb830c419911eb2c79920a57223eade90b6 /CST116-Ch7-Debugging/CST116-Ch7-Debugging.vcxproj | |
| parent | added output file (diff) | |
| download | cst116-ch7-debugging-stark-main.tar.xz cst116-ch7-debugging-stark-main.zip | |
Diffstat (limited to 'CST116-Ch7-Debugging/CST116-Ch7-Debugging.vcxproj')
| -rw-r--r-- | CST116-Ch7-Debugging/CST116-Ch7-Debugging.vcxproj | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CST116-Ch7-Debugging/CST116-Ch7-Debugging.vcxproj b/CST116-Ch7-Debugging/CST116-Ch7-Debugging.vcxproj index d7070bc..9f22d19 100644 --- a/CST116-Ch7-Debugging/CST116-Ch7-Debugging.vcxproj +++ b/CST116-Ch7-Debugging/CST116-Ch7-Debugging.vcxproj @@ -130,6 +130,7 @@ <ClCompile Include="CST116-Ch7-Debugging.cpp" />
</ItemGroup>
<ItemGroup>
+ <Text Include="CST116-Ch7-Debugging-Psuedo-Code.txt" />
<Text Include="CST116-Ch7-Debugging.txt" />
</ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|