H. Utku Maden
a89e51f5e7
(I just wanted to reference the first commit message from the git source code.)
18 lines
460 B
XML
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>
|