Skip to content
This repository was archived by the owner on Sep 4, 2024. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 2 additions & 9 deletions Mono.Addins.CecilReflector/Mono.Addins.CecilReflector.csproj
Original file line number Diff line number Diff line change
@@ -1,20 +1,15 @@
<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0">
<Project Sdk="Microsoft.NET.Sdk">
<Import Project="..\TargetFrameworks.props" />
<Import Project="..\Version.props" />
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProjectGuid>{42D1CE65-A14B-4218-B787-58AD7AA68513}</ProjectGuid>
<OutputType>Library</OutputType>
<AssemblyName>Mono.Addins.CecilReflector</AssemblyName>
<RootNamespace>Mono.Addins.CecilReflector</RootNamespace>
<SignAssembly>True</SignAssembly>
<AssemblyOriginatorKeyFile>..\mono-addins.snk</AssemblyOriginatorKeyFile>
<PackageId>Mono.Addins.CecilReflector</PackageId>
<Description>Mono.Addins is a framework for creating extensible applications, and for creating add-ins which extend applications. Mono.Addins.Setup provides an API for managing add-ins, creating add-in packages and publishing add-ins in on-line repositories.</Description>
<ProductVersion>8.0.30703</ProductVersion>
<SchemaVersion>2.0</SchemaVersion>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>True</DebugSymbols>
Expand Down Expand Up @@ -50,8 +45,6 @@
</ProjectReference>
</ItemGroup>
<ItemGroup>
<Compile Include="Mono.Addins.CecilReflector\Reflector.cs" />
<Compile Include="AssemblyInfo.cs" />
<Compile Remove="AssemblyInfo.cs" />
</ItemGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
</Project>
44 changes: 3 additions & 41 deletions Mono.Addins.Gui/Mono.Addins.Gui.csproj
Original file line number Diff line number Diff line change
@@ -1,17 +1,13 @@
<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0">
<Project Sdk="Microsoft.NET.Sdk">
<Import Project="..\TargetFrameworks.props" />
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProductVersion>8.0.30703</ProductVersion>
<ProjectGuid>{FEC19BDA-4904-4005-8C09-68E82E8BEF6A}</ProjectGuid>
<OutputType>Library</OutputType>
<AssemblyName>Mono.Addins.Gui</AssemblyName>
<SchemaVersion>2.0</SchemaVersion>
<RootNamespace>Mono.Addins.Gui</RootNamespace>
<SignAssembly>True</SignAssembly>
<AssemblyOriginatorKeyFile>..\mono-addins.snk</AssemblyOriginatorKeyFile>
<RestoreProjectStyle>PackageReference</RestoreProjectStyle>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
Expand Down Expand Up @@ -39,15 +35,11 @@
<NoWarn>1574;1591</NoWarn>
</PropertyGroup>
<ItemGroup>
<Reference Include="atk-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f, processorArchitecture=MSIL"/>
<Reference Include="gdk-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f, processorArchitecture=MSIL"/>
<Reference Include="glib-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f, processorArchitecture=MSIL"/>
<Reference Include="gtk-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f, processorArchitecture=MSIL"/>
<Reference Include="pango-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f, processorArchitecture=MSIL"/>
<Reference Include="System" />
<Reference Include="Mono.Posix" />
<Reference Include="Mono.Cairo" />
<Reference Include="System.Core" />
<PackageReference Include="GtkSharp" Version="3.22.25.128" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Mono.Addins\Mono.Addins.csproj">
Expand All @@ -61,35 +53,6 @@
<Private>False</Private>
</ProjectReference>
</ItemGroup>
<ItemGroup>
<Compile Include="AssemblyInfo.cs" />
<Compile Include="Mono.Addins.Gui\AddinManagerDialog.cs" />
<Compile Include="Mono.Addins.Gui\AddinTreeWidget.cs" />
<Compile Include="Mono.Addins.Gui\ManageSitesDialog.cs" />
<Compile Include="Mono.Addins.Gui\NewSiteDialog.cs" />
<Compile Include="Mono.Addins.Gui\Services.cs" />
<Compile Include="Mono.Addins.Gui\ErrorDialog.cs" />
<Compile Include="Mono.Addins.Gui\AddinManagerWindow.cs" />
<Compile Include="Mono.Addins.Gui\AddinInstaller.cs" />
<Compile Include="Mono.Addins.Gui\AddinInstallerDialog.cs" />
<Compile Include="Mono.Addins.Gui\ProgressDialog.cs" />
<Compile Include="Mono.Addins.Gui\InstallDialog.cs" />
<Compile Include="Mono.Addins.Gui\AddinInfoView.cs" />
<Compile Include="Mono.Addins.Gui\HeaderBox.cs" />
<Compile Include="Mono.Addins.Gui\HslColor.cs" />
<Compile Include="Mono.Addins.Gui\SearchEntry.cs" />
<Compile Include="Mono.Addins.Gui\HoverImageButton.cs" />
<Compile Include="Mono.Addins.Gui\InstallMonitor.cs" />
<Compile Include="Gui\generated.cs" />
<Compile Include="Gui\Mono.Addins.Gui.AddinInfoView.cs" />
<Compile Include="Gui\Mono.Addins.Gui.AddinInstallerDialog.cs" />
<Compile Include="Gui\Mono.Addins.Gui.AddinManagerDialog.cs" />
<Compile Include="Gui\Mono.Addins.Gui.ErrorDialog.cs" />
<Compile Include="Gui\Mono.Addins.Gui.InstallDialog.cs" />
<Compile Include="Gui\Mono.Addins.Gui.ManageSitesDialog.cs" />
<Compile Include="Gui\Mono.Addins.Gui.NewSiteDialog.cs" />
<Compile Include="Gui\Mono.Addins.Gui.ProgressDialog.cs" />
</ItemGroup>
<ItemGroup>
<EmbeddedResource Include="icons\package-x-generic.png">
<LogicalName>package-x-generic.png</LogicalName>
Expand Down Expand Up @@ -381,7 +344,6 @@
</EmbeddedResource>
</ItemGroup>
<ItemGroup>
<Folder Include="Gui\" />
<Compile Remove="AssemblyInfo.cs" />
</ItemGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
</Project>
36 changes: 5 additions & 31 deletions Mono.Addins.GuiGtk3/Mono.Addins.GuiGtk3.csproj
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Project Sdk="Microsoft.NET.Sdk">
<Import Project="..\TargetFrameworks.props" />
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
Expand All @@ -10,8 +10,6 @@
<OutputType>Library</OutputType>
<RootNamespace>Mono.Addins.GuiGtk3</RootNamespace>
<AssemblyName>Mono.Addins.GuiGtk3</AssemblyName>
<SignAssembly>True</SignAssembly>
<AssemblyOriginatorKeyFile>..\mono-addins.snk</AssemblyOriginatorKeyFile>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>True</DebugSymbols>
Expand All @@ -37,35 +35,9 @@
</PropertyGroup>
<ItemGroup>
<Reference Include="System" />
<Reference Include="gtk-sharp, Version=3.0.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
<Reference Include="gdk-sharp, Version=3.0.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
<Reference Include="glib-sharp, Version=3.0.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
<Reference Include="pango-sharp, Version=3.0.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
<Reference Include="atk-sharp, Version=3.0.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
<Reference Include="System.Core" />
<Reference Include="cairo-sharp, Version=1.10.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756" />
<Reference Include="Mono.Posix" />
<Reference Include="gio-sharp, Version=3.0.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
</ItemGroup>
<ItemGroup>
<Compile Include="AssemblyInfo.cs" />
<Compile Include="Mono.Addins.Gui\AddinInfoView.cs" />
<Compile Include="Mono.Addins.Gui\AddinInstaller.cs" />
<Compile Include="Mono.Addins.Gui\AddinInstallerDialog.cs" />
<Compile Include="Mono.Addins.Gui\AddinManagerDialog.cs" />
<Compile Include="Mono.Addins.Gui\AddinManagerWindow.cs" />
<Compile Include="Mono.Addins.Gui\AddinTreeWidget.cs" />
<Compile Include="Mono.Addins.Gui\ErrorDialog.cs" />
<Compile Include="Mono.Addins.Gui\HeaderBox.cs" />
<Compile Include="Mono.Addins.Gui\HoverImageButton.cs" />
<Compile Include="Mono.Addins.Gui\HslColor.cs" />
<Compile Include="Mono.Addins.Gui\InstallDialog.cs" />
<Compile Include="Mono.Addins.Gui\InstallMonitor.cs" />
<Compile Include="Mono.Addins.Gui\ManageSitesDialog.cs" />
<Compile Include="Mono.Addins.Gui\NewSiteDialog.cs" />
<Compile Include="Mono.Addins.Gui\ProgressDialog.cs" />
<Compile Include="Mono.Addins.Gui\SearchEntry.cs" />
<Compile Include="Mono.Addins.Gui\Services.cs" />
<PackageReference Include="GtkSharp" Version="3.22.25.128" />
</ItemGroup>
<ItemGroup>
<EmbeddedResource Include="icons\download-16.png">
Expand Down Expand Up @@ -381,7 +353,6 @@
<LogicalName>Mono.Addins.GuiGtk3.interfaces.ErrorDialog.ui</LogicalName>
</EmbeddedResource>
</ItemGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
<ItemGroup>
<ProjectReference Include="..\Mono.Addins.Setup\Mono.Addins.Setup.csproj">
<Project>{A85C9721-C054-4BD8-A1F3-0227615F0A36}</Project>
Expand All @@ -392,4 +363,7 @@
<Name>Mono.Addins</Name>
</ProjectReference>
</ItemGroup>
<ItemGroup>
<Compile Remove="AssemblyInfo.cs" />
</ItemGroup>
</Project>
24 changes: 4 additions & 20 deletions Mono.Addins.MSBuild/Mono.Addins.MSBuild.csproj
Original file line number Diff line number Diff line change
@@ -1,17 +1,13 @@
<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0">
<Import Project="..\TargetFrameworks.props" />
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProductVersion>8.0.30703</ProductVersion>
<SchemaVersion>2.0</SchemaVersion>
<ProjectGuid>{B4B44F14-32C3-4D50-8C6A-06AA30E56CA3}</ProjectGuid>
<OutputType>Library</OutputType>
<AssemblyName>Mono.Addins.MSBuild</AssemblyName>
<RootNamespace>Mono.Addins.MSBuild</RootNamespace>
<SignAssembly>True</SignAssembly>
<AssemblyOriginatorKeyFile>..\mono-addins.snk</AssemblyOriginatorKeyFile>
<TargetFramework>netstandard2.0</TargetFramework>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>True</DebugSymbols>
Expand All @@ -34,28 +30,16 @@
</PropertyGroup>
<ItemGroup>
<Reference Include="System" />
<Reference Include="Microsoft.Build.Framework" />
<Reference Include="Microsoft.Build.Utilities.v4.0" />
</ItemGroup>
<ItemGroup>
<Compile Include="AssemblyInfo.cs" />
<Compile Include="ResolveAddinReferences.cs" />
<Compile Include="Util.cs" />
</ItemGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
<ItemGroup>
<ProjectReference Include="..\Mono.Addins.Setup\Mono.Addins.Setup.csproj">
<Project>{A85C9721-C054-4BD8-A1F3-0227615F0A36}</Project>
<Name>Mono.Addins.Setup</Name>
<Private>False</Private>
</ProjectReference>
<ProjectReference Include="..\Mono.Addins\Mono.Addins.csproj">
<Project>{91DD5A2D-9FE3-4C3C-9253-876141874DAD}</Project>
<Name>Mono.Addins</Name>
<Private>False</Private>
</ProjectReference>
</ItemGroup>
<ItemGroup>
<None Include="Mono.Addins.targets" />
<Compile Remove="ResolveAddinReferences.cs" />
<Compile Remove="AssemblyInfo.cs" />
</ItemGroup>
</Project>
2 changes: 1 addition & 1 deletion Mono.Addins.MSBuild/Util.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@

