From 55c7badb17fdb380d06def409204421b8be92c65 Mon Sep 17 00:00:00 2001 From: Ryan LaMothe <ryan.lamothe@quantumworx.com> Date: Tue, 30 Apr 2013 19:29:28 +0000 Subject: [PATCH] Added support for Visual Studio 2012 solutions. Note that the original solution file has not been modified. --- com.amd.aparapi.jni/Aparapi.vcxproj | 3 +++ 1 file changed, 3 insertions(+) diff --git a/com.amd.aparapi.jni/Aparapi.vcxproj b/com.amd.aparapi.jni/Aparapi.vcxproj index 5ec3f7bf..3023d478 100644 --- a/com.amd.aparapi.jni/Aparapi.vcxproj +++ b/com.amd.aparapi.jni/Aparapi.vcxproj @@ -12,15 +12,18 @@ </ItemGroup> <PropertyGroup Label="Globals"> <Keyword>Win32Proj</Keyword> + <ProjectGuid>{E4CF3A3C-B1C9-5DA6-5FDB-66C42857393E}</ProjectGuid> </PropertyGroup> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> <ConfigurationType>DynamicLibrary</ConfigurationType> <UseDebugLibraries>true</UseDebugLibraries> + <PlatformToolset>v110</PlatformToolset> </PropertyGroup> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> <ConfigurationType>DynamicLibrary</ConfigurationType> <UseDebugLibraries>false</UseDebugLibraries> + <PlatformToolset>v110</PlatformToolset> </PropertyGroup> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> <ImportGroup Label="ExtensionSettings"> -- GitLab