first edit
This commit is contained in:
28
XLIMS.CONTRACT/XLIMS.CONTRACT.csproj
Normal file
28
XLIMS.CONTRACT/XLIMS.CONTRACT.csproj
Normal 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>
|
||||
Reference in New Issue
Block a user