From 95b50178d3fde31dd9e1d594264e4cf036e4f272 Mon Sep 17 00:00:00 2001
From: patrick.xu <patrick.xu@broconcentric.com>
Date: 星期一, 15 八月 2022 18:59:05 +0800
Subject: [PATCH] 优先x86编译

---
 PointGreyAndHalcon/PointGreyAndHalcon/PointGreyAndHalcon.csproj |    7 +++----
 1 files changed, 3 insertions(+), 4 deletions(-)

diff --git a/PointGreyAndHalcon/PointGreyAndHalcon/PointGreyAndHalcon.csproj b/PointGreyAndHalcon/PointGreyAndHalcon/PointGreyAndHalcon.csproj
index 0eb3fd0..6a24408 100644
--- a/PointGreyAndHalcon/PointGreyAndHalcon/PointGreyAndHalcon.csproj
+++ b/PointGreyAndHalcon/PointGreyAndHalcon/PointGreyAndHalcon.csproj
@@ -39,14 +39,13 @@
     <Prefer32Bit>false</Prefer32Bit>
   </PropertyGroup>
   <ItemGroup>
-    <Reference Include="FlyCapture2Managed_v100, Version=2.8.3.1, Culture=neutral, PublicKeyToken=76c6583b4a4585f4, processorArchitecture=x86">
-      <SpecificVersion>False</SpecificVersion>
-      <HintPath>..\..\Lib\FlyCapture\FlyCapture2Managed_v100.dll</HintPath>
-    </Reference>
     <Reference Include="halcondotnet, Version=11.0.1.0, Culture=neutral, PublicKeyToken=4973bed59ddbf2b8, processorArchitecture=MSIL">
       <SpecificVersion>False</SpecificVersion>
       <HintPath>..\..\Lib\halcon\halcondotnet.dll</HintPath>
     </Reference>
+    <Reference Include="MvCameraControl.Net">
+      <HintPath>..\..\Lib\HikCamera\MvCameraControl.Net.dll</HintPath>
+    </Reference>
     <Reference Include="System" />
     <Reference Include="System.Core">
       <RequiredTargetFramework>3.5</RequiredTargetFramework>

--
Gitblit v1.8.0