From c8e387b38f91e560826c2851ab21f80311555c29 Mon Sep 17 00:00:00 2001 From: Simon Rozman Date: Thu, 6 Sep 2018 09:28:40 +0200 Subject: [PATCH] Add support for ARM/ARM64 --- WinStd-15.0.sln | 12 +++++++++ build/WinStd-15.0.vcxproj | 56 +++++++++++++++++++++++++++++++++++++++ 2 files changed, 68 insertions(+) diff --git a/WinStd-15.0.sln b/WinStd-15.0.sln index 626e18d1..a909d07f 100644 --- a/WinStd-15.0.sln +++ b/WinStd-15.0.sln @@ -7,16 +7,28 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "WinStd", "build\WinStd-15.0 EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|ARM = Debug|ARM + Debug|ARM64 = Debug|ARM64 Debug|x64 = Debug|x64 Debug|x86 = Debug|x86 + Release|ARM = Release|ARM + Release|ARM64 = Release|ARM64 Release|x64 = Release|x64 Release|x86 = Release|x86 EndGlobalSection GlobalSection(ProjectConfigurationPlatforms) = postSolution + {47399D91-7EB9-41DE-B521-514BA5DB0C43}.Debug|ARM.ActiveCfg = Debug|ARM + {47399D91-7EB9-41DE-B521-514BA5DB0C43}.Debug|ARM.Build.0 = Debug|ARM + {47399D91-7EB9-41DE-B521-514BA5DB0C43}.Debug|ARM64.ActiveCfg = Debug|ARM64 + {47399D91-7EB9-41DE-B521-514BA5DB0C43}.Debug|ARM64.Build.0 = Debug|ARM64 {47399D91-7EB9-41DE-B521-514BA5DB0C43}.Debug|x64.ActiveCfg = Debug|x64 {47399D91-7EB9-41DE-B521-514BA5DB0C43}.Debug|x64.Build.0 = Debug|x64 {47399D91-7EB9-41DE-B521-514BA5DB0C43}.Debug|x86.ActiveCfg = Debug|Win32 {47399D91-7EB9-41DE-B521-514BA5DB0C43}.Debug|x86.Build.0 = Debug|Win32 + {47399D91-7EB9-41DE-B521-514BA5DB0C43}.Release|ARM.ActiveCfg = Release|ARM + {47399D91-7EB9-41DE-B521-514BA5DB0C43}.Release|ARM.Build.0 = Release|ARM + {47399D91-7EB9-41DE-B521-514BA5DB0C43}.Release|ARM64.ActiveCfg = Release|ARM64 + {47399D91-7EB9-41DE-B521-514BA5DB0C43}.Release|ARM64.Build.0 = Release|ARM64 {47399D91-7EB9-41DE-B521-514BA5DB0C43}.Release|x64.ActiveCfg = Release|x64 {47399D91-7EB9-41DE-B521-514BA5DB0C43}.Release|x64.Build.0 = Release|x64 {47399D91-7EB9-41DE-B521-514BA5DB0C43}.Release|x86.ActiveCfg = Release|Win32 diff --git a/build/WinStd-15.0.vcxproj b/build/WinStd-15.0.vcxproj index 14bc73a5..04f61f9b 100644 --- a/build/WinStd-15.0.vcxproj +++ b/build/WinStd-15.0.vcxproj @@ -1,6 +1,14 @@  + + Debug + ARM + + + Debug + ARM64 + Debug Win32 @@ -9,6 +17,14 @@ Debug x64 + + Release + ARM + + + Release + ARM64 + Release Win32 @@ -31,21 +47,45 @@ Unicode v141 + + StaticLibrary + Unicode + v141 + true + StaticLibrary Unicode v141 + + StaticLibrary + Unicode + v141 + true + StaticLibrary Unicode v141 + + StaticLibrary + Unicode + v141 + true + StaticLibrary Unicode v141 + + StaticLibrary + Unicode + v141 + true + @@ -53,18 +93,34 @@ + + + + + + + + + + + + + + + + <_ProjectFileVersion>10.0.40219.1