Skip to content

Commit 1b22f8c

Browse files
committed
尝试带上转换工具的一部分
1 parent fb85d00 commit 1b22f8c

6 files changed

Lines changed: 14 additions & 0 deletions

File tree

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Copy from libwmf-bin_0.2.8.4-17_amd64.deb
Binary file not shown.
Binary file not shown.
Binary file not shown.

src/MediaConverters/MediaConverters.Tool/MediaConverters.Tool.csproj

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,10 @@
1313
<JsonSerializerIsReflectionEnabledByDefault>false</JsonSerializerIsReflectionEnabledByDefault>
1414
</PropertyGroup>
1515

16+
<ItemGroup>
17+
<None Include="Assets\$(RuntimeIdentifier)\**" CopyToOutputDirectory="PreserveNewest"/>
18+
</ItemGroup>
19+
1620
<ItemGroup>
1721
<PackageReference Include="DotNetCampus.CommandLine" Version="4.0.0-alpha04" />
1822
<PackageReference Include="VC-LTL" Version="5.2.1" />

src/MediaConverters/MediaConverters.sln

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,15 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Library", "SkiaWmfRenderer\
3939
EndProject
4040
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SkiaWmfRenderer", "SkiaWmfRenderer\src\SkiaWmfRenderer\SkiaWmfRenderer.csproj", "{F954FBBA-DAA9-0C2C-D456-946E60951601}"
4141
EndProject
42+
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "GitHub Action", "GitHub Action", "{FEBFC370-5A97-2074-5438-C062271FB6E1}"
43+
ProjectSection(SolutionItems) = preProject
44+
..\..\.github\workflows\dotnet-format.yml = ..\..\.github\workflows\dotnet-format.yml
45+
..\..\.github\workflows\dotnetcore.yml = ..\..\.github\workflows\dotnetcore.yml
46+
..\..\.github\workflows\MediaConverters.yml = ..\..\.github\workflows\MediaConverters.yml
47+
..\..\.github\workflows\NuGet-tag-publish-MediaConverters.yml = ..\..\.github\workflows\NuGet-tag-publish-MediaConverters.yml
48+
..\..\.github\workflows\NuGet-tag-publish.yml = ..\..\.github\workflows\NuGet-tag-publish.yml
49+
EndProjectSection
50+
EndProject
4251
Global
4352
GlobalSection(SolutionConfigurationPlatforms) = preSolution
4453
Debug|Any CPU = Debug|Any CPU

0 commit comments

Comments
 (0)