getfem-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Getfem-commits] (no subject)


From: Andriy Andreykiv
Subject: [Getfem-commits] (no subject)
Date: Tue, 14 May 2019 05:26:41 -0400 (EDT)

branch: c14_complience
commit 8f0bff8150fd8d857ffb5bbda9552a52c7f425d2
Author: Andriy.Andreykiv <address@hidden>
Date:   Mon May 13 15:49:31 2019 +0200

    updating msvc projects and solution to the latest source and Visual Studio 
2017
---
 msvc/bilaplacian/bilaplacian.vcxproj               |  8 +++---
 msvc/elastostatic/elastostatic.vcxproj             |  8 +++---
 msvc/gmm/gmm_arch_config.h                         | 12 ++++++++
 msvc/libgetfem/libgetfem.vcxproj                   | 33 +++++++++++++++-------
 msvc/libgetfemint/libgetfemint.vcxproj             | 12 ++++----
 msvc/matlab_interface/matlab_interface.vcxproj     |  8 +++---
 msvc/poly/poly.vcxproj                             |  8 +++---
 msvc/superlu/superlu.vcxproj                       |  8 +++---
 msvc/test_assembly/test_assembly.vcxproj           |  8 +++---
 msvc/test_kdtree/test_kdtree.vcxproj               |  8 +++---
 .../test_laplacian_with_bricks.vcxproj             |  8 +++---
 .../test_level_set_contact.vcxproj                 |  8 +++---
 12 files changed, 77 insertions(+), 52 deletions(-)

diff --git a/msvc/bilaplacian/bilaplacian.vcxproj 
b/msvc/bilaplacian/bilaplacian.vcxproj
index d212b7f..4175408 100755
--- a/msvc/bilaplacian/bilaplacian.vcxproj
+++ b/msvc/bilaplacian/bilaplacian.vcxproj
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="utf-8"?>
-<Project DefaultTargets="Build" ToolsVersion="14.0" 
xmlns="http://schemas.microsoft.com/developer/msbuild/2003";>
+<Project DefaultTargets="Build" ToolsVersion="15.0" 
xmlns="http://schemas.microsoft.com/developer/msbuild/2003";>
   <ItemGroup Label="ProjectConfigurations">
     <ProjectConfiguration Include="Debug|x64">
       <Configuration>Debug</Configuration>
@@ -14,20 +14,20 @@
     <ProjectGuid>{6CFAAB4C-BE69-4504-B813-D28A2BFA8599}</ProjectGuid>
     <RootNamespace>bilaplacian</RootNamespace>
     <Keyword>Win32Proj</Keyword>
-    <WindowsTargetPlatformVersion>8.1</WindowsTargetPlatformVersion>
+    <WindowsTargetPlatformVersion>10.0.17763.0</WindowsTargetPlatformVersion>
   </PropertyGroup>
   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" 
Label="Configuration">
     <ConfigurationType>Application</ConfigurationType>
     <CharacterSet>Unicode</CharacterSet>
     <WholeProgramOptimization>true</WholeProgramOptimization>
-    <PlatformToolset>v120</PlatformToolset>
+    <PlatformToolset>v141</PlatformToolset>
     <UseIntelMKL>Sequential</UseIntelMKL>
   </PropertyGroup>
   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" 
Label="Configuration">
     <ConfigurationType>Application</ConfigurationType>
     <CharacterSet>Unicode</CharacterSet>
-    <PlatformToolset>v120</PlatformToolset>
+    <PlatformToolset>v141</PlatformToolset>
     <UseIntelMKL>Sequential</UseIntelMKL>
   </PropertyGroup>
   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
diff --git a/msvc/elastostatic/elastostatic.vcxproj 
b/msvc/elastostatic/elastostatic.vcxproj
index b26e87d..dce857c 100755
--- a/msvc/elastostatic/elastostatic.vcxproj
+++ b/msvc/elastostatic/elastostatic.vcxproj
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="utf-8"?>
-<Project DefaultTargets="Build" ToolsVersion="14.0" 
xmlns="http://schemas.microsoft.com/developer/msbuild/2003";>
+<Project DefaultTargets="Build" ToolsVersion="15.0" 
xmlns="http://schemas.microsoft.com/developer/msbuild/2003";>
   <ItemGroup Label="ProjectConfigurations">
     <ProjectConfiguration Include="Debug|x64">
       <Configuration>Debug</Configuration>
