Skip to content

Commit

Permalink
Remove hardcoded path from WinUI project file
Browse files Browse the repository at this point in the history
  • Loading branch information
dotMorten committed Nov 7, 2023
1 parent 8e5bc02 commit 8bc844f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@

<ItemGroup>
<EmbeddedResource Include="..\Toolkit\LocalizedStrings\Resources.resx" Link="LocalizedStrings\Resources.resx" />
<Content Update="Assets\*.*" PackagePath="contentFiles\any\net6.0-windows10.0.19041\$(PackageId)\Assets\%(Filename)%(Extension);lib\net6.0-windows10.0.19041\$(PackageId)\Assets\%(Filename)%(Extension)" />
<Content Update="Assets\*.*" PackagePath="contentFiles\any\$(TargetFramework.TrimEnd('.0'))\$(PackageId)\Assets\%(Filename)%(Extension);lib\$(TargetFramework.TrimEnd('.0'))\$(PackageId)\Assets\%(Filename)%(Extension)" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 8bc844f

Please sign in to comment.