[MonoDevelop] Relinking GUI Designer generated files

Mr Sky starsail3b at yahoo.com
Sat Dec 15 14:45:03 UTC 2012


I'll look into that, that looks more portable than the work-around I found.

I recently discovered that changing all .csproj statements
<Reference Include='anything-sharp' /> 

To
<Reference Include='anything-sharp, Version=[myVersion], Culture=neutral,
PublicKeyToken=[myPublicKey]' />

Would cause Mono-Develop to recognize Designer mode files, but was a little
worried about how portable the code would remain with the version number and
public key hard coded.



--
View this message in context: http://mono.1490590.n4.nabble.com/Relinking-GUI-Designer-generated-files-tp4657638p4657777.html
Sent from the Mono - MonoDevelop IDE mailing list archive at Nabble.com.


More information about the Monodevelop-list mailing list