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

github.com/mono/monodevelop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'main/src/addins/ILAsmBinding/Project/ILAsmCompilerParameters.cs')
-rw-r--r--main/src/addins/ILAsmBinding/Project/ILAsmCompilerParameters.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/src/addins/ILAsmBinding/Project/ILAsmCompilerParameters.cs b/main/src/addins/ILAsmBinding/Project/ILAsmCompilerParameters.cs
index 80c1af76db..9b509a6112 100644
--- a/main/src/addins/ILAsmBinding/Project/ILAsmCompilerParameters.cs
+++ b/main/src/addins/ILAsmBinding/Project/ILAsmCompilerParameters.cs
@@ -26,7 +26,7 @@
namespace ILAsmBinding
{
- class ILAsmCompilerParameters : MonoDevelop.Projects.ConfigurationParameters
+ class ILAsmCompilerParameters : MonoDevelop.Projects.DotNetCompilerParameters
{
}
}