Some checks failed
Branch Build / build-test-deploy (push) Failing after 1m12s
15 lines
535 B
XML
15 lines
535 B
XML
<Project>
|
|
<PropertyGroup>
|
|
<OutputType>Exe</OutputType>
|
|
<IsPackable>false</IsPackable>
|
|
<TargetFramework>net10.0</TargetFramework>
|
|
|
|
<InvariantGlobalization>true</InvariantGlobalization>
|
|
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
|
|
|
|
<AssemblyOriginatorKeyFile>../../AMWD.Protocols.Modbus.snk</AssemblyOriginatorKeyFile>
|
|
</PropertyGroup>
|
|
|
|
<Import Project="$([MSBuild]::GetPathOfFileAbove('Directory.Build.props', '$(MSBuildThisFileDirectory)\..'))" />
|
|
</Project>
|