Skip to content

Commit

Permalink
Remove Any CPU (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
gus33000 authored Mar 14, 2022
1 parent d5b23c6 commit cc1c188
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions DriverUpdater.sln
Original file line number Diff line number Diff line change
Expand Up @@ -7,22 +7,22 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DriverUpdater", "DriverUpda
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|ARM64 = Debug|ARM64
Debug|x64 = Debug|x64
Debug|x86 = Debug|x86
Release|Any CPU = Release|Any CPU
Release|ARM64 = Release|ARM64
Release|x64 = Release|x64
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{C2BD025D-5BDF-4922-8C4A-0E80897F5FE7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C2BD025D-5BDF-4922-8C4A-0E80897F5FE7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C2BD025D-5BDF-4922-8C4A-0E80897F5FE7}.Debug|ARM64.ActiveCfg = Debug|ARM64
{C2BD025D-5BDF-4922-8C4A-0E80897F5FE7}.Debug|ARM64.Build.0 = Debug|ARM64
{C2BD025D-5BDF-4922-8C4A-0E80897F5FE7}.Debug|x64.ActiveCfg = Debug|x64
{C2BD025D-5BDF-4922-8C4A-0E80897F5FE7}.Debug|x64.Build.0 = Debug|x64
{C2BD025D-5BDF-4922-8C4A-0E80897F5FE7}.Debug|x86.ActiveCfg = Debug|x86
{C2BD025D-5BDF-4922-8C4A-0E80897F5FE7}.Debug|x86.Build.0 = Debug|x86
{C2BD025D-5BDF-4922-8C4A-0E80897F5FE7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C2BD025D-5BDF-4922-8C4A-0E80897F5FE7}.Release|Any CPU.Build.0 = Release|Any CPU
{C2BD025D-5BDF-4922-8C4A-0E80897F5FE7}.Release|ARM64.ActiveCfg = Release|ARM64
{C2BD025D-5BDF-4922-8C4A-0E80897F5FE7}.Release|ARM64.Build.0 = Release|ARM64
{C2BD025D-5BDF-4922-8C4A-0E80897F5FE7}.Release|x64.ActiveCfg = Release|x64
{C2BD025D-5BDF-4922-8C4A-0E80897F5FE7}.Release|x64.Build.0 = Release|x64
{C2BD025D-5BDF-4922-8C4A-0E80897F5FE7}.Release|x86.ActiveCfg = Release|x86
Expand Down
2 changes: 1 addition & 1 deletion DriverUpdater/DriverUpdater.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<OutputType>Exe</OutputType>
<TargetFramework>net6.0</TargetFramework>
<ApplicationManifest>app.manifest</ApplicationManifest>
<Platforms>AnyCPU;x86;x64</Platforms>
<Platforms>AnyCPU;x86;x64;ARM64</Platforms>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit cc1c188

Please sign in to comment.