|
-
July 1st, 2010, 03:15 PM
#2
Re: Include files as references, instead of a copy?
Yeah C# sucks about that. I have tried a million different ways to do this including putting the projects all in one folder (Don't do that by the way). For some reason MS just does not want to think that people would want different projects to share a file from a centralized location.
The only work around I came up with is to manually edit the .csproj file in notepad, It will do it correctly then but it will cause havoc with the source control, so you will have to manually check that file in and out of source control.
Anyway I will be watching, if anyone else has a solution I would be glad to hear it also.
Last edited by [email protected]; July 1st, 2010 at 03:18 PM.
--------------------------------------------------------------------------------------------------------------------------
Disclaimer - Most likely any code I have posted as an answer was most likely written free hand and may have some minor compile errors, and is merely intended to give you the idea.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|