Show
Ignore:
Timestamp:
09/01/08 09:03:20 (4 months ago)
Author:
poolmmjp
Message:
  • fav状況を★マークで表示するようにした(Twitter/FriendFeed)。
  • ★マークをクリックしてfavできるようにした(Twitter/FriendFeed/Wassr/はてなハイク)。
Files:
1 modified

Legend:

Unmodified
Added
Removed
  • lang/csharp/MMMMB/MMMMB/MMMMB.csproj

    r18079 r18564  
    4040  <ItemGroup> 
    4141    <Compile Include="Entry.cs" /> 
     42    <Compile Include="FavoriteProperty.cs" /> 
    4243    <Compile Include="FileLogger.cs" /> 
     44    <Compile Include="IExtendedProperty.cs" /> 
    4345    <Compile Include="IFavoritable.cs" /> 
    4446    <Compile Include="ILogger.cs" /> 
     
    9294  <ItemGroup> 
    9395    <None Include="app.config" /> 
     96    <None Include="favorited.template"> 
     97      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> 
     98    </None> 
    9499    <None Include="item.template"> 
    95100      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>