You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
455 B
XML
14 lines
455 B
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<PropertyGroup>
|
|
<TargetFramework>net6.0</TargetFramework>
|
|
<AssemblyName>iec61850dotnet</AssemblyName>
|
|
<RootNamespace>iec61850dotnet</RootNamespace>
|
|
<Title>IEC61850 API for C#</Title>
|
|
<Company>MZ Automation GmbH</Company>
|
|
<Copyright>Michael Zillgith</Copyright>
|
|
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
|
|
<Version>2.0.0</Version>
|
|
</PropertyGroup>
|
|
|
|
</Project> |