You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
23 lines
737 B
XML
23 lines
737 B
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<PropertyGroup>
|
|
<TargetFramework>net6.0</TargetFramework>
|
|
<ImplicitUsings>enable</ImplicitUsings>
|
|
<Nullable>enable</Nullable>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<Compile Include="Device\CNCDevice.cs" />
|
|
<Compile Include="Template\CNCBrandTemplate.cs" />
|
|
<Compile Include="Production\ProductionRecord.cs" />
|
|
<Compile Include="User\User.cs" />
|
|
<Compile Include="System\SystemModels.cs" />
|
|
<Compile Include="System\AlarmModels.cs" />
|
|
<Compile Include="System\StatisticModels.cs" />
|
|
<Compile Include="User\AuthModels.cs" />
|
|
<Compile Include="DataCollection\CollectionModels.cs" />
|
|
<Compile Include="Common\CommonModels.cs" />
|
|
</ItemGroup>
|
|
|
|
</Project>
|