diff options
| author | jacobdw22 <[email protected]> | 2022-09-29 15:23:40 -0700 |
|---|---|---|
| committer | jacobdw22 <[email protected]> | 2022-09-29 15:23:40 -0700 |
| commit | 1e0ed9e78e0ced9d1a1739a657aa45771176fefd (patch) | |
| tree | 2b2aa0b500ce1a51667f511bf07829a9f897eab7 | |
| parent | simple changes 2 (diff) | |
| download | cst116-lab0-jacobdw22-1e0ed9e78e0ced9d1a1739a657aa45771176fefd.tar.xz cst116-lab0-jacobdw22-1e0ed9e78e0ced9d1a1739a657aa45771176fefd.zip | |
simple changes
| -rw-r--r-- | CST116-BlankConsole/CST116-BlankConsole.vcxproj | 2 | ||||
| -rw-r--r-- | CST116-BlankConsole/CST116-BlankConsole.vcxproj.filters | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/CST116-BlankConsole/CST116-BlankConsole.vcxproj b/CST116-BlankConsole/CST116-BlankConsole.vcxproj index a0056fb..69c9527 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-Lab0-Wilson.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..45f79ea 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-Lab0-Wilson.cpp">
<Filter>Source Files</Filter>
</ClCompile>
</ItemGroup>
|