File tree Expand file tree Collapse file tree
src/extensions/BootstrapBlazor.OpcDa Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk" >
22
33 <PropertyGroup >
4- <Version >9.0.1 </Version >
4+ <Version >9.0.2 </Version >
55 <RootNamespace >BootstrapBlazor.OpcDa</RootNamespace >
66 </PropertyGroup >
77
3434
3535 <ItemGroup >
3636 <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" />
37+ <Reference Include =" OpcNetApi" HintPath =" lib\OpcNetApi .dll" Private =" true" PackageCopyToOutput =" true" />
38+ <Reference Include =" OpcNetApi.Com" HintPath =" lib\OpcNetApi.Com .dll" Private =" true" PackageCopyToOutput =" true" />
3939 </ItemGroup >
4040
4141 <ItemGroup >
Original file line number Diff line number Diff line change 11<Project >
22
33 <ItemGroup >
4- <Files Include =" $(MSBuildThisFileDirectory)/../lib/net6.0/Opc*.*" />
4+ <OpcDaFiles Include =" $(MSBuildThisFileDirectory)/../lib/net6.0/Opc*.*" />
55 </ItemGroup >
66
7- <Target Name =" CopyFiles" AfterTargets =" Build" >
8- <Copy SourceFiles =" @(Files)" DestinationFolder =" $(TargetDir)" />
7+ <Target Name =" OpcDaCopyFilesAfterBuild" AfterTargets =" Build" >
8+ <Message Text =" [OpcDa] Copy OpcDa files -> $(TargetDir)" Importance =" high" />
9+ <Copy SourceFiles =" @(OpcDaFiles)" DestinationFolder =" $(TargetDir)" />
10+ </Target >
11+
12+ <Target Name =" OpcDaCopyFilesAfterPublish" AfterTargets =" Publish" >
13+ <Copy SourceFiles =" @(OpcDaFiles)" DestinationFolder =" $(PublishDir)" />
914 </Target >
1015
1116</Project >
You can’t perform that action at this time.
0 commit comments