diff options
| author | DoolyBoi <[email protected]> | 2022-11-09 21:15:12 -0800 |
|---|---|---|
| committer | DoolyBoi <[email protected]> | 2022-11-09 21:15:12 -0800 |
| commit | 524c4d03c4d5bfb936791995f79ad498b8cd7d8f (patch) | |
| tree | e2e870b17e49133c8785dde062ca71b817619c68 | |
| parent | renamed project (diff) | |
| download | cst116-lab2-abd00l4h-524c4d03c4d5bfb936791995f79ad498b8cd7d8f.tar.xz cst116-lab2-abd00l4h-524c4d03c4d5bfb936791995f79ad498b8cd7d8f.zip | |
some other stuff
| -rw-r--r-- | BlankConsoleLab/BlankConsoleLab.vcxproj | 2 | ||||
| -rw-r--r-- | BlankConsoleLab/BlankConsoleLab.vcxproj.filters | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/BlankConsoleLab/BlankConsoleLab.vcxproj b/BlankConsoleLab/BlankConsoleLab.vcxproj index d2e3ee2..7b9e2a7 100644 --- a/BlankConsoleLab/BlankConsoleLab.vcxproj +++ b/BlankConsoleLab/BlankConsoleLab.vcxproj @@ -139,7 +139,7 @@ </Link> </ItemDefinitionGroup> <ItemGroup> - <ClCompile Include="BlankConsoleLab.cpp" /> + <ClCompile Include="CST116-Lab2-Havaldar.cpp" /> </ItemGroup> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> <ImportGroup Label="ExtensionTargets"> diff --git a/BlankConsoleLab/BlankConsoleLab.vcxproj.filters b/BlankConsoleLab/BlankConsoleLab.vcxproj.filters index aca1dd9..03c5130 100644 --- a/BlankConsoleLab/BlankConsoleLab.vcxproj.filters +++ b/BlankConsoleLab/BlankConsoleLab.vcxproj.filters @@ -15,7 +15,7 @@ </Filter> </ItemGroup> <ItemGroup> - <ClCompile Include="BlankConsoleLab.cpp"> + <ClCompile Include="CST116-Lab2-Havaldar.cpp"> <Filter>Source Files</Filter> </ClCompile> </ItemGroup> |