@@ -14,20 +14,20 @@
     <ProjectGuid>{8119EF46-FA9B-4AAC-B207-99EBA7FBB12E}</ProjectGuid>
     <RootNamespace>elastostatic</RootNamespace>
     <Keyword>Win32Proj</Keyword>
-    <WindowsTargetPlatformVersion>8.1</WindowsTargetPlatformVersion>
+    <WindowsTargetPlatformVersion>10.0.17763.0</WindowsTargetPlatformVersion>
   </PropertyGroup>
   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" 
Label="Configuration">
     <ConfigurationType>Application</ConfigurationType>
     <CharacterSet>Unicode</CharacterSet>
     <WholeProgramOptimization>true</WholeProgramOptimization>
-    <PlatformToolset>v120</PlatformToolset>
+    <PlatformToolset>v141</PlatformToolset>
     <UseIntelMKL>Sequential</UseIntelMKL>
   </PropertyGroup>
   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" 
Label="Configuration">
     <ConfigurationType>Application</ConfigurationType>
     <CharacterSet>Unicode</CharacterSet>
-    <PlatformToolset>v120</PlatformToolset>
+    <PlatformToolset>v141</PlatformToolset>
     <UseIntelMKL>Sequential</UseIntelMKL>
   </PropertyGroup>
   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
diff --git a/msvc/gmm/gmm_arch_config.h b/msvc/gmm/gmm_arch_config.h
new file mode 100644
index 0000000..30d6938
--- /dev/null
+++ b/msvc/gmm/gmm_arch_config.h
@@ -0,0 +1,12 @@
+#ifndef GMM_GMM_ARCH_CONFIG_H
+#define GMM_GMM_ARCH_CONFIG_H 1
+ 
+#define GMM_HAVE_BOOST
+#define GMM_HAVE_OPENMP
+
+/* Define to 1 if you have the `qhull' library (-lqhull). */
+//#define GMM_HAVE_LIBQHULL
+#define GMM_USES_BLAS
+#define GMM_VERSION "5.3"
+
+#endif
diff --git a/msvc/libgetfem/libgetfem.vcxproj b/msvc/libgetfem/libgetfem.vcxproj
index 68cdbb3..57457f0 100755
--- a/msvc/libgetfem/libgetfem.vcxproj
+++ b/msvc/libgetfem/libgetfem.vcxproj
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="utf-8"?>
-<Project DefaultTargets="Build" ToolsVersion="14.0" 
xmlns="http://schemas.microsoft.com/developer/msbuild/2003";>
+<Project DefaultTargets="Build" ToolsVersion="15.0" 
xmlns="http://schemas.microsoft.com/developer/msbuild/2003";>
   <ItemGroup Label="ProjectConfigurations">
     <ProjectConfiguration Include="Debug|x64">
       <Configuration>Debug</Configuration>
@@ -14,20 +14,20 @@
     <ProjectGuid>{6EEE3C43-27B3-4B9B-A9DF-B5D7F4278D47}</ProjectGuid>
     <RootNamespace>libgetfem</RootNamespace>
     <Keyword>Win32Proj</Keyword>
-    <WindowsTargetPlatformVersion>8.1</WindowsTargetPlatformVersion>
+    <WindowsTargetPlatformVersion>10.0.17763.0</WindowsTargetPlatformVersion>
   </PropertyGroup>
   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" 
Label="Configuration">
     <ConfigurationType>StaticLibrary</ConfigurationType>
     <CharacterSet>Unicode</CharacterSet>
     <WholeProgramOptimization>true</WholeProgramOptimization>
-    <PlatformToolset>v120</PlatformToolset>
+    <PlatformToolset>v141</PlatformToolset>
     <UseIntelMKL>Sequential</UseIntelMKL>
   </PropertyGroup>
   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" 
Label="Configuration">
     <ConfigurationType>StaticLibrary</ConfigurationType>
     <CharacterSet>Unicode</CharacterSet>
-    <PlatformToolset>v120</PlatformToolset>
+    <PlatformToolset>v141</PlatformToolset>
     <UseIntelMKL>Sequential</UseIntelMKL>
   </PropertyGroup>
   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
@@ -51,7 +51,7 @@
   </PropertyGroup>
   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
     <ClCompile>
-      
<PreprocessorDefinitions>GETFEM_HAVE_MUPARSER_H;GETFEM_HAVE_QHULL_QHULL_H;_DEBUG;_LIB;WIN32;_SCL_SECURE_NO_DEPRECATE</PreprocessorDefinitions>
+      
<PreprocessorDefinitions>_DEBUG;_LIB;WIN32;_SCL_SECURE_NO_DEPRECATE</PreprocessorDefinitions>
       <PrecompiledHeader>
       </PrecompiledHeader>
       <WarningLevel>Level3</WarningLevel>
