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

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'mcs/class/Microsoft.Build.Tasks/Microsoft.Build.Tasks.Hosting/ICscHostObject.cs')
-rw-r--r--mcs/class/Microsoft.Build.Tasks/Microsoft.Build.Tasks.Hosting/ICscHostObject.cs8
1 files changed, 1 insertions, 7 deletions
diff --git a/mcs/class/Microsoft.Build.Tasks/Microsoft.Build.Tasks.Hosting/ICscHostObject.cs b/mcs/class/Microsoft.Build.Tasks/Microsoft.Build.Tasks.Hosting/ICscHostObject.cs
index 51a16e020de..df9e2746233 100644
--- a/mcs/class/Microsoft.Build.Tasks/Microsoft.Build.Tasks.Hosting/ICscHostObject.cs
+++ b/mcs/class/Microsoft.Build.Tasks/Microsoft.Build.Tasks.Hosting/ICscHostObject.cs
@@ -32,11 +32,7 @@ using System.Runtime.InteropServices;
using Microsoft.Build.Framework;
namespace Microsoft.Build.Tasks.Hosting {
-
- [InterfaceType (ComInterfaceType.InterfaceIsIUnknown)]
- [Guid ("8520CC4D-64DC-4855-BE3F-4C28CCE048EE")]
- [ComVisible (true)]
- public interface ICscHostObject : ITaskHost {
+ public interface ICscHostObject {
void BeginInitialization ();
@@ -98,8 +94,6 @@ namespace Microsoft.Build.Tasks.Hosting {
bool SetOutputAssembly (string outputAssembly);
- bool SetPdbFile (string pdbFile);
-
bool SetPlatform (string platform);
bool SetReferences (ITaskItem[] references);