|
|
@@ -3,7 +3,7 @@
|
|
|
<TargetFramework>net6.0</TargetFramework>
|
|
|
<ImplicitUsings>enable</ImplicitUsings>
|
|
|
<Nullable>enable</Nullable>
|
|
|
- <Version>23.318.23528</Version>
|
|
|
+ <Version>23.318.25866</Version>
|
|
|
<PackageOutputPath Condition="'$(Configuration)' == 'Release'">../YSAI.Publish/Release</PackageOutputPath>
|
|
|
<PackageOutputPath Condition="'$(Configuration)' == 'Debug'">../YSAI.Publish/Debug</PackageOutputPath>
|
|
|
<Authors>Shun</Authors>
|
|
|
@@ -16,6 +16,18 @@
|
|
|
<Description Condition="'$(DescriptionName_Cn)' != ''">$(DescriptionType):$(DescriptionName_En) ( $(DescriptionName_Cn) )</Description>
|
|
|
<Description Condition="'$(DescriptionName_Cn)' == ''">$(DescriptionType):$(DescriptionName_En)</Description>
|
|
|
</PropertyGroup>
|
|
|
+ <ItemGroup>
|
|
|
+ <None Remove="Opc.Ua.Client.Config.xml" />
|
|
|
+ <None Remove="Opc.Ua.Service.Config.xml" />
|
|
|
+ </ItemGroup>
|
|
|
+ <ItemGroup>
|
|
|
+ <Content Include="Opc.Ua.Client.Config.xml">
|
|
|
+ <CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
|
+ </Content>
|
|
|
+ <Content Include="Opc.Ua.Service.Config.xml">
|
|
|
+ <CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
|
+ </Content>
|
|
|
+ </ItemGroup>
|
|
|
<ItemGroup>
|
|
|
<PackageReference Include="OPCFoundation.NetStandard.Opc.Ua" Version="1.4.372.76" />
|
|
|
<PackageReference Include="YSAI.Core" Version="23.318.22555" />
|
|
|
@@ -26,12 +38,4 @@
|
|
|
<ItemGroup>
|
|
|
<Folder Include="da\lib\" />
|
|
|
</ItemGroup>
|
|
|
- <ItemGroup>
|
|
|
- <None Update="Opc.Ua.Client.Config.xml">
|
|
|
- <CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
|
- </None>
|
|
|
- <None Update="Opc.Ua.Service.Config.xml">
|
|
|
- <CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
|
- </None>
|
|
|
- </ItemGroup>
|
|
|
</Project>
|