diff options
| -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-starktre.txt | 2 |
3 files changed, 10 insertions, 0 deletions
diff --git a/CST116-BlankConsole/CST116-BlankConsole.vcxproj b/CST116-BlankConsole/CST116-BlankConsole.vcxproj index a0056fb..469e819 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="cst116-lab0-starktre.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..7b93c96 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-starktre.txt">
+ <Filter>Source Files</Filter>
+ </Text>
+ </ItemGroup>
</Project>
\ No newline at end of file diff --git a/CST116-BlankConsole/cst116-lab0-starktre.txt b/CST116-BlankConsole/cst116-lab0-starktre.txt new file mode 100644 index 0000000..14e69ea --- /dev/null +++ b/CST116-BlankConsole/cst116-lab0-starktre.txt @@ -0,0 +1,2 @@ +Hello World! +I am Trenton Stark and my GitHub name is @Birducken.
\ No newline at end of file |