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.
33 lines
1.0 KiB
33 lines
1.0 KiB
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<Import Project="..\build\common.targets" />
|
|
|
|
<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>
|
|
<Compile Remove="AdvertisementServices.cs" />
|
|
<Compile Remove="TopicDetailServices.cs" />
|
|
<Compile Remove="TopicServices.cs" />
|
|
<Compile Remove="WeChatCompanyServices.cs" />
|
|
<Compile Remove="WeChatConfigServices.cs" />
|
|
<Compile Remove="WeChatPushLogServices.cs" />
|
|
<Compile Remove="WeChatSubServices.cs" />
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
<PackageReference Include="AgileObjects.AgileMapper" Version="1.8.1" />
|
|
</ItemGroup>
|
|
|
|
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\Tiobon.Core.IServices\Tiobon.Core.IServices.csproj" />
|
|
<ProjectReference Include="..\Tiobon.Core.Repository\Tiobon.Core.Repository.csproj" />
|
|
</ItemGroup>
|
|
|
|
</Project>
|
|
|