diff options
| author | jacobdw22 <[email protected]> | 2022-10-29 14:55:32 -0700 |
|---|---|---|
| committer | jacobdw22 <[email protected]> | 2022-10-29 14:55:32 -0700 |
| commit | 780bcedbafa98672ec4d864e3eb58695c8c55f48 (patch) | |
| tree | ab67643a832a5a65d69af2715d0638610bfbfbb8 /CST116-Ch11-Debugging | |
| parent | Changed file name in code to TEMP1 rather than TEMP (diff) | |
| download | cst116-ch11-debugging-jacobdw22-780bcedbafa98672ec4d864e3eb58695c8c55f48.tar.xz cst116-ch11-debugging-jacobdw22-780bcedbafa98672ec4d864e3eb58695c8c55f48.zip | |
Simple changes.
Diffstat (limited to 'CST116-Ch11-Debugging')
| -rw-r--r-- | CST116-Ch11-Debugging/CST116-Ch11-Debugging.vcxproj | 1 | ||||
| -rw-r--r-- | CST116-Ch11-Debugging/CST116-Ch11-Debugging.vcxproj.filters | 1 | ||||
| -rw-r--r-- | CST116-Ch11-Debugging/TEMP1Chap_11_Report.txt | 0 |
3 files changed, 2 insertions, 0 deletions
diff --git a/CST116-Ch11-Debugging/CST116-Ch11-Debugging.vcxproj b/CST116-Ch11-Debugging/CST116-Ch11-Debugging.vcxproj index c639477..ff7a775 100644 --- a/CST116-Ch11-Debugging/CST116-Ch11-Debugging.vcxproj +++ b/CST116-Ch11-Debugging/CST116-Ch11-Debugging.vcxproj @@ -131,6 +131,7 @@ </ItemGroup> <ItemGroup> <Text Include="..\..\..\..\..\..\TEMP1\Chap_11_data.txt" /> + <Text Include="..\..\..\..\..\..\TEMP1\Chap_11_Report.txt" /> </ItemGroup> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> <ImportGroup Label="ExtensionTargets"> diff --git a/CST116-Ch11-Debugging/CST116-Ch11-Debugging.vcxproj.filters b/CST116-Ch11-Debugging/CST116-Ch11-Debugging.vcxproj.filters index b7a469c..fc20584 100644 --- a/CST116-Ch11-Debugging/CST116-Ch11-Debugging.vcxproj.filters +++ b/CST116-Ch11-Debugging/CST116-Ch11-Debugging.vcxproj.filters @@ -21,5 +21,6 @@ </ItemGroup> <ItemGroup> <Text Include="..\..\..\..\..\..\TEMP1\Chap_11_data.txt" /> + <Text Include="..\..\..\..\..\..\TEMP1\Chap_11_Report.txt" /> </ItemGroup> </Project>
\ No newline at end of file diff --git a/CST116-Ch11-Debugging/TEMP1Chap_11_Report.txt b/CST116-Ch11-Debugging/TEMP1Chap_11_Report.txt new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/CST116-Ch11-Debugging/TEMP1Chap_11_Report.txt |