Files
Lab/theInterfacePro/Fixtures/TheinterfaceproFixtures.csproj
Boban 4a7ddacae4
All checks were successful
Log every push / log-push (push) Successful in 2s
initial design of domain
2026-06-07 22:09:45 +02:00

12 lines
316 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Library</OutputType>
<TargetFramework>net8.0</TargetFramework>
<AssemblyName>TheinterfaceproFixtures</AssemblyName>
<RootNamespace>Theinterfacepro.Fixtures</RootNamespace>
<Nullable>enable</Nullable>
</PropertyGroup>
</Project>