I am using Window Azure and I need to edit csdef files.
However, Visual studio 2010 opens these files as xml files.
Is there a tool to edit these files?
Or do I need to edit them by hand?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Visual Studio will map most of parameters onto the “settings” of the role node that is located in the .ccproj file. When you create a cloud service solution you get two projects, .ccproj is one of them, it contains “Roles” subfolder that contains a node called with the name of your role. When you right-click it and ask for properties you get a nice set of tabs containing most of (or maybe even all) properties that correspond to the contents of .csdef and .cscfg files.
Also those files actually contain XML, so editing them as XML is natural (but perhaps not very convenient).