工艺管理

This commit is contained in:
2023-06-02 16:57:46 +08:00
parent 5b83328369
commit 579aa750ad
12 changed files with 286 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\..\common\Tnb.Common\Tnb.Common.csproj" />
</ItemGroup>
<ItemGroup>
<Folder Include="Model" />
</ItemGroup>
</Project>