summaryrefslogtreecommitdiffstats
path: root/src/packages.config
diff options
context:
space:
mode:
authorAkihiko Odaki <nekomanma@pixiv.co.jp>2018-09-26 10:34:19 (GMT)
committerAkihiko Odaki <nekomanma@pixiv.co.jp>2018-09-27 00:59:41 (GMT)
commit5e1632e2cca5b8d537bc66525d631ebd72f6949b (patch)
tree738489333db45bdb069607024d5010607fea21d9 /src/packages.config
parent0198534ac9fca5ac2ba9c0f9c4c5788849db6b41 (diff)
downloadcv2pdb-5e1632e2cca5b8d537bc66525d631ebd72f6949b.zip
cv2pdb-5e1632e2cca5b8d537bc66525d631ebd72f6949b.tar.gz
cv2pdb-5e1632e2cca5b8d537bc66525d631ebd72f6949b.tar.bz2
Add Visual Studio detection by the COM API
The new COM API is expected to work on Visual Studio 2017 and newer installations. It is also compatible with non-x86 runtime.
Diffstat (limited to 'src/packages.config')
-rw-r--r--src/packages.config4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/packages.config b/src/packages.config
new file mode 100644
index 0000000..8bfdb5a
--- /dev/null
+++ b/src/packages.config
@@ -0,0 +1,4 @@
+<?xml version="1.0" encoding="utf-8"?>
+<packages>
+ <package id="Microsoft.VisualStudio.Setup.Configuration.Native" version="1.16.30" targetFramework="native" developmentDependency="true" />
+</packages> \ No newline at end of file