From 319db2de17834ce47f3b64a351c46fa1abe07bf7 Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Sat, 24 Dec 2016 22:12:19 +0100 Subject: add dynamically-linked vc140 runtime --- vc-runtime-140/LICENSE.txt | 29 +++++++++++++++++++++ vc-runtime-140/api-ms-win-core-console-l1-1-0.dll | Bin 0 -> 19864 bytes vc-runtime-140/api-ms-win-core-datetime-l1-1-0.dll | Bin 0 -> 19360 bytes vc-runtime-140/api-ms-win-core-debug-l1-1-0.dll | Bin 0 -> 19344 bytes .../api-ms-win-core-errorhandling-l1-1-0.dll | Bin 0 -> 19376 bytes vc-runtime-140/api-ms-win-core-file-l1-1-0.dll | Bin 0 -> 22928 bytes vc-runtime-140/api-ms-win-core-file-l1-2-0.dll | Bin 0 -> 19344 bytes vc-runtime-140/api-ms-win-core-file-l2-1-0.dll | Bin 0 -> 19336 bytes vc-runtime-140/api-ms-win-core-handle-l1-1-0.dll | Bin 0 -> 19352 bytes vc-runtime-140/api-ms-win-core-heap-l1-1-0.dll | Bin 0 -> 19856 bytes .../api-ms-win-core-interlocked-l1-1-0.dll | Bin 0 -> 19880 bytes .../api-ms-win-core-libraryloader-l1-1-0.dll | Bin 0 -> 19888 bytes .../api-ms-win-core-localization-l1-2-0.dll | Bin 0 -> 21936 bytes vc-runtime-140/api-ms-win-core-memory-l1-1-0.dll | Bin 0 -> 19864 bytes .../api-ms-win-core-namedpipe-l1-1-0.dll | Bin 0 -> 19360 bytes .../api-ms-win-core-processenvironment-l1-1-0.dll | Bin 0 -> 20424 bytes .../api-ms-win-core-processthreads-l1-1-0.dll | Bin 0 -> 21432 bytes .../api-ms-win-core-processthreads-l1-1-1.dll | Bin 0 -> 19896 bytes vc-runtime-140/api-ms-win-core-profile-l1-1-0.dll | Bin 0 -> 18840 bytes .../api-ms-win-core-rtlsupport-l1-1-0.dll | Bin 0 -> 18856 bytes vc-runtime-140/api-ms-win-core-string-l1-1-0.dll | Bin 0 -> 19352 bytes vc-runtime-140/api-ms-win-core-synch-l1-1-0.dll | Bin 0 -> 21392 bytes vc-runtime-140/api-ms-win-core-synch-l1-2-0.dll | Bin 0 -> 19856 bytes vc-runtime-140/api-ms-win-core-sysinfo-l1-1-0.dll | Bin 0 -> 20376 bytes vc-runtime-140/api-ms-win-core-timezone-l1-1-0.dll | Bin 0 -> 19360 bytes vc-runtime-140/api-ms-win-core-util-l1-1-0.dll | Bin 0 -> 19344 bytes vc-runtime-140/api-ms-win-crt-conio-l1-1-0.dll | Bin 0 -> 20368 bytes vc-runtime-140/api-ms-win-crt-convert-l1-1-0.dll | Bin 0 -> 23448 bytes .../api-ms-win-crt-environment-l1-1-0.dll | Bin 0 -> 19880 bytes .../api-ms-win-crt-filesystem-l1-1-0.dll | Bin 0 -> 21408 bytes vc-runtime-140/api-ms-win-crt-heap-l1-1-0.dll | Bin 0 -> 20360 bytes vc-runtime-140/api-ms-win-crt-locale-l1-1-0.dll | Bin 0 -> 19856 bytes vc-runtime-140/api-ms-win-crt-math-l1-1-0.dll | Bin 0 -> 30088 bytes vc-runtime-140/api-ms-win-crt-multibyte-l1-1-0.dll | Bin 0 -> 27552 bytes vc-runtime-140/api-ms-win-crt-private-l1-1-0.dll | Bin 0 -> 72088 bytes vc-runtime-140/api-ms-win-crt-process-l1-1-0.dll | Bin 0 -> 20376 bytes vc-runtime-140/api-ms-win-crt-runtime-l1-1-0.dll | Bin 0 -> 23952 bytes vc-runtime-140/api-ms-win-crt-stdio-l1-1-0.dll | Bin 0 -> 25488 bytes vc-runtime-140/api-ms-win-crt-string-l1-1-0.dll | Bin 0 -> 25488 bytes vc-runtime-140/api-ms-win-crt-time-l1-1-0.dll | Bin 0 -> 21896 bytes vc-runtime-140/api-ms-win-crt-utility-l1-1-0.dll | Bin 0 -> 19864 bytes vc-runtime-140/concrt140.dll | Bin 0 -> 243008 bytes vc-runtime-140/msvcp140.dll | Bin 0 -> 438584 bytes vc-runtime-140/ucrtbase.dll | Bin 0 -> 883512 bytes vc-runtime-140/vcruntime140.dll | Bin 0 -> 83792 bytes 45 files changed, 29 insertions(+) create mode 100644 vc-runtime-140/LICENSE.txt create mode 100644 vc-runtime-140/api-ms-win-core-console-l1-1-0.dll create mode 100644 vc-runtime-140/api-ms-win-core-datetime-l1-1-0.dll create mode 100644 vc-runtime-140/api-ms-win-core-debug-l1-1-0.dll create mode 100644 vc-runtime-140/api-ms-win-core-errorhandling-l1-1-0.dll create mode 100644 vc-runtime-140/api-ms-win-core-file-l1-1-0.dll create mode 100644 vc-runtime-140/api-ms-win-core-file-l1-2-0.dll create mode 100644 vc-runtime-140/api-ms-win-core-file-l2-1-0.dll create mode 100644 vc-runtime-140/api-ms-win-core-handle-l1-1-0.dll create mode 100644 vc-runtime-140/api-ms-win-core-heap-l1-1-0.dll create mode 100644 vc-runtime-140/api-ms-win-core-interlocked-l1-1-0.dll create mode 100644 vc-runtime-140/api-ms-win-core-libraryloader-l1-1-0.dll create mode 100644 vc-runtime-140/api-ms-win-core-localization-l1-2-0.dll create mode 100644 vc-runtime-140/api-ms-win-core-memory-l1-1-0.dll create mode 100644 vc-runtime-140/api-ms-win-core-namedpipe-l1-1-0.dll create mode 100644 vc-runtime-140/api-ms-win-core-processenvironment-l1-1-0.dll create mode 100644 vc-runtime-140/api-ms-win-core-processthreads-l1-1-0.dll create mode 100644 vc-runtime-140/api-ms-win-core-processthreads-l1-1-1.dll create mode 100644 vc-runtime-140/api-ms-win-core-profile-l1-1-0.dll create mode 100644 vc-runtime-140/api-ms-win-core-rtlsupport-l1-1-0.dll create mode 100644 vc-runtime-140/api-ms-win-core-string-l1-1-0.dll create mode 100644 vc-runtime-140/api-ms-win-core-synch-l1-1-0.dll create mode 100644 vc-runtime-140/api-ms-win-core-synch-l1-2-0.dll create mode 100644 vc-runtime-140/api-ms-win-core-sysinfo-l1-1-0.dll create mode 100644 vc-runtime-140/api-ms-win-core-timezone-l1-1-0.dll create mode 100644 vc-runtime-140/api-ms-win-core-util-l1-1-0.dll create mode 100644 vc-runtime-140/api-ms-win-crt-conio-l1-1-0.dll create mode 100644 vc-runtime-140/api-ms-win-crt-convert-l1-1-0.dll create mode 100644 vc-runtime-140/api-ms-win-crt-environment-l1-1-0.dll create mode 100644 vc-runtime-140/api-ms-win-crt-filesystem-l1-1-0.dll create mode 100644 vc-runtime-140/api-ms-win-crt-heap-l1-1-0.dll create mode 100644 vc-runtime-140/api-ms-win-crt-locale-l1-1-0.dll create mode 100644 vc-runtime-140/api-ms-win-crt-math-l1-1-0.dll create mode 100644 vc-runtime-140/api-ms-win-crt-multibyte-l1-1-0.dll create mode 100644 vc-runtime-140/api-ms-win-crt-private-l1-1-0.dll create mode 100644 vc-runtime-140/api-ms-win-crt-process-l1-1-0.dll create mode 100644 vc-runtime-140/api-ms-win-crt-runtime-l1-1-0.dll create mode 100644 vc-runtime-140/api-ms-win-crt-stdio-l1-1-0.dll create mode 100644 vc-runtime-140/api-ms-win-crt-string-l1-1-0.dll create mode 100644 vc-runtime-140/api-ms-win-crt-time-l1-1-0.dll create mode 100644 vc-runtime-140/api-ms-win-crt-utility-l1-1-0.dll create mode 100644 vc-runtime-140/concrt140.dll create mode 100644 vc-runtime-140/msvcp140.dll create mode 100644 vc-runtime-140/ucrtbase.dll create mode 100644 vc-runtime-140/vcruntime140.dll diff --git a/vc-runtime-140/LICENSE.txt b/vc-runtime-140/LICENSE.txt new file mode 100644 index 0000000..61734a6 --- /dev/null +++ b/vc-runtime-140/LICENSE.txt @@ -0,0 +1,29 @@ +MICROSOFT SOFTWARE LICENSE TERMS +MICROSOFT VISUAL STUDIO 2015 ADD-ONs, VISUAL STUDIO SHELLS and C++ REDISTRIBUTABLE +These license terms are an agreement between Microsoft Corporation (or based on where you live, one of its affiliates) and you. They apply to the software named above. The terms also apply to any Microsoft services or updates for the software, except to the extent those have different terms. +IF YOU COMPLY WITH THESE LICENSE TERMS, YOU HAVE THE RIGHTS BELOW. +1. INSTALLATION AND USE RIGHTS. +a. You may install and use any number of copies of the software. +b. Backup copy. You may make one backup copy of the software, for reinstalling the software. +2. TERMS FOR SPECIFIC COMPONENTS. +a. Utilities. The software may contain some items on the Utilities List at . You may copy and install those items, if included with the software, on your machines or third party machines, to debug and deploy your applications and databases you develop with the software. Please note that Utilities are designed for temporary use, that Microsoft may not be able to patch or update Utilities separately from the rest of the software, and that some Utilities by their nature may make it possible for others to access machines on which they are installed. As a result, you should delete all Utilities you have installed after you finish debugging or deploying your applications and databases. Microsoft is not responsible for any third party use or access of Utilities you install on any machine. +b. Microsoft Platforms. The software may include components from Microsoft Windows; Microsoft Windows Server; Microsoft SQL Server; Microsoft Exchange; Microsoft Office; and Microsoft SharePoint. These components are governed by separate agreements and their own product support policies, as described in the license terms found in the installation directory for that component or in the “Licenses” folder accompanying the software. +c. Third Party Components. The software may include third party components with separate legal notices or governed by other agreements, as may be described in the ThirdPartyNotices file accompanying the software. Even if such components are governed by other agreements, the disclaimers and the limitations on and exclusions of damages below also apply. +3. DATA. The software may collect information about you and your use of the software, and send that to Microsoft. Microsoft may use this information to provide services and improve our products and services. You may opt-out of many of these scenarios, but not all, as described in the product documentation. There are also some features in the software that may enable you to collect data from users of your applications. If you use these features to enable data collection in your applications, you must comply with applicable law, including providing appropriate notices to users of your applications. You can learn more about data collection and use in the help documentation and the privacy statement at . Your use of the software operates as your consent to these practices. +4. SCOPE OF LICENSE. The software is licensed, not sold. This agreement only gives you some rights to use the software. Microsoft reserves all other rights. Unless applicable law gives you more rights despite this limitation, you may use the software only as expressly permitted in this agreement. In doing so, you must comply with any technical limitations in the software that only allow you to use it in certain ways. You may not +· work around any technical limitations in the software; +· reverse engineer, decompile or disassemble the software, except and only to the extent that applicable law expressly permits, despite this limitation; +· remove, minimize, block or modify any notices of Microsoft or its suppliers in the software; +· use the software in any way that is against the law; or +· share, publish or lend the software, or provide the software as a stand-alone hosted as solution for others to use, or transfer the software or this agreement to any third party. +5. EXPORT RESTRICTIONS. Microsoft software, online services, professional services and related technology are subject to U.S. export jurisdiction. You must comply with all applicable international and national laws, including the U.S. Export Administration Regulations, the International Traffic in Arms Regulations, Office of Foreign Assets Control sanctions programs, and end-user, end use and destination restrictions by the U.S. and other governments related to Microsoft products, services and technologies. For additional information, see www.microsoft.com/exporting . +6. SUPPORT SERVICES. Because this software is “as is,” we may not provide support services for it. +7. ENTIRE AGREEMENT. This agreement, and the terms for supplements, updates, Internet-based services and support services that you use, are the entire agreement for the software and support services. +8. APPLICABLE LAW. If you acquired the software in the United States, Washington law applies to interpretation of and claims for breach of this agreement, and the laws of the state where you live apply to all other claims. If you acquired the software in any other country, its laws apply. +9. LEGAL EFFECT. This agreement describes certain legal rights. You may have other rights under the laws of your state or country. This agreement does not change your rights under the laws of your state or country if the laws of your state or country do not permit it to do so. Without limitation of the foregoing, for Australia, YOU HAVE STATUTORY GUARANTEES UNDER THE AUSTRALIAN CONSUMER LAW AND NOTHING IN THESE TERMS IS INTENDED TO AFFECT THOSE RIGHTS +10. DISCLAIMER OF WARRANTY. THE SOFTWARE IS LICENSED “AS-IS.” YOU BEAR THE RISK OF USING IT. MICROSOFT GIVES NO EXPRESS WARRANTIES, GUARANTEES OR CONDITIONS. TO THE EXTENT PERMITTED UNDER YOUR LOCAL LAWS, MICROSOFT EXCLUDES THE IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. +11. LIMITATION ON AND EXCLUSION OF DAMAGES. YOU CAN RECOVER FROM MICROSOFT AND ITS SUPPLIERS ONLY DIRECT DAMAGES UP TO U.S. $5.00. YOU CANNOT RECOVER ANY OTHER DAMAGES, INCLUDING CONSEQUENTIAL, LOST PROFITS, SPECIAL, INDIRECT OR INCIDENTAL DAMAGES. +This limitation applies to (a) anything related to the software, services, content (including code) on third party Internet sites, or third party applications; and (b) claims for breach of contract, breach of warranty, guarantee or condition, strict liability, negligence, or other tort to the extent permitted by applicable law. +It also applies even if Microsoft knew or should have known about the possibility of the damages. The above limitation or exclusion may not apply to you because your country may not allow the exclusion or limitation of incidental, consequential or other damages. + +EULAID: VS2015_RTM_ShellsRedist_ENU \ No newline at end of file diff --git a/vc-runtime-140/api-ms-win-core-console-l1-1-0.dll b/vc-runtime-140/api-ms-win-core-console-l1-1-0.dll new file mode 100644 index 0000000..8adba60 Binary files /dev/null and b/vc-runtime-140/api-ms-win-core-console-l1-1-0.dll differ diff --git a/vc-runtime-140/api-ms-win-core-datetime-l1-1-0.dll b/vc-runtime-140/api-ms-win-core-datetime-l1-1-0.dll new file mode 100644 index 0000000..c8c8f62 Binary files /dev/null and b/vc-runtime-140/api-ms-win-core-datetime-l1-1-0.dll differ diff --git a/vc-runtime-140/api-ms-win-core-debug-l1-1-0.dll b/vc-runtime-140/api-ms-win-core-debug-l1-1-0.dll new file mode 100644 index 0000000..44e3c6a Binary files /dev/null and b/vc-runtime-140/api-ms-win-core-debug-l1-1-0.dll differ diff --git a/vc-runtime-140/api-ms-win-core-errorhandling-l1-1-0.dll b/vc-runtime-140/api-ms-win-core-errorhandling-l1-1-0.dll new file mode 100644 index 0000000..cb2cf01 Binary files /dev/null and b/vc-runtime-140/api-ms-win-core-errorhandling-l1-1-0.dll differ diff --git a/vc-runtime-140/api-ms-win-core-file-l1-1-0.dll b/vc-runtime-140/api-ms-win-core-file-l1-1-0.dll new file mode 100644 index 0000000..3cf31c8 Binary files /dev/null and b/vc-runtime-140/api-ms-win-core-file-l1-1-0.dll differ diff --git a/vc-runtime-140/api-ms-win-core-file-l1-2-0.dll b/vc-runtime-140/api-ms-win-core-file-l1-2-0.dll new file mode 100644 index 0000000..bd13fdf Binary files /dev/null and b/vc-runtime-140/api-ms-win-core-file-l1-2-0.dll differ diff --git a/vc-runtime-140/api-ms-win-core-file-l2-1-0.dll b/vc-runtime-140/api-ms-win-core-file-l2-1-0.dll new file mode 100644 index 0000000..f08aecd Binary files /dev/null and b/vc-runtime-140/api-ms-win-core-file-l2-1-0.dll differ diff --git a/vc-runtime-140/api-ms-win-core-handle-l1-1-0.dll b/vc-runtime-140/api-ms-win-core-handle-l1-1-0.dll new file mode 100644 index 0000000..48c0105 Binary files /dev/null and b/vc-runtime-140/api-ms-win-core-handle-l1-1-0.dll differ diff --git a/vc-runtime-140/api-ms-win-core-heap-l1-1-0.dll b/vc-runtime-140/api-ms-win-core-heap-l1-1-0.dll new file mode 100644 index 0000000..bca6b9a Binary files /dev/null and b/vc-runtime-140/api-ms-win-core-heap-l1-1-0.dll differ diff --git a/vc-runtime-140/api-ms-win-core-interlocked-l1-1-0.dll b/vc-runtime-140/api-ms-win-core-interlocked-l1-1-0.dll new file mode 100644 index 0000000..aeee85c Binary files /dev/null and b/vc-runtime-140/api-ms-win-core-interlocked-l1-1-0.dll differ diff --git a/vc-runtime-140/api-ms-win-core-libraryloader-l1-1-0.dll b/vc-runtime-140/api-ms-win-core-libraryloader-l1-1-0.dll new file mode 100644 index 0000000..e639b7e Binary files /dev/null and b/vc-runtime-140/api-ms-win-core-libraryloader-l1-1-0.dll differ diff --git a/vc-runtime-140/api-ms-win-core-localization-l1-2-0.dll b/vc-runtime-140/api-ms-win-core-localization-l1-2-0.dll new file mode 100644 index 0000000..efcef90 Binary files /dev/null and b/vc-runtime-140/api-ms-win-core-localization-l1-2-0.dll differ diff --git a/vc-runtime-140/api-ms-win-core-memory-l1-1-0.dll b/vc-runtime-140/api-ms-win-core-memory-l1-1-0.dll new file mode 100644 index 0000000..8bd4e3e Binary files /dev/null and b/vc-runtime-140/api-ms-win-core-memory-l1-1-0.dll differ diff --git a/vc-runtime-140/api-ms-win-core-namedpipe-l1-1-0.dll b/vc-runtime-140/api-ms-win-core-namedpipe-l1-1-0.dll new file mode 100644 index 0000000..4a61cca Binary files /dev/null and b/vc-runtime-140/api-ms-win-core-namedpipe-l1-1-0.dll differ diff --git a/vc-runtime-140/api-ms-win-core-processenvironment-l1-1-0.dll b/vc-runtime-140/api-ms-win-core-processenvironment-l1-1-0.dll new file mode 100644 index 0000000..54638d6 Binary files /dev/null and b/vc-runtime-140/api-ms-win-core-processenvironment-l1-1-0.dll differ diff --git a/vc-runtime-140/api-ms-win-core-processthreads-l1-1-0.dll b/vc-runtime-140/api-ms-win-core-processthreads-l1-1-0.dll new file mode 100644 index 0000000..284b08a Binary files /dev/null and b/vc-runtime-140/api-ms-win-core-processthreads-l1-1-0.dll differ diff --git a/vc-runtime-140/api-ms-win-core-processthreads-l1-1-1.dll b/vc-runtime-140/api-ms-win-core-processthreads-l1-1-1.dll new file mode 100644 index 0000000..75bee68 Binary files /dev/null and b/vc-runtime-140/api-ms-win-core-processthreads-l1-1-1.dll differ diff --git a/vc-runtime-140/api-ms-win-core-profile-l1-1-0.dll b/vc-runtime-140/api-ms-win-core-profile-l1-1-0.dll new file mode 100644 index 0000000..c60ce14 Binary files /dev/null and b/vc-runtime-140/api-ms-win-core-profile-l1-1-0.dll differ diff --git a/vc-runtime-140/api-ms-win-core-rtlsupport-l1-1-0.dll b/vc-runtime-140/api-ms-win-core-rtlsupport-l1-1-0.dll new file mode 100644 index 0000000..12d807e Binary files /dev/null and b/vc-runtime-140/api-ms-win-core-rtlsupport-l1-1-0.dll differ diff --git a/vc-runtime-140/api-ms-win-core-string-l1-1-0.dll b/vc-runtime-140/api-ms-win-core-string-l1-1-0.dll new file mode 100644 index 0000000..453ebe1 Binary files /dev/null and b/vc-runtime-140/api-ms-win-core-string-l1-1-0.dll differ diff --git a/vc-runtime-140/api-ms-win-core-synch-l1-1-0.dll b/vc-runtime-140/api-ms-win-core-synch-l1-1-0.dll new file mode 100644 index 0000000..448e17e Binary files /dev/null and b/vc-runtime-140/api-ms-win-core-synch-l1-1-0.dll differ diff --git a/vc-runtime-140/api-ms-win-core-synch-l1-2-0.dll b/vc-runtime-140/api-ms-win-core-synch-l1-2-0.dll new file mode 100644 index 0000000..da09f84 Binary files /dev/null and b/vc-runtime-140/api-ms-win-core-synch-l1-2-0.dll differ diff --git a/vc-runtime-140/api-ms-win-core-sysinfo-l1-1-0.dll b/vc-runtime-140/api-ms-win-core-sysinfo-l1-1-0.dll new file mode 100644 index 0000000..c5f793f Binary files /dev/null and b/vc-runtime-140/api-ms-win-core-sysinfo-l1-1-0.dll differ diff --git a/vc-runtime-140/api-ms-win-core-timezone-l1-1-0.dll b/vc-runtime-140/api-ms-win-core-timezone-l1-1-0.dll new file mode 100644 index 0000000..26bfa16 Binary files /dev/null and b/vc-runtime-140/api-ms-win-core-timezone-l1-1-0.dll differ diff --git a/vc-runtime-140/api-ms-win-core-util-l1-1-0.dll b/vc-runtime-140/api-ms-win-core-util-l1-1-0.dll new file mode 100644 index 0000000..170188f Binary files /dev/null and b/vc-runtime-140/api-ms-win-core-util-l1-1-0.dll differ diff --git a/vc-runtime-140/api-ms-win-crt-conio-l1-1-0.dll b/vc-runtime-140/api-ms-win-crt-conio-l1-1-0.dll new file mode 100644 index 0000000..3d969e8 Binary files /dev/null and b/vc-runtime-140/api-ms-win-crt-conio-l1-1-0.dll differ diff --git a/vc-runtime-140/api-ms-win-crt-convert-l1-1-0.dll b/vc-runtime-140/api-ms-win-crt-convert-l1-1-0.dll new file mode 100644 index 0000000..332f487 Binary files /dev/null and b/vc-runtime-140/api-ms-win-crt-convert-l1-1-0.dll differ diff --git a/vc-runtime-140/api-ms-win-crt-environment-l1-1-0.dll b/vc-runtime-140/api-ms-win-crt-environment-l1-1-0.dll new file mode 100644 index 0000000..21967fb Binary files /dev/null and b/vc-runtime-140/api-ms-win-crt-environment-l1-1-0.dll differ diff --git a/vc-runtime-140/api-ms-win-crt-filesystem-l1-1-0.dll b/vc-runtime-140/api-ms-win-crt-filesystem-l1-1-0.dll new file mode 100644 index 0000000..c4592c4 Binary files /dev/null and b/vc-runtime-140/api-ms-win-crt-filesystem-l1-1-0.dll differ diff --git a/vc-runtime-140/api-ms-win-crt-heap-l1-1-0.dll b/vc-runtime-140/api-ms-win-crt-heap-l1-1-0.dll new file mode 100644 index 0000000..98dba96 Binary files /dev/null and b/vc-runtime-140/api-ms-win-crt-heap-l1-1-0.dll differ diff --git a/vc-runtime-140/api-ms-win-crt-locale-l1-1-0.dll b/vc-runtime-140/api-ms-win-crt-locale-l1-1-0.dll new file mode 100644 index 0000000..f8cb2a0 Binary files /dev/null and b/vc-runtime-140/api-ms-win-crt-locale-l1-1-0.dll differ diff --git a/vc-runtime-140/api-ms-win-crt-math-l1-1-0.dll b/vc-runtime-140/api-ms-win-crt-math-l1-1-0.dll new file mode 100644 index 0000000..ed3f6dc Binary files /dev/null and b/vc-runtime-140/api-ms-win-crt-math-l1-1-0.dll differ diff --git a/vc-runtime-140/api-ms-win-crt-multibyte-l1-1-0.dll b/vc-runtime-140/api-ms-win-crt-multibyte-l1-1-0.dll new file mode 100644 index 0000000..733dbff Binary files /dev/null and b/vc-runtime-140/api-ms-win-crt-multibyte-l1-1-0.dll differ diff --git a/vc-runtime-140/api-ms-win-crt-private-l1-1-0.dll b/vc-runtime-140/api-ms-win-crt-private-l1-1-0.dll new file mode 100644 index 0000000..c5e008b Binary files /dev/null and b/vc-runtime-140/api-ms-win-crt-private-l1-1-0.dll differ diff --git a/vc-runtime-140/api-ms-win-crt-process-l1-1-0.dll b/vc-runtime-140/api-ms-win-crt-process-l1-1-0.dll new file mode 100644 index 0000000..f0edfb8 Binary files /dev/null and b/vc-runtime-140/api-ms-win-crt-process-l1-1-0.dll differ diff --git a/vc-runtime-140/api-ms-win-crt-runtime-l1-1-0.dll b/vc-runtime-140/api-ms-win-crt-runtime-l1-1-0.dll new file mode 100644 index 0000000..117fc62 Binary files /dev/null and b/vc-runtime-140/api-ms-win-crt-runtime-l1-1-0.dll differ diff --git a/vc-runtime-140/api-ms-win-crt-stdio-l1-1-0.dll b/vc-runtime-140/api-ms-win-crt-stdio-l1-1-0.dll new file mode 100644 index 0000000..b3a8967 Binary files /dev/null and b/vc-runtime-140/api-ms-win-crt-stdio-l1-1-0.dll differ diff --git a/vc-runtime-140/api-ms-win-crt-string-l1-1-0.dll b/vc-runtime-140/api-ms-win-crt-string-l1-1-0.dll new file mode 100644 index 0000000..402a2a6 Binary files /dev/null and b/vc-runtime-140/api-ms-win-crt-string-l1-1-0.dll differ diff --git a/vc-runtime-140/api-ms-win-crt-time-l1-1-0.dll b/vc-runtime-140/api-ms-win-crt-time-l1-1-0.dll new file mode 100644 index 0000000..87c0ee8 Binary files /dev/null and b/vc-runtime-140/api-ms-win-crt-time-l1-1-0.dll differ diff --git a/vc-runtime-140/api-ms-win-crt-utility-l1-1-0.dll b/vc-runtime-140/api-ms-win-crt-utility-l1-1-0.dll new file mode 100644 index 0000000..26cdfc8 Binary files /dev/null and b/vc-runtime-140/api-ms-win-crt-utility-l1-1-0.dll differ diff --git a/vc-runtime-140/concrt140.dll b/vc-runtime-140/concrt140.dll new file mode 100644 index 0000000..abe59d5 Binary files /dev/null and b/vc-runtime-140/concrt140.dll differ diff --git a/vc-runtime-140/msvcp140.dll b/vc-runtime-140/msvcp140.dll new file mode 100644 index 0000000..6773caf Binary files /dev/null and b/vc-runtime-140/msvcp140.dll differ diff --git a/vc-runtime-140/ucrtbase.dll b/vc-runtime-140/ucrtbase.dll new file mode 100644 index 0000000..1109675 Binary files /dev/null and b/vc-runtime-140/ucrtbase.dll differ diff --git a/vc-runtime-140/vcruntime140.dll b/vc-runtime-140/vcruntime140.dll new file mode 100644 index 0000000..1a49ccc Binary files /dev/null and b/vc-runtime-140/vcruntime140.dll differ -- cgit v1.2.3