tagged [projects]

How do you organise open-source Visual Studio projects with open-source dependencies?

How do you organise open-source Visual Studio projects with open-source dependencies? I've started an open source MVC4 project that is using some other open source project as a dependency. I've forked...

How to programmatically include a file in my project?

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 added to my other project...

Determine the source of an indirect dependency on incorrect .NET Framework version

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 "MyName...

Visual studio not copying content files from indirectly referenced project

Visual studio not copying content files from indirectly referenced project I have the following project structure: ``` Library1