You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
36 lines
1.0 KiB
36 lines
1.0 KiB
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<Import Project="..\build\common.targets" />
|
|
|
|
|
|
<ItemGroup>
|
|
<PackageReference Include="MongoDB.Bson" Version="2.22.0" />
|
|
<PackageReference Include="MongoDB.Driver.Core" Version="2.22.0" />
|
|
<PackageReference Include="MongoDB.Driver" Version="2.22.0" />
|
|
</ItemGroup>
|
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
|
|
<OutputPath>..\Tiobon.Core.Api\bin\Debug\</OutputPath>
|
|
</PropertyGroup>
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
|
|
<OutputPath>..\Tiobon.Core\bin\Release\</OutputPath>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<PackageReference Include="MiniProfiler.AspNetCore.Mvc" Version="4.3.8" />
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\Tiobon.Core.Common\Tiobon.Core.Common.csproj" />
|
|
<ProjectReference Include="..\Tiobon.Core.Model\Tiobon.Core.Model.csproj" />
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
<Reference Include="Tiobon.Core">
|
|
<HintPath>..\Lib\Tiobon.Core.dll</HintPath>
|
|
</Reference>
|
|
</ItemGroup>
|
|
|
|
</Project>
|
|
|