What is the meaning of the files and folders? Was bedeuten die Dateiextensionen und die vielen Verzeichnisse? Die wichtigsten im Überblick: File/ Folder Description Datei/ Verzeichnis Bedeutung *.csproj Is generated by the IDE, contains *.csproj Die Datei wird von der *.sln meta-data of the project Entwicklungsumgebung (IDE) angelegt Solution = Meta-data-file to und stellt das Projekt dar assemble more than one project *.sln Existieren mehrere Projekte können *.cs The source-code diese zusammengefasst werden (eine \bin Folder for the executable file sog. Lösung) obj (*.exe). During development in *.cs enthalten den eigentlichen Quellcode \Debug, Ready-to-distribute- \bin Hier wird die ausführbare Anwendung Application in Folder \Release. (*.exe) abgelegt. Die laufende Used by the compiler during Entwicklung im Verzeichnis Debug, die compilation/linking. fertige Anwendung im Verzeichnis Release. obj Wird für die Erstellung des Programms vom Compiler benötigt.
© Copyright 2024 ExpyDoc