\documentclass[a4paper,12pt,numbers=noenddot]{scrreprt}
\input{Premable}
\input{Settings}
\begin{document}
\include{Frontpage}
\pagenumbering{Roman}
\include{Chapters/Abstract}
\setcounter{tocdepth}{1}
\addcontentsline{toc}{chapter}{Contents}
\tableofcontents
\cleardoubleemptypage
\pagenumbering{arabic}
\pagestyle{icmt-fancy}
\include{Chapters/Introduction}
\include{Chapters/Main_Body}
\include{Chapters/Conclusion}
\include{Chapters/Appendix}
\newpage
\bibliography{Bibliography}
\addcontentsline{toc}{chapter}{\bibname}
\cleardoubleemptypage
\listoffigures
\addcontentsline{toc}{chapter}{\listfigurename}
\cleardoubleemptypage
\listoftables
\addcontentsline{toc}{chapter}{\listtablename}
\cleardoubleemptypage
\chapter*{Acronyms}
\input{Acronym}
\addcontentsline{toc}{chapter}{Acronyms}
\cleardoubleemptypage
\include{Chapters/Credits}
\end{document}