Files
LaDOSE/LaDOSE.Src/LaDOSE.Service/LaDOSE.Business.csproj

21 lines
542 B
XML
Raw Normal View History

2018-10-06 13:05:38 +02:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
2020-09-13 22:50:52 +02:00
<TargetFramework>netcoreapp3.1</TargetFramework>
2018-10-06 13:05:38 +02:00
<AssemblyName>LaDOSE.Business</AssemblyName>
<RootNamespace>LaDOSE.Business</RootNamespace>
<Platforms>AnyCPU;x64</Platforms>
2018-10-06 13:05:38 +02:00
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\LaDOSE.Entity\LaDOSE.Entity.csproj" />
</ItemGroup>
<ItemGroup>
<Reference Include="ChallongeCSharpDriver">
2019-05-29 02:32:25 +02:00
<HintPath>..\Libraries\ChallongeCSharpDriver.dll</HintPath>
</Reference>
</ItemGroup>
2018-10-06 13:05:38 +02:00
</Project>