diff options
| author | Musa Ahmed <[email protected]> | 2022-09-29 15:10:55 -0700 |
|---|---|---|
| committer | Musa Ahmed <[email protected]> | 2022-09-29 15:10:55 -0700 |
| commit | ed94793aba416de74475719283cc6b7080ff1170 (patch) | |
| tree | c787961592f73b77cfb692a5abd44f370e46bcc6 | |
| parent | adding output text file (diff) | |
| download | cst116-lab0-m005a-ed94793aba416de74475719283cc6b7080ff1170.tar.xz cst116-lab0-m005a-ed94793aba416de74475719283cc6b7080ff1170.zip | |
renamed the text file
| -rw-r--r-- | CST116-BlankConsole/CST116-BlankConsole.vcxproj | 3 | ||||
| -rw-r--r-- | CST116-BlankConsole/CST116-BlankConsole.vcxproj.filters | 5 | ||||
| -rw-r--r-- | CST116-BlankConsole/CST116-Lab0-Ahmed.txt (renamed from CST116-BlankConsole/output.txt) | 0 |
3 files changed, 8 insertions, 0 deletions
diff --git a/CST116-BlankConsole/CST116-BlankConsole.vcxproj b/CST116-BlankConsole/CST116-BlankConsole.vcxproj index 7ed7a15..63c50eb 100644 --- a/CST116-BlankConsole/CST116-BlankConsole.vcxproj +++ b/CST116-BlankConsole/CST116-BlankConsole.vcxproj @@ -130,6 +130,9 @@ <ItemGroup>
<ClCompile Include="CST116-BlankConsole.cpp" />
</ItemGroup>
+ <ItemGroup>
+ <Text Include="CST116-Lab0-Ahmed.txt" />
+ </ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
</ImportGroup>
diff --git a/CST116-BlankConsole/CST116-BlankConsole.vcxproj.filters b/CST116-BlankConsole/CST116-BlankConsole.vcxproj.filters index 08906aa..f4a6eb4 100644 --- a/CST116-BlankConsole/CST116-BlankConsole.vcxproj.filters +++ b/CST116-BlankConsole/CST116-BlankConsole.vcxproj.filters @@ -19,4 +19,9 @@ <Filter>Source Files</Filter>
</ClCompile>
</ItemGroup>
+ <ItemGroup>
+ <Text Include="CST116-Lab0-Ahmed.txt">
+ <Filter>Source Files</Filter>
+ </Text>
+ </ItemGroup>
</Project>
\ No newline at end of file diff --git a/CST116-BlankConsole/output.txt b/CST116-BlankConsole/CST116-Lab0-Ahmed.txt index 4240114..4240114 100644 --- a/CST116-BlankConsole/output.txt +++ b/CST116-BlankConsole/CST116-Lab0-Ahmed.txt |