Top "Project" questions

In software development, a project is a collection of files and resources used in the development of an application or service.

Creating .dll subproject in Visual Studio Code editor

I am going to create a .dll and an .exe using this .dll with C# and .NET. How to create …

c# visual-studio-code project subproject
Xcode Workspace vs Nested Projects

I don't understand the use of an Xcode workspace to organize projects with dependencies on one another. For instance I …

xcode project code-organization
When I unload projects in visual studio, where does VS save this setting?

I checked the solution file and the project file, and can not find anything related to this setting. When people …

visual-studio project solution
How to create an Ivy dependency for local jars inside your project/lib?

I have a couple of jar files, (some of which depend on each other), and I'm trying to have ivy …

ant jar project dependencies ivy
Emacs recursive project search

I am switching to Emacs from TextMate. One feature of TextMate that I would really like to have in Emacs …

emacs project textmate ido-mode
sonarqube missing project dashboard

I have SonarQube 6.1. When I click on a project entry from the main dashboards projects widget, I get to a …

sonarqube project dashboard sonarqube-web
Is there a C project Default Directory Layout?

I've always wanted to know if there is a default directory layout for C projects. You know, which folders should …

c styles project standards
Prevent Android Studio/Intellij Idea from building project on startup

When I open Android Studio, it loads the last project, and runs build. I really don't need it to do …

android build intellij-idea project android-studio
How to override a class within an Android library project?

The following is my situation: I have a library project and a project based on it. Now in the library …

android class project android-library
System for organizing multi-file Ruby programs?

Is there a standard or conventional system for organizing multi-file Ruby programs? I have embarked on my first large "project" …

ruby-on-rails ruby project code-organization project-organization