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编译 --- LLMF/LLMF.csproj | 19 +++++++++++-------- 1 files changed, 11 insertions(+), 8 deletions(-) diff --git a/LLMF/LLMF.csproj b/LLMF/LLMF.csproj index b0663ff..03084de 100644 --- a/LLMF/LLMF.csproj +++ b/LLMF/LLMF.csproj @@ -44,19 +44,11 @@ <Reference Include="dog_net_windows"> <HintPath>..\Lib\SuperDog\dog_net_windows.dll</HintPath> </Reference> - <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"> <HintPath>..\Lib\halcon\halcondotnet.dll</HintPath> </Reference> <Reference Include="hdevenginedotnet"> <HintPath>..\Lib\halcon\hdevenginedotnet.dll</HintPath> - </Reference> - <Reference Include="Interop.OPCAutomation"> - <HintPath>..\Lib\Interop.OPCAutomation.dll</HintPath> - <EmbedInteropTypes>True</EmbedInteropTypes> </Reference> <Reference Include="PresentationCore"> <RequiredTargetFramework>3.0</RequiredTargetFramework> @@ -181,6 +173,17 @@ <Name>PointGreyAndHalcon</Name> </ProjectReference> </ItemGroup> + <ItemGroup> + <COMReference Include="OPCAutomation"> + <Guid>{28E68F91-8D75-11D1-8DC3-3C302A000000}</Guid> + <VersionMajor>1</VersionMajor> + <VersionMinor>0</VersionMinor> + <Lcid>0</Lcid> + <WrapperTool>tlbimp</WrapperTool> + <Isolated>False</Isolated> + <EmbedInteropTypes>True</EmbedInteropTypes> + </COMReference> + </ItemGroup> <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> <!-- To modify your build process, add your task inside one of the targets below and uncomment it. Other similar extension points exist, see Microsoft.Common.targets. -- Gitblit v1.8.0