Top "Projects-and-solutions" questions

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

What is the significance of ProjectTypeGuids tag in the visual studio project file

What is the significance of the ProjectTypeGuids tag in a visual studio project?? When I created a WPF application, i …

.net visual-studio visual-studio-2010 projects-and-solutions
Using Visual Studio project properties effectively for multiple projects and configurations

I have always used Visual Studios built in GUI support for configuring my projects, often using property sheets so that …

c++ visual-studio-2010 visual-studio build projects-and-solutions
Moving files from one Visual Studio solution to another

What I usually do is create a new file in the solution where I want to use it (same name), …

visual-studio projects-and-solutions
How do I open an .rptproj in Visual Studio 2010?

I have a Visual Studio 2010 solution that contains an .rptproj type of project. One of my colleagues is able to …

visual-studio-2010 visual-studio reporting-services ssrs-2008 projects-and-solutions
How do I programmatically list all projects in a solution?

How do I programmatically list all of the projects in a solution? I'll take a script, command-line, or API calls.

c# visual-studio-2008 scripting projects-and-solutions
VS2008 Setup Project: Shared (By All Users) Application Data Files?

fellow anthropoids and lily pads and paddlewheels! I'm developing a Windows desktop app in C#/.NET/WPF, using VS 2008. The …

visual-studio-2008 deployment installation desktop projects-and-solutions
How do you organize your version control repository?

First, I know about this: How would you organize a Subversion repository for in house software projects? Next, the actual …

svn version-control repository projects-and-solutions
The Ultimate Visual Studio Solution Structure

Realizing that this could be subjective based on the project at hand, I'm looking for the "best practice" method of …

.net visual-studio projects-and-solutions
How to handle same class name in different namespaces?

I am trying to create a common library structure. I am doing this by creating separate projects for every common …

c# .net projects-and-solutions