Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono-addins.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/mautil
diff options
context:
space:
mode:
authorLluis Sanchez <llsan@microsoft.com>2022-01-31 20:11:14 +0300
committerLluis Sanchez <llsan@microsoft.com>2022-01-31 20:11:14 +0300
commitf22f4d0f86d2db2a53ac1092bc4529f180bbaf20 (patch)
treeb20fdd555c5e327eb6a7ad455289b86fe3148b28 /mautil
parent276354348d6a4c9f14667cfcaa718f753a02ddc0 (diff)
Generate tool package for mautil
Diffstat (limited to 'mautil')
-rw-r--r--mautil/mautil.csproj4
1 files changed, 3 insertions, 1 deletions
diff --git a/mautil/mautil.csproj b/mautil/mautil.csproj
index 231f355..c7a0228 100644
--- a/mautil/mautil.csproj
+++ b/mautil/mautil.csproj
@@ -15,7 +15,9 @@
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
<GenerateRuntimeConfigurationFiles>true</GenerateRuntimeConfigurationFiles>
<AssemblyVersion>1.0.0.0</AssemblyVersion>
- <IsPackable>False</IsPackable>
+ <PackageId>Mono.Addins.UtilTool</PackageId>
+ <PackAsTool Condition="'$(TargetFramework)' != '$(DotNetFrameworkTarget)'">True</PackAsTool>
+ <ToolCommandName>mautil</ToolCommandName>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>True</DebugSymbols>