Browse Source

Fix reference to DefaultAssemblyInfo.cs in VB.NET project.

4.1
Matt Ward 14 years ago
parent
commit
dad00466c9
  1. 2
      data/templates/project/VB/SharpDevelopCustomTool.xpt

2
data/templates/project/VB/SharpDevelopCustomTool.xpt

@ -175,7 +175,7 @@ Public Class ${ProjectName}Tool @@ -175,7 +175,7 @@ Public Class ${ProjectName}Tool
End Class
]]></File>
<File name="FileTemplate.xft" src="SharpDevelopCustomToolTemplate.xft.xml" binary="true" CopyToOutputDirectory="Always"/>
<File name="Properties\AssemblyInfo.vb" src="DefaultAssemblyInfo.cs"/>
<File name="Properties\AssemblyInfo.vb" src="DefaultAssemblyInfo.vb"/>
<File name="AddInWritingHelp.txt" src="..\AddInWritingHelp.txt"/>
</Files>
</Project>

Loading…
Cancel
Save