diff options
| author | Musa Ahmed <[email protected]> | 2022-10-19 14:59:39 -0700 |
|---|---|---|
| committer | Musa Ahmed <[email protected]> | 2022-10-19 14:59:39 -0700 |
| commit | 8502f2dfb8b9f8626b0d4872ff43b44135bd52fd (patch) | |
| tree | 2a1b2cdd638050446b33614a2fad0d8dbd23bedd | |
| parent | Limited input to between 1 and 400 for width & lenght (diff) | |
| download | archived-cst116-lab1-m005a-8502f2dfb8b9f8626b0d4872ff43b44135bd52fd.tar.xz archived-cst116-lab1-m005a-8502f2dfb8b9f8626b0d4872ff43b44135bd52fd.zip | |
renamed
| -rw-r--r-- | cst116-lab1-Ahmed/cst116-lab1-Ahmed.cpp (renamed from BlankConsoleLab/BlankConsoleLab.cpp) | 0 | ||||
| -rw-r--r-- | cst116-lab1-Ahmed/cst116-lab1-Ahmed.vcxproj (renamed from BlankConsoleLab/BlankConsoleLab.vcxproj) | 2 | ||||
| -rw-r--r-- | cst116-lab1-Ahmed/cst116-lab1-Ahmed.vcxproj.filters (renamed from BlankConsoleLab/BlankConsoleLab.vcxproj.filters) | 2 |
3 files changed, 2 insertions, 2 deletions
diff --git a/BlankConsoleLab/BlankConsoleLab.cpp b/cst116-lab1-Ahmed/cst116-lab1-Ahmed.cpp index 173f464..173f464 100644 --- a/BlankConsoleLab/BlankConsoleLab.cpp +++ b/cst116-lab1-Ahmed/cst116-lab1-Ahmed.cpp diff --git a/BlankConsoleLab/BlankConsoleLab.vcxproj b/cst116-lab1-Ahmed/cst116-lab1-Ahmed.vcxproj index d2e3ee2..dc183f2 100644 --- a/BlankConsoleLab/BlankConsoleLab.vcxproj +++ b/cst116-lab1-Ahmed/cst116-lab1-Ahmed.vcxproj @@ -139,7 +139,7 @@ </Link> </ItemDefinitionGroup> <ItemGroup> - <ClCompile Include="BlankConsoleLab.cpp" /> + <ClCompile Include="cst116-lab1-Ahmed.cpp" /> </ItemGroup> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> <ImportGroup Label="ExtensionTargets"> diff --git a/BlankConsoleLab/BlankConsoleLab.vcxproj.filters b/cst116-lab1-Ahmed/cst116-lab1-Ahmed.vcxproj.filters index aca1dd9..61722a1 100644 --- a/BlankConsoleLab/BlankConsoleLab.vcxproj.filters +++ b/cst116-lab1-Ahmed/cst116-lab1-Ahmed.vcxproj.filters @@ -15,7 +15,7 @@ </Filter> </ItemGroup> <ItemGroup> - <ClCompile Include="BlankConsoleLab.cpp"> + <ClCompile Include="cst116-lab1-Ahmed.cpp"> <Filter>Source Files</Filter> </ClCompile> </ItemGroup> |