@@ -67,7 +67,7 @@
     <ClCompile>
       <Optimization>MaxSpeed</Optimization>
       <IntrinsicFunctions>true</IntrinsicFunctions>
-      
<PreprocessorDefinitions>GETFEM_HAVE_MUPARSER_H;GETFEM_HAVE_QHULL_QHULL_H;_LIB;WIN32;_CRT_SECURE_NO_WARNINGS;_SCL_SECURE_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE</PreprocessorDefinitions>
+      
<PreprocessorDefinitions>_LIB;WIN32;_CRT_SECURE_NO_WARNINGS;_SCL_SECURE_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE</PreprocessorDefinitions>
       <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
       <FunctionLevelLinking>true</FunctionLevelLinking>
       <PrecompiledHeader>
@@ -105,6 +105,7 @@
     <ClInclude Include="..\..\src\getfem\bgeot_small_vector.h" />
     <ClInclude Include="..\..\src\getfem\bgeot_sparse_tensors.h" />
     <ClInclude Include="..\..\src\getfem\bgeot_tensor.h" />
+    <ClInclude Include="..\..\src\getfem\bgeot_torus.h" />
     <ClInclude Include="..\..\src\getfem\dal_backtrace.h" />
     <ClInclude Include="..\..\src\getfem\dal_basic.h" />
     <ClInclude Include="..\..\src\getfem\dal_bit_vector.h" />
@@ -114,6 +115,7 @@
     <ClInclude Include="..\..\src\getfem\dal_static_stored_objects.h" />
     <ClInclude Include="..\..\src\getfem\dal_tas.h" />
     <ClInclude Include="..\..\src\getfem\dal_tree_sorted.h" />
+    <ClInclude Include="..\..\src\getfem\getfem_accumulated_distro.h" />
     <ClInclude Include="..\..\src\getfem\getfem_assembling.h" />
     <ClInclude Include="..\..\src\getfem\getfem_assembling_tensors.h" />
     <ClInclude Include="..\..\src\getfem\getfem_config.h" />
@@ -135,6 +137,10 @@
     <ClInclude Include="..\..\src\getfem\getfem_fem_level_set.h" />
     <ClInclude Include="..\..\src\getfem\getfem_fourth_order.h" />
     <ClInclude Include="..\..\src\getfem\getfem_generic_assembly.h" />
+    <ClInclude 
Include="..\..\src\getfem\getfem_generic_assembly_compile_and_exec.h" />
+    <ClInclude 
Include="..\..\src\getfem\getfem_generic_assembly_functions_and_operators.h" />
+    <ClInclude Include="..\..\src\getfem\getfem_generic_assembly_semantic.h" />
+    <ClInclude Include="..\..\src\getfem\getfem_generic_assembly_tree.h" />
     <ClInclude Include="..\..\src\getfem\getfem_global_function.h" />
     <ClInclude Include="..\..\src\getfem\getfem_import.h" />
     <ClInclude Include="..\..\src\getfem\getfem_im_data.h" />
@@ -145,6 +151,7 @@
     <ClInclude Include="..\..\src\getfem\getfem_level_set.h" />
     <ClInclude Include="..\..\src\getfem\getfem_level_set_contact.h" />
     <ClInclude Include="..\..\src\getfem\getfem_linearized_plates.h" />
+    <ClInclude Include="..\..\src\getfem\getfem_locale.h" />
     <ClInclude Include="..\..\src\getfem\getfem_mat_elem.h" />
     <ClInclude Include="..\..\src\getfem\getfem_mat_elem_type.h" />
     <ClInclude Include="..\..\src\getfem\getfem_mesh.h" />
@@ -171,8 +178,6 @@
     <ClInclude Include="..\..\src\getfem\getfem_regular_meshes.h" />
     <ClInclude Include="..\..\src\getfem\getfem_superlu.h" />
     <ClInclude Include="..\..\src\getfem\getfem_torus.h" />
-    <ClInclude Include="..\..\src\getfem_boost\noncopyable.hpp" />
-    <ClInclude Include="..\..\src\getfem_boost\workaround.hpp" />
     <ClInclude Include="..\..\src\gmm\gmm.h" />
     <ClInclude Include="..\..\src\gmm\gmm_algobase.h" />
     <ClInclude Include="..\..\src\gmm\gmm_blas.h" />
