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

Loading…
Cancel
Save