Skip to content

Commit bce1f49

Browse files
committed
Revert target frameworks to net462
1 parent 7f1dfca commit bce1f49

28 files changed

Lines changed: 90 additions & 270 deletions

File tree

QuickLook.Plugin/QuickLook.Plugin.AppViewer/QuickLook.Plugin.AppViewer.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<PropertyGroup>
44
<OutputType>Library</OutputType>
5-
<TargetFramework>net481</TargetFramework>
5+
<TargetFramework>net462</TargetFramework>
66
<RootNamespace>QuickLook.Plugin.AppViewer</RootNamespace>
77
<AssemblyName>QuickLook.Plugin.AppViewer</AssemblyName>
88
<FileAlignment>512</FileAlignment>
@@ -14,9 +14,9 @@
1414
<GenerateTargetFrameworkAttribute>false</GenerateTargetFrameworkAttribute>
1515
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
1616
<ProjectGuid>{00D8F3B1-5BE9-4AB8-AE68-16374001887A}</ProjectGuid>
17-
<Platforms>AnyCPU;ARM64</Platforms>
18-
<PlatformTarget>AnyCPU</PlatformTarget>
1917
<AcceptEula>wix7</AcceptEula>
18+
<PlatformTarget>AnyCPU</PlatformTarget>
19+
<Platforms>AnyCPU;x64;ARM64</Platforms>
2020
</PropertyGroup>
2121

2222
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|AnyCPU'">

QuickLook.Plugin/QuickLook.Plugin.ArchiveViewer/QuickLook.Plugin.ArchiveViewer.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,10 @@
22

33
<PropertyGroup>
44
<OutputType>Library</OutputType>
5-
<TargetFramework>net481</TargetFramework>
5+
<TargetFramework>net462</TargetFramework>
66
<RootNamespace>QuickLook.Plugin.ArchiveViewer</RootNamespace>
77
<AssemblyName>QuickLook.Plugin.ArchiveViewer</AssemblyName>
88
<FileAlignment>512</FileAlignment>
9-
<PlatformTarget>AnyCPU</PlatformTarget>
109
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
1110
<UseWPF>true</UseWPF>
1211
<UseWindowsForms>true</UseWindowsForms>
@@ -17,7 +16,8 @@
1716
<GenerateTargetFrameworkAttribute>false</GenerateTargetFrameworkAttribute>
1817
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
1918
<ProjectGuid>{DE2E3BC5-6AB2-4420-A160-48C7A7506C1C}</ProjectGuid>
20-
<Platforms>AnyCPU;ARM64</Platforms>
19+
<PlatformTarget>AnyCPU</PlatformTarget>
20+
<Platforms>AnyCPU;x64;ARM64</Platforms>
2121
</PropertyGroup>
2222

2323
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">

QuickLook.Plugin/QuickLook.Plugin.CLSIDViewer/QuickLook.Plugin.CLSIDViewer.csproj

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<PropertyGroup>
44
<OutputType>Library</OutputType>
5-
<TargetFramework>net481</TargetFramework>
5+
<TargetFramework>net462</TargetFramework>
66
<RootNamespace>QuickLook.Plugin.CLSIDViewer</RootNamespace>
77
<AssemblyName>QuickLook.Plugin.CLSIDViewer</AssemblyName>
88
<FileAlignment>512</FileAlignment>
@@ -14,7 +14,8 @@
1414
<GenerateTargetFrameworkAttribute>false</GenerateTargetFrameworkAttribute>
1515
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
1616
<ProjectGuid>{538FD6BA-2AF1-4DDA-93A2-6C0A12B00843}</ProjectGuid>
17-
<Platforms>AnyCPU;ARM64</Platforms>
17+
<PlatformTarget>AnyCPU</PlatformTarget>
18+
<Platforms>AnyCPU;x64;ARM64</Platforms>
1819
</PropertyGroup>
1920

2021
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|AnyCPU'">

QuickLook.Plugin/QuickLook.Plugin.CertViewer/QuickLook.Plugin.CertViewer.csproj

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

33
<PropertyGroup>
44
<OutputType>Library</OutputType>
5-
<TargetFramework>net481</TargetFramework>
5+
<TargetFramework>net462</TargetFramework>
66
<RootNamespace>QuickLook.Plugin.CertViewer</RootNamespace>
77
<AssemblyName>QuickLook.Plugin.CertViewer</AssemblyName>
88
<FileAlignment>512</FileAlignment>
@@ -14,6 +14,8 @@
1414
<GenerateTargetFrameworkAttribute>false</GenerateTargetFrameworkAttribute>
1515
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
1616
<ProjectGuid>{C8B9F6D1-1234-4AAB-9C3D-ABCDEF123456}</ProjectGuid>
17+
<PlatformTarget>AnyCPU</PlatformTarget>
18+
<Platforms>AnyCPU;x64;ARM64</Platforms>
1719
</PropertyGroup>
1820

1921
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">

QuickLook.Plugin/QuickLook.Plugin.CsvViewer/QuickLook.Plugin.CsvViewer.csproj

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<PropertyGroup>
44
<OutputType>Library</OutputType>
5-
<TargetFramework>net481</TargetFramework>
5+
<TargetFramework>net462</TargetFramework>
66
<RootNamespace>QuickLook.Plugin.CsvViewer</RootNamespace>
77
<AssemblyName>QuickLook.Plugin.CsvViewer</AssemblyName>
88
<FileAlignment>512</FileAlignment>
@@ -14,7 +14,8 @@
1414
<GenerateTargetFrameworkAttribute>false</GenerateTargetFrameworkAttribute>
1515
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
1616
<ProjectGuid>{863ECAAC-18D9-4256-A27D-0F308089FB47}</ProjectGuid>
17-
<Platforms>AnyCPU;ARM64</Platforms>
17+
<PlatformTarget>AnyCPU</PlatformTarget>
18+
<Platforms>AnyCPU;x64;ARM64</Platforms>
1819
</PropertyGroup>
1920

