From: <fr...@us...> - 2007-08-09 06:50:43
|
Revision: 819 http://mp-plugins.svn.sourceforge.net/mp-plugins/?rev=819&view=rev Author: framug Date: 2007-08-08 23:50:42 -0700 (Wed, 08 Aug 2007) Log Message: ----------- Icon for DLLFix. Green arrows mean shortcuts created. If you don't like it because icon resemble too much to MP Icon, then tell me, I will remove it. Modified Paths: -------------- trunk/plugins/MultiShortcut/DLLFix/DLLFix.csproj trunk/plugins/MultiShortcut/DLLFix/Properties/AssemblyInfo.cs Added Paths: ----------- trunk/plugins/MultiShortcut/DLLFix/DLLFix.ico Modified: trunk/plugins/MultiShortcut/DLLFix/DLLFix.csproj =================================================================== --- trunk/plugins/MultiShortcut/DLLFix/DLLFix.csproj 2007-08-09 06:42:51 UTC (rev 818) +++ trunk/plugins/MultiShortcut/DLLFix/DLLFix.csproj 2007-08-09 06:50:42 UTC (rev 819) @@ -9,6 +9,7 @@ <AppDesignerFolder>Properties</AppDesignerFolder> <RootNamespace>DLLFix</RootNamespace> <AssemblyName>DLLFix</AssemblyName> + <ApplicationIcon>DLLFix.ico</ApplicationIcon> </PropertyGroup> <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> <DebugSymbols>true</DebugSymbols> @@ -46,6 +47,9 @@ <Name>MultiShortcut</Name> </ProjectReference> </ItemGroup> + <ItemGroup> + <Content Include="DLLFix.ico" /> + </ItemGroup> <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" /> <!-- To modify your build process, add your task inside one of the targets below and uncomment it. Other similar extension points exist, see Microsoft.Common.targets. Added: trunk/plugins/MultiShortcut/DLLFix/DLLFix.ico =================================================================== (Binary files differ) Property changes on: trunk/plugins/MultiShortcut/DLLFix/DLLFix.ico ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Modified: trunk/plugins/MultiShortcut/DLLFix/Properties/AssemblyInfo.cs =================================================================== --- trunk/plugins/MultiShortcut/DLLFix/Properties/AssemblyInfo.cs 2007-08-09 06:42:51 UTC (rev 818) +++ trunk/plugins/MultiShortcut/DLLFix/Properties/AssemblyInfo.cs 2007-08-09 06:50:42 UTC (rev 819) @@ -8,9 +8,9 @@ [assembly: AssemblyTitle("DLLFix")] [assembly: AssemblyDescription("")] [assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("lr-software")] +[assembly: AssemblyCompany("")] [assembly: AssemblyProduct("DLLFix")] -[assembly: AssemblyCopyright("Copyright © lr-software 2006")] +[assembly: AssemblyCopyright("")] [assembly: AssemblyTrademark("")] [assembly: AssemblyCulture("")] This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |