Added support for v4 framework only and made script generation more generic.

This commit is contained in:
James Forshaw
2017-05-16 13:57:04 +01:00
parent 05df0921cf
commit bf6601e546
7 changed files with 336 additions and 132 deletions
+3
View File
@@ -44,8 +44,11 @@
<Reference Include="System.Xml" />
</ItemGroup>
<ItemGroup>
<Compile Include="IScriptGenerator.cs" />
<Compile Include="JScriptGenerator.cs" />
<Compile Include="Program.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="VBAGenerator.cs" />
</ItemGroup>
<ItemGroup>
<None Include="packages.config" />