diff --git a/.appveyor.yml b/.appveyor.yml
index 90c14dfd..5277c594 100644
--- a/.appveyor.yml
+++ b/.appveyor.yml
@@ -25,6 +25,9 @@ image:
build: off
+# Extra copy gyrations due to broken MSbuild. Run 'make appveyor' to update the vcxproj files. Also see
+# https://stackoverflow.com/questions/45474857/why-does-appveyor-use-vs2010-tools-for-vs2015-image
+
test_script:
- cmd: >-
@@ -39,6 +42,10 @@ test_script:
cryptest.exe tv all
+# Right now, we have a few failures that we don't know how to workaround.
+# - https://stackoverflow.com/questions/43441273/how-to-run-vcupgrade-before-appveyor-build
+# - https://stackoverflow.com/questions/43423761/cant-perform-64-bit-testing-under-appveyor
+
notifications:
- provider: Email
to:
diff --git a/cryptdll.vcxproj b/cryptdll.vcxproj
index 66c29151..73d775bc 100644
--- a/cryptdll.vcxproj
+++ b/cryptdll.vcxproj
@@ -12,10 +12,6 @@
Debug
x64
-
- Debug
- ARM
-
Release
Win32
@@ -24,10 +20,6 @@
Release
x64
-
- Release
- ARM
-
@@ -131,15 +123,6 @@
true
-
-
-
- _ARM_WINAPI_PARTITION_DESKTOP_SDK_AVAILABLE=1;WINAPI_FAMILY=WINAPI_FAMILY_DESKTOP_APP;%(PreprocessorDefinitions)
-
-
- MachineARM
-
-
diff --git a/cryptest.vcxproj b/cryptest.vcxproj
index c738b877..15ab2a5a 100644
--- a/cryptest.vcxproj
+++ b/cryptest.vcxproj
@@ -12,10 +12,6 @@
Debug
x64
-
- Debug
- ARM
-
Release
Win32
@@ -24,10 +20,6 @@
Release
x64
-
- Release
- ARM
-
DLL-Import Debug
Win32
@@ -185,15 +177,6 @@
MachineX64
-
-
-
- _ARM_WINAPI_PARTITION_DESKTOP_SDK_AVAILABLE=1;WINAPI_FAMILY=WINAPI_FAMILY_DESKTOP_APP;%(PreprocessorDefinitions)
-
-
- MachineARM
-
-
diff --git a/cryptlib.vcxproj b/cryptlib.vcxproj
index 14ccf291..7c04159e 100644
--- a/cryptlib.vcxproj
+++ b/cryptlib.vcxproj
@@ -12,10 +12,6 @@
Debug
x64
-
- Debug
- ARM
-
Release
Win32
@@ -24,11 +20,6 @@
Release
x64
-
- Release
- ARM
-
-
DLL-Import Debug
Win32
@@ -168,15 +159,6 @@
MachineX64
-
-
-
- _ARM_WINAPI_PARTITION_DESKTOP_SDK_AVAILABLE=1;WINAPI_FAMILY=WINAPI_FAMILY_DESKTOP_APP;%(PreprocessorDefinitions)
-
-
- MachineARM
-
-
diff --git a/dlltest.vcxproj b/dlltest.vcxproj
index c6624cae..7ad5d0a6 100644
--- a/dlltest.vcxproj
+++ b/dlltest.vcxproj
@@ -12,10 +12,6 @@
Debug
x64
-
- Debug
- ARM
-
Release
Win32
@@ -24,10 +20,6 @@
Release
x64
-
- Release
- ARM
-
@@ -131,15 +123,6 @@
MachineX64
-
-
-
- _ARM_WINAPI_PARTITION_DESKTOP_SDK_AVAILABLE=1;WINAPI_FAMILY=WINAPI_FAMILY_DESKTOP_APP;%(PreprocessorDefinitions)
-
-
- MachineARM
-
-