diff options
| author | DoolyBoi <[email protected]> | 2022-09-29 15:08:14 -0700 |
|---|---|---|
| committer | DoolyBoi <[email protected]> | 2022-09-29 15:08:14 -0700 |
| commit | a450ec3365db0b37614f0c71b8d8f71295e5da4e (patch) | |
| tree | 11a2b58139edad03dec3734803f179b1cbee0124 /CST116-BlankConsole/CST116-BlankConsole.vcxproj | |
| parent | Finished adding who I am and my github name (diff) | |
| download | cst116-lab0-abd00l4h-a450ec3365db0b37614f0c71b8d8f71295e5da4e.tar.xz cst116-lab0-abd00l4h-a450ec3365db0b37614f0c71b8d8f71295e5da4e.zip | |
added text with output
Diffstat (limited to 'CST116-BlankConsole/CST116-BlankConsole.vcxproj')
| -rw-r--r-- | CST116-BlankConsole/CST116-BlankConsole.vcxproj | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/CST116-BlankConsole/CST116-BlankConsole.vcxproj b/CST116-BlankConsole/CST116-BlankConsole.vcxproj index a0056fb..8939fdd 100644 --- a/CST116-BlankConsole/CST116-BlankConsole.vcxproj +++ b/CST116-BlankConsole/CST116-BlankConsole.vcxproj @@ -129,6 +129,9 @@ <ItemGroup>
<ClCompile Include="CST116-BlankConsole.cpp" />
</ItemGroup>
+ <ItemGroup>
+ <Text Include="output.txt" />
+ </ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
</ImportGroup>
|