From 1822f36aba81222ae61144514b82c523159236c2 Mon Sep 17 00:00:00 2001 From: Alekhya Reddy Date: Tue, 24 Mar 2020 16:27:49 -0700 Subject: [PATCH] Changed the anyCPU config to x64 for windows indexer plugin --- PowerToys.sln | 4 ++-- .../Plugins/Wox.Plugin.Indexer/Wox.Plugin.Indexer.csproj | 5 +++++ 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/PowerToys.sln b/PowerToys.sln index 37f8bd46b8..5229e384cd 100644 --- a/PowerToys.sln +++ b/PowerToys.sln @@ -380,8 +380,8 @@ Global {E364F67B-BB12-4E91-B639-355866EBCD8B}.Release|x64.Build.0 = Release|x64 {8DD27FDE-7B2F-45D8-A148-3340205A7BEF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU {8DD27FDE-7B2F-45D8-A148-3340205A7BEF}.Debug|Any CPU.Build.0 = Debug|Any CPU - {8DD27FDE-7B2F-45D8-A148-3340205A7BEF}.Debug|x64.ActiveCfg = Debug|Any CPU - {8DD27FDE-7B2F-45D8-A148-3340205A7BEF}.Debug|x64.Build.0 = Debug|Any CPU + {8DD27FDE-7B2F-45D8-A148-3340205A7BEF}.Debug|x64.ActiveCfg = Debug|x64 + {8DD27FDE-7B2F-45D8-A148-3340205A7BEF}.Debug|x64.Build.0 = Debug|x64 {8DD27FDE-7B2F-45D8-A148-3340205A7BEF}.Release|Any CPU.ActiveCfg = Release|Any CPU {8DD27FDE-7B2F-45D8-A148-3340205A7BEF}.Release|Any CPU.Build.0 = Release|Any CPU {8DD27FDE-7B2F-45D8-A148-3340205A7BEF}.Release|x64.ActiveCfg = Release|Any CPU diff --git a/src/modules/launcher/Plugins/Wox.Plugin.Indexer/Wox.Plugin.Indexer.csproj b/src/modules/launcher/Plugins/Wox.Plugin.Indexer/Wox.Plugin.Indexer.csproj index 5d940b9ac2..0880cb53ec 100644 --- a/src/modules/launcher/Plugins/Wox.Plugin.Indexer/Wox.Plugin.Indexer.csproj +++ b/src/modules/launcher/Plugins/Wox.Plugin.Indexer/Wox.Plugin.Indexer.csproj @@ -2,12 +2,17 @@ netcoreapp3.1 + AnyCPU;x64 + + x64 + +