2021
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|AnyCPU'">

QuickLook.Plugin/QuickLook.Plugin.ELFViewer/QuickLook.Plugin.ELFViewer.csproj

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<PropertyGroup>
44
<OutputType>Library</OutputType>
5-
<TargetFramework>net481</TargetFramework>
5+
<TargetFramework>net462</TargetFramework>
66
<RootNamespace>QuickLook.Plugin.ELFViewer</RootNamespace>
77
<AssemblyName>QuickLook.Plugin.ELFViewer</AssemblyName>
88
<FileAlignment>512</FileAlignment>
@@ -14,7 +14,8 @@
1414
<GenerateTargetFrameworkAttribute>false</GenerateTargetFrameworkAttribute>
1515
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
1616
<ProjectGuid>{63C00175-0FF3-42C7-8621-2F1959F26064}</ProjectGuid>
17-
<Platforms>AnyCPU;ARM64</Platforms>
17+
<PlatformTarget>AnyCPU</PlatformTarget>
18+
<Platforms>AnyCPU;x64;ARM64</Platforms>
1819
</PropertyGroup>
1920

2021
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|AnyCPU'">

QuickLook.Plugin/QuickLook.Plugin.FontViewer/QuickLook.Plugin.FontViewer.csproj

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<PropertyGroup>
44
<OutputType>Library</OutputType>
5-
<TargetFramework>net481</TargetFramework>
5+
<TargetFramework>net462</TargetFramework>
66
<RootNamespace>QuickLook.Plugin.FontViewer</RootNamespace>
77
<AssemblyName>QuickLook.Plugin.FontViewer</AssemblyName>
88
<FileAlignment>512</FileAlignment>
@@ -15,7 +15,8 @@
1515
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
1616
<ProjectGuid>{CE40160D-5E3C-4A41-9BDA-C4F414C174EB}</ProjectGuid>
1717
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
18-
<Platforms>AnyCPU;ARM64</Platforms>
18+
<PlatformTarget>AnyCPU</PlatformTarget>
19+
<Platforms>AnyCPU;x64;ARM64</Platforms>
1920
</PropertyGroup>
2021

2122
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|AnyCPU'">

QuickLook.Plugin/QuickLook.Plugin.HelixViewer/QuickLook.Plugin.HelixViewer.csproj

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<PropertyGroup>
44
<OutputType>Library</OutputType>
5-
<TargetFramework>net481</TargetFramework>
5+
<TargetFramework>net462</TargetFramework>
66
<RootNamespace>QuickLook.Plugin.HelixViewer</RootNamespace>
77
<AssemblyName>QuickLook.Plugin.HelixViewer</AssemblyName>
88
<FileAlignment>512</FileAlignment>
@@ -14,7 +14,8 @@
1414
<GenerateTargetFrameworkAttribute>false</GenerateTargetFrameworkAttribute>
1515
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
1616
<ProjectGuid>{311E6E78-3A5B-4E51-802A-5755BD5F9F97}</ProjectGuid>
17-
<Platforms>AnyCPU;ARM64</Platforms>
17+
<PlatformTarget>AnyCPU</PlatformTarget>
18+
<Platforms>AnyCPU;x64;ARM64</Platforms>
1819
</PropertyGroup>
1920

2021
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|AnyCPU'">

QuickLook.Plugin/QuickLook.Plugin.HtmlViewer/QuickLook.Plugin.HtmlViewer.csproj

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<PropertyGroup>
44
<OutputType>library</OutputType>
5-
<TargetFramework>net481</TargetFramework>
5+
<TargetFramework>net462</TargetFramework>
66
<RootNamespace>QuickLook.Plugin.HtmlViewer</RootNamespace>
77
<AssemblyName>QuickLook.Plugin.HtmlViewer</AssemblyName>
88
<FileAlignment>512</FileAlignment>
@@ -14,7 +14,8 @@
1414
<GenerateTargetFrameworkAttribute>false</GenerateTargetFrameworkAttribute>
1515
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
1616
<ProjectGuid>{CE22A1F3-7F2C-4EC8-BFDE-B58D0EB625FC}</ProjectGuid>
17-
<Platforms>AnyCPU;ARM64</Platforms>
17+
<PlatformTarget>AnyCPU</PlatformTarget>
18+
<Platforms>AnyCPU;x64;ARM64</Platforms>
1819
</PropertyGroup>
1920

2021
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">

QuickLook.Plugin/QuickLook.Plugin.ImageViewer/QuickLook.Plugin.ImageViewer.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<PropertyGroup>
44
<OutputType>Library</OutputType>
5-
<TargetFramework>net481</TargetFramework>
5+
<TargetFramework>net462</TargetFramework>
66
<RootNamespace>QuickLook.Plugin.ImageViewer</RootNamespace>
77
<AssemblyName>QuickLook.Plugin.ImageViewer</AssemblyName>
88
<FileAlignment>512</FileAlignment>
@@ -16,8 +16,8 @@
1616
<GenerateTargetFrameworkAttribute>false</GenerateTargetFrameworkAttribute>
1717
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
1818
<ProjectGuid>{FE5A5111-9607-4721-A7BE-422754002ED8}</ProjectGuid>
19-
<Platforms>AnyCPU;ARM64</Platforms>
20-
<PlatformTarget>ARM64</PlatformTarget>
19+
<PlatformTarget>AnyCPU</PlatformTarget>
20+
<Platforms>AnyCPU;x64;ARM64</Platforms>
2121
</PropertyGroup>
2222

2323
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">

0 commit comments

Comments
 (0)