diff options
| author | Musa Ahmed <[email protected]> | 2022-10-04 17:37:40 -0700 |
|---|---|---|
| committer | Musa Ahmed <[email protected]> | 2022-10-04 17:37:40 -0700 |
| commit | 4d63f320083d93d73ca7062bd416d0b9ab5007d8 (patch) | |
| tree | e9e0c71d4584dbb3a06ab7b66bfd30e09965cbcf | |
| parent | Added output to txt (diff) | |
| download | cst116-proj1-4d63f320083d93d73ca7062bd416d0b9ab5007d8.tar.xz cst116-proj1-4d63f320083d93d73ca7062bd416d0b9ab5007d8.zip | |
Revert "Added output to txt"
This reverts commit 9c63e8ef009f2501c6aaefdd7fc6a4844f63073b.
| -rw-r--r-- | CST116-Ch5-Debugging/CST116-Ch5-Debugging-Ahmed.txt | 7 | ||||
| -rw-r--r-- | CST116-Ch5-Debugging/CST116-Ch5-Debugging.vcxproj | 3 | ||||
| -rw-r--r-- | CST116-Ch5-Debugging/CST116-Ch5-Debugging.vcxproj.filters | 5 |
3 files changed, 0 insertions, 15 deletions
diff --git a/CST116-Ch5-Debugging/CST116-Ch5-Debugging-Ahmed.txt b/CST116-Ch5-Debugging/CST116-Ch5-Debugging-Ahmed.txt index a3b8ad5..e69de29 100644 --- a/CST116-Ch5-Debugging/CST116-Ch5-Debugging-Ahmed.txt +++ b/CST116-Ch5-Debugging/CST116-Ch5-Debugging-Ahmed.txt @@ -1,7 +0,0 @@ -You have $123.45 -Enter percent raise: 0.12 -After your raise you have $138.264 - -C:\Users\macho\Source\Repos\cst116-ch5-debugging-M005A\CST116-Ch5-Debugging\x64\Debug\CST116-Ch5-Debugging.exe (process 9272) exited with code 0. -To automatically close the console when debugging stops, enable Tools->Options->Debugging->Automatically close the console when debugging stops. -Press any key to close this window . . .
\ No newline at end of file diff --git a/CST116-Ch5-Debugging/CST116-Ch5-Debugging.vcxproj b/CST116-Ch5-Debugging/CST116-Ch5-Debugging.vcxproj index cebfe76..4339244 100644 --- a/CST116-Ch5-Debugging/CST116-Ch5-Debugging.vcxproj +++ b/CST116-Ch5-Debugging/CST116-Ch5-Debugging.vcxproj @@ -129,9 +129,6 @@ <ItemGroup>
<ClCompile Include="CST116-Ch5-Debugging.cpp" />
</ItemGroup>
- <ItemGroup>
- <Text Include="CST116-Ch5-Debugging-Ahmed.txt" />
- </ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
</ImportGroup>
diff --git a/CST116-Ch5-Debugging/CST116-Ch5-Debugging.vcxproj.filters b/CST116-Ch5-Debugging/CST116-Ch5-Debugging.vcxproj.filters index c8799f2..c938e8d 100644 --- a/CST116-Ch5-Debugging/CST116-Ch5-Debugging.vcxproj.filters +++ b/CST116-Ch5-Debugging/CST116-Ch5-Debugging.vcxproj.filters @@ -19,9 +19,4 @@ <Filter>Source Files</Filter>
</ClCompile>
</ItemGroup>
- <ItemGroup>
- <Text Include="CST116-Ch5-Debugging-Ahmed.txt">
- <Filter>Source Files</Filter>
- </Text>
- </ItemGroup>
</Project>
\ No newline at end of file |