2024-03-11 05:12:02 +00:00
|
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
|
|
|
|
|
|
|
|
<PropertyGroup>
|
|
|
|
|
|
<OutputType>WinExe</OutputType>
|
|
|
|
|
|
<TargetFramework>net6.0-windows</TargetFramework>
|
|
|
|
|
|
<Nullable>enable</Nullable>
|
|
|
|
|
|
<ImplicitUsings>enable</ImplicitUsings>
|
|
|
|
|
|
<UseWPF>true</UseWPF>
|
2024-03-30 00:17:37 +00:00
|
|
|
|
<ApplicationIcon>6604.ico</ApplicationIcon>
|
2024-03-11 05:12:02 +00:00
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
|
|
|
|
|
|
<ItemGroup>
|
2024-03-30 00:17:37 +00:00
|
|
|
|
<Content Include="6604.ico" />
|
2024-03-11 05:12:02 +00:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
|
<ProjectReference Include="..\InSituLaboratory.Assets\InSituLaboratory.Assets.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>
|
2024-03-30 00:17:37 +00:00
|
|
|
|
<PackageReference Include="HandyControl" Version="3.5.1" />
|
2024-03-11 05:12:02 +00:00
|
|
|
|
<PackageReference Include="LiveCharts.Wpf" Version="0.9.7" />
|
|
|
|
|
|
<PackageReference Include="Prism.Unity" Version="8.1.97" />
|
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
|
|
|
|
</Project>
|