diff options
| author | jacobdw22 <[email protected]> | 2022-09-29 15:34:52 -0700 |
|---|---|---|
| committer | jacobdw22 <[email protected]> | 2022-09-29 15:34:52 -0700 |
| commit | d5e239f2a5818a30eec975bdde5cf602010d933e (patch) | |
| tree | f59c0241c63d85e36c7a6f047fd025bd7e1593c4 | |
| parent | Simple change (diff) | |
| download | cst116-lab0-jacobdw22-d5e239f2a5818a30eec975bdde5cf602010d933e.tar.xz cst116-lab0-jacobdw22-d5e239f2a5818a30eec975bdde5cf602010d933e.zip | |
simple changes
| -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 |