diff options
| author | Musa Ahmed <[email protected]> | 2022-11-09 20:30:28 -0800 |
|---|---|---|
| committer | Musa Ahmed <[email protected]> | 2022-11-09 20:30:28 -0800 |
| commit | 1a799c386164aaba0031479a1895a52c44aef46d (patch) | |
| tree | ed260af7c6a21d3d3349372fe1bc8d723c918283 /BlankConsoleLab | |
| parent | added an output file following the example (diff) | |
| download | cst116-lab2-m005a-1a799c386164aaba0031479a1895a52c44aef46d.tar.xz cst116-lab2-m005a-1a799c386164aaba0031479a1895a52c44aef46d.zip | |
.
Diffstat (limited to 'BlankConsoleLab')
| -rw-r--r-- | BlankConsoleLab/BlankConsoleLab.vcxproj | 1 | ||||
| -rw-r--r-- | BlankConsoleLab/BlankConsoleLab.vcxproj.filters | 3 |
2 files changed, 4 insertions, 0 deletions
diff --git a/BlankConsoleLab/BlankConsoleLab.vcxproj b/BlankConsoleLab/BlankConsoleLab.vcxproj index ca000ce..8539fdc 100644 --- a/BlankConsoleLab/BlankConsoleLab.vcxproj +++ b/BlankConsoleLab/BlankConsoleLab.vcxproj @@ -143,6 +143,7 @@ </ItemGroup> <ItemGroup> <Text Include="CST116-Lab2-Ahmed-Pseudocodetxt.txt" /> + <Text Include="output.txt" /> </ItemGroup> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> <ImportGroup Label="ExtensionTargets"> diff --git a/BlankConsoleLab/BlankConsoleLab.vcxproj.filters b/BlankConsoleLab/BlankConsoleLab.vcxproj.filters index 300342b..d1aa5d6 100644 --- a/BlankConsoleLab/BlankConsoleLab.vcxproj.filters +++ b/BlankConsoleLab/BlankConsoleLab.vcxproj.filters @@ -23,5 +23,8 @@ <Text Include="CST116-Lab2-Ahmed-Pseudocodetxt.txt"> <Filter>Source Files</Filter> </Text> + <Text Include="output.txt"> + <Filter>Source Files</Filter> + </Text> </ItemGroup> </Project>
\ No newline at end of file |