Skip to content

Commit

Permalink
fix template project file
Browse files Browse the repository at this point in the history
  • Loading branch information
gasparnagy committed Feb 14, 2024
1 parent 982ff53 commit b7da9d2
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,10 @@
<MetaTemplate Include="templates\**\*" Exclude="templates\**\bin\**;templates\**\obj\**" />
<Compile Remove="**\*" />
<None Include="$(SolutionDir)reqnroll-icon.png" Pack="true" PackagePath="images" />
<None Include="templates\ReqnrollProject\Template.csproj" />
<None Include="templates\reqnroll-project\Template.csproj" />
<None Include="templates\reqnroll-project\.template.config\**" />
<None Include="templates\reqnroll-config\.template.config\**" />
<None Include="templates\reqnroll-feature\.template.config\**" />
</ItemGroup>

<Target Name="PopulateMetaTemplate" AfterTargets="CoreCompile">
Expand Down

0 comments on commit b7da9d2

Please sign in to comment.