File tree Expand file tree Collapse file tree
src/MediaConverters/SkiaWmfRenderer/src/SkiaWmfRenderer/Assets/Build Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11<Project >
22 <ItemGroup Condition =" $(RuntimeIdentifier.StartsWith('linux'))" >
3- <None Include =" $(MSBuildThisFileDirectory)..\Assets\$(RuntimeIdentifier)\**" LinkBase =" Assets\$(RuntimeIdentifier)" CopyToOutputDirectory =" PreserveNewest" />
4- <None Include =" $(MSBuildThisFileDirectory)..\Assets\gsfonts\**" LinkBase =" Assets\gsfonts" CopyToOutputDirectory =" PreserveNewest" Condition =" $(IsRuntimeIdentifierLinux)" />
5- <None Include =" $(MSBuildThisFileDirectory)..\Assets\Fonts\**" LinkBase =" Assets\Fonts" CopyToOutputDirectory =" PreserveNewest" Condition =" $(IsRuntimeIdentifierLinux)" />
6- </ItemGroup >
7- </Project >
3+ <None Include =" $(MSBuildThisFileDirectory)..\Assets\$(RuntimeIdentifier)\**" LinkBase =" Assets\$(RuntimeIdentifier)"
4+ CopyToOutputDirectory =" PreserveNewest" />
5+ <None Include =" $(MSBuildThisFileDirectory)..\Assets\gsfonts\**" LinkBase =" Assets\gsfonts"
6+ CopyToOutputDirectory =" PreserveNewest" />
7+ <None Include =" $(MSBuildThisFileDirectory)..\Assets\Fonts\**" LinkBase =" Assets\Fonts"
8+ CopyToOutputDirectory =" PreserveNewest" />
9+ </ItemGroup >
10+ </Project >
You can’t perform that action at this time.
0 commit comments