Skip to content

Commit

Permalink
Remove Any CPU from the project solution
Browse files Browse the repository at this point in the history
  • Loading branch information
gus33000 committed Jul 11, 2021
1 parent f9855c4 commit fd4251d
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions Dialer.sln
Original file line number Diff line number Diff line change
Expand Up @@ -9,19 +9,16 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Internal.Windows.Calls", "I
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|ARM = Debug|ARM
Debug|ARM64 = Debug|ARM64
Debug|x64 = Debug|x64
Debug|x86 = Debug|x86
Release|Any CPU = Release|Any CPU
Release|ARM = Release|ARM
Release|ARM64 = Release|ARM64
Release|x64 = Release|x64
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{51BB3779-D2B9-49B5-AF9D-9838E114A869}.Debug|Any CPU.ActiveCfg = Debug|x86
{51BB3779-D2B9-49B5-AF9D-9838E114A869}.Debug|ARM.ActiveCfg = Debug|ARM
{51BB3779-D2B9-49B5-AF9D-9838E114A869}.Debug|ARM.Build.0 = Debug|ARM
{51BB3779-D2B9-49B5-AF9D-9838E114A869}.Debug|ARM.Deploy.0 = Debug|ARM
Expand All @@ -34,7 +31,6 @@ Global
{51BB3779-D2B9-49B5-AF9D-9838E114A869}.Debug|x86.ActiveCfg = Debug|x86
{51BB3779-D2B9-49B5-AF9D-9838E114A869}.Debug|x86.Build.0 = Debug|x86
{51BB3779-D2B9-49B5-AF9D-9838E114A869}.Debug|x86.Deploy.0 = Debug|x86
{51BB3779-D2B9-49B5-AF9D-9838E114A869}.Release|Any CPU.ActiveCfg = Release|x86
{51BB3779-D2B9-49B5-AF9D-9838E114A869}.Release|ARM.ActiveCfg = Release|ARM
{51BB3779-D2B9-49B5-AF9D-9838E114A869}.Release|ARM.Build.0 = Release|ARM
{51BB3779-D2B9-49B5-AF9D-9838E114A869}.Release|ARM.Deploy.0 = Release|ARM
Expand All @@ -47,8 +43,6 @@ Global
{51BB3779-D2B9-49B5-AF9D-9838E114A869}.Release|x86.ActiveCfg = Release|x86
{51BB3779-D2B9-49B5-AF9D-9838E114A869}.Release|x86.Build.0 = Release|x86
{51BB3779-D2B9-49B5-AF9D-9838E114A869}.Release|x86.Deploy.0 = Release|x86
{35E52B56-36F5-4820-8626-8547FEFD7666}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{35E52B56-36F5-4820-8626-8547FEFD7666}.Debug|Any CPU.Build.0 = Debug|Any CPU
{35E52B56-36F5-4820-8626-8547FEFD7666}.Debug|ARM.ActiveCfg = Debug|ARM
{35E52B56-36F5-4820-8626-8547FEFD7666}.Debug|ARM.Build.0 = Debug|ARM
{35E52B56-36F5-4820-8626-8547FEFD7666}.Debug|ARM64.ActiveCfg = Debug|ARM64
Expand All @@ -57,8 +51,6 @@ Global
{35E52B56-36F5-4820-8626-8547FEFD7666}.Debug|x64.Build.0 = Debug|x64
{35E52B56-36F5-4820-8626-8547FEFD7666}.Debug|x86.ActiveCfg = Debug|x86
{35E52B56-36F5-4820-8626-8547FEFD7666}.Debug|x86.Build.0 = Debug|x86
{35E52B56-36F5-4820-8626-8547FEFD7666}.Release|Any CPU.ActiveCfg = Release|Any CPU
{35E52B56-36F5-4820-8626-8547FEFD7666}.Release|Any CPU.Build.0 = Release|Any CPU
{35E52B56-36F5-4820-8626-8547FEFD7666}.Release|ARM.ActiveCfg = Release|ARM
{35E52B56-36F5-4820-8626-8547FEFD7666}.Release|ARM.Build.0 = Release|ARM
{35E52B56-36F5-4820-8626-8547FEFD7666}.Release|ARM64.ActiveCfg = Release|ARM64
Expand Down

0 comments on commit fd4251d

Please sign in to comment.