Top "Projects-and-solutions" questions

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

ASP.NET MVC project "not supported by this installation"

I can create new MVC projects and they work and run however trying to open an existing project is not …

.net asp.net-mvc visual-studio projects-and-solutions
How to change name of project in Android Studio

Imported an eclipse project into Android Studio and saved it in a new folder. Changed the package name and everything …

android android-studio ide projects-and-solutions
Best way to work with multiple projects / solutions in Visual Studio?

Currently I have 4 solutions that are independent projects, however there is quite a bit of duplicated code when it comes …

visual-studio projects-and-solutions
Visual Studio: How to make one solution depend on another?

Is it possible to make a solution in VS depend on (i.e. include) an entire other solution? I've seen …

visual-studio visual-studio-2008 dependencies projects-and-solutions
Visual Studio 2010 & 2008 can't handle source files with identical names in different folders?

Direct Question: If I have two files with the same name (but in different directories), it appears that only Visual …

c++ visual-studio-2008 visual-studio-2010 naming-conventions projects-and-solutions
How to convert a regular win32 (VC++ vcproj) project to a Qt project?

How can I convert existing vcproj files to project files that the QT add-in to Visual Studio recognizes and treats …

visual-studio qt projects-and-solutions
Determine the source of an indirect dependency on incorrect .NET Framework version

I would like to know how I can determine the source of this build error; Warning 4 The primary reference "MyNamespace.…

c# visual-studio-2010 projects-and-solutions postsharp
Is there any guidance on converting existing .NET class libraries to portable libraries?

I have some class libraries with a non-trivial amount of existing code. The class libraries currently target .NET 4.0. Is there …

c# projects-and-solutions portability
Building both DLL and static libs from the same project

I have a number of native C++ libraries (Win32, without MFC) compiling under Visual Studio 2005, and used in a number …

c++ winapi visual-studio-2005 projects-and-solutions vsprops
What is the best pattern for using same Log4net logger across many assemblies in a solution?

I have a solution consisting of a main winforms app, with associated internally written class library dll’s from which …

log4net projects-and-solutions