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
diff options
context:
space:
mode:
authorMatt Ward <matt.ward@microsoft.com>2021-02-19 15:33:53 +0300
committerMatt Ward <matt.ward@microsoft.com>2021-02-19 15:33:53 +0300
commit91a93a3ead78259a3c086eb0de29b0c1c96e8d9f (patch)
tree7a145b14535e362be3697f54b1d415660e8449ef /Mono.Addins.Setup
parent8f1aafc9b269b2fc05f9ff566e1a2ceccfcc48ad (diff)
Build all projects to bin without target framework name
Set AppendTargetFrameworkToOutputPath to false in all projects so everything builds into the same bin directory.
Diffstat (limited to 'Mono.Addins.Setup')
-rw-r--r--Mono.Addins.Setup/Mono.Addins.Setup.csproj3
1 files changed, 1 insertions, 2 deletions
diff --git a/Mono.Addins.Setup/Mono.Addins.Setup.csproj b/Mono.Addins.Setup/Mono.Addins.Setup.csproj
index 39bf691..ed350cd 100644
--- a/Mono.Addins.Setup/Mono.Addins.Setup.csproj
+++ b/Mono.Addins.Setup/Mono.Addins.Setup.csproj
@@ -14,6 +14,7 @@
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
<AssemblyVersion>1.0.0.0</AssemblyVersion>
<TargetFramework>netstandard2.0</TargetFramework>
+ <AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>True</DebugSymbols>
@@ -43,8 +44,6 @@
<ItemGroup>
<PackageReference Include="SharpZipLib" Version="1.1.0" />
<ProjectReference Include="..\Mono.Addins\Mono.Addins.csproj">
- <Project>{91DD5A2D-9FE3-4C3C-9253-876141874DAD}</Project>
- <Name>Mono.Addins</Name>
<Private>False</Private>
</ProjectReference>
<PackageReference Include="NuGet.Build.Packaging" Version="0.2.0" />