[Tween-svn] [1118] . net4ベースへ変更

Back to archive index

svnno****@sourc***** svnno****@sourc*****
2010年 11月 26日 (金) 02:28:10 JST


Revision: 1118
          http://sourceforge.jp/projects/tween/svn/view?view=rev&revision=1118
Author:   kiri_feather
Date:     2010-11-26 02:28:10 +0900 (Fri, 26 Nov 2010)

Log Message:
-----------
.net4ベースへ変更

Modified Paths:
--------------
    trunk/Tween/Connection/HttpTwitter.vb
    trunk/Tween/Tween.vbproj
    trunk/Tween/app.config


-------------- next part --------------
Modified: trunk/Tween/Connection/HttpTwitter.vb
===================================================================
--- trunk/Tween/Connection/HttpTwitter.vb	2010-11-25 14:20:22 UTC (rev 1117)
+++ trunk/Tween/Connection/HttpTwitter.vb	2010-11-25 17:28:10 UTC (rev 1118)
@@ -622,7 +622,7 @@
         '認証なくても取得できるが、protectedユーザー分が抜ける
 
         Return httpCon.GetContent(GetMethod, _
-                            CreateTwitterUri("/1/related_results/show/" + id.ToString + ".xml"), _
+                            CreateTwitterUri("/1/related_results/show/" + id.ToString + ".json"), _
                             Nothing, _
                             content, _
                             TwitterApiInfo.HttpHeaders, _

Modified: trunk/Tween/Tween.vbproj
===================================================================
--- trunk/Tween/Tween.vbproj	2010-11-25 14:20:22 UTC (rev 1117)
+++ trunk/Tween/Tween.vbproj	2010-11-25 17:28:10 UTC (rev 1118)
@@ -17,7 +17,7 @@
     <UpgradeBackupLocation>
     </UpgradeBackupLocation>
     <OldToolsVersion>3.5</OldToolsVersion>
-    <TargetFrameworkVersion>v2.0</TargetFrameworkVersion>
+    <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
     <IsWebBootstrapper>false</IsWebBootstrapper>
     <OptionStrict>On</OptionStrict>
     <TargetFrameworkProfile>
@@ -91,7 +91,6 @@
   </PropertyGroup>
   <ItemGroup>
     <Reference Include="System" />
-    <Reference Include="System.DirectoryServices" />
     <Reference Include="System.Drawing" />
     <Reference Include="System.Web" />
     <Reference Include="System.Windows.Forms" />

Modified: trunk/Tween/app.config
===================================================================
--- trunk/Tween/app.config	2010-11-25 14:20:22 UTC (rev 1117)
+++ trunk/Tween/app.config	2010-11-25 17:28:10 UTC (rev 1118)
@@ -25,4 +25,4 @@
             <!--<add name="EventLog" type="System.Diagnostics.EventLogTraceListener" initializeData="APPLICATION_NAME"/> -->
         </sharedListeners>
     </system.diagnostics>
-<startup><supportedRuntime version="v2.0.50727"/></startup></configuration>
+<startup><supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.0"/></startup></configuration>



Tween-svn メーリングリストの案内
Back to archive index