|
12 | 12 | <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
|
13 | 13 | </PropertyGroup>
|
14 | 14 |
|
15 |
| - <PropertyGroup> |
16 |
| - <GeneratePackageOnBuild>True</GeneratePackageOnBuild> |
17 |
| - <Title>Files UI Controls</Title> |
18 |
| - <Authors>files-community</Authors> |
19 |
| - <Company>Files Community</Company> |
20 |
| - <Copyright>Copyright (c) 2024 Files Community</Copyright> |
21 |
| - <PackageReadmeFile>README.md</PackageReadmeFile> |
22 |
| - <RepositoryUrl>https://github.com/files-community/Files</RepositoryUrl> |
23 |
| - <RepositoryType>git</RepositoryType> |
24 |
| - <PackageTags>files, files-community, winui, winappsdk</PackageTags> |
25 |
| - <Description>Elevate your WinUI applications with our collection of custom-built controls, crafted specifically to address our needs in Files. These controls are provided "as is", with no guaranteed support, but we hope they prove useful to the developer community.</Description> |
26 |
| - <PackageLicenseExpression>MIT</PackageLicenseExpression> |
27 |
| - <PackageRequireLicenseAcceptance>True</PackageRequireLicenseAcceptance> |
28 |
| - <IncludeSymbols>True</IncludeSymbols> |
29 |
| - <SymbolPackageFormat>snupkg</SymbolPackageFormat> |
30 |
| - <!--Version>{version}</Version>--> |
31 |
| - <PackageProjectUrl>https://files.community</PackageProjectUrl> |
32 |
| - <PackageIcon>StoreLogo.scale-400.png</PackageIcon> |
33 |
| - </PropertyGroup> |
| 15 | + <PropertyGroup> |
| 16 | + <GeneratePackageOnBuild>True</GeneratePackageOnBuild> |
| 17 | + <Title>Files UI Controls</Title> |
| 18 | + <Authors>files-community</Authors> |
| 19 | + <Company>Files Community</Company> |
| 20 | + <Copyright>Copyright (c) 2024 Files Community</Copyright> |
| 21 | + <PackageReadmeFile>README.md</PackageReadmeFile> |
| 22 | + <RepositoryUrl>https://github.com/files-community/Files</RepositoryUrl> |
| 23 | + <RepositoryType>git</RepositoryType> |
| 24 | + <PackageTags>files, files-community, winui, winappsdk</PackageTags> |
| 25 | + <Description>Elevate your WinUI applications with our collection of custom-built controls, crafted specifically to address our needs in Files. These controls are provided "as is", with no guaranteed support, but we hope they prove useful to the developer community.</Description> |
| 26 | + <PackageLicenseExpression>MIT</PackageLicenseExpression> |
| 27 | + <PackageRequireLicenseAcceptance>True</PackageRequireLicenseAcceptance> |
| 28 | + <IncludeSymbols>True</IncludeSymbols> |
| 29 | + <SymbolPackageFormat>snupkg</SymbolPackageFormat> |
| 30 | + <!--Version>{version}</Version>--> |
| 31 | + <PackageProjectUrl>https://files.community</PackageProjectUrl> |
| 32 | + <PackageIcon>StoreLogo.scale-400.png</PackageIcon> |
| 33 | + </PropertyGroup> |
34 | 34 |
|
35 |
| - <ItemGroup> |
36 |
| - <None Include="..\Files.App (Package)\Assets\AppTiles\Release\StoreLogo.scale-400.png"> |
37 |
| - <Pack>True</Pack> |
38 |
| - <PackagePath>\</PackagePath> |
39 |
| - </None> |
40 |
| - </ItemGroup> |
| 35 | + <ItemGroup> |
| 36 | + <None Include="..\Files.App (Package)\Assets\AppTiles\Release\StoreLogo.scale-400.png"> |
| 37 | + <Pack>True</Pack> |
| 38 | + <PackagePath>\</PackagePath> |
| 39 | + </None> |
| 40 | + </ItemGroup> |
41 | 41 |
|
42 | 42 | <ItemGroup>
|
43 | 43 | <PackageReference Include="CommunityToolkit.WinUI.Extensions" />
|
|
53 | 53 | </ItemGroup>
|
54 | 54 |
|
55 | 55 | <ItemGroup>
|
56 |
| - <None Update="README.md"> |
57 |
| - <Pack>True</Pack> |
58 |
| - <PackagePath>\</PackagePath> |
59 |
| - </None> |
| 56 | + <None Update="README.md"> |
| 57 | + <Pack>True</Pack> |
| 58 | + <PackagePath>\</PackagePath> |
| 59 | + </None> |
60 | 60 | </ItemGroup>
|
61 | 61 |
|
62 | 62 | </Project>
|
0 commit comments