Top "Projects-and-solutions" questions

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

How do I start a CUDA app in Visual Studio 2010?

Direct Question: How do I create a simple hello world CUDA project within visual studio 2010? Background: I've written CUDA kernels. …

c++ visual-studio-2010 cuda projects-and-solutions nsight
Is there any way to create a blank solution (.sln) file first and then add projects?

Visual studio has always annoyed me because (to my knowledge) you cannot create a solution first and then add new/…

visual-studio projects-and-solutions
How to add x64 (or Any CPU) as a build option in Visual Studio 2010 (from console application to class library)

Initially, I created a console application using Mass Transit as my service bus. Recently, I switched to NServiceBus, which doesn't …

visual-studio-2010 projects-and-solutions x86-64 anycpu
How to save DLLs in a different folder when compiling in Visual Studio?

Let's suppose I have a Window Forms / Console Application C# project with some external references and references to other class …

c# visual-studio assemblies projects-and-solutions
Visual Studio Project vs. Solution

Being new to VS, how may I think of these two concepts, what is the difference?

visual-studio projects-and-solutions solution visual-studio-project
How to link multiple visual studio solutions together?

I have 3 solutions and solution A requires built versions of the dlls from solution B and C in order to …

visual-studio projects-and-solutions
What does the "Link Library Dependency" linker option actually do in Visual Studio 2010 - 2015 and upwards?

Up to VS2008, you set your native C++ project dependencies up in the solution file (Project Dependencies ...) and if (by …

visual-studio-2010 visual-c++ linker dependencies projects-and-solutions
Display solution/file path in the Visual Studio IDE

I frequently work with multiple instances of Visual Studio, often working on different branches of the same solution. Visual C++ 6.0 …

visual-studio projects-and-solutions
Solution-wide pre-build event?

I have a solution in Visual Studio which contains several projects. I'd like to run a command at the very …

visual-studio projects-and-solutions pre-build-event
error in csproj - duplicate item

I have error from visual studio 2010: Error 1 The item "CrossDomainService.svc.cs" was specified more than once in the "Sources" …

visual-studio-2010 msbuild projects-and-solutions