29 lines
841 B
XML
29 lines
841 B
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<PropertyGroup>
|
|
<TargetFramework>net10.0-windows</TargetFramework>
|
|
<Nullable>enable</Nullable>
|
|
<UseWPF>true</UseWPF>
|
|
<ImplicitUsings>enable</ImplicitUsings>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<Compile Remove="IBookService.cs" />
|
|
<Compile Remove="IDataSetService.cs" />
|
|
<Compile Remove="IDeviceService.cs" />
|
|
<Compile Remove="IDivisionService.cs" />
|
|
<Compile Remove="IDocumentService.cs" />
|
|
<Compile Remove="ILimsService1.cs" />
|
|
<Compile Remove="IPersonalService.cs" />
|
|
<Compile Remove="ISpnmtpService.cs" />
|
|
<Compile Remove="ISpoiService.cs" />
|
|
<Compile Remove="ITipService.cs" />
|
|
<Compile Remove="ITprzService.cs" />
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\XLIMS.DATA\XLIMS.DATA.csproj" />
|
|
</ItemGroup>
|
|
|
|
</Project>
|