Aynı zamanda kurumsal firmalar için bu bir standart sağlama yöntemi de olabilir. Bunun ile alakalı olarak faydalı bir link; http://msdn.microsoft.com/en-us/vstudio/cc315061.aspx
Kendimce bir örnekle izah etmeye çalışacağım.
1-Önce template'ini çıkaracağımız solution'ı oluşturuyoruz.
[First you should create the solution for your template.]
2-File menusunden Export Template ile solutiondaki her dosyanın template'ini oluşturuyoruz.(bir wizard yardımı ile)
[We use Export Template action in File menu for each project in the solution.]
3-Bunun için, wizard bizi yönlendiriyor zaten.[For this, wizard already leads us to do this.]
4-Hangi projenin template'ni alacağımızı ve açıklamasını yazıyoruz.
[We declare template description and name, also we can choose an icon and preview image]
5-My Exported klasörüne zip'li bir halde kayediyor.
[This creates a zip file to My Exported folder which is in C:\Users\yourUser\Documents\Visual Studio 2010\My Exported Templates]
6-Bunu projedeki tüm projeler için tekrarlayın.
[Repeat this process for all project in the solution.]
7-Bu zip'leri teker teker açın. (zipli dosyaları silebilirsiniz.)
[Open each zip files. (You can delete all zip files.]
8-Ve zurnanın zırt dediği yer... bir tane .vstemplate uzantılı bir xml hazırlayacağız.
[here is make-or-break issue, create an xml file which has extension .vstemplate ]
9-Oluşan zip dosyasını MySolutionTemplate.vstemplate olarak klasörlerimizin olduğu yere kopyalıyoruz.
[This zip file as MySolutionTemplate.vstemplate should be in the same place with templated project folders; BusinessLogic, DataBaseAcces etc. ]
10-Sonra oluşan bu 5 nesneyi aşağıda görüldüğü gibi zipliyoruz.
[And then zip all folders and files... ]
11-Zipli dosyayı My Exported Templates klasöründen keserek,
[Cut that file from My Exported Templates to Templates\ProjectTemplates folder]
12-Templates\ProjectTemplates klasörüne yapıştırıyoruz.
[Cut that file from My Exported Templates to Templates\ProjectTemplates folder ]
[Finally as creating new project, we see our template and can use at any time. ]
14-Ve mutlu son. En azından benim için öyle oldu.
[here is the happy end. at least for me :)]
Hiç yorum yok:
Yorum Gönder