Skip to content

Commit

Permalink
meh, more tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
shanselman committed May 2, 2012
1 parent fb309c1 commit e6b8e09
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
8 changes: 6 additions & 2 deletions ReloadPackage.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,7 @@
<EmbeddedResource Include="VSPackage.resx">
<MergeWithCTO>true</MergeWithCTO>
<ManifestResourceName>VSPackage</ManifestResourceName>
<SubType>Designer</SubType>
</EmbeddedResource>
</ItemGroup>
<ItemGroup>
Expand All @@ -150,14 +151,17 @@
<None Include="Key.snk" />
</ItemGroup>
<ItemGroup>
<Content Include="Readme.txt">
<Content Include="Package.png">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
<IncludeInVSIX>true</IncludeInVSIX>
</Content>
<Content Include="Resources\Package.ico">
<Content Include="Readme.txt">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
<IncludeInVSIX>true</IncludeInVSIX>
</Content>
<EmbeddedResource Include="Resources\Package.ico">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</EmbeddedResource>
</ItemGroup>
<PropertyGroup>
<UseCodebase>true</UseCodebase>
Expand Down
Binary file modified ReloadPackage.suo
Binary file not shown.
5 changes: 1 addition & 4 deletions source.extension.vsixmanifest
Original file line number Diff line number Diff line change
Expand Up @@ -10,21 +10,18 @@
<MoreInfoUrl>http://www.hanselman.com/</MoreInfoUrl>
<License>Readme.txt</License>
<GettingStartedGuide>http://www.hanselman.com/</GettingStartedGuide>
<Icon>Package.ico</Icon>
<PreviewImage>Package.ico</PreviewImage>
<Icon>Package.png</Icon>
<InstalledByMsi>false</InstalledByMsi>
<SupportedProducts>
<VisualStudio Version="10.0">
<Edition>Ultimate</Edition>
<Edition>Premium</Edition>
<Edition>Pro</Edition>
<Edition>Express_All</Edition>
</VisualStudio>
<VisualStudio Version="11.0">
<Edition>Ultimate</Edition>
<Edition>Premium</Edition>
<Edition>Pro</Edition>
<Edition>Express_All</Edition>
</VisualStudio>
</SupportedProducts>
<SupportedFrameworkRuntimeEdition MinVersion="4.0" MaxVersion="4.0" />
Expand Down

0 comments on commit e6b8e09

Please sign in to comment.