diff options
| author | Trenton Stark <[email protected]> | 2022-10-01 13:01:58 -0700 |
|---|---|---|
| committer | Trenton Stark <[email protected]> | 2022-10-01 13:01:58 -0700 |
| commit | 184af6837bd7b57d0152f801202eb74771bfc46f (patch) | |
| tree | 20a2634229ae3f442a10c3075a8025289c774ee1 | |
| parent | Added a output text file (diff) | |
| download | cst116-lab0-debugging-starktre-184af6837bd7b57d0152f801202eb74771bfc46f.tar.xz cst116-lab0-debugging-starktre-184af6837bd7b57d0152f801202eb74771bfc46f.zip | |
Added text to the output text file
3 files changed, 11 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..30bbb1a 100644 --- a/Ch 5 Debugging Project/Ch 5 Debugging Project.vcxproj +++ b/Ch 5 Debugging Project/Ch 5 Debugging Project.vcxproj @@ -141,6 +141,9 @@ <ItemGroup>
<ClCompile Include="Ch 5 Debugging Project.cpp" />
</ItemGroup>
+ <ItemGroup>
+ <Text Include="cst116-lab0-debugging-starktre.txt" />
+ </ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
</ImportGroup>
diff --git a/Ch 5 Debugging Project/Ch 5 Debugging Project.vcxproj.filters b/Ch 5 Debugging Project/Ch 5 Debugging Project.vcxproj.filters index f330efc..48a3ccb 100644 --- a/Ch 5 Debugging Project/Ch 5 Debugging Project.vcxproj.filters +++ b/Ch 5 Debugging Project/Ch 5 Debugging Project.vcxproj.filters @@ -19,4 +19,9 @@ <Filter>Source Files</Filter>
</ClCompile>
</ItemGroup>
+ <ItemGroup>
+ <Text Include="cst116-lab0-debugging-starktre.txt">
+ <Filter>Source Files</Filter>
+ </Text>
+ </ItemGroup>
</Project>
\ No newline at end of file diff --git a/Ch 5 Debugging Project/cst116-lab0-debugging-starktre.txt b/Ch 5 Debugging Project/cst116-lab0-debugging-starktre.txt index e69de29..97f1a9d 100644 --- a/Ch 5 Debugging Project/cst116-lab0-debugging-starktre.txt +++ b/Ch 5 Debugging Project/cst116-lab0-debugging-starktre.txt @@ -0,0 +1,3 @@ +You have $123.45 +Enter percent raise: 10 +After your raise you have $135.795
\ No newline at end of file |