ReMime/ReMime.Cli/ReMime.Cli.csproj
H. Utku Maden a89e51f5e7
ReMime - File type detector from hell.
(I just wanted to reference the first commit message from the git source code.)
2024-05-25 09:01:52 +03:00

18 lines
460 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<ItemGroup>
<ProjectReference Include="..\ReMime\ReMime.csproj" />
</ItemGroup>
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net6.0</TargetFramework>
<ImplicitUsings>disable</ImplicitUsings>
<Nullable>enable</Nullable>
<SelfContained>true</SelfContained>
<PublishSingleFile>true</PublishSingleFile>
<AssemblyName>refile</AssemblyName>
</PropertyGroup>
</Project>