Changeset 2117
- Timestamp:
- Nov 26, 2012, 7:09:52 PM (10 years ago)
- Location:
- trunk
- Files:
-
- 1 added
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Makefile.am
r1982 r2117 6 6 DIST_SUBDIRS = $(SUBDIRS) binaries 7 7 8 EXTRA_DIST = bootstrap TODO8 EXTRA_DIST = bootstrap COPYING TODO 9 9 AUTOMAKE_OPTIONS = dist-bzip2 10 10 ACLOCAL_AMFLAGS = -I build/autotools/m4 -
trunk/tools/vslol/VsLol.csproj
r1932 r2117 99 99 </ItemGroup> 100 100 <ItemGroup> 101 <Content Include="..\..\COPYING"> 102 <CopyToOutputDirectory>Always</CopyToOutputDirectory> 103 <IncludeInVSIX>true</IncludeInVSIX> 104 </Content> 101 105 <None Include="source.extension.vsixmanifest"> 102 106 <SubType>Designer</SubType> -
trunk/tools/vslol/source.extension.vsixmanifest
r2115 r2117 7 7 <Description xml:space="preserve">Lol Engine Productivity Tools.</Description> 8 8 <Locale>1033</Locale> 9 <MoreInfoUrl>http://lol.zoy.org/</MoreInfoUrl> 10 <License>COPYING</License> 9 11 <InstalledByMsi>false</InstalledByMsi> 10 12 <SupportedProducts> … … 13 15 <Edition>Premium</Edition> 14 16 <Edition>Pro</Edition> 15 <Edition>Express_All</Edition>16 17 </VisualStudio> 17 18 </SupportedProducts>
Note: See TracChangeset
for help on using the changeset viewer.