|
1 |
| -<!-- Copyright (c) 2024 Files Community. Licensed under the MIT License. See the LICENSE. --> |
| 1 | +<!-- Copyright (c) 2024 Files Community. Licensed under the MIT License. See the LICENSE. --> |
2 | 2 | <Project Sdk="Microsoft.NET.Sdk">
|
3 | 3 |
|
4 | 4 | <PropertyGroup>
|
|
15 | 15 | <Optimize Condition="'$(Configuration)' != 'Debug'">true</Optimize>
|
16 | 16 | </PropertyGroup>
|
17 | 17 |
|
| 18 | + <PropertyGroup> |
| 19 | + <GeneratePackageOnBuild>True</GeneratePackageOnBuild> |
| 20 | + <Title>Files UI Controls</Title> |
| 21 | + <Authors>yaira, files-community, mdta</Authors> |
| 22 | + <Company>Files Community</Company> |
| 23 | + <Copyright>Copyright (c) 2024 Files Community</Copyright> |
| 24 | + <PackageReadmeFile>README.md</PackageReadmeFile> |
| 25 | + <RepositoryUrl>https://github.com/files-community/Files</RepositoryUrl> |
| 26 | + <RepositoryType>git</RepositoryType> |
| 27 | + <PackageTags>files, files-community</PackageTags> |
| 28 | + <Description>Stunningly designed UI controls to enhance the experience of organizing files and folders.</Description> |
| 29 | + <PackageLicenseExpression>MIT</PackageLicenseExpression> |
| 30 | + <PackageRequireLicenseAcceptance>True</PackageRequireLicenseAcceptance> |
| 31 | + <IncludeSymbols>True</IncludeSymbols> |
| 32 | + <SymbolPackageFormat>snupkg</SymbolPackageFormat> |
| 33 | + <!--Version>{version}</Version>--> |
| 34 | + <PackageProjectUrl>https://files.community</PackageProjectUrl> |
| 35 | + <PackageIcon>StoreLogo.scale-400.png</PackageIcon> |
| 36 | + </PropertyGroup> |
| 37 | + |
| 38 | + <ItemGroup> |
| 39 | + <None Include="..\Files.App (Package)\Assets\AppTiles\Release\StoreLogo.scale-400.png"> |
| 40 | + <Pack>True</Pack> |
| 41 | + <PackagePath>\</PackagePath> |
| 42 | + </None> |
| 43 | + </ItemGroup> |
| 44 | + |
18 | 45 | <ItemGroup>
|
19 | 46 | <PackageReference Include="CommunityToolkit.WinUI.UI" Version="7.1.2" />
|
20 | 47 | <PackageReference Include="Microsoft.WindowsAppSDK" Version="1.5.241107002" />
|
|
0 commit comments