Some IDEs organize code and resources into projects and solutions, usually in a directory-based hierarchy.
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-solutionsI 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-solutionsAs I compare many C# example projects to my VB.NET projects, I see that the References folder shows in …
visual-studio reference options projects-and-solutions solutionWhat I usually do is create a new file in the solution where I want to use it (same name), …
visual-studio projects-and-solutionsI 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-solutionsHow 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-solutionsfellow 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-solutionsFirst, 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-solutionsRealizing 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-solutionsI am trying to create a common library structure. I am doing this by creating separate projects for every common …
c# .net projects-and-solutions