Added Support for Visual Studio 2013 and Generating the class as Internal (C#) or Friend (VB)
This commit is contained in:
+2
-2
@@ -1,4 +1,4 @@
|
||||
using System.CodeDom;
|
||||
using System.Reflection;
|
||||
using System.Runtime.InteropServices;
|
||||
using Microsoft.VisualBasic;
|
||||
|
||||
@@ -9,7 +9,7 @@ namespace ChristianHelle.DeveloperTools.CodeGenerators.Resw.VSPackage.CustomTool
|
||||
public class ReswFileVisualBasicCodeGeneratorInternal : ReswFileCodeGenerator
|
||||
{
|
||||
public ReswFileVisualBasicCodeGeneratorInternal()
|
||||
: base(new VBCodeProvider(), MemberAttributes.Assembly)
|
||||
: base(new VBCodeProvider(), TypeAttributes.NestedAssembly)
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user