### 3.2 Support
-For new bug reports and feature requests, please open an issue in Github.
+For new bug reports, feature requests and support: Please open an issue in Github. [https://github.com/exiv2/exiv2](https://github.com/exiv2/exiv2)
[TOC](#TOC)
@@ -1173,11 +1175,11 @@ endlocal
[TOC](#TOC)
-### 5.5 Microsoft Visual C++
+### 5.5 Visual Studio
-We recommend that you use Conan to build Exiv2 using Microsoft Visual C++. Exiv2 v0.27 can be built with Visual Studio versions 2008 and later. We actively support and build with Visual Studio 2015, 2017 and 2019.
+We recommend that you use Conan to build Exiv2 using Visual Studio. Exiv2 v0.27 can be built with Visual Studio versions 2008 and later. We actively support and build with Visual Studio 2015, 2017 and 2019.
-As well as Microsoft Visual Studio, you will need to install CMake, Python3, and Conan.
+As well as Visual Studio, you will need to install CMake, Python3, and Conan.
1) Binary installers for CMake on Windows are availably from [https://cmake.org/download/](https://cmake.org/download/).
2) Binary installers for Python3 are available from [python.org](https://python.org)
@@ -1188,15 +1190,19 @@ I use the following batch file `cmd64.bat` to start cmd.exe. I do this to reduc
```bat
@echo off
setlocal
+if NOT EXIST c:\Python39\python3.exe copy c:\Python39\python.exe c:\Python39\python3.exe
set "P="
-set "P=%P%C:\Python37\;C:\Python37\Scripts;" # DOS Python3
+set "P=%P%C:\Python39\;C:\Python39\Scripts;%USERPROFILE%\AppData\Roaming\Python\Python39" # DOS Python3
set "P=%P%c:\Program Files\cmake\bin;" # DOS cmake
-set "P=%P%c:\msys64\usr\bin;" # MinGW/msys2 make, bash etc
-set "P=%P%c:\Program Files (x86)\Microsoft Visual Studio\2017\BuildTools\MSBuild\15.0\Bin;"
-set "P=%P%c:\Windows\System32;" # windows
-set "P=%P%%USERPROFILE%\com;" # my home-made magic
+set "P=%P%c:\msys64\usr\bin;" # OPTIONAL to run test suite msys2 make, bash etc
+set "P=%P%c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Current\Bin;"
+set "P=%P%c:\Windows\System32;" # Windows
+set "P=%P%%USERPROFILE%\com;" # OPTIONAL my home-made magic
set "PATH=%P%"
+set "EXIV2_EXT=.exe"
+color 1e
cmd /S /K cd "%USERPROFILE%\gnu\github\exiv2\0.27-maintenance\"
+color
endlocal
```
@@ -1298,5 +1304,5 @@ $ sudo pkg install developer/gcc-7
[TOC](#TOC)
-Written by Robin Mills
robin@clanmills.com
Updated: 2020-05-25
+Written by Robin Mills
robin@clanmills.com
Updated: 2020-11-20
diff --git a/cmake/msvc_conan_profiles/msvc2019Debug32 b/cmake/msvc_conan_profiles/msvc2019Debug32
new file mode 100755
index 00000000..4825d2a4
--- /dev/null
+++ b/cmake/msvc_conan_profiles/msvc2019Debug32
@@ -0,0 +1,12 @@
+[build_requires]
+[settings]
+arch=x86
+build_type=Debug
+compiler=Visual Studio
+compiler.runtime=MDd
+compiler.version=16
+os=Windows
+arch_build=x86
+os_build=Windows
+[options]
+[env]
diff --git a/cmake/msvc_conan_profiles/msvc2019Debug64 b/cmake/msvc_conan_profiles/msvc2019Debug64
new file mode 100755
index 00000000..29945336
--- /dev/null
+++ b/cmake/msvc_conan_profiles/msvc2019Debug64
@@ -0,0 +1,12 @@
+[build_requires]
+[settings]
+arch=x86_64
+build_type=Debug
+compiler=Visual Studio
+compiler.runtime=MDd
+compiler.version=16
+os=Windows
+arch_build=x86_64
+os_build=Windows
+[options]
+[env]
diff --git a/cmake/msvc_conan_profiles/msvc2019Release32 b/cmake/msvc_conan_profiles/msvc2019Release32
new file mode 100755
index 00000000..980594fb
--- /dev/null
+++ b/cmake/msvc_conan_profiles/msvc2019Release32
@@ -0,0 +1,12 @@
+[build_requires]
+[settings]
+arch=x86
+build_type=Release
+compiler=Visual Studio
+compiler.runtime=MD
+compiler.version=16
+os=Windows
+arch_build=x86
+os_build=Windows
+[options]
+[env]
diff --git a/cmake/msvc_conan_profiles/msvc2019Release64 b/cmake/msvc_conan_profiles/msvc2019Release64
new file mode 100755
index 00000000..29945336
--- /dev/null
+++ b/cmake/msvc_conan_profiles/msvc2019Release64
@@ -0,0 +1,12 @@
+[build_requires]
+[settings]
+arch=x86_64
+build_type=Debug
+compiler=Visual Studio
+compiler.runtime=MDd
+compiler.version=16
+os=Windows
+arch_build=x86_64
+os_build=Windows
+[options]
+[env]
diff --git a/matrix-standard-vector-logo-xs.png b/matrix-standard-vector-logo-xs.png
new file mode 100644
index 00000000..509ffd01
Binary files /dev/null and b/matrix-standard-vector-logo-xs.png differ