Top "Project" questions

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

How do I use an existing Spring 3.0.5 project in STS?

Unlike IDEA, which has options for using existing sources, STS doesn't look like it has options to use an existing …

eclipse spring maven project sts-springsourcetoolsuite
C# / VS2008: Add separate debug / release references to a project

When adding a user control or a project reference to a VS 2008 C# project, I can add only one configuration …

c# visual-studio-2008 project
How to include projects in multiproject build from master directory in Gradle?

Lets have this structure I am in subproject1 how to write my settings.gradle file to include subproject1 and subproject2 …

gradle settings project multi-project
PBXBuildFile vs PBXFileReference section

What is the difference between PBXBuildFile and PBXFileReference in project.pbxproj? Does it matter if a file is listed in …

xcode merge project pbxproj
Xcode how to exclude FOLDERS from compilation?

I saw this and answers in stackO, but didn't find how to exclude folders. I have 3 folders with a lot …

xcode build compilation project linker-flags
Conditional references in .NET project, possible to get rid of warning?

I have two references to a SQLite assembly, one for 32-bit and one for 64-bit, which looks like this (this …

c# reference project conditional compiler-warnings
Changing project path in Aptana Studio 3

Say I have my project in c:\desktop\project_A and I want to change the path of it to …

project aptana
How to set the default namespace in projects using project.json (.xproj)

In a standard .csproj you could go into properties and set the default namespace. How can this be achieved in …

project asp.net-core .net-core project.json
Recover deleted project in visual studio

I was creating a website using visual studio and accidentally deleted that project folder. :( It was three months project. Is …

visual-studio visual-studio-2012 project recovery recover
Setting up C# solution with multiple projects using NLog in Visual Studio

My solution in Visual Studio 2012 currently contains two projects: DLL WPF application (which requires methods of the DLL) Both, the …

c# visual-studio-2012 dll project nlog