@@ -187,6 +192,7 @@
     <ClInclude Include="..\..\src\gmm\gmm_dense_sylvester.h" />
     <ClInclude Include="..\..\src\gmm\gmm_domain_decomp.h" />
     <ClInclude Include="..\..\src\gmm\gmm_except.h" />
+    <ClInclude Include="..\..\src\gmm\gmm_feedback_management.h" />
     <ClInclude Include="..\..\src\gmm\gmm_inoutput.h" />
     <ClInclude Include="..\..\src\gmm\gmm_interface.h" />
     <ClInclude Include="..\..\src\gmm\gmm_interface_bgeot.h" />
@@ -244,6 +250,7 @@
     <ClCompile Include="..\..\src\bgeot_rtree.cc" />
     <ClCompile Include="..\..\src\bgeot_small_vector.cc" />
     <ClCompile Include="..\..\src\bgeot_sparse_tensors.cc" />
+    <ClCompile Include="..\..\src\bgeot_torus.cc" />
     <ClCompile Include="..\..\src\dal_backtrace.cc" />
     <ClCompile Include="..\..\src\dal_bit_vector.cc" />
     <ClCompile Include="..\..\src\dal_singleton.cc" />
@@ -263,7 +270,12 @@
     <ClCompile Include="..\..\src\getfem_fem_global_function.cc" />
     <ClCompile Include="..\..\src\getfem_fem_level_set.cc" />
     <ClCompile Include="..\..\src\getfem_fourth_order.cc" />
-    <ClCompile Include="..\..\src\getfem_generic_assembly.cc" />
+    <ClCompile Include="..\..\src\getfem_generic_assembly_compile_and_exec.cc" 
/>
+    <ClCompile 
Include="..\..\src\getfem_generic_assembly_functions_and_operators.cc" />
+    <ClCompile Include="..\..\src\getfem_generic_assembly_interpolation.cc" />
+    <ClCompile Include="..\..\src\getfem_generic_assembly_semantic.cc" />
+    <ClCompile Include="..\..\src\getfem_generic_assembly_tree.cc" />
+    <ClCompile Include="..\..\src\getfem_generic_assembly_workspace.cc" />
     <ClCompile Include="..\..\src\getfem_global_function.cc" />
     <ClCompile Include="..\..\src\getfem_import.cc" />
     <ClCompile Include="..\..\src\getfem_im_data.cc" />
@@ -271,10 +283,11 @@
     <ClCompile Include="..\..\src\getfem_integration_composite.cc" />
     <ClCompile Include="..\..\src\getfem_interpolated_fem.cc" />
     <ClCompile Include="..\..\src\getfem_interpolation.cc" />
-    <ClCompile 
Include="..\..\src\getfem_interpolation_on_deformed_domains.cpp" />
+    <ClCompile Include="..\..\src\getfem_interpolation_on_deformed_domains.cc" 
/>
     <ClCompile Include="..\..\src\getfem_level_set.cc" />
     <ClCompile Include="..\..\src\getfem_level_set_contact.cc" />
     <ClCompile Include="..\..\src\getfem_linearized_plates.cc" />
+    <ClCompile Include="..\..\src\getfem_locale.cc" />
     <ClCompile Include="..\..\src\getfem_mat_elem.cc" />
     <ClCompile Include="..\..\src\getfem_mat_elem_type.cc" />
     <ClCompile Include="..\..\src\getfem_mesh.cc" />
diff --git a/msvc/libgetfemint/libgetfemint.vcxproj 
b/msvc/libgetfemint/libgetfemint.vcxproj
index 6c13a45..e1564aa 100755
--- a/msvc/libgetfemint/libgetfemint.vcxproj
+++ b/msvc/libgetfemint/libgetfemint.vcxproj
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="utf-8"?>
-<Project DefaultTargets="Build" ToolsVersion="14.0" 
xmlns="http://schemas.microsoft.com/developer/msbuild/2003";>
+<Project DefaultTargets="Build" ToolsVersion="15.0" 
xmlns="http://schemas.microsoft.com/developer/msbuild/2003";>
   <ItemGroup Label="ProjectConfigurations">
     <ProjectConfiguration Include="Debug|x64">
       <Configuration>Debug</Configuration>
@@ -122,20 +122,20 @@
     <ProjectGuid>{CB4F1E6A-9576-4B94-AF1B-83E7794BBC18}</ProjectGuid>
     <RootNamespace>libgetfemint</RootNamespace>
     <Keyword>Win32Proj</Keyword>
