ligershark / template-builder

This project will output a NuGet package which can be used to help create Visual Studio Item Templates and Project templates
Other
42 stars 28 forks source link

Support for ASP.NET 5 .xproj Project Templates #74

Closed RehanSaeed closed 9 years ago

RehanSaeed commented 9 years ago

The .xproj Project Template does not contain the files and folders the project contains. Instead we have to get every file under the same folder as the project.

See also https://github.com/ligershark/side-waffle/issues/287.

sayedihashimi commented 9 years ago

@RehanSaeed thanks for the PR. I've merged it and released it as 1.1.4.2-beta

sayedihashimi commented 9 years ago

@RehanSaeed and I updated SideWaffle to use 1.1.4.2-beta https://github.com/ligershark/side-waffle/commit/e27585023079b6e3d1d5d6ef04c3ff9550351ec0

RehanSaeed commented 9 years ago

@sayedihashimi Excellent Thanks.