Skip to content

Commit

Permalink
feat: 准备模板打包
Browse files Browse the repository at this point in the history
  • Loading branch information
SlimeNull committed Dec 29, 2024
1 parent c0686d8 commit 70b26f9
Showing 1 changed file with 19 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,19 +3,32 @@
<PropertyGroup>
<TargetFramework>net8.0-windows</TargetFramework>
<Nullable>enable</Nullable>

<PackageType>Template</PackageType>
<PackageVersion>0.7.1-beta</PackageVersion>
<PackageId>CurvaLauncher.PluginTemplate</PackageId>
<PackageIcon>Icon128.png</PackageIcon>
<RepositoryUrl>https://github.com/OrgEleCho/CurvaLauncher</RepositoryUrl>

<IncludeContentInPack>true</IncludeContentInPack>
<IncludeBuildOutput>false</IncludeBuildOutput>
<ContentTargetFolders>content</ContentTargetFolders>
</PropertyGroup>

<ItemGroup>
<None Include="..\..\..\assets\Icon128.png">
<Pack>True</Pack>
<PackagePath>\</PackagePath>
</None>
</ItemGroup>

<ItemGroup>
<PackageReference Include="CurvaLauncher.Plugins" Version="0.7.1-beta" />
</ItemGroup>

<ItemGroup>
<Page Include="I18n\EnUs.xaml">
<Generator>MSBuild:Compile</Generator>
</Page>
<Page Include="I18n\ZhHans.xaml">
<Generator>MSBuild:Compile</Generator>
</Page>
<Content Include="**\*" Exclude="**\bin\**;**\obj\**" />
<Compile Remove="**\*" />
</ItemGroup>

</Project>

0 comments on commit 70b26f9

Please sign in to comment.