-    <WindowsTargetPlatformVersion>8.1</WindowsTargetPlatformVersion>
+    <WindowsTargetPlatformVersion>10.0.17763.0</WindowsTargetPlatformVersion>
   </PropertyGroup>
   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" 
Label="Configuration">
     <ConfigurationType>StaticLibrary</ConfigurationType>
     <CharacterSet>Unicode</CharacterSet>
     <WholeProgramOptimization>true</WholeProgramOptimization>
-    <PlatformToolset>v120</PlatformToolset>
+    <PlatformToolset>v141</PlatformToolset>
     <UseIntelMKL>Sequential</UseIntelMKL>
   </PropertyGroup>
   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" 
Label="Configuration">
     <ConfigurationType>StaticLibrary</ConfigurationType>
     <CharacterSet>Unicode</CharacterSet>
-    <PlatformToolset>v120</PlatformToolset>
+    <PlatformToolset>v141</PlatformToolset>
     <UseIntelMKL>Sequential</UseIntelMKL>
   </PropertyGroup>
   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
@@ -161,7 +161,7 @@
     <ClCompile>
       <Optimization>Disabled</Optimization>
       
<AdditionalIncludeDirectories>..\muparser_v134\include;..\qhull-2011.1\src;..\..\interface\src;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
-      
<PreprocessorDefinitions>GETFEM_HAVE_MUPARSER_H;GETFEM_HAVE_QHULL_QHULL_H;_DEBUG;_LIB;WIN32;_SCL_SECURE_NO_DEPRECATE</PreprocessorDefinitions>
+      
<PreprocessorDefinitions>_DEBUG;_LIB;WIN32;_SCL_SECURE_NO_DEPRECATE</PreprocessorDefinitions>
       <BasicRuntimeChecks>Default</BasicRuntimeChecks>
       <PrecompiledHeader>
       </PrecompiledHeader>
@@ -173,7 +173,7 @@
   <ItemDefinitionGroup 
Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
     <ClCompile>
       
<AdditionalIncludeDirectories>..\qhull-2011.1\src;..\muparser_v134\include;..\..\interface\src;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
-      
<PreprocessorDefinitions>GETFEM_HAVE_MUPARSER_H;GETFEM_HAVE_QHULL_QHULL_H;_LIB;WIN32;_SCL_SECURE_NO_DEPRECATE;_CRT_SECURE_NO_WARNINGS;_CRT_SECURE_NO_DEPRECATE</PreprocessorDefinitions>
+      
<PreprocessorDefinitions>_LIB;WIN32;_SCL_SECURE_NO_DEPRECATE;_CRT_SECURE_NO_WARNINGS;_CRT_SECURE_NO_DEPRECATE</PreprocessorDefinitions>
       <BasicRuntimeChecks>Default</BasicRuntimeChecks>
       <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
       <FunctionLevelLinking>true</FunctionLevelLinking>
diff --git a/msvc/matlab_interface/matlab_interface.vcxproj 
b/msvc/matlab_interface/matlab_interface.vcxproj
index ed53f54..b009e1c 100755
--- a/msvc/matlab_interface/matlab_interface.vcxproj
+++ b/msvc/matlab_interface/matlab_interface.vcxproj
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="utf-8"?>
-<Project DefaultTargets="Build" ToolsVersion="14.0" 
xmlns="http://schemas.microsoft.com/developer/msbuild/2003";>
+<Project DefaultTargets="Build" ToolsVersion="15.0" 
xmlns="http://schemas.microsoft.com/developer/msbuild/2003";>
   <ItemGroup Label="ProjectConfigurations">
     <ProjectConfiguration Include="Debug|x64">
       <Configuration>Debug</Configuration>
@@ -14,20 +14,20 @@
     <ProjectGuid>{23AAA66B-5F52-444F-B813-83968048AAC6}</ProjectGuid>
     <RootNamespace>matlab_interface</RootNamespace>
     <Keyword>Win32Proj</Keyword>
-    <WindowsTargetPlatformVersion>8.1</WindowsTargetPlatformVersion>
+    <WindowsTargetPlatformVersion>10.0.17763.0</WindowsTargetPlatformVersion>
   </PropertyGroup>
   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" 
Label="Configuration">
     <ConfigurationType>DynamicLibrary</ConfigurationType>
     <CharacterSet>Unicode</CharacterSet>
     <WholeProgramOptimization>true</WholeProgramOptimization>
