File tree 1 file changed +19
-6
lines changed
src/Templates/CurvaLauncher.PluginTemplate
1 file changed +19
-6
lines changed Original file line number Diff line number Diff line change 3
3
<PropertyGroup >
4
4
<TargetFramework >net8.0-windows</TargetFramework >
5
5
<Nullable >enable</Nullable >
6
+
7
+ <PackageType >Template</PackageType >
8
+ <PackageVersion >0.7.1-beta</PackageVersion >
9
+ <PackageId >CurvaLauncher.PluginTemplate</PackageId >
10
+ <PackageIcon >Icon128.png</PackageIcon >
11
+ <RepositoryUrl >https://github.com/OrgEleCho/CurvaLauncher</RepositoryUrl >
12
+
13
+ <IncludeContentInPack >true</IncludeContentInPack >
14
+ <IncludeBuildOutput >false</IncludeBuildOutput >
15
+ <ContentTargetFolders >content</ContentTargetFolders >
6
16
</PropertyGroup >
7
17
18
+ <ItemGroup >
19
+ <None Include =" ..\..\..\assets\Icon128.png" >
20
+ <Pack >True</Pack >
21
+ <PackagePath >\</PackagePath >
22
+ </None >
23
+ </ItemGroup >
24
+
8
25
<ItemGroup >
9
26
<PackageReference Include =" CurvaLauncher.Plugins" Version =" 0.7.1-beta" />
10
27
</ItemGroup >
11
28
12
29
<ItemGroup >
13
- <Page Include =" I18n\EnUs.xaml" >
14
- <Generator >MSBuild:Compile</Generator >
15
- </Page >
16
- <Page Include =" I18n\ZhHans.xaml" >
17
- <Generator >MSBuild:Compile</Generator >
18
- </Page >
30
+ <Content Include =" **\*" Exclude =" **\bin\**;**\obj\**" />
31
+ <Compile Remove =" **\*" />
19
32
</ItemGroup >
20
33
21
34
</Project >
You can’t perform that action at this time.
0 commit comments