Newer
Older
TongueAnalysis / TongueAnalysis / opencv320.props
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  <ImportGroup Label="PropertySheets" />
  <PropertyGroup Label="UserMacros" />
  <PropertyGroup Condition="'$(PlatformToolset)|$(Platform)'=='v120|x64'">
    <IncludePath>D:\SDK\OpenCV3.2.0\build\include;$(IncludePath)</IncludePath>
    <LibraryPath>D:\SDK\OpenCV3.2.0\build\x64\vc12\lib;$(LibraryPath)</LibraryPath>
  </PropertyGroup>
  <PropertyGroup Condition="'$(PlatformToolset)|$(Platform)'=='v120|Win32'">
    <IncludePath>D:\SDK\OpenCV3.2.0\build\include;$(IncludePath)</IncludePath>
    <LibraryPath>D:\SDK\OpenCV3.2.0\build\x86\vc12\lib;$(LibraryPath)</LibraryPath>
  </PropertyGroup>
  <PropertyGroup Condition="'$(PlatformToolset)|$(Platform)'=='v140|x64'">
    <IncludePath>D:\SDK\OpenCV3.2.0\build\include;$(IncludePath)</IncludePath>
    <LibraryPath>D:\SDK\OpenCV3.2.0\build\x64\vc14\lib;$(LibraryPath)</LibraryPath>
  </PropertyGroup>
  <PropertyGroup Condition="'$(PlatformToolset)|$(Platform)'=='v140|Win32'">
    <IncludePath>D:\SDK\OpenCV3.2.0\build\include;$(IncludePath)</IncludePath>
    <LibraryPath>D:\SDK\OpenCV3.2.0\build\x86\vc14\lib;$(LibraryPath)</LibraryPath>
  </PropertyGroup>
  <PropertyGroup Condition="'$(PlatformToolset)|$(Platform)'=='v141|x64'">
    <IncludePath>D:\SDK\OpenCV3.2.0\build\include;$(IncludePath)</IncludePath>
    <LibraryPath>D:\SDK\OpenCV3.2.0\build\x64\vc14\lib;$(LibraryPath)</LibraryPath>
  </PropertyGroup>
  <PropertyGroup Condition="'$(PlatformToolset)|$(Platform)'=='v141|Win32'">
    <IncludePath>D:\SDK\OpenCV3.2.0\build\include;$(IncludePath)</IncludePath>
    <LibraryPath>D:\SDK\OpenCV3.2.0\build\x86\vc14\lib;$(LibraryPath)</LibraryPath>
  </PropertyGroup>
  <ItemDefinitionGroup />
  <ItemGroup />
</Project>