diff options
| author | prestonderek <[email protected]> | 2022-10-05 14:50:34 -0700 |
|---|---|---|
| committer | prestonderek <[email protected]> | 2022-10-05 14:50:34 -0700 |
| commit | b9146a8934a14963240b1d111e5165a5a53abbd9 (patch) | |
| tree | d2efc9edb2ebada9556d574ff51be3f674c58703 /Ch 5 Debugging Project/Ch 5 Debugging Project.vcxproj | |
| parent | Commit on 10/5/22 (diff) | |
| download | cst116-lab0-debugging-prestonderek-b9146a8934a14963240b1d111e5165a5a53abbd9.tar.xz cst116-lab0-debugging-prestonderek-b9146a8934a14963240b1d111e5165a5a53abbd9.zip | |
Commit 10/5/22 for pseduocode and output files
Diffstat (limited to 'Ch 5 Debugging Project/Ch 5 Debugging Project.vcxproj')
| -rw-r--r-- | Ch 5 Debugging Project/Ch 5 Debugging Project.vcxproj | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Ch 5 Debugging Project/Ch 5 Debugging Project.vcxproj b/Ch 5 Debugging Project/Ch 5 Debugging Project.vcxproj index 97611d8..b979d64 100644 --- a/Ch 5 Debugging Project/Ch 5 Debugging Project.vcxproj +++ b/Ch 5 Debugging Project/Ch 5 Debugging Project.vcxproj @@ -141,6 +141,10 @@ <ItemGroup>
<ClCompile Include="Ch 5 Debugging Project.cpp" />
</ItemGroup>
+ <ItemGroup>
+ <Text Include="CST116-Lab0Debugging Project-Preston-Psuedocode.txt" />
+ <Text Include="CST116-Lab0DebuggingProject-Preston-Output.txt" />
+ </ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
</ImportGroup>
|