Browse Source

fix bug in VB project export

pull/254/head
Siegfried Pammer 14 years ago
parent
commit
ee4a77f20d
  1. 1
      ILSpy/VB/VBLanguage.cs

1
ILSpy/VB/VBLanguage.cs

@ -287,7 +287,6 @@ namespace ICSharpCode.ILSpy.VB
foreach (TypeDefinition type in file) {
codeDomBuilder.AddType(type);
}
codeDomBuilder.RunTransformations(transformAbortCondition);
RunTransformsAndGenerateCode(codeDomBuilder, new PlainTextOutput(w), options);
}
});

Loading…
Cancel
Save