diff options
Diffstat (limited to 'Ch 5 Debugging Project')
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 |