添加各模块空项目
This commit is contained in:
7
EquipMgr/Tnb.EquipMgr.Entities/Class1.cs
Normal file
7
EquipMgr/Tnb.EquipMgr.Entities/Class1.cs
Normal file
@@ -0,0 +1,7 @@
|
||||
namespace Tnb.EquipMgr.Entities
|
||||
{
|
||||
public class Class1
|
||||
{
|
||||
|
||||
}
|
||||
}
|
||||
13
EquipMgr/Tnb.EquipMgr.Entities/Tnb.EquipMgr.Entities.csproj
Normal file
13
EquipMgr/Tnb.EquipMgr.Entities/Tnb.EquipMgr.Entities.csproj
Normal file
@@ -0,0 +1,13 @@
|
||||
<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>
|
||||
|
||||
</Project>
|
||||
7
EquipMgr/Tnb.EquipMgr.Interfaces/Class1.cs
Normal file
7
EquipMgr/Tnb.EquipMgr.Interfaces/Class1.cs
Normal file
@@ -0,0 +1,7 @@
|
||||
namespace Tnb.EquipMgr.Interfaces
|
||||
{
|
||||
public class Class1
|
||||
{
|
||||
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,13 @@
|
||||
<Project Sdk="Microsoft.NET.Sdk">
|
||||
|
||||
<PropertyGroup>
|
||||
<TargetFramework>net6.0</TargetFramework>
|
||||
<ImplicitUsings>enable</ImplicitUsings>
|
||||
<Nullable>enable</Nullable>
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<ProjectReference Include="..\Tnb.EquipMgr.Entities\Tnb.EquipMgr.Entities.csproj" />
|
||||
</ItemGroup>
|
||||
|
||||
</Project>
|
||||
7
EquipMgr/Tnb.EquipMgr/Class1.cs
Normal file
7
EquipMgr/Tnb.EquipMgr/Class1.cs
Normal file
@@ -0,0 +1,7 @@
|
||||
namespace Tnb.EquipMgr
|
||||
{
|
||||
public class Class1
|
||||
{
|
||||
|
||||
}
|
||||
}
|
||||
14
EquipMgr/Tnb.EquipMgr/Tnb.EquipMgr.csproj
Normal file
14
EquipMgr/Tnb.EquipMgr/Tnb.EquipMgr.csproj
Normal file
@@ -0,0 +1,14 @@
|
||||
<Project Sdk="Microsoft.NET.Sdk">
|
||||
|
||||
<PropertyGroup>
|
||||
<TargetFramework>net6.0</TargetFramework>
|
||||
<ImplicitUsings>enable</ImplicitUsings>
|
||||
<Nullable>enable</Nullable>
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<ProjectReference Include="..\..\visualdev\Tnb.VisualDev.Engine\Tnb.VisualDev.Engine.csproj" />
|
||||
<ProjectReference Include="..\Tnb.EquipMgr.Interfaces\Tnb.EquipMgr.Interfaces.csproj" />
|
||||
</ItemGroup>
|
||||
|
||||
</Project>
|
||||
Reference in New Issue
Block a user