2021-10-10 17:30:31 +08:00
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
|
|
|
|
|
|
<PropertyGroup>
|
2021-12-25 14:50:54 +08:00
|
|
|
<TargetFramework>net6.0</TargetFramework>
|
2021-10-10 17:30:31 +08:00
|
|
|
</PropertyGroup>
|
|
|
|
|
|
2021-10-14 21:21:46 +08:00
|
|
|
<ItemGroup>
|
|
|
|
|
<Compile Remove="T4Service.cs" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
2021-10-11 21:50:50 +08:00
|
|
|
<ItemGroup>
|
2022-01-11 16:40:15 +08:00
|
|
|
<ProjectReference Include="..\Yi.Framework.DTOModel\Yi.Framework.DTOModel.csproj" />
|
2021-10-11 21:50:50 +08:00
|
|
|
<ProjectReference Include="..\Yi.Framework.Model\Yi.Framework.Model.csproj" />
|
2022-04-02 17:44:50 +08:00
|
|
|
<ProjectReference Include="..\Yi.Framework.Repository\Yi.Framework.Repository.csproj" />
|
2021-10-15 20:33:08 +08:00
|
|
|
</ItemGroup>
|
|
|
|
|
|
2022-04-09 16:16:32 +08:00
|
|
|
<ItemGroup>
|
|
|
|
|
<None Update="T4IService.tt">
|
|
|
|
|
<LastGenOutput>T4Iservice.cs</LastGenOutput>
|
|
|
|
|
<Generator>TextTemplatingFileGenerator</Generator>
|
|
|
|
|
</None>
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
2021-10-14 21:21:46 +08:00
|
|
|
<ItemGroup>
|
|
|
|
|
<Service Include="{508349b6-6b84-4df5-91f0-309beebad82d}" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
2022-04-03 23:21:53 +08:00
|
|
|
<ItemGroup>
|
2022-04-09 16:16:32 +08:00
|
|
|
<Compile Update="T4IService.cs">
|
|
|
|
|
<DesignTime>True</DesignTime>
|
|
|
|
|
<AutoGen>True</AutoGen>
|
|
|
|
|
<DependentUpon>T4IService.tt</DependentUpon>
|
|
|
|
|
</Compile>
|
2022-04-03 23:21:53 +08:00
|
|
|
</ItemGroup>
|
|
|
|
|
|
2021-10-10 17:30:31 +08:00
|
|
|
</Project>
|