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...
- Modified
- 12 Mar at 22:25
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...
- Modified
- 23 May at 12:34
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...
- Modified
- 6 Jun at 05:1
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
- Modified
- 7 Mar at 16:0