|
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>files-community</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, winui, winappsdk</PackageTags> |
28 | | - <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> |
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> |
| 18 | + <PropertyGroup> |
| 19 | + <GeneratePackageOnBuild>True</GeneratePackageOnBuild> |
| 20 | + <Title>Files UI Controls</Title> |
| 21 | + <Authors>files-community</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, winui, winappsdk</PackageTags> |
| 28 | + <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> |
| 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 | 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> |
| 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 | 44 |
|
45 | 45 | <ItemGroup> |
46 | 46 | <PackageReference Include="CommunityToolkit.WinUI.UI" Version="7.1.2" /> |
|
54 | 54 | </ItemGroup> |
55 | 55 |
|
56 | 56 | <ItemGroup> |
57 | | - <None Update="README.md"> |
58 | | - <Pack>True</Pack> |
59 | | - <PackagePath>\</PackagePath> |
60 | | - </None> |
| 57 | + <None Update="README.md"> |
| 58 | + <Pack>True</Pack> |
| 59 | + <PackagePath>\</PackagePath> |
| 60 | + </None> |
61 | 61 | </ItemGroup> |
62 | 62 |
|
63 | 63 | </Project> |
0 commit comments