Files
HawkeyeVision/framework/Inspectron.Ringbuffer/Inspectron.Ringbuffer.csproj
2025-07-14 12:03:59 +02:00

15 lines
343 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<Configurations>Debug;Release;CPU</Configurations>
</PropertyGroup>
<ItemGroup>
<Compile Remove="Factories\**" />
<EmbeddedResource Remove="Factories\**" />
<None Remove="Factories\**" />
</ItemGroup>
</Project>