Files
LaDOSE/LaDOSE.Src/LaDOSE.Service/LaDOSE.Business.csproj
2019-03-18 00:39:33 +01:00

21 lines
534 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netcoreapp2.0</TargetFramework>
<AssemblyName>LaDOSE.Business</AssemblyName>
<RootNamespace>LaDOSE.Business</RootNamespace>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\LaDOSE.Entity\LaDOSE.Entity.csproj" />
</ItemGroup>
<ItemGroup>
<Reference Include="ChallongeCSharpDriver">
<HintPath>..\Libraries\ChallongeCSharpDriver.dll</HintPath>
<Private>true</Private>
</Reference>
</ItemGroup>
</Project>