Visual Studio Linked Files Directory Structure -


I have two versions of a project, one for Silverlight and most of the code base in the SL project for a .NET . I want to add all the files from the SL project globally to the NAT version because the associated files. I successfully did this in the CSPOZ file to do this. Managed for NET version:

  & lt; Compile = ".. \ MyProj.Common.SL \ ** \ * .cs" Remove = ".. MyProj.Common.SL \ Properties \ **" & gt; Unfortunately, it adds all the files to the root of my project ... so I end up with a long unreadable list of linked files in the .NET project. I really do not want to manually deal with a complete duplicate directory structure and change the directory name and change the file name and whatnot to maintain.  

So, there is no way to protect the visual studio when the directory structure connects to the linked files in the wildcard above? Or at least one of these links to all the linked files under one directory. Can the group create a NET project like MyProj.Common.SL.Links?

The very closest I've come to set up & lt; Compile & gt; Under tag & lt; Visible & gt; Wrong & lt; / Visible & gt; , which effectively removes a long unreadable list of 300+ files ... but unfortunately this hunter-up rusher, which no longer validates those files and goes crazy on all projects that References the .NET project. If I could understand a way to make the Riverfront, then not all the disturbances, it would be an acceptable solution ...

Any suggestions?

Thank you.

I think I found a way to do this:

 < Code> & lt; Include Compiled = ".. \ MyProj.Common.SL \ ** \ * cs" Exclude = ".. MyProj.Common.SL \ Properties \ **" & gt; & Lt; Link & gt; MyProj.Common.SL.LinkedFiles \ MyProj.Common.SL.LinkedFiles & lt; / Link & gt; & Lt; / Compiled & gt;  

This will create a MyProj.Common.SL.LinkedFiles folder and group all the linked files under that folder.


Comments

Popular posts from this blog

windows - Heroku throws SQLITE3 Read only exception -

lex - Building a lexical Analyzer in Java -

python - rename keys in a dictionary -