fastsearch_rust_c_sharp / FastSeek.Cli /FastSeek.Cli.csproj
anshdadhich's picture
initial commit
1c4658f
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net8.0-windows</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\FastSeek.Core\FastSeek.Core.csproj" />
</ItemGroup>
</Project>