Newer
Older
PrismSoftware / ECTrainer2 / opencv420gst.props
@Toshiya Nakaguchi Toshiya Nakaguchi on 16 Feb 2020 728 bytes ECTrainer2プロジェクト開発開始
<?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="'$(Platform)'=='x64'">
    <IncludePath>D:\SDK\OpenCV4.2.0_GST\include;$(IncludePath)</IncludePath>
    <LibraryPath>D:\SDK\OpenCV4.2.0_GST\x64\vc16\lib;$(LibraryPath)</LibraryPath>
  </PropertyGroup>
  <PropertyGroup Condition="'$(Platform)'=='Win32'">
    <IncludePath>D:\SDK\OpenCV4.2.0_GST\include;$(IncludePath)</IncludePath>
    <LibraryPath>D:\SDK\OpenCV4.2.0_GST\x86\vc16\lib\lib;$(LibraryPath)</LibraryPath>
  </PropertyGroup>
  <ItemDefinitionGroup />
  <ItemGroup />
</Project>