File tree Expand file tree Collapse file tree 4 files changed +19
-5
lines changed
SecondaryClick.MouseKeyHook
SecondaryClick.WindowsInput Expand file tree Collapse file tree 4 files changed +19
-5
lines changed Original file line number Diff line number Diff line change 11<Solution >
2- <Project Path =" src/SecondaryClick/SecondaryClick.csproj" />
2+ <Project Path =" src/SecondaryClick/SecondaryClick.csproj" >
3+ <Platform Solution =" *|ARM64" Project =" ARM64" />
4+ <Platform Solution =" *|x64" Project =" x64" />
5+ <Platform Solution =" *|x86" Project =" x86" />
6+ </Project >
37 <Configurations >
4- <Platform Name =" Any CPU" />
8+ <Platform Name =" ARM64" />
9+ <Platform Name =" x64" />
510 <Platform Name =" x86" />
611 </Configurations >
712 <Project Path =" src/SecondaryClick.Installer/SecondaryClick.Installer.wixproj" Id =" f0214fc2-efbe-426c-842d-b42bc37d9525" >
813 <BuildDependency Project =" src/SecondaryClick/SecondaryClick.csproj" />
914 <Platform Project =" x86" />
10- <Build />
15+ <Build Solution =" *|x86" />
16+ </Project >
17+ <Project Path =" src/SecondaryClick.MouseKeyHook/SecondaryClick.MouseKeyHook.csproj" >
18+ <Platform Solution =" *|ARM64" Project =" ARM64" />
19+ <Platform Solution =" *|x64" Project =" x64" />
20+ </Project >
21+ <Project Path =" src/SecondaryClick.WindowsInput/SecondaryClick.WindowsInput.csproj" >
22+ <Platform Solution =" *|ARM64" Project =" ARM64" />
23+ <Platform Solution =" *|x64" Project =" x64" />
1124 </Project >
12- <Project Path =" src/SecondaryClick.MouseKeyHook/SecondaryClick.MouseKeyHook.csproj" />
13- <Project Path =" src/SecondaryClick.WindowsInput/SecondaryClick.WindowsInput.csproj" />
1425</Solution >
Original file line number Diff line number Diff line change 77 <AssemblyTitle >SecondaryClick.MouseKeyHook</AssemblyTitle >
88 <AssemblyName >System.MouseKeyHook</AssemblyName >
99 <RootNamespace >System.MouseKeyHook</RootNamespace >
10+ <Platforms >x86;x64;ARM64</Platforms >
1011 </PropertyGroup >
1112</Project >
Original file line number Diff line number Diff line change 99 <AssemblyTitle >SecondaryClick.WindowsInput</AssemblyTitle >
1010 <AssemblyName >System.WindowsInput</AssemblyName >
1111 <RootNamespace >System.WindowsInput</RootNamespace >
12+ <Platforms >x86;x64;ARM64</Platforms >
1213 </PropertyGroup >
1314</Project >
Original file line number Diff line number Diff line change 1313 <BaseOutputPath >..\..\build</BaseOutputPath >
1414 <AppendTargetFrameworkToOutputPath >false</AppendTargetFrameworkToOutputPath >
1515 <GenerateAssemblyInfo >false</GenerateAssemblyInfo >
16+ <Platforms >x86;x64;ARM64</Platforms >
1617 </PropertyGroup >
1718
1819 <ItemGroup >
You can’t perform that action at this time.
0 commit comments