Browse Source

fixed build

pull/14/head
Siegfried Pammer 15 years ago
parent
commit
928b29cdd0
  1. 46
      src/Setup/Setup.wxs

46
src/Setup/Setup.wxs

@ -274,28 +274,28 @@
<ComponentRef Id="CSharpRecentFilesCollectionTemplate"/> <ComponentRef Id="CSharpRecentFilesCollectionTemplate"/>
<ComponentRef Id="CSharpRecentFilesCollectionTemplateRecentFileElementClass"/> <ComponentRef Id="CSharpRecentFilesCollectionTemplateRecentFileElementClass"/>
<ComponentRef Id="CSharpRecentFilesCollectionTemplateRecentFilesCollectionClass"/> <ComponentRef Id="CSharpRecentFilesCollectionTemplateRecentFilesCollectionClass"/>
<ComponentRef Id="VBNetTemplatesFileCategorySortOrderXml"/> <ComponentRef Id="VBTemplatesFileCategorySortOrderXml"/>
<ComponentRef Id="VBNetExceptionFileTemplate"/> <ComponentRef Id="VBExceptionFileTemplate"/>
<ComponentRef Id="VBNetEmptyFileTemplate"/> <ComponentRef Id="VBEmptyFileTemplate"/>
<ComponentRef Id="VBNetEmptyClassFileTemplate"/> <ComponentRef Id="VBEmptyClassFileTemplate"/>
<ComponentRef Id="VBNetFormFileTemplate"/> <ComponentRef Id="VBFormFileTemplate"/>
<ComponentRef Id="VBNetUserControlFileTemplate"/> <ComponentRef Id="VBUserControlFileTemplate"/>
<ComponentRef Id="VBNetInterfaceFileTemplate"/> <ComponentRef Id="VBInterfaceFileTemplate"/>
<ComponentRef Id="VBNetModuleFileTemplate"/> <ComponentRef Id="VBModuleFileTemplate"/>
<ComponentRef Id="VBNetMyExtensionClassFileTemplate"/> <ComponentRef Id="VBMyExtensionClassFileTemplate"/>
<ComponentRef Id="VBNetPatternsSingletonFileTemplate"/> <ComponentRef Id="VBPatternsSingletonFileTemplate"/>
<ComponentRef Id="VBNetUnitTestFileTemplate"/> <ComponentRef Id="VBUnitTestFileTemplate"/>
<ComponentRef Id="VBNetStructureFileTemplate"/> <ComponentRef Id="VBStructureFileTemplate"/>
<ComponentRef Id="VBNetWebControlFileTemplate"/> <ComponentRef Id="VBWebControlFileTemplate"/>
<ComponentRef Id="VBNetWebFormFileTemplate"/> <ComponentRef Id="VBWebFormFileTemplate"/>
<ComponentRef Id="VBNetWebHandlerFileTemplate"/> <ComponentRef Id="VBWebHandlerFileTemplate"/>
<ComponentRef Id="VBNetWebServiceFileTemplate"/> <ComponentRef Id="VBWebServiceFileTemplate"/>
<ComponentRef Id="VBNetWPFFlowDocumentFileTemplate"/> <ComponentRef Id="VBWPFFlowDocumentFileTemplate"/>
<ComponentRef Id="VBNetWPFPageFileTemplate"/> <ComponentRef Id="VBWPFPageFileTemplate"/>
<ComponentRef Id="VBNetWPFPageFunctionFileTemplate"/> <ComponentRef Id="VBWPFPageFunctionFileTemplate"/>
<ComponentRef Id="VBNetWPFResourceDictionaryFileTemplate"/> <ComponentRef Id="VBWPFResourceDictionaryFileTemplate"/>
<ComponentRef Id="VBNetWPFUserControlFileTemplate"/> <ComponentRef Id="VBWPFUserControlFileTemplate"/>
<ComponentRef Id="VBNetWPFWindowFileTemplate"/> <ComponentRef Id="VBWPFWindowFileTemplate"/>
<ComponentRef Id="EmptyHTMLFileTemplate"/> <ComponentRef Id="EmptyHTMLFileTemplate"/>
<ComponentRef Id="EmptyMsBuildFileTemplate"/> <ComponentRef Id="EmptyMsBuildFileTemplate"/>
<ComponentRef Id="EmptyResourceFileTemplate"/> <ComponentRef Id="EmptyResourceFileTemplate"/>
@ -308,7 +308,7 @@
<ComponentRef Id="CSharpStructTemplate"/> <ComponentRef Id="CSharpStructTemplate"/>
<ComponentRef Id="CSharpConfigurationFileTemplates"/> <ComponentRef Id="CSharpConfigurationFileTemplates"/>
<ComponentRef Id="MiscProjectTemplates"/> <ComponentRef Id="MiscProjectTemplates"/>
<ComponentRef Id="VBNetProjectTemplates"/> <ComponentRef Id="VBProjectTemplates"/>
<ComponentRef Id="ExampleProjectTemplate"/> <ComponentRef Id="ExampleProjectTemplate"/>
<ComponentRef Id="ICSharpCode.SharpDevelop.addin"/> <ComponentRef Id="ICSharpCode.SharpDevelop.addin"/>
<ComponentRef Id="BooBindingAddin"/> <ComponentRef Id="BooBindingAddin"/>

Loading…
Cancel
Save