File tree Expand file tree Collapse file tree
src/MediaConverters/SkiaWmfRenderer/src/SkiaWmfRenderer Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ <Project >
2+ <ItemGroup >
3+ <None Include =" $(MSBuildThisFileDirectory)..\Assets\$(RuntimeIdentifier)\**" CopyToOutputDirectory =" PreserveNewest" />
4+ <None Include =" $(MSBuildThisFileDirectory)..\Assets\gsfonts\**" CopyToOutputDirectory =" PreserveNewest" />
5+ <None Include =" $(MSBuildThisFileDirectory)..\Assets\$(RuntimeIdentifier)\**" CopyToOutputDirectory =" PreserveNewest" />
6+ </ItemGroup >
7+ </Project >
Original file line number Diff line number Diff line change 1+ <Project >
2+ <Import Project =" $(MSBuildThisFileDirectory)Core.props" />
3+ </Project >
Original file line number Diff line number Diff line change 1+ <Project >
2+ <PropertyGroup >
3+
4+ </PropertyGroup >
5+ </Project >
Original file line number Diff line number Diff line change 1+ <Project >
2+ <Import Project =" $(MSBuildThisFileDirectory)..Build\Core.props" />
3+ </Project >
Original file line number Diff line number Diff line change 1+ <Project >
2+ <PropertyGroup >
3+
4+ </PropertyGroup >
5+ </Project >
Original file line number Diff line number Diff line change 1111 </PropertyGroup >
1212
1313 <ItemGroup >
14- <None Include =" Assets\$(RuntimeIdentifier)\**" CopyToOutputDirectory =" PreserveNewest" Pack =" true" PackagePath =" Assets\$(RuntimeIdentifier)\" />
15- <None Include =" Assets\gsfonts\**" CopyToOutputDirectory =" PreserveNewest" Pack =" true" PackagePath =" Assets\gsfonts\" />
16- <None Include =" Assets\Fonts\**" CopyToOutputDirectory =" PreserveNewest" Pack =" true" PackagePath =" Assets\Fonts\" />
14+ <None Include =" Assets\$(RuntimeIdentifier)\**" CopyToOutputDirectory =" PreserveNewest" Pack =" true" PackagePath =" Assets\$(RuntimeIdentifier)\" />
15+ <None Include =" Assets\gsfonts\**" CopyToOutputDirectory =" PreserveNewest" Pack =" true" PackagePath =" Assets\gsfonts\" />
16+ <None Include =" Assets\Fonts\**" CopyToOutputDirectory =" PreserveNewest" Pack =" true" PackagePath =" Assets\Fonts\" />
17+
18+ <None Include =" Assets\Build\Package.targets" Pack =" True" PackagePath =" \build\$(PackageId).targets" />
19+ <None Include =" Assets\Build\Package.props" Pack =" True" PackagePath =" \build\$(PackageId).props" />
20+ <None Include =" Assets\Build\Core.props" Pack =" True" PackagePath =" \build\Core.props" />
21+
22+ <None Include =" Assets\BuildTransitive\Package.targets" Pack =" True" PackagePath =" \buildTransitive\$(PackageId).targets" />
23+ <None Include =" Assets\BuildTransitive\Package.props" Pack =" True" PackagePath =" \buildTransitive\$(PackageId).props" />
1724 </ItemGroup >
1825
26+
1927 <!-- 以下为 NuGet 包的属性-->
2028 <PropertyGroup >
2129 <PackageReadmeFile >README.md</PackageReadmeFile >
You can’t perform that action at this time.
0 commit comments