diff options
| author | Aaron Hill <[email protected]> | 2022-09-29 16:19:56 -0700 |
|---|---|---|
| committer | Aaron Hill <[email protected]> | 2022-09-29 16:19:56 -0700 |
| commit | ebbfc6da18e6d8d38972620ed4548bb0fc4daa42 (patch) | |
| tree | 9f4f94dfc464d5b013ebf5bdb3faaa8bbc672b74 | |
| parent | commit (diff) | |
| download | cst116-lab0-hill-ebbfc6da18e6d8d38972620ed4548bb0fc4daa42.tar.xz cst116-lab0-hill-ebbfc6da18e6d8d38972620ed4548bb0fc4daa42.zip | |
2
| -rw-r--r-- | CST116-BlankConsole/CST116-BlankConsole-Hill.cpp | 2 | ||||
| -rw-r--r-- | CST116-BlankConsole/CST116-BlankConsole.vcxproj | 2 | ||||
| -rw-r--r-- | CST116-BlankConsole/CST116-BlankConsole.vcxproj.filters | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/CST116-BlankConsole/CST116-BlankConsole-Hill.cpp b/CST116-BlankConsole/CST116-BlankConsole-Hill.cpp index 03cefef..7a831ac 100644 --- a/CST116-BlankConsole/CST116-BlankConsole-Hill.cpp +++ b/CST116-BlankConsole/CST116-BlankConsole-Hill.cpp @@ -1,6 +1,6 @@ // CST116-BlankConsole.cpp : This file contains the 'main' function. Program execution begins and ends there. // -// Aaron Hill, CST 116, Lab 0, Debugging +// Aaron Hill, CST 116, Lab 0, Debugging.. #include <iostream> diff --git a/CST116-BlankConsole/CST116-BlankConsole.vcxproj b/CST116-BlankConsole/CST116-BlankConsole.vcxproj index a0056fb..de52fdd 100644 --- a/CST116-BlankConsole/CST116-BlankConsole.vcxproj +++ b/CST116-BlankConsole/CST116-BlankConsole.vcxproj @@ -127,7 +127,7 @@ </Link>
</ItemDefinitionGroup>
<ItemGroup>
- <ClCompile Include="CST116-BlankConsole.cpp" />
+ <ClCompile Include="CST116-BlankConsole-Hill.cpp" />
</ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
diff --git a/CST116-BlankConsole/CST116-BlankConsole.vcxproj.filters b/CST116-BlankConsole/CST116-BlankConsole.vcxproj.filters index 08906aa..d5b0430 100644 --- a/CST116-BlankConsole/CST116-BlankConsole.vcxproj.filters +++ b/CST116-BlankConsole/CST116-BlankConsole.vcxproj.filters @@ -15,7 +15,7 @@ </Filter>
</ItemGroup>
<ItemGroup>
- <ClCompile Include="CST116-BlankConsole.cpp">
+ <ClCompile Include="CST116-BlankConsole-Hill.cpp">
<Filter>Source Files</Filter>
</ClCompile>
</ItemGroup>
|