-    <PlatformToolset>v120</PlatformToolset>
+    <PlatformToolset>v141</PlatformToolset>
     <UseIntelMKL>Sequential</UseIntelMKL>
   </PropertyGroup>
   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" 
Label="Configuration">
     <ConfigurationType>DynamicLibrary</ConfigurationType>
     <CharacterSet>Unicode</CharacterSet>
-    <PlatformToolset>v120</PlatformToolset>
+    <PlatformToolset>v141</PlatformToolset>
     <UseIntelMKL>Sequential</UseIntelMKL>
   </PropertyGroup>
   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
diff --git a/msvc/poly/poly.vcxproj b/msvc/poly/poly.vcxproj
index bcbd74f..f09b62d 100755
--- a/msvc/poly/poly.vcxproj
+++ b/msvc/poly/poly.vcxproj
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="utf-8"?>
-<Project DefaultTargets="Build" ToolsVersion="14.0" 
xmlns="http://schemas.microsoft.com/developer/msbuild/2003";>
+<Project DefaultTargets="Build" ToolsVersion="15.0" 
xmlns="http://schemas.microsoft.com/developer/msbuild/2003";>
   <ItemGroup Label="ProjectConfigurations">
     <ProjectConfiguration Include="Debug|x64">
       <Configuration>Debug</Configuration>
@@ -14,20 +14,20 @@
     <ProjectGuid>{C2024085-20BE-48DE-B8E2-6AB3A3981E94}</ProjectGuid>
     <RootNamespace>poly</RootNamespace>
     <Keyword>Win32Proj</Keyword>
-    <WindowsTargetPlatformVersion>8.1</WindowsTargetPlatformVersion>
+    <WindowsTargetPlatformVersion>10.0.17763.0</WindowsTargetPlatformVersion>
   </PropertyGroup>
   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" 
Label="Configuration">
     <ConfigurationType>Application</ConfigurationType>
     <CharacterSet>Unicode</CharacterSet>
     <WholeProgramOptimization>true</WholeProgramOptimization>
-    <PlatformToolset>v120</PlatformToolset>
+    <PlatformToolset>v141</PlatformToolset>
     <UseIntelMKL>Sequential</UseIntelMKL>
   </PropertyGroup>
   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" 
Label="Configuration">
     <ConfigurationType>Application</ConfigurationType>
     <CharacterSet>Unicode</CharacterSet>
-    <PlatformToolset>v120</PlatformToolset>
+    <PlatformToolset>v141</PlatformToolset>
     <UseIntelMKL>Sequential</UseIntelMKL>
   </PropertyGroup>
   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
diff --git a/msvc/superlu/superlu.vcxproj b/msvc/superlu/superlu.vcxproj
index 58827b3..c59792e 100755
--- a/msvc/superlu/superlu.vcxproj
+++ b/msvc/superlu/superlu.vcxproj
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="utf-8"?>
-<Project DefaultTargets="Build" ToolsVersion="14.0" 
xmlns="http://schemas.microsoft.com/developer/msbuild/2003";>
+<Project DefaultTargets="Build" ToolsVersion="15.0" 
xmlns="http://schemas.microsoft.com/developer/msbuild/2003";>
   <ItemGroup Label="ProjectConfigurations">
     <ProjectConfiguration Include="Debug|x64">
       <Configuration>Debug</Configuration>
@@ -14,20 +14,20 @@
     <ProjectGuid>{7413AF7B-D30C-4BC4-9FD6-952E18C11497}</ProjectGuid>
     <RootNamespace>superlu</RootNamespace>
     <Keyword>Win32Proj</Keyword>
-    <WindowsTargetPlatformVersion>8.1</WindowsTargetPlatformVersion>
+    <WindowsTargetPlatformVersion>10.0.17763.0</WindowsTargetPlatformVersion>
   </PropertyGroup>
   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" 
Label="Configuration">
     <ConfigurationType>StaticLibrary</ConfigurationType>
     <CharacterSet>Unicode</CharacterSet>
     <WholeProgramOptimization>true</WholeProgramOptimization>
-    <PlatformToolset>v120</PlatformToolset>
+    <PlatformToolset>v141</PlatformToolset>
     <UseIntelMKL>Sequential</UseIntelMKL>
   </PropertyGroup>
   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" 
Label="Configuration">
     <ConfigurationType>StaticLibrary</ConfigurationType>
     <CharacterSet>Unicode</CharacterSet>
