30 lines
1.1 KiB
XML
30 lines
1.1 KiB
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<PropertyGroup>
|
|
<OutputType>WinExe</OutputType>
|
|
<TargetFramework>net8.0-windows</TargetFramework>
|
|
<Nullable>enable</Nullable>
|
|
<ImplicitUsings>enable</ImplicitUsings>
|
|
<UseWPF>true</UseWPF>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<PackageReference Include="AutoMapper" Version="16.1.1" />
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\CAN驱动\CAN驱动.csproj" />
|
|
<ProjectReference Include="..\Command\Command.csproj" />
|
|
<ProjectReference Include="..\DeviceCommand\DeviceCommand.csproj" />
|
|
<ProjectReference Include="..\LoginModule\LoginModule.csproj" />
|
|
<ProjectReference Include="..\MainModule\MainModule.csproj" />
|
|
<ProjectReference Include="..\MonitorModule\MonitorModule.csproj" />
|
|
<ProjectReference Include="..\Service\Service.csproj" />
|
|
<ProjectReference Include="..\SettingModule\SettingModule.csproj" />
|
|
<ProjectReference Include="..\TestingModule\TestingModule.csproj" />
|
|
<ProjectReference Include="..\UIShare\UIShare.csproj" />
|
|
<ProjectReference Include="..\UpdateInfoMoudle\UpdateInfoMoudle.csproj" />
|
|
</ItemGroup>
|
|
|
|
</Project>
|