aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CST116-BlankConsole/CST116-BlankConsole.vcxproj3
-rw-r--r--CST116-BlankConsole/CST116-BlankConsole.vcxproj.filters5
-rw-r--r--CST116-BlankConsole/output.txt2
3 files changed, 10 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>
diff --git a/CST116-BlankConsole/CST116-BlankConsole.vcxproj.filters b/CST116-BlankConsole/CST116-BlankConsole.vcxproj.filters
index 08906aa..c906f87 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="output.txt">
+ <Filter>Source Files</Filter>
+ </Text>
+ </ItemGroup>
</Project> \ No newline at end of file
diff --git a/CST116-BlankConsole/output.txt b/CST116-BlankConsole/output.txt
new file mode 100644
index 0000000..f481d68
--- /dev/null
+++ b/CST116-BlankConsole/output.txt
@@ -0,0 +1,2 @@
+Hello World!
+My name is Abdullah Havaldar and my github name is abd00l4h \ No newline at end of file