-    <PlatformToolset>v120</PlatformToolset>
+    <PlatformToolset>v141</PlatformToolset>
     <UseIntelMKL>Sequential</UseIntelMKL>
   </PropertyGroup>
   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
diff --git a/msvc/test_assembly/test_assembly.vcxproj 
b/msvc/test_assembly/test_assembly.vcxproj
index add11e9..7e93964 100755
--- a/msvc/test_assembly/test_assembly.vcxproj
+++ b/msvc/test_assembly/test_assembly.vcxproj
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="utf-8"?>
-<Project DefaultTargets="Build" ToolsVersion="4.0" 
xmlns="http://schemas.microsoft.com/developer/msbuild/2003";>
+<Project DefaultTargets="Build" ToolsVersion="15.0" 
xmlns="http://schemas.microsoft.com/developer/msbuild/2003";>
   <ItemGroup Label="ProjectConfigurations">
     <ProjectConfiguration Include="Debug|x64">
       <Configuration>Debug</Configuration>
@@ -14,20 +14,20 @@
     <ProjectGuid>{70293D63-048B-4654-839F-F7F37D22266E}</ProjectGuid>
     <RootNamespace>test_assembly</RootNamespace>
     <Keyword>Win32Proj</Keyword>
-    <WindowsTargetPlatformVersion>8.1</WindowsTargetPlatformVersion>
+    <WindowsTargetPlatformVersion>10.0.17763.0</WindowsTargetPlatformVersion>
   </PropertyGroup>
   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" 
Label="Configuration">
     <ConfigurationType>Application</ConfigurationType>
     <CharacterSet>Unicode</CharacterSet>
     <WholeProgramOptimization>true</WholeProgramOptimization>
-    <PlatformToolset>v120</PlatformToolset>
+    <PlatformToolset>v141</PlatformToolset>
     <UseIntelMKL>Sequential</UseIntelMKL>
   </PropertyGroup>
   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" 
Label="Configuration">
     <ConfigurationType>Application</ConfigurationType>
     <CharacterSet>Unicode</CharacterSet>
-    <PlatformToolset>v120</PlatformToolset>
+    <PlatformToolset>v141</PlatformToolset>
     <UseIntelMKL>Sequential</UseIntelMKL>
   </PropertyGroup>
   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
diff --git a/msvc/test_kdtree/test_kdtree.vcxproj 
b/msvc/test_kdtree/test_kdtree.vcxproj
index 74d36df..78924dd 100755
--- a/msvc/test_kdtree/test_kdtree.vcxproj
+++ b/msvc/test_kdtree/test_kdtree.vcxproj
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="utf-8"?>
-<Project DefaultTargets="Build" ToolsVersion="14.0" 
xmlns="http://schemas.microsoft.com/developer/msbuild/2003";>
+<Project DefaultTargets="Build" ToolsVersion="15.0" 
xmlns="http://schemas.microsoft.com/developer/msbuild/2003";>
   <ItemGroup Label="ProjectConfigurations">
     <ProjectConfiguration Include="Debug|x64">
       <Configuration>Debug</Configuration>
@@ -14,20 +14,20 @@
     <ProjectGuid>{BFF07941-BB62-404C-8D79-CF68ACD29C94}</ProjectGuid>
     <RootNamespace>test_kdtree</RootNamespace>
     <Keyword>Win32Proj</Keyword>
-    <WindowsTargetPlatformVersion>8.1</WindowsTargetPlatformVersion>
+    <WindowsTargetPlatformVersion>10.0.17763.0</WindowsTargetPlatformVersion>
   </PropertyGroup>
   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" 
Label="Configuration">
     <ConfigurationType>Application</ConfigurationType>
     <CharacterSet>Unicode</CharacterSet>
     <WholeProgramOptimization>true</WholeProgramOptimization>
-    <PlatformToolset>v120</PlatformToolset>
+    <PlatformToolset>v141</PlatformToolset>
     <UseIntelMKL>Sequential</UseIntelMKL>
   </PropertyGroup>
   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" 
Label="Configuration">
     <ConfigurationType>Application</ConfigurationType>
     <CharacterSet>Unicode</CharacterSet>
-    <PlatformToolset>v120</PlatformToolset>
+    <PlatformToolset>v141</PlatformToolset>
     <UseIntelMKL>Sequential</UseIntelMKL>
   </PropertyGroup>
   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
