Questions tagged [project-template]

For questions regarding working with project templates in an IDE, such as those visible in Visual Studio's New Project dialog.

292 questions
0
votes
1 answer

Create new custom project template categories not working as expected in visual studio 2010

I followed the steps as mentioned in this article of msdn: create new custom project template categories But it doesn't create my custom category but shows the custom project template under root category i.e. Visual C#. Any one who might have…
Sri Reddy
  • 6,832
  • 20
  • 70
  • 112
0
votes
1 answer

Loading NuGet packages online and pre-install them

I know that I can pre-install NuGet packages in my project templates. But I wasn't able to find out whether it is possible to load these packages online instead of having to store them somewhere in the project template. If this is possible please…
Christopher
  • 2,005
  • 3
  • 24
  • 50
0
votes
1 answer

How to implement a Microsoft.VisualStudio.TemplateWizard.IWizard which copies files from the template

I created a visual studio multi project template and would like to add an extra folder for an assembly library to the output parent project which is not a child project itself. The final project should look like this. Parent Project - Child…
-1
votes
1 answer

Nuget PackageReference found in one solution, but not in my own solution

Previous title: The "GenerateFileFromTemplate" task was not found .NET project template - GeneratedContent .csproj.in file transformations The troubled package is Microsoft.DotNet.Build.Tasks.Templating. I've created a git-repository containing…
Pieterjan
  • 2,738
  • 4
  • 28
  • 55
-1
votes
1 answer

Use custom .NET Core templates in Visual Studio 2022

I've created a bare-bone git-repository with a Github Action which builds and publishes a nuget package containing 2 .NET templates. These templates can be installed using dotnet new --install MintPlayer.AspNetCore.IdentityServer.Templates Then you…
Pieterjan
  • 2,738
  • 4
  • 28
  • 55
-1
votes
1 answer

How to disable the control in Custom Wizard (Custom Project Template) for Visual Studio (Visual C++)?

I want to disable by default some of the controls in the Project Wizard created with Custom Wizard in Visual Studio 2013 (Visual C++). The code: creates a checkbox. So I've tried…
PolGraphic
  • 3,233
  • 11
  • 51
  • 108
-3
votes
1 answer

Can't get GeneXus Extensions Development enviroment working (VS2015/2017)

I'm trying to learn how GeneXus extensions works and trying to get a GeneXus extensions Development enviroment. I saw there are a another thread about this question with the same problem I have. It's marked as solved but there are something not…
1 2 3
19
20