This commit is contained in:
路 范
2021-09-03 16:25:31 +08:00
parent 86f1f7ba31
commit 7b899c5d63
71 changed files with 53730 additions and 1 deletions

View File

@@ -0,0 +1,35 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net5.0</TargetFramework>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\framework\Api\Ewide.Core\Ewide.Core.csproj" />
<ProjectReference Include="..\framework\Api\Ewide.EntityFramework.Core\Ewide.EntityFramework.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>
<ItemGroup>
<Folder Include="Entity\DataBase\" />
</ItemGroup>
</Project>