diff options
| -rw-r--r-- | CST116-BlankConsole/CST116-BlankConsole.vcxproj | 3 | ||||
| -rw-r--r-- | CST116-BlankConsole/CST116-BlankConsole.vcxproj.filters | 3 | ||||
| -rw-r--r-- | CST116-BlankConsole/CST116-Lab0-Wilson.txt | 2 |
3 files changed, 8 insertions, 0 deletions
diff --git a/CST116-BlankConsole/CST116-BlankConsole.vcxproj b/CST116-BlankConsole/CST116-BlankConsole.vcxproj index 59ec63b..d6a3e3a 100644 --- a/CST116-BlankConsole/CST116-BlankConsole.vcxproj +++ b/CST116-BlankConsole/CST116-BlankConsole.vcxproj @@ -130,6 +130,9 @@ <ItemGroup>
<ClCompile Include="CST116-Lab0-Wilson.cpp" />
</ItemGroup>
+ <ItemGroup>
+ <Text Include="CST116-Lab0-Wilson.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 45f79ea..7633131 100644 --- a/CST116-BlankConsole/CST116-BlankConsole.vcxproj.filters +++ b/CST116-BlankConsole/CST116-BlankConsole.vcxproj.filters @@ -19,4 +19,7 @@ <Filter>Source Files</Filter>
</ClCompile>
</ItemGroup>
+ <ItemGroup>
+ <Text Include="CST116-Lab0-Wilson.txt" />
+ </ItemGroup>
</Project>
\ No newline at end of file diff --git a/CST116-BlankConsole/CST116-Lab0-Wilson.txt b/CST116-BlankConsole/CST116-Lab0-Wilson.txt new file mode 100644 index 0000000..2a629ac --- /dev/null +++ b/CST116-BlankConsole/CST116-Lab0-Wilson.txt @@ -0,0 +1,2 @@ +Hello World! +My name is Jacob Wilson, and my GitHub is jacobdw22
\ No newline at end of file |