How to Add Fixed Assets in GAT?

I started from TechEd2005HoL and added files in templates\projects but, after re-building the project and creating a new data solution and projects in another VS instance, the files added did not appear. How should add the files in properly

Answer this question

How to Add Fixed Assets in GAT?

  • ShivaGeorge

    Thanks. But I have another question. I tried to crate T3 template to generate code but I want to the code to be generated inside App_Code folder in the WebService project instead of the root folder. How should I do that
  • Andy_B

    Indeed, I am going to create a project template for web service. I found that it was alright to add fixed asset for csharp project but not web service. What should I do


  • Theron

    You should start by exporting a template from an existing web service from the new File -> Export Template menu.

    It's a regular .vstemplate that specifies different properties for web projects. You can also take a look at the starter kits that come with ASP.NET v2.

    Fixed files can be included as in any other project kind.

    HTH


  • How to Add Fixed Assets in GAT?