blob: fc7c6f7f82f3da90f51ac250909fda9d3f42d010 [file] [log] [blame]
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Library</OutputType>
<TargetFramework>netstandard2.0</TargetFramework>
<ApplicationIcon />
<StartupObject />
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugType>full</DebugType>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="NLog" Version="4.5.11" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\BaSys40.API\BaSys40.API.csproj" />
<ProjectReference Include="..\BaSys40.Utils\BaSys40.Utils.csproj" />
</ItemGroup>
</Project>