namespace Mono.Addins.MSBuild
{
internal class Util
public class Util
{
public static bool IsWindows {
get { return Path.DirectorySeparatorChar == '\\'; }
Expand Down
45 changes: 3 additions & 42 deletions Mono.Addins.Setup/Mono.Addins.Setup.csproj
Original file line number Diff line number Diff line change
@@ -1,16 +1,12 @@
<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0">
<Project Sdk="Microsoft.NET.Sdk">
<Import Project="..\TargetFrameworks.props" />
<Import Project="..\Version.props" />
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProjectGuid>{A85C9721-C054-4BD8-A1F3-0227615F0A36}</ProjectGuid>
<OutputType>Library</OutputType>
<AssemblyName>Mono.Addins.Setup</AssemblyName>
<RootNamespace>Mono.Addins.Setup</RootNamespace>
<SignAssembly>True</SignAssembly>
<AssemblyOriginatorKeyFile>..\mono-addins.snk</AssemblyOriginatorKeyFile>
<PackageId>Mono.Addins.Setup</PackageId>
<Description>Mono.Addins is a framework for creating extensible applications, and for creating add-ins which extend applications. Mono.Addins.Setup provides an API for managing add-ins, creating add-in packages and publishing add-ins in on-line repositories.</Description>
<ProductVersion>8.0.30703</ProductVersion>
Expand Down Expand Up @@ -48,6 +44,7 @@
<Reference Include="System.Core" />
<Reference Include="System.Net.Http" />
<PackageReference Include="SharpZipLib" Version="1.1.0" />
<ProjectReference Include="..\Mono.Addins.MSBuild\Mono.Addins.MSBuild.csproj" />
<ProjectReference Include="..\Mono.Addins\Mono.Addins.csproj">
<Project>{91DD5A2D-9FE3-4C3C-9253-876141874DAD}</Project>
<Name>Mono.Addins</Name>
Expand All @@ -56,42 +53,6 @@
<PackageReference Include="NuGet.Build.Packaging" Version="0.2.0" />
</ItemGroup>
<ItemGroup>
<Compile Include="Mono.Addins.Setup\AddinInfo.cs" />
<Compile Include="Mono.Addins.Setup\AddinInfoCollection.cs" />
<Compile Include="Mono.Addins.Setup\AddinPackage.cs" />
<Compile Include="Mono.Addins.Setup\AddinRepositoryEntry.cs" />
<Compile Include="Mono.Addins.Setup\AddinStore.cs" />
<Compile Include="Mono.Addins.Setup\AddinSystemConfiguration.cs" />
<Compile Include="Mono.Addins.Setup\AddinSystemConfigurationReaderWriter.cs" />
<Compile Include="Mono.Addins.Setup\AddinSystemConfigurationSerializer.cs" />
<Compile Include="Mono.Addins.Setup\InstallException.cs" />
<Compile Include="Mono.Addins.Setup\Package.cs" />
<Compile Include="Mono.Addins.Setup\PackageCollection.cs" />
<Compile Include="Mono.Addins.Setup\ReferenceRepositoryEntry.cs" />
<Compile Include="Mono.Addins.Setup\Repository.cs" />
<Compile Include="Mono.Addins.Setup\RepositoryEntry.cs" />
<Compile Include="Mono.Addins.Setup\RepositoryEntryCollection.cs" />
<Compile Include="Mono.Addins.Setup\RepositoryReaderWriter.cs" />
<Compile Include="Mono.Addins.Setup\RepositoryRecord.cs" />
<Compile Include="Mono.Addins.Setup\RepositorySerializer.cs" />
<Compile Include="Mono.Addins.Setup\SetupTool.cs" />
<Compile Include="Mono.Addins.Setup.ProgressMonitoring\ConsoleProgressMonitor.cs" />
<Compile Include="Mono.Addins.Setup.ProgressMonitoring\LogTextWriter.cs" />
<Compile Include="Mono.Addins.Setup.ProgressMonitoring\NullProgressMonitor.cs" />
<Compile Include="Mono.Addins.Setup.ProgressMonitoring\ProgressStatusMonitor.cs" />
<Compile Include="Mono.Addins.Setup.ProgressMonitoring\ProgressTracker.cs" />
<Compile Include="Mono.Addins.Setup\IProgressMonitor.cs" />
<Compile Include="Mono.Addins.Setup\RepositoryRegistry.cs" />
<Compile Include="Mono.Addins.Setup\SetupService.cs" />
<Compile Include="AssemblyInfo.cs" />
<Compile Include="Mono.Addins.Setup\ConsoleAddinInstaller.cs" />
<Compile Include="Mono.Addins.Setup\PcFileCache.cs" />
<Compile Include="Mono.Addins.Setup\TextFormatter.cs" />
<Compile Include="Mono.Addins.Setup\WebRequestHelper.cs" />
<Compile Include="Mono.Addins.Setup\AddinRepositoryProvider.cs" />
<Compile Include="Mono.Addins.Setup\MonoAddinsRepositoryProvider.cs" />
<Compile Include="Mono.Addins.Setup\HttpClientProvider.cs" />
<Compile Include="Mono.Addins.Setup\DownloadFileRequest.cs" />
<Compile Remove="AssemblyInfo.cs" />
</ItemGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
</Project>
1 change: 1 addition & 0 deletions Mono.Addins.Setup/Mono.Addins.Setup/AddinPackage.cs
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@
using System.Collections.Generic;
using System.Linq;
using Mono.Addins.Database;
using Mono.Addins.MSBuild;

namespace Mono.Addins.Setup
{
Expand Down
1 change: 1 addition & 0 deletions Mono.Addins.Setup/Mono.Addins.Setup/SetupService.cs
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@
using ICSharpCode.SharpZipLib.Zip;
using Mono.Addins.Database;
using Mono.Addins.Description;
using Mono.Addins.MSBuild;
using Mono.Addins.Setup.ProgressMonitoring;
using Mono.PkgConfig;

Expand Down
3 changes: 1 addition & 2 deletions Mono.Addins.sln
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,6 @@ Global
{B051C84E-48CC-448D-B00C-1525EB64E4BE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B051C84E-48CC-448D-B00C-1525EB64E4BE}.Release|Any CPU.Build.0 = Release|Any CPU
{B4B44F14-32C3-4D50-8C6A-06AA30E56CA3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B4B44F14-32C3-4D50-8C6A-06AA30E56CA3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B4B44F14-32C3-4D50-8C6A-06AA30E56CA3}.DebugGtk3|Any CPU.ActiveCfg = Debug|Any CPU
{B4B44F14-32C3-4D50-8C6A-06AA30E56CA3}.DebugGtk3|Any CPU.Build.0 = Debug|Any CPU
{B4B44F14-32C3-4D50-8C6A-06AA30E56CA3}.DebugNoGui|Any CPU.ActiveCfg = Debug|Any CPU
Expand All @@ -172,6 +171,7 @@ Global
{B4B44F14-32C3-4D50-8C6A-06AA30E56CA3}.DebugWin32|Any CPU.Build.0 = Debug|Any CPU
{B4B44F14-32C3-4D50-8C6A-06AA30E56CA3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B4B44F14-32C3-4D50-8C6A-06AA30E56CA3}.Release|Any CPU.Build.0 = Release|Any CPU
{B4B44F14-32C3-4D50-8C6A-06AA30E56CA3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EA2F08DC-8289-4A89-A405-1A70D8B4C569}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EA2F08DC-8289-4A89-A405-1A70D8B4C569}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EA2F08DC-8289-4A89-A405-1A70D8B4C569}.DebugGtk3|Any CPU.ActiveCfg = Debug|Any CPU
Expand Down Expand Up @@ -201,7 +201,6 @@ Global
{F109148D-849E-4044-8700-5E8EA0AB2476}.Release|Any CPU.ActiveCfg = Debug|Any CPU
{F109148D-849E-4044-8700-5E8EA0AB2476}.Release|Any CPU.Build.0 = Debug|Any CPU
{FEC19BDA-4904-4005-8C09-68E82E8BEF6A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FEC19BDA-4904-4005-8C09-68E82E8BEF6A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FEC19BDA-4904-4005-8C09-68E82E8BEF6A}.DebugGtk3|Any CPU.ActiveCfg = Debug|Any CPU
{FEC19BDA-4904-4005-8C09-68E82E8BEF6A}.DebugGtk3|Any CPU.Build.0 = Debug|Any CPU
{FEC19BDA-4904-4005-8C09-68E82E8BEF6A}.DebugNoGui|Any CPU.ActiveCfg = Debug|Any CPU
Expand Down
6 changes: 3 additions & 3 deletions Mono.Addins/Mono.Addins.Database/AddinDatabase.cs
Original file line number Diff line number Diff line change
Expand Up @@ -1826,9 +1826,9 @@ ISetupHandler GetSetupHandler ()
// if (Util.IsMono)
// return new SetupProcess ();
// else
if (fs.RequiresIsolation)
return new SetupDomain ();
else
//if (fs.RequiresIsolation)
// return new SetupDomain ();
//else
return new SetupLocal ();
}

Expand Down
Loading