20230201_145_upperpc/InSituLaboratory/InSituLaboratory.csproj

34 lines
1.3 KiB
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>WinExe</OutputType>
<TargetFramework>net6.0-windows</TargetFramework>
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
<UseWPF>true</UseWPF>
<ApplicationIcon>6604.ico</ApplicationIcon>
</PropertyGroup>
<ItemGroup>
<Content Include="6604.ico" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\InSituLaboratory.Assets\InSituLaboratory.Assets.csproj" />
<ProjectReference Include="..\InSituLaboratory.Base\InSituLaboratory.Base.csproj" />
<ProjectReference Include="..\InSituLaboratory.Controls\InSituLaboratory.Controls.csproj" />
<ProjectReference Include="..\InSituLaboratory.IService\InSituLaboratory.IService.csproj" />
<ProjectReference Include="..\InSituLaboratory.Models\InSituLaboratory.Models.csproj" />
<ProjectReference Include="..\InSituLaboratory.ORM\InSituLaboratory.ORM.csproj" />
<ProjectReference Include="..\InSituLaboratory.Service\InSituLaboratory.Service.csproj" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="HandyControl" Version="3.5.1" />
<PackageReference Include="LiveCharts.Wpf" Version="0.9.7" />
<PackageReference Include="Prism.Unity" Version="8.1.97" />
<PackageReference Include="SqlSugarCore" Version="5.1.4.156" />
</ItemGroup>
</Project>