diff --git a/msvc/test_laplacian_with_bricks/test_laplacian_with_bricks.vcxproj 
b/msvc/test_laplacian_with_bricks/test_laplacian_with_bricks.vcxproj
index fe1b3d5..851f1c6 100644
--- a/msvc/test_laplacian_with_bricks/test_laplacian_with_bricks.vcxproj
+++ b/msvc/test_laplacian_with_bricks/test_laplacian_with_bricks.vcxproj
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="utf-8"?>
-<Project DefaultTargets="Build" ToolsVersion="14.0" 
xmlns="http://schemas.microsoft.com/developer/msbuild/2003";>
+<Project DefaultTargets="Build" ToolsVersion="15.0" 
xmlns="http://schemas.microsoft.com/developer/msbuild/2003";>
   <ItemGroup Label="ProjectConfigurations">
     <ProjectConfiguration Include="Debug|x64">
       <Configuration>Debug</Configuration>
@@ -13,20 +13,20 @@
   <PropertyGroup Label="Globals">
     <ProjectGuid>{2687B5BA-5F98-4002-A2FB-F2D2F707121C}</ProjectGuid>
     <RootNamespace>test_laplacian_with_bricks</RootNamespace>
-    <WindowsTargetPlatformVersion>8.1</WindowsTargetPlatformVersion>
+    <WindowsTargetPlatformVersion>10.0.17763.0</WindowsTargetPlatformVersion>
   </PropertyGroup>
   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" 
Label="Configuration">
     <ConfigurationType>Application</ConfigurationType>
     <UseDebugLibraries>true</UseDebugLibraries>
-    <PlatformToolset>v120</PlatformToolset>
+    <PlatformToolset>v141</PlatformToolset>
     <CharacterSet>MultiByte</CharacterSet>
     <UseIntelMKL>Sequential</UseIntelMKL>
   </PropertyGroup>
   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" 
Label="Configuration">
     <ConfigurationType>Application</ConfigurationType>
     <UseDebugLibraries>false</UseDebugLibraries>
-    <PlatformToolset>v120</PlatformToolset>
+    <PlatformToolset>v141</PlatformToolset>
     <WholeProgramOptimization>true</WholeProgramOptimization>
     <CharacterSet>MultiByte</CharacterSet>
     <UseIntelMKL>Sequential</UseIntelMKL>
diff --git a/msvc/test_level_set_contact/test_level_set_contact.vcxproj 
b/msvc/test_level_set_contact/test_level_set_contact.vcxproj
index fd8b83c..11f89df 100644
--- a/msvc/test_level_set_contact/test_level_set_contact.vcxproj
+++ b/msvc/test_level_set_contact/test_level_set_contact.vcxproj
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="utf-8"?>
-<Project DefaultTargets="Build" ToolsVersion="14.0" 
xmlns="http://schemas.microsoft.com/developer/msbuild/2003";>
+<Project DefaultTargets="Build" ToolsVersion="15.0" 
xmlns="http://schemas.microsoft.com/developer/msbuild/2003";>
   <ItemGroup Label="ProjectConfigurations">
     <ProjectConfiguration Include="Debug|x64">
       <Configuration>Debug</Configuration>
@@ -13,20 +13,20 @@
   <PropertyGroup Label="Globals">
     <ProjectGuid>{7B6CEDAC-A6E1-4DAC-ACBC-FC049124377E}</ProjectGuid>
     <RootNamespace>test_level_set_contact</RootNamespace>
-    <WindowsTargetPlatformVersion>8.1</WindowsTargetPlatformVersion>
+    <WindowsTargetPlatformVersion>10.0.17763.0</WindowsTargetPlatformVersion>
   </PropertyGroup>
   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" 
Label="Configuration">
     <ConfigurationType>Application</ConfigurationType>
     <UseDebugLibraries>true</UseDebugLibraries>
-    <PlatformToolset>v120</PlatformToolset>
+    <PlatformToolset>v141</PlatformToolset>
     <CharacterSet>MultiByte</CharacterSet>
     <UseIntelMKL>Sequential</UseIntelMKL>
   </PropertyGroup>
   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" 
Label="Configuration">
     <ConfigurationType>Application</ConfigurationType>
     <UseDebugLibraries>false</UseDebugLibraries>
-    <PlatformToolset>v120</PlatformToolset>
+    <PlatformToolset>v141</PlatformToolset>
     <WholeProgramOptimization>true</WholeProgramOptimization>
     <CharacterSet>MultiByte</CharacterSet>
     <UseIntelMKL>Sequential</UseIntelMKL>



reply via email to

[Prev in Thread] Current Thread [Next in Thread]