Added VBScript support.

This commit is contained in:
James Forshaw
2017-05-16 19:00:29 +01:00
parent e3cebf073f
commit b53cd212a0
8 changed files with 214 additions and 29 deletions
+7
View File
@@ -54,6 +54,7 @@
<DependentUpon>Resources.resx</DependentUpon>
</Compile>
<Compile Include="VBAGenerator.cs" />
<Compile Include="VBScriptGenerator.cs" />
</ItemGroup>
<ItemGroup>
<None Include="packages.config" />
@@ -76,6 +77,12 @@
<ItemGroup>
<None Include="Resources\jscript_auto_version_script.txt" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\vbs_template.txt" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\vbs_auto_version_script.txt" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets.