Top "Projects-and-solutions" questions

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

How to programmatically include a file in my project?

Background I'm making a helper application that reformats some code files and creates new code files, which are to be …

c# winforms visual-studio-2010 visual-studio projects-and-solutions
Project Order in Visual Studio Solution

In Visual Studio 2008, what determines the order in which projects appear within a solution folder? It's not alphabetical order, nor …

visual-studio projects-and-solutions
Visual Studio 2017 HRESULT: 0x80070005 / E_ACCESSDENIED on project creation

I'm running Visual Studio 2017, version 15.0.0+26228.9 When I'm trying to create a new project via File > New > Project... in …

visual-studio projects-and-solutions
Eclipse workspace equivalent in IntelliJ?

It is said in IntelliJ IDEA Q&A for Eclipse Users that Eclipse Workspace is equivalent to "project" in …

java intellij-idea projects-and-solutions
Should a .sln be committed to source control?

Is it a best practice to commit a .sln file to source control? When is it appropriate or inappropriate to …

visual-studio visual-studio-2008 version-control projects-and-solutions
Will visual studio 2015 projects and solutions be backward compatible with 2013?

Now that Visual Studio 2015 RC is out, has anyone installed it and opened Visual Studio 2013 projects/solutions? Does it ask …

visual-studio-2013 projects-and-solutions backwards-compatibility visual-studio-2015 rtm
Best practices for large solutions in Visual Studio (2008)

We have a solution with around 100+ projects, most of them C#. Naturally, it takes a long time to both open …

c# visual-studio-2008 msbuild projects-and-solutions
Unsupported compiler 'com.apple.compilers.llvmgcc42' xcode 5 DP

I have a project which contains Geos and Proj inside it. Before Xcode 5 I compiled them with LLVM GCC 4.2 compiler, …

ios xcode5 projects-and-solutions llvm-gcc geos
Easy way to add multiple existing .csproj to a Visual Studio Solution?

I've checked out a branch of C# code from source control. It contains maybe 50 projects in various folders. There's no …

visual-studio projects-and-solutions csproj
Moving from Visual Studio to Sublime Text

I'm working with Sublime Text for a while now and it works perfectly! But at my new work they're using …

visual-studio tfs msbuild sublimetext2 projects-and-solutions