Skip to content

Commit 6a5dfea

Browse files
committed
chore: 增加打包配置
1 parent acf7bda commit 6a5dfea

1 file changed

Lines changed: 13 additions & 1 deletion

File tree

src/extensions/BootstrapBlazor.OpcDa/BootstrapBlazor.OpcDa.csproj

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,19 @@
2727
</ItemGroup>
2828

2929
<ItemGroup>
30-
<PackageReference Include="OpcNetApi.Com" Version="2.1.108" />
30+
<None Include="lib\OpcComRcw.dll" Pack="true" PackagePath="lib" />
31+
<None Include="lib\OpcNetApi.dll" Pack="true" PackagePath="lib" />
32+
<None Include="lib\OpcNetApi.Com.dll" Pack="true" PackagePath="lib" />
33+
</ItemGroup>
34+
35+
<ItemGroup>
36+
<Reference Include="OpcComRcw" HintPath="lib\OpcComRcw.dll" Private="true" PackageCopyToOutput="true" />
37+
<Reference Include="OpcNetApi" HintPath="lib\OpcComRcw.dll" Private="true" PackageCopyToOutput="true" />
38+
<Reference Include="OpcNetApi.Com" HintPath="lib\OpcComRcw.dll" Private="true" PackageCopyToOutput="true" />
39+
</ItemGroup>
40+
41+
<ItemGroup>
42+
<Content Include="build\*.targets" PackagePath="build" />
3143
</ItemGroup>
3244

3345
<ItemGroup>

0 commit comments

Comments
 (0)