添加全局using功能

This commit is contained in:
橙子
2023-01-19 18:19:22 +08:00
parent 400b14cd75
commit e43b0d1522
9 changed files with 22 additions and 5 deletions

View File

@@ -5,7 +5,9 @@
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<Compile Include="..\..\GlobalUsings.cs" Link="Properties\GlobalUsings.cs" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\src\framework\Yi.Framework.Ddd\Yi.Framework.Ddd.csproj" />
</ItemGroup>