0

In Visual Studio 2008, I've exported my settings to a .vssettings file. I have a .vsi file that includes a .vscontent file. In the .vscontent I've included a macro project like this:

...
<Content>
    <FileName>MyMacros.vsmacros</FileName>
    <DisplayName>MyMacros</DisplayName>
    <Description>MyMacros to aid development</Description>
    <FileContentType>Macro Project</FileContentType>
    <ContentVersion>2.0</ContentVersion>
</Content>
...

Is it possible to include a .vssettings file like this? I can't seem to find the right FileContentType.

JasonMArcher
  • 14,195
  • 22
  • 56
  • 52
Lance Fisher
  • 25,684
  • 22
  • 96
  • 122

1 Answers1

0

Don't think its possible (Hint Reflector+VSContentInstaller.exe)

Shay Erlichmen
  • 31,691
  • 7
  • 68
  • 87