Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I am familiar with Web.Config transformations where the transformation for each configuration is in the following format Web.{configurationName}.config.

I have now inherited a solution where the transform for each Web.Config follows the following format Web.{configurationName}.Transform.config. The transform files are shown as linked/sub files to Web.config, but visual studio does not recognize them as transformation files thus does not apply the transformations.

Is there perhaps a VS add-inn that has been used to create these that I am not aware of?

share|improve this question
1  
Possibly! See stackoverflow.com/questions/3004210/… – dash Jun 13 '12 at 14:21

1 Answer

Maybe they used the VS plugin "SlowCheetah - XML Transforms" that can be found here: http://visualstudiogallery.msdn.microsoft.com/69023d00-a4f9-4a34-a6cd-7e854ba318b5

Scott Hanselman has a great article about it : http://www.hanselman.com/blog/SlowCheetahWebconfigTransformationSyntaxNowGeneralizedForAnyXMLConfigurationFile.aspx

You may take a look and see if that solves your problem.

share|improve this answer
SlowCheetah won't add files in that naming pattern. – Sayed Ibrahim Hashimi Jun 14 '12 at 22:04

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.