What and How can we use of Visual Studio Package File ?
See this image.

can any one provide explanation.
Thanks in advance...
|
What and How can we use of Visual Studio Package File ? See this image.
can any one provide explanation. Thanks in advance... |
|||
|
|
it contains all the files for deployment like xml, dll, wsp ect... http://msdn.microsoft.com/en-gb/library/ee231544(v=vs.100).aspx for deployment follow this: http://msdn.microsoft.com/en-us/library/vstudio/ee231544(v=vs.100).aspx hope it helps :) |
||||
|
|
|
You can double-click on the Package.package file and see in the designer what you can do with it (for instance, change what features and mapped folders to deploy). |
|||
|
|