SharePoint and Visual Studio - Replaceable parameters
        Posted  
        
            by Sahil Malik
        on Win Smarts
        
        See other posts from Win Smarts
        
            or by Sahil Malik
        
        
        
        Published on Tue, 14 Feb 2012 06:47:50 GMT
        Indexed on 
            2012/03/18
            18:15 UTC
        
        
        Read the original article
        Hit count: 356
        
sharepoint
| SharePoint 2010 Training: more information | 
What is a replaceable parameter? Sometimes you may see something like $SharePoint.Project.AssemblyFullName$ in your code. Visual studio is doing some magic to replace it during compile/build time with the full assembly signature. The following apply to these tokens or replaceable parameters - Tokens can be specified anywhere in a line. Tokens cannot span multiple lines. The same token may be specified multiple times on the same line and in the same file. Different tokens may be specified on the same line. Tokens that do not follow these rules are ignored without providing a warning or error. The replacement of tokens by string values is done immediately after manifest transformation, thus allowing manifest templates edited by a user to use tokens. Visual studio supports the following replaceable parameters - Name
        
        
© Win Smarts or respective owner