| <Project Sdk="Microsoft.NET.Sdk.Web"> |
| |
| <PropertyGroup> |
| <OutputType>Exe</OutputType> |
| <TargetFramework>netcoreapp3.1</TargetFramework> |
| <Authors>Constantin Ziesche</Authors> |
| <Copyright>Copyright 2020 - Robert Bosch GmbH</Copyright> |
| <PackageProjectUrl>https://wiki.eclipse.org/BaSyx</PackageProjectUrl> |
| <RepositoryUrl>https://git.eclipse.org/r/plugins/gitiles/basyx/basyx/+/master/sdks/csnet/</RepositoryUrl> |
| <PackageLicenseUrl></PackageLicenseUrl> |
| <Description>The official BaSyx Simple Asset Administration Shell Example</Description> |
| <Company>Robert Bosch GmbH</Company> |
| <PackageTags>BaSys BaSyx Simple Asset Administration Shell Example</PackageTags> |
| <PackageLicenseExpression>EDL-1.0</PackageLicenseExpression> |
| </PropertyGroup> |
| |
| <ItemGroup> |
| <ProjectReference Include="..\..\basyx-components\BaSyx.AAS.Server.Http\BaSyx.AAS.Server.Http.csproj" /> |
| <ProjectReference Include="..\..\basyx-components\BaSyx.Common.UI.Swagger\BaSyx.Common.UI.Swagger.csproj" /> |
| <ProjectReference Include="..\..\basyx-components\BaSyx.Common.UI\BaSyx.Common.UI.csproj" /> |
| <ProjectReference Include="..\..\basyx-components\BaSyx.Submodel.Server.Http\BaSyx.Submodel.Server.Http.csproj" /> |
| </ItemGroup> |
| |
| </Project> |