diff options
| author | Joe Traver <[email protected]> | 2022-11-09 22:06:14 -0800 |
|---|---|---|
| committer | Joe Traver <[email protected]> | 2022-11-09 22:06:14 -0800 |
| commit | f2cdf44c01cc1b39c95875b3ab97b3f80352b158 (patch) | |
| tree | 8406d43b60396de45414266f47b948a5739dadcc /CST116-Ch11-Debugging.sln | |
| parent | Tested program (diff) | |
| download | cst116-ch11-debugging-joetraver30-f2cdf44c01cc1b39c95875b3ab97b3f80352b158.tar.xz cst116-ch11-debugging-joetraver30-f2cdf44c01cc1b39c95875b3ab97b3f80352b158.zip | |
output txt file added
Diffstat (limited to 'CST116-Ch11-Debugging.sln')
| -rw-r--r-- | CST116-Ch11-Debugging.sln | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/CST116-Ch11-Debugging.sln b/CST116-Ch11-Debugging.sln index f71ac42..b09ad76 100644 --- a/CST116-Ch11-Debugging.sln +++ b/CST116-Ch11-Debugging.sln @@ -5,6 +5,11 @@ VisualStudioVersion = 17.3.32929.385 MinimumVisualStudioVersion = 10.0.40219.1 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "CST116-Ch11-Debugging", "CST116-Ch11-Debugging\CST116-Ch11-Debugging.vcxproj", "{2F33289E-7D00-4EC4-9951-F3DB9CD7C178}" EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{30090A24-EA34-48A8-AB5F-5737C5F786BE}" + ProjectSection(SolutionItems) = preProject + Program_output.txt = Program_output.txt + EndProjectSection +EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|x64 = Debug|x64 |