first edit

This commit is contained in:
Курнат Андрей
2026-01-31 16:11:36 +03:00
commit f0e11d6379
148 changed files with 6986 additions and 0 deletions

View File

@@ -0,0 +1,28 @@
<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>