Files
XLIMS/XLIMS.CONTRACT/XLIMS.CONTRACT.csproj
Курнат Андрей f0e11d6379 first edit
2026-01-31 16:11:36 +03:00

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>