first edit
This commit is contained in:
28
XLIMS.CORE/XLIMS.CORE.csproj
Normal file
28
XLIMS.CORE/XLIMS.CORE.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="Helpers\**" />
|
||||
<EmbeddedResource Remove="Helpers\**" />
|
||||
<None Remove="Helpers\**" />
|
||||
<Page Remove="Helpers\**" />
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<ProjectReference Include="..\XLIMS.DATA\XLIMS.DATA.csproj" />
|
||||
<ProjectReference Include="..\XLIMS.MVVM\XLIMS.MVVM.csproj" />
|
||||
<ProjectReference Include="..\XLIMS.PSV\XLIMS.PSV.csproj" />
|
||||
<ProjectReference Include="..\XLIMS.SERVICES\XLIMS.SERVICES.csproj" />
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<Folder Include="Views\" />
|
||||
</ItemGroup>
|
||||
|
||||
</Project>
|
||||
Reference in New Issue
Block a user