Top "Projects-and-solutions" questions

Some IDEs organize code and resources into projects and solutions, usually in a directory-based hierarchy.

How can I rename a project folder from within Visual Studio?

My current solution for renaming the project folder is: Remove the project from the solution. Rename the folder outside Visual …

visual-studio directory projects-and-solutions
What are the various "Build action" settings in Visual Studio project properties and what do they do?

For the most part, you just take whatever Visual Studio sets it for you as a default... I'm referring to …

visual-studio projects-and-solutions
ASP.NET Web Site or ASP.NET Web Application?

When I start a new ASP.NET project in Visual Studio, I can create an ASP.NET Web Application or …

asp.net .net visual-studio projects-and-solutions
visual c++: #include files from other projects in the same solution

I am working on a game using Visual C++. I have some components in separate projects, and have set the …

c++ visual-studio projects-and-solutions
Error: Cannot access file bin/Debug/... because it is being used by another process

When I debug my project, I get following error: "Unable to copy file "obj\Debug\My Dream.exe" to "bin\…

visual-studio debugging projects-and-solutions locked-files
Cannot add reference to project because of a circular dependency error

I created 2 dummy projects in my application and named them BAL and DAL. When I build them, they build successfully. …

visual-studio visual-studio-2010 projects-and-solutions circular-dependency
Copying Visual Studio project file(s) to output directory during build

When I build a Visual Studio project, the executable is written to the output directory specified in the projects Property …

visual-studio build projects-and-solutions visual-studio-2003
Visual Studio 2012 doesn't convert vs2010 solution?

I opened my vs2010 solution with vs2012 but it didn't make any conversion as from 2008 to 2010 was happening. So my …

visual-studio-2012 projects-and-solutions solution
Spring MVC - Project structure - best practices

What's the best approach? 1- Create multiple projects: 2- Create a single project:

spring-mvc projects-and-solutions
Android - copy existing project with a new name

Using Eclipse. Say I have a project 'ProjectA' in the eclipseworkspace (in a folder ProjectA). I want to copy the …

android eclipse projects-and-solutions