Skip to content

Commit f948c70

Browse files
committed
Replace tab formatting with spaces
[skip ci]
1 parent c399efb commit f948c70

File tree

1 file changed

+29
-29
lines changed

1 file changed

+29
-29
lines changed

src/Files.App.Controls/Files.App.Controls.csproj

Lines changed: 29 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -15,32 +15,32 @@
1515
<Optimize Condition="'$(Configuration)' != 'Debug'">true</Optimize>
1616
</PropertyGroup>
1717

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>
3737

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>
4444

4545
<ItemGroup>
4646
<PackageReference Include="CommunityToolkit.WinUI.UI" Version="7.1.2" />
@@ -54,10 +54,10 @@
5454
</ItemGroup>
5555

5656
<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>
6161
</ItemGroup>
6262

6363
</Project>

0 commit comments

Comments
 (0)