Skip to content

Commit

Permalink
Update DevWinUI_Template.csproj
Browse files Browse the repository at this point in the history
  • Loading branch information
ghost1372 committed Nov 29, 2024
1 parent c3c7d73 commit 463c5a1
Showing 1 changed file with 9 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -145,10 +145,16 @@
</PackageReference>
</ItemGroup>
<ItemGroup>
<Content Include="Assets\AppIcon.ico" />
<Content Include="Assets\AppIcon.png" />
<Content Include="Assets\AppIcon.ico">
<IncludeInVSIX>true</IncludeInVSIX>
</Content>
<Content Include="Assets\AppIcon.png">
<IncludeInVSIX>true</IncludeInVSIX>
</Content>
<Resource Include="Assets\AppTitleBar.png" />
<Content Include="Assets\Preview.png" />
<Content Include="Assets\Preview.png">
<IncludeInVSIX>true</IncludeInVSIX>
</Content>
<!--<ExtensionDependencies Condition=" '$(ExcludeRestorePackageImports)' != 'true' " Include="$(PkgNuget_VisualStudio)\**\NuGet.VisualStudio.dll" />-->
<!--<Content Include="@(ExtensionDependencies)">
<VSIXSubPath>.</VSIXSubPath>
Expand Down

0 comments on commit 463c5a1

Please sign in to comment.