16 lines
518 B
XML
16 lines
518 B
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<Import Project="..\projects\project.targets" />
|
|
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\MiaoYu.Core.Logs\MiaoYu.Core.Logs.csproj" />
|
|
<ProjectReference Include="..\MiaoYu.Core.Quartz\MiaoYu.Core.Quartz.csproj" />
|
|
<ProjectReference Include="..\MiaoYu.Core.EntityFramework\MiaoYu.Core.EntityFramework.csproj" />
|
|
<ProjectReference Include="..\MiaoYu.Core\MiaoYu.Core.csproj" />
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
<Folder Include="Entities\Apps\" />
|
|
</ItemGroup>
|
|
|
|
</Project> |