From 7985fd17080a1c2cee71a3fd28d3c5e9a707e613 Mon Sep 17 00:00:00 2001 From: ac_22 <andyrcohen@outlook.com> Date: Mon, 6 Jan 2020 09:36:41 -0500 Subject: [PATCH] settled on vscode run time 10.0 --- src/MATLAB/+HIP/@Cuda/Mex.mexw64 | 2 +- src/c/CudaImageProcessor.vcxproj | 2 +- src/c/CudaMex.vcxproj | 2 +- src/c/CudaPy3DLL.vcxproj | 2 +- src/c/Mex.mexw64 | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/MATLAB/+HIP/@Cuda/Mex.mexw64 b/src/MATLAB/+HIP/@Cuda/Mex.mexw64 index 3c21a1a5..0cee8a7f 100644 --- a/src/MATLAB/+HIP/@Cuda/Mex.mexw64 +++ b/src/MATLAB/+HIP/@Cuda/Mex.mexw64 @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:a18580b90d18f37d036eb494e082fcc49510860fc9151437b2526eb2f2fc37df +oid sha256:4ac325bae9c99bba6b9577fb705277f52c750f4379fc1033cbc8750467d1f2a8 size 12263936 diff --git a/src/c/CudaImageProcessor.vcxproj b/src/c/CudaImageProcessor.vcxproj index 15f980a1..a9acfad9 100644 --- a/src/c/CudaImageProcessor.vcxproj +++ b/src/c/CudaImageProcessor.vcxproj @@ -15,7 +15,7 @@ <TargetFrameworkVersion>v4.5.2</TargetFrameworkVersion> <Keyword>ManagedCProj</Keyword> <RootNamespace>CudaImageProcessor</RootNamespace> - <WindowsTargetPlatformVersion>8.1</WindowsTargetPlatformVersion> + <WindowsTargetPlatformVersion>10.0</WindowsTargetPlatformVersion> </PropertyGroup> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration"> diff --git a/src/c/CudaMex.vcxproj b/src/c/CudaMex.vcxproj index 85d6131b..d2348df9 100644 --- a/src/c/CudaMex.vcxproj +++ b/src/c/CudaMex.vcxproj @@ -13,7 +13,7 @@ <PropertyGroup Label="Globals"> <ProjectGuid>{6698E8EC-49D9-421E-AA87-5BCC6B466347}</ProjectGuid> <RootNamespace>CudaMex</RootNamespace> - <WindowsTargetPlatformVersion>8.1</WindowsTargetPlatformVersion> + <WindowsTargetPlatformVersion>10.0</WindowsTargetPlatformVersion> </PropertyGroup> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration"> diff --git a/src/c/CudaPy3DLL.vcxproj b/src/c/CudaPy3DLL.vcxproj index aaa53842..af1d077c 100644 --- a/src/c/CudaPy3DLL.vcxproj +++ b/src/c/CudaPy3DLL.vcxproj @@ -73,7 +73,7 @@ <ProjectGuid>{0957901A-E67A-40C2-9EF5-76DF8EFBC2D5}</ProjectGuid> <Keyword>Win32Proj</Keyword> <RootNamespace>CudaPy3DLL</RootNamespace> - <WindowsTargetPlatformVersion>8.1</WindowsTargetPlatformVersion> + <WindowsTargetPlatformVersion>10.0</WindowsTargetPlatformVersion> </PropertyGroup> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> diff --git a/src/c/Mex.mexw64 b/src/c/Mex.mexw64 index 3c21a1a5..0cee8a7f 100644 --- a/src/c/Mex.mexw64 +++ b/src/c/Mex.mexw64 @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:a18580b90d18f37d036eb494e082fcc49510860fc9151437b2526eb2f2fc37df +oid sha256:4ac325bae9c99bba6b9577fb705277f52c750f4379fc1033cbc8750467d1f2a8 size 12263936 -- GitLab