• R/O
  • HTTP
  • SSH
  • HTTPS

提交

標籤
無標籤

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

OpenTweenのfork


Commit MetaInfo

修訂5802b68d0d6d85375d4c794e2863cbac3d14b398 (tree)
時間2012-02-22 19:50:52
作者Kimura Youichi <kim.upsilon@bucy...>
CommiterKimura Youichi

Log Message

Fix minor build errors

Change Summary

差異

--- a/Tween/Tween.vbproj
+++ b/Tween/Tween.vbproj
@@ -141,7 +141,6 @@
141141 <Compile Include="Connection\HttpOAuthApiProxy.vb" />
142142 <Compile Include="Connection\HttpTwitter.vb" />
143143 <Compile Include="Connection\HttpVarious.vb" />
144- <Compile Include="Connection\TwitPic.vb" />
145144 <Compile Include="DataModel.vb" />
146145 <Compile Include="DetailsListView.vb">
147146 <SubType>Component</SubType>
--- a/TweenCS/Connection/HttpConnectionOAuth.cs
+++ b/TweenCS/Connection/HttpConnectionOAuth.cs
@@ -46,7 +46,6 @@ using Convert = System.Convert;
4646 using InvalidDataException = System.IO.InvalidDataException;
4747 using UriBuilder = System.UriBuilder;
4848 using Environment = System.Environment;
49-using DateTime = System.DateTime;
5049 using StringBuilder = System.Text.StringBuilder;
5150 using HttpRequestHeader = System.Net.HttpRequestHeader;
5251 using HMACSHA1 = System.Security.Cryptography.HMACSHA1;
--- a/TweenCS/Connection/imgly.cs
+++ b/TweenCS/Connection/imgly.cs
@@ -36,7 +36,7 @@ using ArgumentException = System.ArgumentException;
3636 using System.Collections.Generic; // for Dictionary<TKey, TValue>, List<T>, KeyValuePair<TKey, TValue>
3737 using Uri = System.Uri;
3838 using Array = System.Array;
39-using UploadFileType = MyCommon.UploadFileType;
39+using UploadFileType = Tween.MyCommon.UploadFileType;
4040
4141 namespace Tween
4242 {