add 加入后台服务

This commit is contained in:
路 范
2021-09-24 12:47:48 +08:00
parent 7697206c5a
commit f4af0ce690
51 changed files with 11375 additions and 531 deletions

View File

@@ -4,31 +4,23 @@
<TargetFramework>net5.0</TargetFramework>
</PropertyGroup>
<ItemGroup>
<Compile Remove="Entity\**" />
<EmbeddedResource Remove="Entity\**" />
<None Remove="Entity\**" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Magick.NET-Q16-AnyCPU" Version="8.3.1" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Ewide.Nbzs.Entity\Ewide.Nbzs.Entity.csproj" />
<ProjectReference Include="..\framework\Api\Ewide.Core\Ewide.Core.csproj" />
</ItemGroup>
<ItemGroup>
<None Update="Entity\SqlModelTpl.tt">
<Generator>TextTemplatingFileGenerator</Generator>
<LastGenOutput>SqlModelTpl.cs</LastGenOutput>
</None>
</ItemGroup>
<ItemGroup>
<Service Include="{508349b6-6b84-4df5-91f0-309beebad82d}" />
</ItemGroup>
<ItemGroup>
<Compile Update="Entity\SqlModelTpl.cs">
<DesignTime>True</DesignTime>
<AutoGen>True</AutoGen>
<DependentUpon>SqlModelTpl.tt</DependentUpon>
</Compile>
</ItemGroup>
</Project>