OSDN Git Service

.net4ベースへ変更
authorkiri_feather <kiri_feather@users.sourceforge.jp>
Thu, 25 Nov 2010 17:28:10 +0000 (17:28 +0000)
committerKimura Youichi <kim.upsilon@bucyou.net>
Sat, 18 Feb 2012 14:16:44 +0000 (23:16 +0900)
git-svn-id: http://svn.sourceforge.jp/svnroot/tween/trunk@1118 e39ad16e-3079-482e-bb30-4b4d378143b6

Tween/Connection/HttpTwitter.vb
Tween/Tween.vbproj
Tween/app.config

index 873fbd7..e7f4a40 100644 (file)
@@ -622,7 +622,7 @@ Public Class HttpTwitter
         '認証なくても取得できるが、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, _
index 04f248a..dd971ee 100644 (file)
@@ -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" />
index aac5681..5f079c0 100644 (file)
@@ -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>