Skip to content

Commit 144bc5f

Browse files
authored
Code Quality: Remove unused processor architecture directives (#110)
1 parent 62a3357 commit 144bc5f

13 files changed

Lines changed: 15 additions & 83 deletions

File tree

SecureFolderFS.Public.slnx

Lines changed: 13 additions & 72 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,8 @@
11
<Solution>
2-
<Configurations>
3-
<Platform Name="Any CPU" />
4-
<Platform Name="arm64" />
5-
<Platform Name="x64" />
6-
<Platform Name="x86" />
7-
</Configurations>
82
<Folder Name="/lib/">
9-
<Project Path="lib/nwebdav/NWebDav.Server.HttpListener/NWebDav.Server.HttpListener.csproj">
10-
<Platform Solution="Release|arm64" Project="ARM64" />
11-
<Platform Solution="Release|x64" Project="x64" />
12-
<Platform Solution="Release|x86" Project="x86" />
13-
</Project>
14-
<Project Path="lib/nwebdav/NWebDav.Server/NWebDav.Server.csproj">
15-
<Platform Solution="Release|arm64" Project="ARM64" />
16-
<Platform Solution="Release|x64" Project="x64" />
17-
<Platform Solution="Release|x86" Project="x86" />
18-
</Project>
19-
<Project Path="lib/Tmds.Fuse/src/Tmds.Fuse/Tmds.Fuse.csproj">
20-
<Platform Solution="Release|arm64" Project="ARM64" />
21-
<Platform Solution="Release|x64" Project="x64" />
22-
<Platform Solution="Release|x86" Project="x86" />
23-
</Project>
3+
<Project Path="lib/nwebdav/NWebDav.Server.HttpListener/NWebDav.Server.HttpListener.csproj" />
4+
<Project Path="lib/nwebdav/NWebDav.Server/NWebDav.Server.csproj" />
5+
<Project Path="lib/Tmds.Fuse/src/Tmds.Fuse/Tmds.Fuse.csproj" />
246
</Folder>
257
<Folder Name="/SolutionItems/">
268
<File Path="../SecureFolderFS.Uno/Directory.Build.props" />
@@ -29,53 +11,24 @@
2911
</Folder>
3012
<Folder Name="/src/" />
3113
<Folder Name="/src/Core/">
32-
<Project Path="src/Core/SecureFolderFS.Core.Cryptography/SecureFolderFS.Core.Cryptography.csproj">
33-
<Platform Solution="Release|arm64" Project="ARM64" />
34-
<Platform Solution="Release|x64" Project="x64" />
35-
<Platform Solution="Release|x86" Project="x86" />
36-
</Project>
14+
<Project Path="src/Core/SecureFolderFS.Core.Cryptography/SecureFolderFS.Core.Cryptography.csproj" />
3715
<Project Path="src/Core/SecureFolderFS.Core.Migration/SecureFolderFS.Core.Migration.csproj" />
38-
<Project Path="src/Core/SecureFolderFS.Core/SecureFolderFS.Core.csproj">
39-
<Platform Solution="Release|arm64" Project="ARM64" />
40-
<Platform Solution="Release|x64" Project="x64" />
41-
<Platform Solution="Release|x86" Project="x86" />
42-
</Project>
16+
<Project Path="src/Core/SecureFolderFS.Core/SecureFolderFS.Core.csproj" />
4317
</Folder>
4418
<Folder Name="/src/Core/FileSystems/">
45-
<Project Path="src/Core/SecureFolderFS.Core.Dokany/SecureFolderFS.Core.Dokany.csproj">
46-
<Platform Solution="Release|arm64" Project="ARM64" />
47-
<Platform Solution="Release|x64" Project="x64" />
48-
<Platform Solution="Release|x86" Project="x86" />
49-
</Project>
50-
<Project Path="src/Core/SecureFolderFS.Core.FileSystem/SecureFolderFS.Core.FileSystem.csproj">
51-
<Platform Solution="Release|arm64" Project="ARM64" />
52-
<Platform Solution="Release|x64" Project="x64" />
53-
<Platform Solution="Release|x86" Project="x86" />
54-
</Project>
55-
<Project Path="src/Core/SecureFolderFS.Core.FUSE/SecureFolderFS.Core.FUSE.csproj">
56-
<Platform Solution="Release|arm64" Project="ARM64" />
57-
<Platform Solution="Release|x64" Project="x64" />
58-
<Platform Solution="Release|x86" Project="x86" />
59-
</Project>
19+
<Project Path="src/Core/SecureFolderFS.Core.Dokany/SecureFolderFS.Core.Dokany.csproj" />
20+
<Project Path="src/Core/SecureFolderFS.Core.FileSystem/SecureFolderFS.Core.FileSystem.csproj" />
21+
<Project Path="src/Core/SecureFolderFS.Core.FUSE/SecureFolderFS.Core.FUSE.csproj" />
6022
<Project Path="src/Core/SecureFolderFS.Core.MobileFS/SecureFolderFS.Core.MobileFS.csproj" />
61-
<Project Path="src/Core/SecureFolderFS.Core.WebDav/SecureFolderFS.Core.WebDav.csproj">
62-
<Platform Solution="Release|arm64" Project="ARM64" />
63-
<Platform Solution="Release|x64" Project="x64" />
64-
<Platform Solution="Release|x86" Project="x86" />
65-
</Project>
23+
<Project Path="src/Core/SecureFolderFS.Core.WebDav/SecureFolderFS.Core.WebDav.csproj" />
6624
<Project Path="src/Core/SecureFolderFS.Core.WinFsp/SecureFolderFS.Core.WinFsp.csproj" />
6725
</Folder>
6826
<Folder Name="/src/Platforms/">
6927
<Project Path="src/Platforms/SecureFolderFS.Cli/SecureFolderFS.Cli.csproj" />
7028
<Project Path="src/Platforms/SecureFolderFS.Maui/SecureFolderFS.Maui.csproj">
71-
<Platform Solution="Debug|x64" Project="x64" />
7229
<Deploy />
7330
</Project>
74-
<Project Path="src/Platforms/SecureFolderFS.UI/SecureFolderFS.UI.csproj">
75-
<Platform Solution="Release|arm64" Project="ARM64" />
76-
<Platform Solution="Release|x64" Project="x64" />
77-
<Platform Solution="Release|x86" Project="x86" />
78-
</Project>
31+
<Project Path="src/Platforms/SecureFolderFS.UI/SecureFolderFS.UI.csproj" />
7932
<Project Path="src/Platforms/SecureFolderFS.Uno/SecureFolderFS.Uno.csproj">
8033
<Deploy />
8134
</Project>
@@ -87,24 +40,12 @@
8740
<Project Path="src/Sdk/SecureFolderFS.Sdk.Ftp/SecureFolderFS.Sdk.Ftp.csproj" />
8841
<Project Path="src/Sdk/SecureFolderFS.Sdk.GoogleDrive/SecureFolderFS.Sdk.GoogleDrive.csproj" />
8942
<Project Path="src/Sdk/SecureFolderFS.Sdk.WebDavClient/SecureFolderFS.Sdk.WebDavClient.csproj" />
90-
<Project Path="src/Sdk/SecureFolderFS.Sdk/SecureFolderFS.Sdk.csproj">
91-
<Platform Solution="Release|arm64" Project="ARM64" />
92-
<Platform Solution="Release|x64" Project="x64" />
93-
<Platform Solution="Release|x86" Project="x86" />
94-
</Project>
43+
<Project Path="src/Sdk/SecureFolderFS.Sdk/SecureFolderFS.Sdk.csproj" />
9544
</Folder>
9645
<Folder Name="/src/Shared/">
97-
<Project Path="src/Shared/SecureFolderFS.Shared/SecureFolderFS.Shared.csproj">
98-
<Platform Solution="Release|arm64" Project="ARM64" />
99-
<Platform Solution="Release|x64" Project="x64" />
100-
<Platform Solution="Release|x86" Project="x86" />
101-
</Project>
46+
<Project Path="src/Shared/SecureFolderFS.Shared/SecureFolderFS.Shared.csproj" />
10247
<Project Path="src/Shared/SecureFolderFS.SourceGenerator/SecureFolderFS.SourceGenerator.csproj" />
103-
<Project Path="src/Shared/SecureFolderFS.Storage/SecureFolderFS.Storage.csproj">
104-
<Platform Solution="Release|arm64" Project="ARM64" />
105-
<Platform Solution="Release|x64" Project="x64" />
106-
<Platform Solution="Release|x86" Project="x86" />
107-
</Project>
48+
<Project Path="src/Shared/SecureFolderFS.Storage/SecureFolderFS.Storage.csproj" />
10849
</Folder>
10950
<Folder Name="/tests/">
11051
<Project Path="tests/SecureFolderFS.Tests/SecureFolderFS.Tests.csproj" />

src/Core/SecureFolderFS.Core.Cryptography/SecureFolderFS.Core.Cryptography.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
<ImplicitUsings>disable</ImplicitUsings>
66
<Nullable>enable</Nullable>
77
<AllowUnsafeBlocks>True</AllowUnsafeBlocks>
8-
<Platforms>AnyCPU;ARM64;x64;x86</Platforms>
98
</PropertyGroup>
109

1110
<ItemGroup>

src/Core/SecureFolderFS.Core.Dokany/SecureFolderFS.Core.Dokany.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
<ImplicitUsings>disable</ImplicitUsings>
66
<Nullable>enable</Nullable>
77
<AllowUnsafeBlocks>True</AllowUnsafeBlocks>
8-
<Platforms>AnyCPU;ARM64;x64;x86</Platforms>
98
</PropertyGroup>
109

1110
<ItemGroup>

src/Core/SecureFolderFS.Core.FUSE/SecureFolderFS.Core.FUSE.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
<TargetFramework>net10.0</TargetFramework>
55
<ImplicitUsings>enable</ImplicitUsings>
66
<Nullable>enable</Nullable>
7-
<Platforms>AnyCPU;ARM64;x64;x86</Platforms>
87
</PropertyGroup>
98

109
<PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">

src/Core/SecureFolderFS.Core.FileSystem/SecureFolderFS.Core.FileSystem.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
<LangVersion>latest</LangVersion>
66
<ImplicitUsings>disable</ImplicitUsings>
77
<Nullable>enable</Nullable>
8-
<Platforms>AnyCPU;ARM64;x64;x86</Platforms>
98
<AllowUnsafeBlocks>True</AllowUnsafeBlocks>
109
</PropertyGroup>
1110

src/Core/SecureFolderFS.Core.WebDav/SecureFolderFS.Core.WebDav.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
<TargetFramework>net10.0</TargetFramework>
55
<ImplicitUsings>disable</ImplicitUsings>
66
<Nullable>enable</Nullable>
7-
<Platforms>AnyCPU;ARM64;x64;x86</Platforms>
87
</PropertyGroup>
98

109
<ItemGroup>

src/Core/SecureFolderFS.Core/SecureFolderFS.Core.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33
<PropertyGroup>
44
<TargetFramework>net10.0</TargetFramework>
5-
<Platforms>AnyCPU;x64;ARM64;x86</Platforms>
65
<AllowUnsafeBlocks>True</AllowUnsafeBlocks>
76
<Nullable>enable</Nullable>
87
<LangVersion>latest</LangVersion>

src/Platforms/Directory.Build.props

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
<Project>
2+
<Import Project="..\..\Directory.Build.props" />
3+
24
<PropertyGroup>
35
<DotNetVersion>net10.0</DotNetVersion>
46
<ImplicitUsings>enable</ImplicitUsings>

src/Platforms/SecureFolderFS.Maui/SecureFolderFS.Maui.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@
3535

3636
<SupportedOSPlatformVersion Condition="$([MSBuild]::GetTargetPlatformIdentifier('$(TargetFramework)')) == 'ios'">17.0</SupportedOSPlatformVersion>
3737
<SupportedOSPlatformVersion Condition="$([MSBuild]::GetTargetPlatformIdentifier('$(TargetFramework)')) == 'android'">28.0</SupportedOSPlatformVersion>
38-
<Platforms>AnyCPU;x64</Platforms>
3938
</PropertyGroup>
4039

4140
<PropertyGroup Condition="$(TargetFramework.Contains('-ios')) and '$(Configuration)' == 'Debug'">

src/Platforms/SecureFolderFS.UI/SecureFolderFS.UI.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
<TargetFramework>net10.0</TargetFramework>
55
<ImplicitUsings>disable</ImplicitUsings>
66
<Nullable>enable</Nullable>
7-
<Platforms>AnyCPU;ARM64;x64;x86</Platforms>
87
</PropertyGroup>
98

109
<!-- Packages -->

0 commit comments

Comments
 (0)