Files
zsxt_nbzs_h5/Ewide.Nbzs.Entity/Ewide.Nbzs.Entity.csproj
2021-09-28 10:52:59 +08:00

35 lines
775 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net5.0</TargetFramework>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Newtonsoft.Json" Version="13.0.1" />
</ItemGroup>
<ItemGroup>
<Compile Update="SqlModelTpl.cs">
<DependentUpon>SqlModelTpl.tt</DependentUpon>
<DesignTime>True</DesignTime>
<AutoGen>True</AutoGen>
</Compile>
</ItemGroup>
<ItemGroup>
<None Update="SqlModelTpl.tt">
<LastGenOutput>SqlModelTpl.cs</LastGenOutput>
<Generator>TextTemplatingFileGenerator</Generator>
</None>
</ItemGroup>
<ItemGroup>
<Service Include="{508349b6-6b84-4df5-91f0-309beebad82d}" />
</ItemGroup>
<ItemGroup>
<Folder Include="DataBase\" />
</ItemGroup>
</Project>