From 53e656200368a983e563550e2cc1acbc6d86b729 Mon Sep 17 00:00:00 2001
From: chr <chrry550@outlook.com>
Date: 星期三, 08 四月 2026 19:57:14 +0800
Subject: [PATCH] 完善代码
---
Plugin/AddInPlugin/AddInPlugin.csproj | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/Plugin/AddInPlugin/AddInPlugin.csproj b/Plugin/AddInPlugin/AddInPlugin.csproj
index 6cf0361..93c2c42 100644
--- a/Plugin/AddInPlugin/AddInPlugin.csproj
+++ b/Plugin/AddInPlugin/AddInPlugin.csproj
@@ -45,14 +45,14 @@
</ItemGroup>
<ItemGroup>
+ <ProjectReference Include="..\..\..\..\VisualStudio\UtilLib\UtilLib.csproj" />
+ <ProjectReference Include="..\..\..\ViHelper\ViHelper.csproj" />
<ProjectReference Include="..\..\OpenTap\Engine\Tap.Engine.csproj" />
- <ProjectReference Include="..\..\UtilLib\UtilLib.csproj" />
- <ProjectReference Include="..\..\ViHelper\ViHelper.csproj" />
</ItemGroup>
<ItemGroup>
<Reference Include="LabViewRunner">
- <HintPath>..\..\ViHelper\Libs\LabViewRunner.dll</HintPath>
+ <HintPath>..\..\..\..\..\Users\chrry\Desktop\builds\Untitled Project 1\My Interop Assembly\LabViewRunner.dll</HintPath>
</Reference>
<Reference Include="NationalInstruments.LabVIEW.Interop">
<HintPath>..\..\..\..\..\Program Files\National Instruments\Shared\LabVIEW Run-Time\2020\NationalInstruments.LabVIEW.Interop.dll</HintPath>
--
Gitblit v1.9.1