Skip to content

Commit

Permalink
🌿 Merge pull request #42 clean-up-for-phase-1-submission
Browse files Browse the repository at this point in the history
🧹 Clean up for phase 1 submission
  • Loading branch information
amir-kedis authored Apr 19, 2023
2 parents 6e9769f + ecf7dc1 commit 2f071ff
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ID.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
Ahmed Hamed 9220027 [email protected] احمد حامد جابر
Akram Hany 9220158 [email protected] اكرم هاني كرم
Amir Anwar 9220166 [email protected] امير انور بخيت
Binary file added docs/data-strcuture-report.pdf
Binary file not shown.
3 changes: 3 additions & 0 deletions process-scheduler.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -173,6 +173,9 @@
<ClInclude Include="src\control\UI.h" />
<ClInclude Include="src\data.h" />
</ItemGroup>
<ItemGroup>
<Text Include="ID.txt" />
</ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
</ImportGroup>
Expand Down
6 changes: 6 additions & 0 deletions process-scheduler.vcxproj.filters
Original file line number Diff line number Diff line change
Expand Up @@ -95,5 +95,11 @@
<ClInclude Include="src\entity\ProcessorFCFS.h">
<Filter>Header Files</Filter>
</ClInclude>
<ClInclude Include="src\ds\ArrayList.h">
<Filter>Header Files</Filter>
</ClInclude>
</ItemGroup>
<ItemGroup>
<Text Include="ID.txt" />
</ItemGroup>
</Project>

0 comments on commit 2f071ff

Please sign in to comment.