OSDN Git Service

AnalyzeKey.vb削除
authorsyo68k <syo68k@users.sourceforge.jp>
Sun, 18 Jul 2010 01:24:00 +0000 (01:24 +0000)
committerKimura Youichi <kim.upsilon@bucyou.net>
Sat, 18 Feb 2012 14:14:09 +0000 (23:14 +0900)
git-svn-id: http://svn.sourceforge.jp/svnroot/tween/trunk@599 e39ad16e-3079-482e-bb30-4b4d378143b6

Tween/AnalyzeKey.vb [deleted file]
Tween/Tween.vbproj

diff --git a/Tween/AnalyzeKey.vb b/Tween/AnalyzeKey.vb
deleted file mode 100644 (file)
index 5f79127..0000000
+++ /dev/null
@@ -1,44 +0,0 @@
-Public Module AnalyzeKey
-'    このファイルはデバッグビルドのTweenにより自動作成されました   作成日時  2009/05/08 10:59:14
-
-    Public _splitPost As String = "<li id=""status_"
-    Public _splitPostRecent As String = "<li id=""status_"
-    Public _statusIdTo As String = """"
-    Public _splitDM As String = "<li id=""direct_message_"
-    Public _parseName As String = "://twitter.com/"
-    Public _parseNameTo As String = """"
-    Public _parseNick As String = "<img alt="""
-    Public _parseNickTo As String = """"
-    Public _parseImg As String = "src="""
-    Public _parseImgTo As String = """"
-    Public _parseMsg1 As String = "<span class=""entry-content"">"
-    Public _parseMsg2 As String = "</span>"
-    Public _parseDM1 As String = "<span class=""entry-content"">"
-    Public _parseDM11 As String = "<span class=""protected"">"
-    Public _parseDM2 As String = "</span>"
-    Public _parseDate As String = "data=""{time:'"
-    Public _parseDateTo As String = "'}"">"
-    Public _getAuthKey As String = "<input name=""authenticity_token"" value="""
-    Public _getAuthKeyTo As String = """"
-    'Public _parseStar As String = "<a class="""
-    'Public _parseStarTo As String = """"
-    'Public _parseStarEmpty As String = "fav-action non-fav"
-    Public _followerList As String = "<select id=""direct_message_user_id"" name=""user[id]""><option value="""" selected=""selected"">"
-    Public _followerMbr1 As String = "/option>"
-    Public _followerMbr2 As String = """>"
-    Public _followerMbr3 As String = "<"
-    Public _getInfoTwitter As String = "<div class=""bulletin info"">"
-    Public _getInfoTwitterTo As String = "</div>"
-    Public _isProtect As String = "<span class=""lock-icon"""
-    Public _isReplyEng As String = ">in reply to "
-    Public _isReplyJpn As String = ">u8fd4u4fe1: "
-    Public _isReplyTo As String = "<"
-    Public _parseProtectMsg1 As String = "."" />"
-    Public _parseProtectMsg2 As String = "<span class=""meta entry-meta"">"
-    Public _parseDMcountFrom As String = "<span id=""message_count"" class=""stat_count"">"
-    Public _parseDMcountTo As String = "</span>"
-    Public _parseSourceFrom As String = "<span>from <a href="
-    Public _parseSource2 As String = """>"
-    Public _parseSourceTo As String = "</a>"
-    Public _removeClass As String = "<li class="""
-End Module
index 7c193e3..2a43c23 100644 (file)
     <Import Include="System.Windows.Forms" />
   </ItemGroup>
   <ItemGroup>
-    <Compile Include="AnalyzeKey.vb" />
     <Compile Include="ApplicationEvents.vb" />
     <Compile Include="AtIdSupplement.Designer.vb">
       <DependentUpon>AtIdSupplement.vb</DependentUpon>