You can subscribe to this list here.
2007 |
Jan
|
Feb
|
Mar
(11) |
Apr
(36) |
May
(74) |
Jun
(9) |
Jul
|
Aug
(36) |
Sep
(11) |
Oct
|
Nov
|
Dec
|
---|---|---|---|---|---|---|---|---|---|---|---|---|
2008 |
Jan
|
Feb
|
Mar
(94) |
Apr
(63) |
May
|
Jun
(1) |
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
(12) |
2009 |
Jan
|
Feb
(2) |
Mar
(4) |
Apr
(5) |
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: <cl...@us...> - 2007-03-30 11:32:29
|
Revision: 14 http://freetrain.svn.sourceforge.net/freetrain/?rev=14&view=rev Author: clrg Date: 2007-03-30 04:32:30 -0700 (Fri, 30 Mar 2007) Log Message: ----------- Fix ambiguous reference to freetrain.controls.WebBrowser Modified Paths: -------------- trunk/FreeTrain/core/world/accounting/BalanceSheetForm.cs Modified: trunk/FreeTrain/core/world/accounting/BalanceSheetForm.cs =================================================================== --- trunk/FreeTrain/core/world/accounting/BalanceSheetForm.cs 2007-03-30 11:31:29 UTC (rev 13) +++ trunk/FreeTrain/core/world/accounting/BalanceSheetForm.cs 2007-03-30 11:32:30 UTC (rev 14) @@ -35,7 +35,7 @@ private System.ComponentModel.Container components = null; - private WebBrowser webBrowser; + private freetrain.controls.WebBrowser webBrowser; private BalanceSheetForm() { // this.MdiParent = MainWindow.mainWindow; This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <cl...@us...> - 2007-03-30 11:31:28
|
Revision: 13 http://freetrain.svn.sourceforge.net/freetrain/?rev=13&view=rev Author: clrg Date: 2007-03-30 04:31:29 -0700 (Fri, 30 Mar 2007) Log Message: ----------- Corrections where Yen signs had replaced backslashes in escape codes Modified Paths: -------------- trunk/FreeTrain/core/contributions/land/RandomLandBuilder.cs trunk/FreeTrain/core/framework/plugin/PluginManager.cs Modified: trunk/FreeTrain/core/contributions/land/RandomLandBuilder.cs =================================================================== --- trunk/FreeTrain/core/contributions/land/RandomLandBuilder.cs 2007-03-30 01:11:05 UTC (rev 12) +++ trunk/FreeTrain/core/contributions/land/RandomLandBuilder.cs 2007-03-30 11:31:29 UTC (rev 13) @@ -20,7 +20,7 @@ { public RandomLandBuilder( XmlElement e ) : base(e) { ArrayList array = new ArrayList(); - string[] guids = XmlUtil.selectSingleNode( e, "lands" ).InnerText.Split(' ','¥t','¥r','¥n'); + string[] guids = XmlUtil.selectSingleNode( e, "lands" ).InnerText.Split(' ','\t','\r','\n'); for( int i=0; i<guids.Length; i++ ) { if(guids[i].Length!=0) array.Add(guids[i]); Modified: trunk/FreeTrain/core/framework/plugin/PluginManager.cs =================================================================== --- trunk/FreeTrain/core/framework/plugin/PluginManager.cs 2007-03-30 01:11:05 UTC (rev 12) +++ trunk/FreeTrain/core/framework/plugin/PluginManager.cs 2007-03-30 11:31:29 UTC (rev 13) @@ -233,7 +233,7 @@ public void addContributionFactory( string name, ContributionFactory factory ) { if( contributionFactories.Contains(name) ) throw new Exception(string.Format( - "contribution type ¥"{0}¥" is already registered.",name)); + "contribution type \"{0}\" is already registered.",name)); contributionFactories.Add(name,factory); } This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <him...@us...> - 2007-03-30 01:11:05
|
Revision: 12 http://freetrain.svn.sourceforge.net/freetrain/?rev=12&view=rev Author: himasaram Date: 2007-03-29 18:11:05 -0700 (Thu, 29 Mar 2007) Log Message: ----------- Change a few files to UTF-8 Modified Paths: -------------- trunk/FreeTrain/core/AssemblyInfo.cs trunk/FreeTrain/core/contributions/land/RandomLandBuilder.cs trunk/FreeTrain/core/world/accounting/BalanceSheetForm.cs Modified: trunk/FreeTrain/core/AssemblyInfo.cs =================================================================== --- trunk/FreeTrain/core/AssemblyInfo.cs 2007-03-30 00:19:56 UTC (rev 11) +++ trunk/FreeTrain/core/AssemblyInfo.cs 2007-03-30 01:11:05 UTC (rev 12) @@ -11,42 +11,42 @@ [assembly: AssemblyCulture("")] // -// \x83A\x83Z\x83\x93\x83u\x83\x8A\x82̃o\x81[\x83W\x83\x87\x83\x93\x8F\xEE\x95\xF1\x82́A\x88ȉ\xBA\x82\xCC 4 \x82̑\xAE\x90\xAB\x82ō\\x90\xAC\x82\xB3\x82\xEA\x82܂\xB7 : +// アセンブリのバージョン情報は、以下の 4 つの属性で構成されます : // -// \x83\x81\x83W\x83\x83\x81[ \x83o\x81[\x83W\x83\x87\x83\x93 -// \x83}\x83C\x83i \x83o\x81[\x83W\x83\x87\x83\x93 -// \x83r\x83\x8B\x83h\x94ԍ\x86 -// \x83\x8A\x83r\x83W\x83\x87\x83\x93 +// メジャー バージョン +// マイナ バージョン +// ビルド番号 +// リビジョン // -// \x89\xBA\x82ɂ\xA0\x82\xE9\x82悤\x82ɁA'*' \x82\xF0\x8Eg\x82\xC1\x82āA\x82\xB7\x82ׂĂ̒l\x82\xF0\x8Ew\x92肷\x82邩\x81A -// \x83r\x83\x8B\x83h\x82\xA8\x82\xE6\x82у\x8A\x83r\x83W\x83\x87\x83\x93\x94ԍ\x86\x82\xF0\x8A\xF9\x92\xE8\x92l\x82ɂ\xB7\x82邱\x82Ƃ\xAA\x82ł\xAB\x82܂\xB7 : +// 下にあるように、'*' を使って、すべての値を指定するか、 +// ビルドおよびリビジョン番号を既定値にすることができます : [assembly: AssemblyVersion("1.0.*")] // -// \x83A\x83Z\x83\x93\x83u\x83\x8A\x82ɏ\x90\x96\xBC\x82\xB7\x82\xE9\x82ɂ́A\x8Eg\x97p\x82\xB7\x82\xE9\x83L\x81[\x82\xF0\x8Ew\x92肵\x82Ȃ\xAF\x82\xEA\x82Ȃ\xE8\x82܂\xB9\x82\xF1\x81B -// \x83A\x83Z\x83\x93\x83u\x83\x8A\x8F\x90\x96\xBC\x82Ɋւ\xB7\x82\xE9\x8Fڍׂɂ\xA2\x82ẮAMicrosoft .NET Framework \x83h\x83L\x83\x85\x83\x81\x83\x93\x83g\x82\xF0\x8EQ\x8FƂ\xB5\x82Ă\xAD\x82\xBE\x82\xB3\x82\xA2\x81B +// アセンブリに署名するには、使用するキーを指定しなければなりません。 +// アセンブリ署名に関する詳細については、Microsoft .NET Framework ドキュメントを参照してください。 // -// \x89\xBA\x8BL\x82̑\xAE\x90\xAB\x82\xF0\x8Eg\x82\xC1\x82āA\x8F\x90\x96\xBC\x82Ɏg\x82\xA4\x83L\x81[\x82𐧌䂵\x82܂\xB7\x81B +// 下記の属性を使って、署名に使うキーを制御します。 // -// \x83\x81\x83\x82 : -// (*) \x83L\x81[\x82\xAA\x8Ew\x92肳\x82\xEA\x82Ȃ\xA2\x82ƁA\x83A\x83Z\x83\x93\x83u\x83\x8A\x82͏\x90\x96\xBC\x82\xB3\x82\xEA\x82܂\xB9\x82\xF1\x81B -// (*) KeyName \x82́A\x83R\x83\x93\x83s\x83\x85\x81[\x83^\x82ɃC\x83\x93\x83X\x83g\x81[\x83\x8B\x82\xB3\x82\xEA\x82Ă\xA2\x82\xE9 -// \x88Í\x86\x83T\x81[\x83r\x83X \x83v\x83\x8D\x83o\x83C\x83_ (CSP) \x82̃L\x81[\x82\xF0\x95\\x82\xB5\x82܂\xB7\x81BKeyFile \x82́A -// \x83L\x81[\x82\xF0\x8A܂ރt\x83@\x83C\x83\x8B\x82ł\xB7\x81B -// (*) KeyFile \x82\xA8\x82\xE6\x82\xD1 KeyName \x82̒l\x82\xAA\x8B\xA4\x82Ɏw\x92肳\x82\xEA\x82Ă\xA2\x82\xE9\x8Fꍇ\x82́A -// \x88ȉ\xBA\x82̏\x88\x97\x9D\x82\xAA\x8Ds\x82\xED\x82\xEA\x82܂\xB7 : -// (1) KeyName \x82\xAA CSP \x82Ɍ\xA9\x82\xA9\x82\xC1\x82\xBD\x8Fꍇ\x81A\x82\xBB\x82̃L\x81[\x82\xAA\x8Eg\x82\xED\x82\xEA\x82܂\xB7\x81B -// (2) KeyName \x82\xAA\x91\xB6\x8D݂\xB9\x82\xB8\x81AKeyFile \x82\xAA\x91\xB6\x8D݂\xB7\x82\xE9\x8Fꍇ\x81A -// KeyFile \x82ɂ\xA0\x82\xE9\x83L\x81[\x82\xAA CSP \x82ɃC\x83\x93\x83X\x83g\x81[\x83\x8B\x82\xB3\x82\xEA\x81A\x8Eg\x82\xED\x82\xEA\x82܂\xB7\x81B -// (*) KeyFile \x82\xF0\x8D쐬\x82\xB7\x82\xE9\x82ɂ́Asn.exe (\x8C\xB5\x96\xA7\x82Ȗ\xBC\x91O) \x83\x86\x81[\x83e\x83B\x83\x8A\x83e\x83B\x82\xF0\x8Eg\x82\xC1\x82Ă\xAD\x82\xBE\x82\xB3\x82\xA2\x81B -// KeyFile \x82\xF0\x8Ew\x92肷\x82\xE9\x82Ƃ\xAB\x81AKeyFile \x82̏ꏊ\x82́A -// \x83v\x83\x8D\x83W\x83F\x83N\x83g\x8Fo\x97\xCD \x83f\x83B\x83\x8C\x83N\x83g\x83\x8A\x82ւ̑\x8A\x91p\x83X\x82łȂ\xAF\x82\xEA\x82Ȃ\xE8\x82܂\xB9\x82\xF1\x81B -// \x83p\x83X\x82́A%Project Directory%\obj\<configuration> \x82ł\xB7\x81B\x82\xBD\x82Ƃ\xA6\x82AKeyFile \x82\xAA\x83v\x83\x8D\x83W\x83F\x83N\x83g \x83f\x83B\x83\x8C\x83N\x83g\x83\x8A\x82ɂ\xA0\x82\xE9\x8Fꍇ\x81A -// AssemblyKeyFile \x91\xAE\x90\xAB\x82\xF0 -// [assembly: AssemblyKeyFile("..\\..\\mykey.snk")] \x82Ƃ\xB5\x82Ďw\x92肵\x82܂\xB7\x81B -// (*) \x92x\x89\x84\x8F\x90\x96\xBC\x82͍\x82\x93x\x82ȃI\x83v\x83V\x83\x87\x83\x93\x82ł\xB7\x81B -// \x8Fڍׂɂ\xA2\x82Ă\xCD Microsoft .NET Framework \x83h\x83L\x83\x85\x83\x81\x83\x93\x83g\x82\xF0\x8EQ\x8FƂ\xB5\x82Ă\xAD\x82\xBE\x82\xB3\x82\xA2\x81B +// メモ : +// (*) キーが指定されないと、アセンブリは署名されません。 +// (*) KeyName は、コンピュータにインストールされている +// 暗号サービス プロバイダ (CSP) のキーを表します。KeyFile は、 +// キーを含むファイルです。 +// (*) KeyFile および KeyName の値が共に指定されている場合は、 +// 以下の処理が行われます : +// (1) KeyName が CSP に見つかった場合、そのキーが使われます。 +// (2) KeyName が存在せず、KeyFile が存在する場合、 +// KeyFile にあるキーが CSP にインストールされ、使われます。 +// (*) KeyFile を作成するには、sn.exe (厳密な名前) ユーティリティを使ってください。 +// KeyFile を指定するとき、KeyFile の場所は、 +// プロジェクト出力 ディレクトリへの相対パスでなければなりません。 +// パスは、%Project Directory%¥obj¥<configuration> です。たとえば、KeyFile がプロジェクト ディレクトリにある場合、 +// AssemblyKeyFile 属性を +// [assembly: AssemblyKeyFile("..¥¥..¥¥mykey.snk")] として指定します。 +// (*) 遅延署名は高度なオプションです。 +// 詳細については Microsoft .NET Framework ドキュメントを参照してください。 // [assembly: AssemblyDelaySign(false)] [assembly: AssemblyKeyFile("")] Modified: trunk/FreeTrain/core/contributions/land/RandomLandBuilder.cs =================================================================== --- trunk/FreeTrain/core/contributions/land/RandomLandBuilder.cs 2007-03-30 00:19:56 UTC (rev 11) +++ trunk/FreeTrain/core/contributions/land/RandomLandBuilder.cs 2007-03-30 01:11:05 UTC (rev 12) @@ -13,14 +13,14 @@ namespace freetrain.contributions.land { /// <summary> - /// RandomLandBuilder \x82̊T\x97v\x82̐\xE0\x96\xBE\x82ł\xB7\x81B + /// RandomLandBuilder の概要の説明です。 /// </summary> [Serializable] public class RandomLandBuilder : LandBuilderContribution { public RandomLandBuilder( XmlElement e ) : base(e) { ArrayList array = new ArrayList(); - string[] guids = XmlUtil.selectSingleNode( e, "lands" ).InnerText.Split(' ','\t','\r','\n'); + string[] guids = XmlUtil.selectSingleNode( e, "lands" ).InnerText.Split(' ','¥t','¥r','¥n'); for( int i=0; i<guids.Length; i++ ) { if(guids[i].Length!=0) array.Add(guids[i]); Modified: trunk/FreeTrain/core/world/accounting/BalanceSheetForm.cs =================================================================== --- trunk/FreeTrain/core/world/accounting/BalanceSheetForm.cs 2007-03-30 00:19:56 UTC (rev 11) +++ trunk/FreeTrain/core/world/accounting/BalanceSheetForm.cs 2007-03-30 01:11:05 UTC (rev 12) @@ -80,7 +80,8 @@ this.Controls.AddRange(new System.Windows.Forms.Control[] { this.webBrowser}); this.Name = "BalanceSheetForm"; - this.Text = "\x83o\x83\x89\x83\x93\x83X\x83V\x81[\x83g"; + this.Text = "Balance sheet"; + //! this.Text = "バランスシート"; ((System.ComponentModel.ISupportInitialize)(this.webBrowser)).EndInit(); this.ResumeLayout(false); This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <him...@us...> - 2007-03-30 00:19:56
|
Revision: 11 http://freetrain.svn.sourceforge.net/freetrain/?rev=11&view=rev Author: himasaram Date: 2007-03-29 17:19:56 -0700 (Thu, 29 Mar 2007) Log Message: ----------- Resolve some cases where backslashes had been turned into yen signs Modified Paths: -------------- trunk/FreeTrain/NeoFT/Win32Util/RegistryHelper.cs trunk/FreeTrain/NeoFT/Win32Util/Win32Version.cs trunk/FreeTrain/NeoFT/core/framework/Directories.cs trunk/FreeTrain/NeoFT/core/framework/plugin/Contribution.cs trunk/FreeTrain/core/framework/BGMManager.cs trunk/FreeTrain/core/framework/ErrorMessageBox.cs trunk/FreeTrain/core/framework/MainWindow.cs trunk/FreeTrain/core/framework/plugin/Contribution.cs trunk/FreeTrain/experiments/Heat/Heat.cs trunk/FreeTrain/plugins/jp.co.tripod.chiname.financial.bank/BankCouterForm.cs trunk/FreeTrain/plugins/org.kohsuke.freetrain.music/plugin.xml trunk/FreeTrain/plugins/org.kohsuke.freetrain.music.a4mem/src/FactoryImpl.cs Modified: trunk/FreeTrain/NeoFT/Win32Util/RegistryHelper.cs =================================================================== --- trunk/FreeTrain/NeoFT/Win32Util/RegistryHelper.cs 2007-03-29 23:36:00 UTC (rev 10) +++ trunk/FreeTrain/NeoFT/Win32Util/RegistryHelper.cs 2007-03-30 00:19:56 UTC (rev 11) @@ -15,7 +15,7 @@ // Read data string of specified key and value from system registry. public static string ReadKey(string key,string valname) { - int n = key.IndexOf('¥¥'); + int n = key.IndexOf('\\'); string baseKey = key.Substring(5,n-5); string subKey = key.Substring(n+1); RegistryKey rKey; Modified: trunk/FreeTrain/NeoFT/Win32Util/Win32Version.cs =================================================================== --- trunk/FreeTrain/NeoFT/Win32Util/Win32Version.cs 2007-03-29 23:36:00 UTC (rev 10) +++ trunk/FreeTrain/NeoFT/Win32Util/Win32Version.cs 2007-03-30 00:19:56 UTC (rev 11) @@ -51,13 +51,13 @@ short *subBlock = null; uint len = 0; // Get the locale info from the version info: - if (!VerQueryValue (buffer, @"¥VarFileInfo¥Translation", out subBlock, out len)) + if (!VerQueryValue (buffer, @"\VarFileInfo\Translation", out subBlock, out len)) { Debug.WriteLine("Failed to query version information."); return "N/A"; } - string spv = @"¥StringFileInfo¥" + subBlock[0].ToString("X4") + subBlock[1].ToString("X4") + @"¥ProductVersion"; + string spv = @"\StringFileInfo\" + subBlock[0].ToString("X4") + subBlock[1].ToString("X4") + @"\ProductVersion"; byte *pVersion = null; // Get the ProductVersion value for this program: Modified: trunk/FreeTrain/NeoFT/core/framework/Directories.cs =================================================================== --- trunk/FreeTrain/NeoFT/core/framework/Directories.cs 2007-03-29 23:36:00 UTC (rev 10) +++ trunk/FreeTrain/NeoFT/core/framework/Directories.cs 2007-03-30 00:19:56 UTC (rev 11) @@ -35,20 +35,20 @@ baseDir = getPath(args,"-B","-BASEDIR", current); //baseDir = Assembly.GetAssembly(Type.GetType("nft.framework.Directories")).Location; - serviceDir = baseDir+@"extservices¥"; + serviceDir = baseDir+@"extservices\"; GetOrCreate(serviceDir,false); - resDir = baseDir+@"res¥"; + resDir = baseDir+@"res\"; GetOrCreate(resDir,false); - dataDir = baseDir+@"data¥"; + dataDir = baseDir+@"data\"; curGameDir = dataDir; GetOrCreate(dataDir,false); - defaultSaveDir = dataDir+@"savedata¥"; + defaultSaveDir = dataDir+@"savedata\"; GetOrCreate(defaultSaveDir,false); - workDir1 = baseDir+@"work¥"; + workDir1 = baseDir+@"work\"; workDir2 = workDir1; GetOrCreate(workDir2,false); - settingDir = getPath(args,"-S","-SETTINGDIR", dataDir+@"settings¥"); - pluginDir = getPath(args,"-P","-PLUGINDIR",baseDir+@"plugins¥"); + settingDir = getPath(args,"-S","-SETTINGDIR", dataDir+@"settings\"); + pluginDir = getPath(args,"-P","-PLUGINDIR",baseDir+@"plugins\"); } static private string getPath(Hashtable args, string key1, string key2, string defaultPath) Modified: trunk/FreeTrain/NeoFT/core/framework/plugin/Contribution.cs =================================================================== --- trunk/FreeTrain/NeoFT/core/framework/plugin/Contribution.cs 2007-03-29 23:36:00 UTC (rev 10) +++ trunk/FreeTrain/NeoFT/core/framework/plugin/Contribution.cs 2007-03-30 00:19:56 UTC (rev 11) @@ -192,7 +192,7 @@ object o = Core.plugins.getContribution(id); if(o==null) throw new SerializationException( - "Plugin that contains Contribution¥""+id+"¥" could not be found"); + "Plugin that contains Contribution\""+id+"\" could not be found"); //! "コントリビューション¥""+id+"¥"を含むプラグインが見つかりません"); return o; } Modified: trunk/FreeTrain/core/framework/BGMManager.cs =================================================================== --- trunk/FreeTrain/core/framework/BGMManager.cs 2007-03-29 23:36:00 UTC (rev 10) +++ trunk/FreeTrain/core/framework/BGMManager.cs 2007-03-30 00:19:56 UTC (rev 11) @@ -60,7 +60,7 @@ bgm.run(); } catch( Exception e ) { MessageBox.Show( MainWindow.mainWindow, - "Can not play back¥n"+e.StackTrace, Application.ProductName, MessageBoxButtons.OK, MessageBoxIcon.Error ); + "Can not play back\n"+e.StackTrace, Application.ProductName, MessageBoxButtons.OK, MessageBoxIcon.Error ); //! "再生できません¥n"+e.StackTrace, Application.ProductName, MessageBoxButtons.OK, MessageBoxIcon.Error ); } } Modified: trunk/FreeTrain/core/framework/ErrorMessageBox.cs =================================================================== --- trunk/FreeTrain/core/framework/ErrorMessageBox.cs 2007-03-29 23:36:00 UTC (rev 10) +++ trunk/FreeTrain/core/framework/ErrorMessageBox.cs 2007-03-30 00:19:56 UTC (rev 11) @@ -37,13 +37,13 @@ base.Icon = SystemIcons.Error; icon.Image = SystemIcons.Error.ToBitmap(); - detail.Text = e.Message + "¥n" + e.StackTrace; + detail.Text = e.Message + "\n" + e.StackTrace; while(true) { e = e.InnerException; if(e==null) break; - detail.Text = detail.Text + "¥n" + e.Message + "¥n" + e.StackTrace; + detail.Text = detail.Text + "\n" + e.Message + "\n" + e.StackTrace; } detail.Select(0,0); Modified: trunk/FreeTrain/core/framework/MainWindow.cs =================================================================== --- trunk/FreeTrain/core/framework/MainWindow.cs 2007-03-29 23:36:00 UTC (rev 10) +++ trunk/FreeTrain/core/framework/MainWindow.cs 2007-03-30 00:19:56 UTC (rev 11) @@ -1335,12 +1335,12 @@ // we have to specify executing module directory ProcessStartInfo info = new ProcessStartInfo(); // get default browser (exe) path - RegistryKey rkey = Registry.ClassesRoot.OpenSubKey(@"http¥shell¥open¥command"); + RegistryKey rkey = Registry.ClassesRoot.OpenSubKey(@"http\shell\open\command"); String val = rkey.GetValue("").ToString(); Debug.WriteLine(val); - if(val.StartsWith("¥"")) + if(val.StartsWith("\"")) { - int n = val.IndexOf("¥"",1); + int n = val.IndexOf("\"",1); info.FileName = val.Substring(1,n-1); info.Arguments = val.Substring(n+1); } Modified: trunk/FreeTrain/core/framework/plugin/Contribution.cs =================================================================== --- trunk/FreeTrain/core/framework/plugin/Contribution.cs 2007-03-29 23:36:00 UTC (rev 10) +++ trunk/FreeTrain/core/framework/plugin/Contribution.cs 2007-03-30 00:19:56 UTC (rev 11) @@ -136,7 +136,7 @@ object o = Core.plugins.getContribution(id); if(o==null) throw new SerializationException( - "Plugin that contains Contribution¥""+id+"¥" could not be found"); + "Plugin that contains Contribution\""+id+"\" could not be found"); //! "コントリビューション¥""+id+"¥"を含むプラグインが見つかりません"); return o; } Modified: trunk/FreeTrain/experiments/Heat/Heat.cs =================================================================== --- trunk/FreeTrain/experiments/Heat/Heat.cs 2007-03-29 23:36:00 UTC (rev 10) +++ trunk/FreeTrain/experiments/Heat/Heat.cs 2007-03-30 00:19:56 UTC (rev 11) @@ -162,7 +162,7 @@ private const int ZOOM = 4; private void writeSnapshot(object sender, System.EventArgs e) { - FileStream o = new FileStream(@"c:¥heat.txt",FileMode.Create); + FileStream o = new FileStream(@"c:\heat.txt",FileMode.Create); TextWriter w = new StreamWriter(o); for(int i=0;i<100;i++) w.WriteLine(m.temp[i,50]); Modified: trunk/FreeTrain/plugins/jp.co.tripod.chiname.financial.bank/BankCouterForm.cs =================================================================== --- trunk/FreeTrain/plugins/jp.co.tripod.chiname.financial.bank/BankCouterForm.cs 2007-03-29 23:36:00 UTC (rev 10) +++ trunk/FreeTrain/plugins/jp.co.tripod.chiname.financial.bank/BankCouterForm.cs 2007-03-30 00:19:56 UTC (rev 11) @@ -1213,7 +1213,7 @@ private void numelicEdit_KeyPress(object sender, System.Windows.Forms.KeyPressEventArgs e) { char key = e.KeyChar; if( '0' <= key && '9' >= key ) return; - if( '¥b' == key ) return; + if( '\b' == key ) return; e.Handled = true; } Modified: trunk/FreeTrain/plugins/org.kohsuke.freetrain.music/plugin.xml =================================================================== --- trunk/FreeTrain/plugins/org.kohsuke.freetrain.music/plugin.xml 2007-03-29 23:36:00 UTC (rev 10) +++ trunk/FreeTrain/plugins/org.kohsuke.freetrain.music/plugin.xml 2007-03-30 00:19:56 UTC (rev 11) @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="UTF-8" ?> <plug-in> - <title>Basic BGM set</title> + <title>Standard BGM set</title> <!--!<title>基本BGMセット</title>--> <homepage>http://www.kohsuke.org/freetrain/</homepage> Modified: trunk/FreeTrain/plugins/org.kohsuke.freetrain.music.a4mem/src/FactoryImpl.cs =================================================================== --- trunk/FreeTrain/plugins/org.kohsuke.freetrain.music.a4mem/src/FactoryImpl.cs 2007-03-29 23:36:00 UTC (rev 10) +++ trunk/FreeTrain/plugins/org.kohsuke.freetrain.music.a4mem/src/FactoryImpl.cs 2007-03-30 00:19:56 UTC (rev 11) @@ -21,7 +21,7 @@ a4path = (string)Registry.LocalMachine.OpenSubKey("SOFTWARE"). OpenSubKey("ARTDINK").OpenSubKey("ATrainM").OpenSubKey("a4").GetValue("InstallPath"); - a4path = Path.Combine(a4path,@"..¥res"); + a4path = Path.Combine(a4path,@"..\res"); return new BGMContribution[]{ create("BLS.mid","情報のテーマ"), This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <him...@us...> - 2007-03-29 23:36:02
|
Revision: 10 http://freetrain.svn.sourceforge.net/freetrain/?rev=10&view=rev Author: himasaram Date: 2007-03-29 16:36:00 -0700 (Thu, 29 Mar 2007) Log Message: ----------- Translated a number of plugins Modified Paths: -------------- trunk/FreeTrain/plugins/jp.co.tripod.chiname.lib.halfvoxel/ControllerForm.cs trunk/FreeTrain/plugins/org.kohsuke.freetrain.land.bulldoze/plugin.xml trunk/FreeTrain/plugins/org.kohsuke.freetrain.land.creek.eikichiya/plugin.xml trunk/FreeTrain/plugins/org.kohsuke.freetrain.land.farmland/plugin.xml trunk/FreeTrain/plugins/org.kohsuke.freetrain.land.forest/plugin.xml trunk/FreeTrain/plugins/org.kohsuke.freetrain.land.ricefield/plugin.xml trunk/FreeTrain/plugins/org.kohsuke.freetrain.land.ricefield/src/RiceFieldBuilder.cs trunk/FreeTrain/plugins/org.kohsuke.freetrain.music/plugin.xml trunk/FreeTrain/plugins/org.kohsuke.freetrain.music.a4mem/plugin.xml trunk/FreeTrain/plugins/org.kohsuke.freetrain.music.a4mem/src/FactoryImpl.cs trunk/FreeTrain/plugins/org.kohsuke.freetrain.music.bell/plugin.xml Modified: trunk/FreeTrain/plugins/jp.co.tripod.chiname.lib.halfvoxel/ControllerForm.cs =================================================================== --- trunk/FreeTrain/plugins/jp.co.tripod.chiname.lib.halfvoxel/ControllerForm.cs 2007-03-29 14:12:27 UTC (rev 9) +++ trunk/FreeTrain/plugins/jp.co.tripod.chiname.lib.halfvoxel/ControllerForm.cs 2007-03-29 23:36:00 UTC (rev 10) @@ -293,8 +293,8 @@ this.cbRndColor2.Name = "cbRndColor2"; this.cbRndColor2.Size = new System.Drawing.Size(64, 16); this.cbRndColor2.TabIndex = 7; - this.cbRndColor2.Text = "ランダム"; - //! this.cbRndColor2.Text = "Random"; + this.cbRndColor2.Text = "Random"; + //! this.cbRndColor2.Text = "ランダム"; this.cbRndColor2.CheckedChanged += new System.EventHandler(this.onCheckBoxChanged); // // idxColor2 Modified: trunk/FreeTrain/plugins/org.kohsuke.freetrain.land.bulldoze/plugin.xml =================================================================== --- trunk/FreeTrain/plugins/org.kohsuke.freetrain.land.bulldoze/plugin.xml 2007-03-29 14:12:27 UTC (rev 9) +++ trunk/FreeTrain/plugins/org.kohsuke.freetrain.land.bulldoze/plugin.xml 2007-03-29 23:36:00 UTC (rev 10) @@ -1,13 +1,15 @@ -<?xml version="1.0" encoding="Shift_JIS" ?> +<?xml version="1.0" encoding="UTF-8" ?> <plug-in> - <title>\x92n\x95\\x82̐\xAE\x92n</title> + <title>Level the ground</title> + <!--!<title>地表の整地</title>--> <homepage>http://www.kohsuke.org/freetrain/</homepage> - <author>\x90\xEC\x8C\xFB\x8Dk\x89\xEE</author> + <author>川口耕介</author> <contribution type="land" id="{AE43E6DB-39F0-49FE-BE18-EE3FAC248FDE}"> - <group>\x83u\x83\x8B\x83h\x81[\x83U\x81[</group> + <group>Bulldozer</group> + <!--!<group>ブルドーザー</group>--> <class name="freetrain.contributions.land.Bulldozer" /> <price>0</price> <computerCannotBuild /> Modified: trunk/FreeTrain/plugins/org.kohsuke.freetrain.land.creek.eikichiya/plugin.xml =================================================================== --- trunk/FreeTrain/plugins/org.kohsuke.freetrain.land.creek.eikichiya/plugin.xml 2007-03-29 14:12:27 UTC (rev 9) +++ trunk/FreeTrain/plugins/org.kohsuke.freetrain.land.creek.eikichiya/plugin.xml 2007-03-29 23:36:00 UTC (rev 10) @@ -1,12 +1,15 @@ -<?xml version="1.0" encoding="Shift_JIS" ?> +<?xml version="1.0" encoding="UTF-8" ?> <plug-in> - <title>\x8F\xAC\x90\xEC</title> + <title>Creek</title> + <!--!<title>小川</title>--> <homepage>http://www.kohsuke.org/freetrain/</homepage> - <author>\x89i\x8Bg\x89\xAE\x89w\x91O\x93X\x82\xB3\x82\xF1</author> + <author>永吉屋駅前店さん</author> <contribution type="land" id="{25AA2C3E-2014-4134-A4FB-DAD90FDBC758}"> - <group>\x89͐\xEC</group> - <name>\x8F\xAC\x90\xEC</name> + <group>River</group> + <!--!<group>河川</group>--> + <name>Creek</name> + <!--!<name>小川</name>--> <class name="freetrain.world.land.creek.eikichiya.CreekBuilder" codebase="bin/Debug/FreeTrain.Creek.Eikichiya.dll"/> <picture src="creek.bmp"> Modified: trunk/FreeTrain/plugins/org.kohsuke.freetrain.land.farmland/plugin.xml =================================================================== --- trunk/FreeTrain/plugins/org.kohsuke.freetrain.land.farmland/plugin.xml 2007-03-29 14:12:27 UTC (rev 9) +++ trunk/FreeTrain/plugins/org.kohsuke.freetrain.land.farmland/plugin.xml 2007-03-29 23:36:00 UTC (rev 10) @@ -1,4 +1,4 @@ -<?xml version="1.0" encoding="Shift_JIS" ?> +<?xml version="1.0" encoding="UTF-8" ?> <!DOCTYPE plug-in [ <!ENTITY Price ' <price>10</price> @@ -13,9 +13,10 @@ '> ]> <plug-in> - <title>\x93c\x94\xA8</title> + <title>Farmland</title> + <!--!<title>田畑</title>--> <homepage>http://www.kohsuke.org/freetrain/</homepage> - <author>915\x82\xB3\x82\xF1</author> + <author>915さん</author> @@ -28,7 +29,8 @@ </contribution> <contribution type="land" id="{168C94A9-1D5B-4160-BBD8-21C830DCB752}-0,0"> - <group>\x94\xA8</group> + <group>Field</group> + <!--!<group>畑</group>--> <sprite origin=" 0, 0" offset="0"> <picture ref="{1AA12290-AC57-4388-AC62-323B813D0CAC}"/> </sprite> @@ -36,7 +38,8 @@ </contribution> <contribution type="land" id="{168C94A9-1D5B-4160-BBD8-21C830DCB752}-1,0"> - <group>\x94\xA8</group> + <group>Field</group> + <!--!<group>畑</group>--> <sprite origin="32, 0" offset="0"> <picture ref="{1AA12290-AC57-4388-AC62-323B813D0CAC}"/> </sprite> @@ -44,7 +47,8 @@ </contribution> <contribution type="land" id="{168C94A9-1D5B-4160-BBD8-21C830DCB752}-2,0"> - <group>\x94\xA8</group> + <group>Field</group> + <!--!<group>畑</group>--> <sprite origin="64, 0" offset="0"> <picture ref="{1AA12290-AC57-4388-AC62-323B813D0CAC}"/> </sprite> @@ -52,7 +56,8 @@ </contribution> <contribution type="land" id="{168C94A9-1D5B-4160-BBD8-21C830DCB752}-3,0"> - <group>\x94\xA8</group> + <group>Field</group> + <!--!<group>畑</group>--> <sprite origin="96, 0" offset="0"> <picture ref="{1AA12290-AC57-4388-AC62-323B813D0CAC}"/> </sprite> @@ -62,7 +67,8 @@ <contribution type="land" id="{168C94A9-1D5B-4160-BBD8-21C830DCB752}-0,1"> - <group>\x94\xA8</group> + <group>Field</group> + <!--!<group>畑</group>--> <sprite origin=" 0,16" offset="0"> <picture ref="{1AA12290-AC57-4388-AC62-323B813D0CAC}"/> </sprite> @@ -70,7 +76,8 @@ </contribution> <contribution type="land" id="{168C94A9-1D5B-4160-BBD8-21C830DCB752}-1,1"> - <group>\x94\xA8</group> + <group>Field</group> + <!--!<group>畑</group>--> <sprite origin="32,16" offset="0"> <picture ref="{1AA12290-AC57-4388-AC62-323B813D0CAC}"/> </sprite> @@ -78,7 +85,8 @@ </contribution> <contribution type="land" id="{168C94A9-1D5B-4160-BBD8-21C830DCB752}-2,1"> - <group>\x94\xA8</group> + <group>Field</group> + <!--!<group>畑</group>--> <sprite origin="64,16" offset="0"> <picture ref="{1AA12290-AC57-4388-AC62-323B813D0CAC}"/> </sprite> @@ -86,7 +94,8 @@ </contribution> <contribution type="land" id="{168C94A9-1D5B-4160-BBD8-21C830DCB752}-3,1"> - <group>\x94\xA8</group> + <group>Field</group> + <!--!<group>畑</group>--> <sprite origin="96,16" offset="0"> <picture ref="{1AA12290-AC57-4388-AC62-323B813D0CAC}"/> </sprite> @@ -96,7 +105,8 @@ <contribution type="land" id="{168C94A9-1D5B-4160-BBD8-21C830DCB752}-0,2"> - <group>\x94\xA8</group> + <group>Field</group> + <!--!<group>畑</group>--> <sprite origin=" 0,32" offset="0"> <picture ref="{1AA12290-AC57-4388-AC62-323B813D0CAC}"/> </sprite> @@ -104,7 +114,8 @@ </contribution> <contribution type="land" id="{168C94A9-1D5B-4160-BBD8-21C830DCB752}-1,2"> - <group>\x94\xA8</group> + <group>Field</group> + <!--!<group>畑</group>--> <sprite origin="32,32" offset="0"> <picture ref="{1AA12290-AC57-4388-AC62-323B813D0CAC}"/> </sprite> @@ -112,7 +123,8 @@ </contribution> <contribution type="land" id="{168C94A9-1D5B-4160-BBD8-21C830DCB752}-2,2"> - <group>\x94\xA8</group> + <group>Field</group> + <!--!<group>畑</group>--> <sprite origin="64,32" offset="0"> <picture ref="{1AA12290-AC57-4388-AC62-323B813D0CAC}"/> </sprite> @@ -120,7 +132,8 @@ </contribution> <contribution type="land" id="{168C94A9-1D5B-4160-BBD8-21C830DCB752}-3,2"> - <group>\x94\xA8</group> + <group>Field</group> + <!--!<group>畑</group>--> <sprite origin="96,32" offset="0"> <picture ref="{1AA12290-AC57-4388-AC62-323B813D0CAC}"/> </sprite> @@ -130,7 +143,8 @@ <contribution type="land" id="{168C94A9-1D5B-4160-BBD8-21C830DCB752}-0,3"> - <group>\x94\xA8</group> + <group>Field</group> + <!--!<group>畑</group>--> <sprite origin=" 0,48" offset="0"> <picture ref="{1AA12290-AC57-4388-AC62-323B813D0CAC}"/> </sprite> @@ -138,7 +152,8 @@ </contribution> <contribution type="land" id="{168C94A9-1D5B-4160-BBD8-21C830DCB752}-1,3"> - <group>\x94\xA8</group> + <group>Field</group> + <!--!<group>畑</group>--> <sprite origin="32,48" offset="0"> <picture ref="{1AA12290-AC57-4388-AC62-323B813D0CAC}"/> </sprite> @@ -146,7 +161,8 @@ </contribution> <contribution type="land" id="{168C94A9-1D5B-4160-BBD8-21C830DCB752}-2,3"> - <group>\x94\xA8</group> + <group>Field</group> + <!--!<group>畑</group>--> <sprite origin="64,48" offset="0"> <picture ref="{1AA12290-AC57-4388-AC62-323B813D0CAC}"/> </sprite> @@ -154,7 +170,8 @@ </contribution> <contribution type="land" id="{168C94A9-1D5B-4160-BBD8-21C830DCB752}-3,3"> - <group>\x94\xA8</group> + <group>Field</group> + <!--!<group>畑</group>--> <sprite origin="96,48" offset="0"> <picture ref="{1AA12290-AC57-4388-AC62-323B813D0CAC}"/> </sprite> @@ -164,7 +181,8 @@ <contribution type="land" id="{168C94A9-1D5B-4160-BBD8-21C830DCB752}-0,4"> - <group>\x94\xA8</group> + <group>Field</group> + <!--!<group>畑</group>--> <sprite origin=" 0,64" offset="0"> <picture ref="{1AA12290-AC57-4388-AC62-323B813D0CAC}"/> </sprite> @@ -172,7 +190,8 @@ </contribution> <contribution type="land" id="{168C94A9-1D5B-4160-BBD8-21C830DCB752}-1,4"> - <group>\x94\xA8</group> + <group>Field</group> + <!--!<group>畑</group>--> <sprite origin="32,64" offset="0"> <picture ref="{1AA12290-AC57-4388-AC62-323B813D0CAC}"/> </sprite> @@ -180,7 +199,8 @@ </contribution> <contribution type="land" id="{168C94A9-1D5B-4160-BBD8-21C830DCB752}-2,4"> - <group>\x94\xA8</group> + <group>Field</group> + <!--!<group>畑</group>--> <sprite origin="64,64" offset="0"> <picture ref="{1AA12290-AC57-4388-AC62-323B813D0CAC}"/> </sprite> @@ -188,7 +208,8 @@ </contribution> <contribution type="land" id="{168C94A9-1D5B-4160-BBD8-21C830DCB752}-3,4"> - <group>\x94\xA8</group> + <group>Field</group> + <!--!<group>畑</group>--> <sprite origin="96,64" offset="0"> <picture ref="{1AA12290-AC57-4388-AC62-323B813D0CAC}"/> </sprite> @@ -198,7 +219,8 @@ <contribution type="land" id="{A70C51A0-B495-4F78-AA50-E4A2D2F7A7DA}"> - <group>\x94\xA8mix</group> + <group>Field mix</group> + <!--!<group>畑mix</group>--> <class name="freetrain.contributions.land.RandomLandBuilder"/> &Price; <lands> @@ -208,7 +230,8 @@ </contribution> <contribution type="land" id="{276DF16D-2D58-40DC-8CC2-8E56DA8B6BF4}"> - <group>\x94\xA8mix</group> + <group>Field mix</group> + <!--!<group>畑mix</group>--> <class name="freetrain.contributions.land.RandomLandBuilder"/> &Price; <lands> @@ -222,7 +245,8 @@ </contribution> <contribution type="land" id="{5E37A96E-1111-44E0-B598-7F11BBB08083}"> - <group>\x94\xA8mix</group> + <group>Field mix</group> + <!--!<group>畑mix</group>--> <class name="freetrain.contributions.land.RandomLandBuilder"/> &Price; <lands> @@ -236,7 +260,8 @@ </contribution> <contribution type="land" id="{A0D4BEC6-FB32-410E-ABF9-C0DBBA548685}"> - <group>\x94\xA8mix</group> + <group>Field mix</group> + <!--!<group>畑mix</group>--> <class name="freetrain.contributions.land.RandomLandBuilder"/> &Price; <lands> @@ -250,7 +275,8 @@ </contribution> <contribution type="land" id="{8622BFD2-70AB-4867-8FB6-EC3340530F71}"> - <group>\x94\xA8mix</group> + <group>Field mix</group> + <!--!<group>畑mix</group>--> <class name="freetrain.contributions.land.RandomLandBuilder"/> &Price; <lands> Modified: trunk/FreeTrain/plugins/org.kohsuke.freetrain.land.forest/plugin.xml =================================================================== --- trunk/FreeTrain/plugins/org.kohsuke.freetrain.land.forest/plugin.xml 2007-03-29 14:12:27 UTC (rev 9) +++ trunk/FreeTrain/plugins/org.kohsuke.freetrain.land.forest/plugin.xml 2007-03-29 23:36:00 UTC (rev 10) @@ -1,8 +1,9 @@ -<?xml version="1.0" encoding="Shift_JIS" ?> +<?xml version="1.0" encoding="UTF-8" ?> <plug-in> - <title>\x90X\x97\xD1</title> + <title>Forest</title> + <!--!<title>森林</title>--> <homepage>http://www.kohsuke.org/freetrain/</homepage> - <author>477\x82\xB3\x82\xF1</author> + <author>477さん</author> <depend on="org.kohsuke.freetrain.land.farmland" /> @@ -19,8 +20,10 @@ </contribution> <contribution type="land" id="{FBD0CD06-016A-4037-AB15-02040218CBAA}"> - <group>\x90X\x97\xD1</group> - <name>\x90\x99</name> + <group>Forest</group> + <name>Cedar</name> + <!--!<group>森林</group> + <name>杉</name>--> <class name="freetrain.world.land.forest.ForestBuilder" codebase="bin/Debug/FreeTrain.Forest.dll"/> @@ -36,8 +39,10 @@ <contribution type="land" id="{4B732903-B207-4693-9CF7-19AED4E42604}"> - <group>\x90X\x97\xD1</group> - <name>\x8F\xBC</name> + <group>Forest</group> + <name>Pine</name> + <!--!<group>森林</group> + <name>松</name>--> <class name="freetrain.world.land.forest.ForestBuilder" codebase="bin/Debug/FreeTrain.Forest.dll"/> @@ -53,8 +58,10 @@ <contribution type="land" id="{CE18E96E-336B-4C8A-80E6-F149DAEFD6E4}"> - <group>\x90X\x97\xD1</group> - <name>\x93\xED</name> + <group>Forest</group> + <name>Camphor</name> + <!--!<group>森林</group> + <name>楠</name>--> <class name="freetrain.world.land.forest.ForestBuilder" codebase="bin/Debug/FreeTrain.Forest.dll"/> @@ -70,8 +77,10 @@ <contribution type="land" id="{88868086-3B45-46B5-A3F1-8D0E735DBD1C}"> - <group>\x90X\x97\xD1</group> - <name>\x95\x96</name> + <group>Forest</group> + <name>Maple</name> + <!--!<group>森林</group> + <name>楓</name>--> <class name="freetrain.world.land.forest.ForestBuilder" codebase="bin/Debug/FreeTrain.Forest.dll"/> @@ -88,8 +97,10 @@ <contribution type="land" id="{77961EC1-0406-42C7-A5F5-ADEC3555400E}"> - <group>\x90X\x97\xD1</group> - <name>\x8B\xE2\x88\xC7</name> + <group>Forest</group> + <name>Ginkgo</name> + <!--!<group>森林</group> + <name>銀杏</name>--> <class name="freetrain.world.land.forest.ForestBuilder" codebase="bin/Debug/FreeTrain.Forest.dll"/> @@ -106,8 +117,10 @@ <contribution type="land" id="{DF43FB52-E197-451D-B4A3-1114BBFF69D9}"> - <group>\x90X\x97\xD1</group> - <name>\x83u\x83i</name> + <group>Forest</group> + <name>Beech</name> + <!--!<group>森林</group> + <name>ブナ</name>--> <class name="freetrain.world.land.forest.ForestBuilder" codebase="bin/Debug/FreeTrain.Forest.dll"/> @@ -124,8 +137,10 @@ </contribution> <contribution type="land" id="{FBD0CD06-016A-4037-AB15-02040218CBAA}-m"> - <group>\x90X\x97\xD1(\x8ER\x94\xA7)</group> - <name>\x90\x99</name> + <group>Forest (mountain)</group> + <name>Cedar</name> + <!--!<group>森林(山肌)</group> + <name>杉</name>--> <class name="freetrain.world.land.forest.ForestBuilder" codebase="bin/Debug/FreeTrain.Forest.dll"/> @@ -144,8 +159,10 @@ <contribution type="land" id="{4B732903-B207-4693-9CF7-19AED4E42604}-m"> - <group>\x90X\x97\xD1(\x8ER\x94\xA7)</group> - <name>\x8F\xBC</name> + <group>Forest (mountain)</group> + <name>Pine</name> + <!--!<group>森林(山肌)</group> + <name>松</name>--> <class name="freetrain.world.land.forest.ForestBuilder" codebase="bin/Debug/FreeTrain.Forest.dll"/> @@ -165,8 +182,10 @@ <contribution type="land" id="{CE18E96E-336B-4C8A-80E6-F149DAEFD6E4}-m"> - <group>\x90X\x97\xD1(\x8ER\x94\xA7)</group> - <name>\x93\xED</name> + <group>Forest (mountain)</group> + <name>Camphor</name> + <!--!<group>森林(山肌)</group> + <name>楠</name>--> <class name="freetrain.world.land.forest.ForestBuilder" codebase="bin/Debug/FreeTrain.Forest.dll"/> @@ -186,8 +205,10 @@ <contribution type="land" id="{88868086-3B45-46B5-A3F1-8D0E735DBD1C}-m"> - <group>\x90X\x97\xD1(\x8ER\x94\xA7)</group> - <name>\x95\x96</name> + <group>Forest (mountain)</group> + <name>Maple</name> + <!--!<group>森林(山肌)</group> + <name>楓</name>--> <class name="freetrain.world.land.forest.ForestBuilder" codebase="bin/Debug/FreeTrain.Forest.dll"/> @@ -208,8 +229,10 @@ <contribution type="land" id="{77961EC1-0406-42C7-A5F5-ADEC3555400E}-m"> - <group>\x90X\x97\xD1(\x8ER\x94\xA7)</group> - <name>\x8B\xE2\x88\xC7</name> + <group>Forest (mountain)</group> + <name>Ginkgo</name> + <!--!<group>森林(山肌)</group> + <name>銀杏</name>--> <class name="freetrain.world.land.forest.ForestBuilder" codebase="bin/Debug/FreeTrain.Forest.dll"/> @@ -230,8 +253,10 @@ <contribution type="land" id="{DF43FB52-E197-451D-B4A3-1114BBFF69D9}-m"> - <group>\x90X\x97\xD1(\x8ER\x94\xA7)</group> - <name>\x83u\x83i</name> + <group>Forest (mountain)</group> + <name>Beech</name> + <!--!<group>森林(山肌)</group> + <name>ブナ</name>--> <class name="freetrain.world.land.forest.ForestBuilder" codebase="bin/Debug/FreeTrain.Forest.dll"/> @@ -252,8 +277,10 @@ </contribution> <contribution type="land" id="{FBD0CD06-016A-4037-AB15-02040218CBAA}-g"> - <group>\x90X\x97\xD1(\x91\x90\x8C\xB4)</group> - <name>\x90\x99</name> + <group>Forest (grassland)</group> + <name>Cedar</name> + <!--!<group>森林(草原)</group> + <name>杉</name>--> <class name="freetrain.world.land.forest.ForestBuilder" codebase="bin/Debug/FreeTrain.Forest.dll"/> @@ -272,8 +299,10 @@ <contribution type="land" id="{4B732903-B207-4693-9CF7-19AED4E42604}-g"> - <group>\x90X\x97\xD1(\x91\x90\x8C\xB4)</group> - <name>\x8F\xBC</name> + <group>Forest (grassland)</group> + <name>Pine</name> + <!--!<group>森林(草原)</group> + <name>松</name>--> <class name="freetrain.world.land.forest.ForestBuilder" codebase="bin/Debug/FreeTrain.Forest.dll"/> @@ -293,8 +322,10 @@ <contribution type="land" id="{CE18E96E-336B-4C8A-80E6-F149DAEFD6E4}-g"> - <group>\x90X\x97\xD1(\x91\x90\x8C\xB4)</group> - <name>\x93\xED</name> + <group>Forest (grassland)</group> + <name>Camphor</name> + <!--!<group>森林(草原)</group> + <name>楠</name>--> <class name="freetrain.world.land.forest.ForestBuilder" codebase="bin/Debug/FreeTrain.Forest.dll"/> @@ -314,8 +345,10 @@ <contribution type="land" id="{88868086-3B45-46B5-A3F1-8D0E735DBD1C}-g"> - <group>\x90X\x97\xD1(\x91\x90\x8C\xB4)</group> - <name>\x95\x96</name> + <group>Forest (grassland)</group> + <name>Maple</name> + <!--!<group>森林(草原)</group> + <name>楓</name>--> <class name="freetrain.world.land.forest.ForestBuilder" codebase="bin/Debug/FreeTrain.Forest.dll"/> @@ -336,8 +369,10 @@ <contribution type="land" id="{77961EC1-0406-42C7-A5F5-ADEC3555400E}-g"> - <group>\x90X\x97\xD1(\x91\x90\x8C\xB4)</group> - <name>\x8B\xE2\x88\xC7</name> + <group>Forest (grassland)</group> + <name>Ginkgo</name> + <!--!<group>森林(草原)</group> + <name>銀杏</name>--> <class name="freetrain.world.land.forest.ForestBuilder" codebase="bin/Debug/FreeTrain.Forest.dll"/> @@ -358,8 +393,10 @@ <contribution type="land" id="{DF43FB52-E197-451D-B4A3-1114BBFF69D9}-g"> - <group>\x90X\x97\xD1(\x91\x90\x8C\xB4)</group> - <name>\x83u\x83i</name> + <group>Forest (grassland)</group> + <name>Beech</name> + <!--!<group>森林(草原)</group> + <name>ブナ</name>--> <class name="freetrain.world.land.forest.ForestBuilder" codebase="bin/Debug/FreeTrain.Forest.dll"/> Modified: trunk/FreeTrain/plugins/org.kohsuke.freetrain.land.ricefield/plugin.xml =================================================================== --- trunk/FreeTrain/plugins/org.kohsuke.freetrain.land.ricefield/plugin.xml 2007-03-29 14:12:27 UTC (rev 9) +++ trunk/FreeTrain/plugins/org.kohsuke.freetrain.land.ricefield/plugin.xml 2007-03-29 23:36:00 UTC (rev 10) @@ -1,8 +1,9 @@ -<?xml version="1.0" encoding="Shift_JIS" ?> +<?xml version="1.0" encoding="UTF-8" ?> <plug-in> - <title>\x90\x85\x93c</title> + <title>Paddy field</title> + <!--!<title>水田</title>--> <homepage>http://www.kohsuke.org/freetrain/</homepage> - <author>477\x82\xB3\x82\xF1</author> + <author>477さん</author> @@ -16,7 +17,8 @@ <contribution type="land" id="{8EBBA0C5-30E1-41DE-9968-019EB816BC34}"> - <group>\x90\x85\x93c</group> + <group>Paddy field</group> + <!--!<group>水田</group>--> <class name="freetrain.world.land.rice.RiceFieldBuilder" codebase="bin/Debug/FreeTrain.RiceField.dll"/> <picture ref="{C08FF7F4-B891-4AAD-BD45-74800F62CA80}" offset="0" /> @@ -30,7 +32,8 @@ <contribution type="land" id="{5787D011-657E-4CFA-8EDE-E0DDDE21C3F2}"> - <group>\x90\x85\x93c</group> + <group>Paddy field</group> + <!--!<group>水田</group>--> <class name="freetrain.world.land.rice.RiceFieldBuilder" codebase="bin/Debug/FreeTrain.RiceField.dll"/> <picture ref="{C08FF7F4-B891-4AAD-BD45-74800F62CA80}" offset="32" /> Modified: trunk/FreeTrain/plugins/org.kohsuke.freetrain.land.ricefield/src/RiceFieldBuilder.cs =================================================================== --- trunk/FreeTrain/plugins/org.kohsuke.freetrain.land.ricefield/src/RiceFieldBuilder.cs 2007-03-29 14:12:27 UTC (rev 9) +++ trunk/FreeTrain/plugins/org.kohsuke.freetrain.land.ricefield/src/RiceFieldBuilder.cs 2007-03-29 23:36:00 UTC (rev 10) @@ -14,7 +14,7 @@ namespace freetrain.world.land.rice { /// <summary> - /// RiceFieldBuilder \x82̊T\x97v\x82̐\xE0\x96\xBE\x82ł\xB7\x81B + /// RiceFieldBuilder の概要の説明です。 /// </summary> [Serializable] public class RiceFieldBuilder : LandBuilderContribution Modified: trunk/FreeTrain/plugins/org.kohsuke.freetrain.music/plugin.xml =================================================================== --- trunk/FreeTrain/plugins/org.kohsuke.freetrain.music/plugin.xml 2007-03-29 14:12:27 UTC (rev 9) +++ trunk/FreeTrain/plugins/org.kohsuke.freetrain.music/plugin.xml 2007-03-29 23:36:00 UTC (rev 10) @@ -1,23 +1,27 @@ -<?xml version="1.0" encoding="Shift_JIS" ?> +<?xml version="1.0" encoding="UTF-8" ?> <plug-in> - <title>\x8A\xEE\x96{\x82a\x82f\x82l\x83Z\x83b\x83g</title> + <title>Basic BGM set</title> + <!--!<title>基本BGMセット</title>--> <homepage>http://www.kohsuke.org/freetrain/</homepage> <contribution type="bgm" id="{4DFF42D2-FD4A-4d45-A18A-F2882D936C73}"> - <name>\x8AJ\x91\xF1</name> - <author>\x8C㉇\x8E҂`\x82\xB3\x82\xF1</author> + <name>Pioneering</name> + <!--!<name>開拓</name>--> + <author>後援者Aさん</author> <href>map.mid</href> </contribution> <contribution type="bgm" id="{32A3B9EB-8E86-4F4A-A314-891115B97A9F}"> - <name>\x90V\x8B\xBB\x8FZ\x91\xEE\x92n</name> - <author>915\x82\xB3\x82\xF1</author> + <name>Housing boom</name> + <!--!<name>新興住宅地</name>--> + <author>915さん</author> <href>S_JUTAKU.mid</href> </contribution> <contribution type="bgm" id="{4435A2E7-8B1D-4342-BA93-F2750EF48C41}"> - <name>\x93s\x8Es</name> - <author>915\x82\xB3\x82\xF1</author> + <name>City</name> + <!--!<name>都市</name>--> + <author>915さん</author> <href>TOSHI.mid</href> </contribution> </plug-in> Modified: trunk/FreeTrain/plugins/org.kohsuke.freetrain.music.a4mem/plugin.xml =================================================================== --- trunk/FreeTrain/plugins/org.kohsuke.freetrain.music.a4mem/plugin.xml 2007-03-29 14:12:27 UTC (rev 9) +++ trunk/FreeTrain/plugins/org.kohsuke.freetrain.music.a4mem/plugin.xml 2007-03-29 23:36:00 UTC (rev 10) @@ -1,11 +1,13 @@ -<?xml version="1.0" encoding="Shift_JIS" ?> +<?xml version="1.0" encoding="UTF-8" ?> <plug-in> - <title>\x82`\x82S\x83\x81\x83\x82\x83\x8A\x83A\x83\x8B\x83p\x83b\x83N\x82a\x82f\x82l</title> - <author>\x90\xEC\x8C\xFB\x8Dk\x89\xEE</author> + <title>A4 memorial pack BGM</title> + <!--!<title>A4メモリアルパックBGM</title>--> + <author>川口耕介</author> <homepage>http://www.kohsuke.org/freetrain/</homepage> <description> - \x83C\x83\x93\x83X\x83g\x81[\x83\x8B\x82\xB3\x82\xEA\x82Ă\xA2\x82\xE9\x82`\x82S\x83\x81\x83\x82\x83\x8A\x83A\x83\x8B\x83p\x83b\x83N\x82̉\xB9\x8Ay\x82𗬗p\x82\xB5\x82܂\xB7 + Loads BGM from installed A4 memorial pack </description> + <!--!インストールされているA4メモリアルパックの音楽を流用します--> <contribution type="bgmFactory" id="{28BCAA46-42C1-4da0-BD7B-348CBAA9DB9F}"> <class name="freetrain.plugin.a4membgm.FactoryImpl" Modified: trunk/FreeTrain/plugins/org.kohsuke.freetrain.music.a4mem/src/FactoryImpl.cs =================================================================== --- trunk/FreeTrain/plugins/org.kohsuke.freetrain.music.a4mem/src/FactoryImpl.cs 2007-03-29 14:12:27 UTC (rev 9) +++ trunk/FreeTrain/plugins/org.kohsuke.freetrain.music.a4mem/src/FactoryImpl.cs 2007-03-29 23:36:00 UTC (rev 10) @@ -21,18 +21,27 @@ a4path = (string)Registry.LocalMachine.OpenSubKey("SOFTWARE"). OpenSubKey("ARTDINK").OpenSubKey("ATrainM").OpenSubKey("a4").GetValue("InstallPath"); - a4path = Path.Combine(a4path,@"..\res"); + a4path = Path.Combine(a4path,@"..¥res"); return new BGMContribution[]{ - create("BLS.mid","\x8F\xEE\x95\xF1\x82̃e\x81[\x83}"), - create("FLK.mid","\x8Ck\x92J"), - create("FNK.mid","\x83W\x83I\x83t\x83\x8D\x83\x93\x83g"), - create("FOG.mid","\x96\xB6\x89J\x83e\x81[\x83}"), - create("OLD.mid","\x97\xFB\x8FK\x83e\x81[\x83}"), - create("RGG.mid","\x8Aԑt\x8B\xC8"), - create("WHT.mid","\x83n\x83C\x83e\x83N\x93s\x8Es"), - create("OP_RIN.mid","\x89J\x82̃I\x81[\x83v\x83j\x83\x93\x83O"), - create("OP_SNW.mid","\x90\xE1\x82̃I\x81[\x83v\x83j\x83\x93\x83O") + create("BLS.mid","情報のテーマ"), + create("FLK.mid","渓谷"), + create("FNK.mid","ジオフロント"), + create("FOG.mid","霧雨テーマ"), + create("OLD.mid","練習テーマ"), + create("RGG.mid","間奏曲"), + create("WHT.mid","ハイテク都市"), + create("OP_RIN.mid","雨のオープニング"), + create("OP_SNW.mid","雪のオープニング") + //! create("BLS.mid","Information Theme"), + //! create("FLK.mid","The Ravine"), + //! create("FNK.mid","Geofront"), + //! create("FOG.mid","Drizzle Theme"), + //! create("OLD.mid","Practice Theme"), + //! create("RGG.mid","Interlude"), + //! create("WHT.mid","High-tech City"), + //! create("OP_RIN.mid","The Opening of Rain"), + //! create("OP_SNW.mid","The Opening of Snow") }; } catch( Exception e ) { Debug.WriteLine("A4m is not installed"); @@ -47,7 +56,8 @@ public override string title { get { - return "\x82`\x82S\x83\x81\x83\x82\x83\x8A\x83A\x83\x8B\x83p\x83b\x83N"; + return "A4 Memorial Pack"; + //! return "A4メモリアルパック"; } } } Modified: trunk/FreeTrain/plugins/org.kohsuke.freetrain.music.bell/plugin.xml =================================================================== --- trunk/FreeTrain/plugins/org.kohsuke.freetrain.music.bell/plugin.xml 2007-03-29 14:12:27 UTC (rev 9) +++ trunk/FreeTrain/plugins/org.kohsuke.freetrain.music.bell/plugin.xml 2007-03-29 23:36:00 UTC (rev 10) @@ -1,26 +1,31 @@ <?xml version="1.0" encoding="Shift_JIS"?> <plug-in> - <title>\x94\xAD\x8Eԃx\x83\x8B\x83Z\x83b\x83g</title> - <author>915\x82\xB3\x82\xF1</author> + <title>Train bell set</title> + <!--!<title>発車ベルセット</title>--> + <author>915さん</author> <homepage>http://www.kohsuke.org/freetrain/</homepage> <contribution type="trainDepartureBell" id="{607AA03D-4203-459E-A835-F4067A32E4B6}"> - <name>\x83s\x83\x8A\x83\x8A\x83\x8A</name> + <name>Bell 1</name> + <!--!<name>ピリリリ</name>--> <sound href="bell1.wav" /> </contribution> <contribution type="trainDepartureBell" id="{96B8B6EC-1793-445D-98B3-7F9330438CF9}"> - <name>\x83|\x83\x8D\x83\x8D\x83\x8D</name> + <name>Bell 2</name> + <!--!<name>ポロロロ</name>--> <sound href="bell2.wav" /> </contribution> <contribution type="trainDepartureBell" id="{3528F039-4F73-4592-BE7A-624877DB135A}"> - <name>\x83v\x81[</name> + <name>Bell 3</name> + <!--!<name>プー</name>--> <sound href="eidan1.wav" /> </contribution> <contribution type="trainDepartureBell" id="{FC3471E1-D104-4C31-9055-FC3B5B83B97F}"> - <name>\x83s\x81[</name> + <name>Bell 4</name> + <!--!<name>ピー</name>--> <sound href="eidan2.wav" /> </contribution> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: Charles G. <cl...@us...> - 2007-03-29 14:47:13
|
Revision: 9 http://freetrain.svn.sourceforge.net/freetrain/?rev=9&view=rev Author: clrg Date: 2007-03-29 07:12:27 -0700 (Thu, 29 Mar 2007) Log Message: ----------- Update solution/csproj files for SharpDevelop and add missing references Modified Paths: -------------- trunk/FreeTrain/FreeTrain.sln trunk/FreeTrain/core/FreeTrain.Core.csproj trunk/FreeTrain/lib/Controls/FreeTrain.Controls.csproj trunk/FreeTrain/lib/Controls/FreeTrain.Controls.csproj.user trunk/FreeTrain/lib/DirectAudio.net/DirectAudio.net.csproj trunk/FreeTrain/lib/DirectAudio.net/DirectAudio.net.csproj.user trunk/FreeTrain/lib/DirectDraw.net/DirectDraw.net.csproj trunk/FreeTrain/plugins/jp.co.tripod.chiname.financial.bank/FreeTrain.Bank.csproj trunk/FreeTrain/plugins/jp.co.tripod.chiname.financial.stockmarket/FreeTrain.StockMarket.csproj trunk/FreeTrain/plugins/jp.co.tripod.chiname.financial.stockmarket/FreeTrain.StockMarket.csproj.user trunk/FreeTrain/plugins/jp.co.tripod.chiname.lib/src/DummyCars/FreeTrain.DummyCars.csproj trunk/FreeTrain/plugins/jp.co.tripod.chiname.lib/src/DummyCars/FreeTrain.DummyCars.csproj.user trunk/FreeTrain/plugins/jp.co.tripod.chiname.lib/src/RoadAccessory/FreeTrain.RoadAccessory.csproj trunk/FreeTrain/plugins/jp.co.tripod.chiname.lib/src/RoadAccessory/FreeTrain.RoadAccessory.csproj.user trunk/FreeTrain/plugins/jp.co.tripod.chiname.lib.halfvoxel/FreeTrain.HalfVoxelStructure.csproj trunk/FreeTrain/plugins/jp.co.tripod.chiname.lib.halfvoxel/FreeTrain.HalfVoxelStructure.csproj.user trunk/FreeTrain/plugins/org.kohsuke.freetrain.land.477/FreeTrain.VinylHouse.csproj trunk/FreeTrain/plugins/org.kohsuke.freetrain.land.creek.eikichiya/FreeTrain.Creek.Eikichiya.csproj trunk/FreeTrain/plugins/org.kohsuke.freetrain.land.forest/FreeTrain.Forest.csproj trunk/FreeTrain/plugins/org.kohsuke.freetrain.land.ricefield/FreeTrain.RiceField.csproj trunk/FreeTrain/plugins/org.kohsuke.freetrain.music.a4mem/FreeTrain.A4MemBGM.csproj trunk/FreeTrain/plugins/org.kohsuke.freetrain.rail.electricPole/FreeTrain.ElectricPole.csproj trunk/FreeTrain/plugins/org.kohsuke.freetrain.rail.garage/FreeTrain.TrainGarage.csproj trunk/FreeTrain/plugins/org.kohsuke.freetrain.rail.signal/FreeTrain.RailSignal.csproj trunk/FreeTrain/plugins/org.kohsuke.freetrain.soccerStadium/FreeTrain.SoccerStadium.csproj trunk/FreeTrain/plugins/org.kohsuke.freetrain.tc.manual/FreeTrain.ManualTrainController.csproj trunk/FreeTrain/plugins/org.kohsuke.freetrain.tc.tat/FreeTrain.TATTrainController.csproj trunk/FreeTrain/plugins/org.kohsuke.freetrain.terrain.terrace/FreeTrain.Terrace.csproj trunk/FreeTrain/plugins/org.kohsuke.freetrain.tools.dbgwnd/FreeTrain.DebugWindow.csproj trunk/FreeTrain/plugins/org.kohsuke.freetrain.tools.terrainloader/FreeTrain.TerrainLoader.csproj trunk/FreeTrain/plugins/org.kohsuke.freetrain.tools.vcr/FreeTrain.VCR.csproj trunk/FreeTrain/plugins/org.kohsuke.freetrain.trains.colorTest/FreeTrain.ColorTestTrain.csproj trunk/FreeTrain/tools/ColorDiff/Tool.ColorDiff.csproj trunk/FreeTrain/tools/Driver/Driver.csproj trunk/FreeTrain/tools/GUIDGen/Tool.GUIDGen.csproj trunk/FreeTrain/tools/PicturePreviewer/Tool.PicturePreviewer.csproj trunk/FreeTrain/tools/TrainListBuilder/Tool.TrainListBuilder.csproj trunk/FreeTrain/tools/XmlCombiner/Tool.XmlCombiner.csproj Modified: trunk/FreeTrain/FreeTrain.sln =================================================================== --- trunk/FreeTrain/FreeTrain.sln 2007-03-27 14:13:23 UTC (rev 8) +++ trunk/FreeTrain/FreeTrain.sln 2007-03-29 14:12:27 UTC (rev 9) @@ -1,379 +1,421 @@ -Microsoft Visual Studio Solution File, Format Version 8.00 -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FreeTrain.Core", "core\FreeTrain.Core.csproj", "{7746CF50-D84E-4E7B-83FB-AB43DB854DA8}" - ProjectSection(ProjectDependencies) = postProject - {0616A314-BDF0-466D-AB4B-9FA1B071A8A2} = {0616A314-BDF0-466D-AB4B-9FA1B071A8A2} - {C7DA6E56-7BB2-43BC-871C-3B33F0DE038C} = {C7DA6E56-7BB2-43BC-871C-3B33F0DE038C} - {D3B86CCE-530E-4472-AE8E-3FA5F903C206} = {D3B86CCE-530E-4472-AE8E-3FA5F903C206} - EndProjectSection -EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FreeTrain.Controls", "lib\Controls\FreeTrain.Controls.csproj", "{D3B86CCE-530E-4472-AE8E-3FA5F903C206}" - ProjectSection(ProjectDependencies) = postProject - EndProjectSection -EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DirectAudio.net", "lib\DirectAudio.net\DirectAudio.net.csproj", "{0616A314-BDF0-466D-AB4B-9FA1B071A8A2}" - ProjectSection(ProjectDependencies) = postProject - EndProjectSection -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "DirectDraw.AlphaBlend", "lib\DirectDraw.AlphaBlend\DirectDraw.AlphaBlend.vcproj", "{76CB19BD-60DD-44E1-AB7A-9E1A73D77CFD}" - ProjectSection(ProjectDependencies) = postProject - EndProjectSection -EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DirectDraw.net", "lib\DirectDraw.net\DirectDraw.net.csproj", "{C7DA6E56-7BB2-43BC-871C-3B33F0DE038C}" - ProjectSection(ProjectDependencies) = postProject - EndProjectSection -EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Driver", "tools\Driver\Driver.csproj", "{17B6AE46-0110-4C40-98EB-5F7E4E16C050}" - ProjectSection(ProjectDependencies) = postProject - {7746CF50-D84E-4E7B-83FB-AB43DB854DA8} = {7746CF50-D84E-4E7B-83FB-AB43DB854DA8} - EndProjectSection -EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Tool.ColorDiff", "tools\ColorDiff\Tool.ColorDiff.csproj", "{508553C7-F40C-4513-A45F-9058C5C65452}" - ProjectSection(ProjectDependencies) = postProject - EndProjectSection -EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Tool.GUIDGen", "tools\GUIDGen\Tool.GUIDGen.csproj", "{717EB2D5-4AF0-40BD-967D-EA4FDB969852}" - ProjectSection(ProjectDependencies) = postProject - EndProjectSection -EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Tool.PicturePreviewer", "tools\PicturePreviewer\Tool.PicturePreviewer.csproj", "{15D46FE4-4C72-426E-8A54-D8922AAD8E75}" - ProjectSection(ProjectDependencies) = postProject - EndProjectSection -EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Tool.TrainListBuilder", "tools\TrainListBuilder\Tool.TrainListBuilder.csproj", "{45E5B5B6-274B-46D2-9F29-45D953D59728}" - ProjectSection(ProjectDependencies) = postProject - EndProjectSection -EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Tool.XmlCombiner", "tools\XmlCombiner\Tool.XmlCombiner.csproj", "{24E010BF-3085-42D2-812C-FD01D2AB446E}" - ProjectSection(ProjectDependencies) = postProject - EndProjectSection -EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FreeTrain.Creek.Eikichiya", "plugins\org.kohsuke.freetrain.land.creek.eikichiya\FreeTrain.Creek.Eikichiya.csproj", "{FD37B5F1-A12B-42F5-B768-4FA21DF5E1D6}" - ProjectSection(ProjectDependencies) = postProject - EndProjectSection -EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FreeTrain.RiceField", "plugins\org.kohsuke.freetrain.land.ricefield\FreeTrain.RiceField.csproj", "{BB5CC2A0-A3C7-447C-85B1-0133BB434314}" - ProjectSection(ProjectDependencies) = postProject - EndProjectSection -EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FreeTrain.A4MemBGM", "plugins\org.kohsuke.freetrain.music.a4mem\FreeTrain.A4MemBGM.csproj", "{058250A9-3BD8-418A-A3C3-6BD38F564520}" - ProjectSection(ProjectDependencies) = postProject - EndProjectSection -EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FreeTrain.TrainGarage", "plugins\org.kohsuke.freetrain.rail.garage\FreeTrain.TrainGarage.csproj", "{E388A2ED-7487-4BFC-AF79-F8C827B39346}" - ProjectSection(ProjectDependencies) = postProject - EndProjectSection -EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FreeTrain.RailSignal", "plugins\org.kohsuke.freetrain.rail.signal\FreeTrain.RailSignal.csproj", "{F5C10827-E301-426F-B1CA-9EFFE49539C6}" - ProjectSection(ProjectDependencies) = postProject - EndProjectSection -EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FreeTrain.SoccerStadium", "plugins\org.kohsuke.freetrain.soccerStadium\FreeTrain.SoccerStadium.csproj", "{A9C4C2DD-509F-448B-A74F-176590457CED}" - ProjectSection(ProjectDependencies) = postProject - EndProjectSection -EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FreeTrain.ColorTestTrain", "plugins\org.kohsuke.freetrain.trains.colorTest\FreeTrain.ColorTestTrain.csproj", "{4380999E-CA4C-4AA2-8848-12FFABF72535}" - ProjectSection(ProjectDependencies) = postProject - EndProjectSection -EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FreeTrain.DebugWindow", "plugins\org.kohsuke.freetrain.tools.dbgwnd\FreeTrain.DebugWindow.csproj", "{F209ABA2-B4B3-4C9C-8540-8B06071994FC}" - ProjectSection(ProjectDependencies) = postProject - EndProjectSection -EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FreeTrain.TerrainLoader", "plugins\org.kohsuke.freetrain.tools.terrainloader\FreeTrain.TerrainLoader.csproj", "{21F3202B-B5D1-41B2-9808-9FB4E87D848A}" - ProjectSection(ProjectDependencies) = postProject - EndProjectSection -EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FreeTrain.Terrace", "plugins\org.kohsuke.freetrain.terrain.terrace\FreeTrain.Terrace.csproj", "{21B1FB9B-EDD9-482E-B559-628FC0C9A5BD}" - ProjectSection(ProjectDependencies) = postProject - EndProjectSection -EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FreeTrain.ManualTrainController", "plugins\org.kohsuke.freetrain.tc.manual\FreeTrain.ManualTrainController.csproj", "{1DFD6EFB-270C-4ABE-BA76-AE56815C9F00}" - ProjectSection(ProjectDependencies) = postProject - EndProjectSection -EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FreeTrain.TATTrainController", "plugins\org.kohsuke.freetrain.tc.tat\FreeTrain.TATTrainController.csproj", "{C874FCFE-6EBB-4C73-99AF-6FF19AB735A3}" - ProjectSection(ProjectDependencies) = postProject - EndProjectSection -EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FreeTrain.VinylHouse", "plugins\org.kohsuke.freetrain.land.477\FreeTrain.VinylHouse.csproj", "{D01D6622-F67B-4EDC-8CA3-4E1A8FCA422B}" - ProjectSection(ProjectDependencies) = postProject - EndProjectSection -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "DirectShow.VideoRecorder", "lib\DirectShow.VideoRecorder\DirectShow.VideoRecorder.vcproj", "{214B6310-5ECF-4A0B-835E-559F2EB4ABC6}" - ProjectSection(ProjectDependencies) = postProject - EndProjectSection -EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FreeTrain.VCR", "plugins\org.kohsuke.freetrain.tools.vcr\FreeTrain.VCR.csproj", "{D600BE69-53F2-49FE-B79B-7043F0F0D4D1}" - ProjectSection(ProjectDependencies) = postProject - {214B6310-5ECF-4A0B-835E-559F2EB4ABC6} = {214B6310-5ECF-4A0B-835E-559F2EB4ABC6} - EndProjectSection -EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FreeTrain.Forest", "plugins\org.kohsuke.freetrain.land.forest\FreeTrain.Forest.csproj", "{1A7A0168-D783-4F4A-9B39-FBCCB08078AE}" - ProjectSection(ProjectDependencies) = postProject - EndProjectSection -EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FreeTrain.ElectricPole", "plugins\org.kohsuke.freetrain.rail.electricPole\FreeTrain.ElectricPole.csproj", "{AD3CD7FE-3E36-40D3-AA25-F635D73B3C7C}" - ProjectSection(ProjectDependencies) = postProject - EndProjectSection -EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FreeTrain.Bank", "plugins\jp.co.tripod.chiname.financial.bank\FreeTrain.Bank.csproj", "{4C35BAD5-CAEE-498F-9BA7-8771FBEA4979}" - ProjectSection(ProjectDependencies) = postProject - EndProjectSection -EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FreeTrain.StockMarket", "plugins\jp.co.tripod.chiname.financial.stockmarket\FreeTrain.StockMarket.csproj", "{9213F69B-447F-4B92-A046-BE7506871F47}" - ProjectSection(ProjectDependencies) = postProject - EndProjectSection -EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FreeTrain.RoadAccessory", "plugins\jp.co.tripod.chiname.lib\src\RoadAccessory\FreeTrain.RoadAccessory.csproj", "{7264D32E-75DB-4C13-9EE4-E6263FD5B652}" - ProjectSection(ProjectDependencies) = postProject - EndProjectSection -EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FreeTrain.DummyCars", "plugins\jp.co.tripod.chiname.lib\src\DummyCars\FreeTrain.DummyCars.csproj", "{7264D32E-75DB-4C13-9EE4-E6263FD5B652}" - ProjectSection(ProjectDependencies) = postProject - EndProjectSection -EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FreeTrain.HalfVoxelStructure", "plugins\jp.co.tripod.chiname.lib.halfvoxel\FreeTrain.HalfVoxelStructure.csproj", "{FBA1BF4E-5481-41AC-BED0-6D6326CC4C2F}" - ProjectSection(ProjectDependencies) = postProject - EndProjectSection -EndProject -Global - GlobalSection(SolutionConfiguration) = preSolution - Debug = Debug - Debug Unicode = Debug Unicode - Release = Release - Release Unicode = Release Unicode - EndGlobalSection - GlobalSection(ProjectConfiguration) = postSolution - {7746CF50-D84E-4E7B-83FB-AB43DB854DA8}.Debug.ActiveCfg = Debug|.NET - {7746CF50-D84E-4E7B-83FB-AB43DB854DA8}.Debug.Build.0 = Debug|.NET - {7746CF50-D84E-4E7B-83FB-AB43DB854DA8}.Debug Unicode.ActiveCfg = Debug|.NET - {7746CF50-D84E-4E7B-83FB-AB43DB854DA8}.Debug Unicode.Build.0 = Debug|.NET - {7746CF50-D84E-4E7B-83FB-AB43DB854DA8}.Release.ActiveCfg = Release|.NET - {7746CF50-D84E-4E7B-83FB-AB43DB854DA8}.Release.Build.0 = Release|.NET - {7746CF50-D84E-4E7B-83FB-AB43DB854DA8}.Release Unicode.ActiveCfg = Release|.NET - {7746CF50-D84E-4E7B-83FB-AB43DB854DA8}.Release Unicode.Build.0 = Release|.NET - {D3B86CCE-530E-4472-AE8E-3FA5F903C206}.Debug.ActiveCfg = Debug|.NET - {D3B86CCE-530E-4472-AE8E-3FA5F903C206}.Debug.Build.0 = Debug|.NET - {D3B86CCE-530E-4472-AE8E-3FA5F903C206}.Debug Unicode.ActiveCfg = Debug|.NET - {D3B86CCE-530E-4472-AE8E-3FA5F903C206}.Debug Unicode.Build.0 = Debug|.NET - {D3B86CCE-530E-4472-AE8E-3FA5F903C206}.Release.ActiveCfg = Release|.NET - {D3B86CCE-530E-4472-AE8E-3FA5F903C206}.Release.Build.0 = Release|.NET - {D3B86CCE-530E-4472-AE8E-3FA5F903C206}.Release Unicode.ActiveCfg = Release|.NET - {D3B86CCE-530E-4472-AE8E-3FA5F903C206}.Release Unicode.Build.0 = Release|.NET - {0616A314-BDF0-466D-AB4B-9FA1B071A8A2}.Debug.ActiveCfg = Debug|.NET - {0616A314-BDF0-466D-AB4B-9FA1B071A8A2}.Debug.Build.0 = Debug|.NET - {0616A314-BDF0-466D-AB4B-9FA1B071A8A2}.Debug Unicode.ActiveCfg = Debug|.NET - {0616A314-BDF0-466D-AB4B-9FA1B071A8A2}.Debug Unicode.Build.0 = Debug|.NET - {0616A314-BDF0-466D-AB4B-9FA1B071A8A2}.Release.ActiveCfg = Release|.NET - {0616A314-BDF0-466D-AB4B-9FA1B071A8A2}.Release.Build.0 = Release|.NET - {0616A314-BDF0-466D-AB4B-9FA1B071A8A2}.Release Unicode.ActiveCfg = Release|.NET - {0616A314-BDF0-466D-AB4B-9FA1B071A8A2}.Release Unicode.Build.0 = Release|.NET - {76CB19BD-60DD-44E1-AB7A-9E1A73D77CFD}.Debug.ActiveCfg = Debug|Win32 - {76CB19BD-60DD-44E1-AB7A-9E1A73D77CFD}.Debug.Build.0 = Debug|Win32 - {76CB19BD-60DD-44E1-AB7A-9E1A73D77CFD}.Debug Unicode.ActiveCfg = Debug|Win32 - {76CB19BD-60DD-44E1-AB7A-9E1A73D77CFD}.Debug Unicode.Build.0 = Debug|Win32 - {76CB19BD-60DD-44E1-AB7A-9E1A73D77CFD}.Release.ActiveCfg = Release|Win32 - {76CB19BD-60DD-44E1-AB7A-9E1A73D77CFD}.Release.Build.0 = Release|Win32 - {76CB19BD-60DD-44E1-AB7A-9E1A73D77CFD}.Release Unicode.ActiveCfg = Release|Win32 - {76CB19BD-60DD-44E1-AB7A-9E1A73D77CFD}.Release Unicode.Build.0 = Release|Win32 - {C7DA6E56-7BB2-43BC-871C-3B33F0DE038C}.Debug.ActiveCfg = Debug|.NET - {C7DA6E56-7BB2-43BC-871C-3B33F0DE038C}.Debug.Build.0 = Debug|.NET - {C7DA6E56-7BB2-43BC-871C-3B33F0DE038C}.Debug Unicode.ActiveCfg = Debug|.NET - {C7DA6E56-7BB2-43BC-871C-3B33F0DE038C}.Debug Unicode.Build.0 = Debug|.NET - {C7DA6E56-7BB2-43BC-871C-3B33F0DE038C}.Release.ActiveCfg = Release|.NET - {C7DA6E56-7BB2-43BC-871C-3B33F0DE038C}.Release.Build.0 = Release|.NET - {C7DA6E56-7BB2-43BC-871C-3B33F0DE038C}.Release Unicode.ActiveCfg = Release|.NET - {C7DA6E56-7BB2-43BC-871C-3B33F0DE038C}.Release Unicode.Build.0 = Release|.NET - {17B6AE46-0110-4C40-98EB-5F7E4E16C050}.Debug.ActiveCfg = Debug|.NET - {17B6AE46-0110-4C40-98EB-5F7E4E16C050}.Debug.Build.0 = Debug|.NET - {17B6AE46-0110-4C40-98EB-5F7E4E16C050}.Debug Unicode.ActiveCfg = Debug|.NET - {17B6AE46-0110-4C40-98EB-5F7E4E16C050}.Debug Unicode.Build.0 = Debug|.NET - {17B6AE46-0110-4C40-98EB-5F7E4E16C050}.Release.ActiveCfg = Release|.NET - {17B6AE46-0110-4C40-98EB-5F7E4E16C050}.Release.Build.0 = Release|.NET - {17B6AE46-0110-4C40-98EB-5F7E4E16C050}.Release Unicode.ActiveCfg = Release|.NET - {17B6AE46-0110-4C40-98EB-5F7E4E16C050}.Release Unicode.Build.0 = Release|.NET - {508553C7-F40C-4513-A45F-9058C5C65452}.Debug.ActiveCfg = Debug|.NET - {508553C7-F40C-4513-A45F-9058C5C65452}.Debug.Build.0 = Debug|.NET - {508553C7-F40C-4513-A45F-9058C5C65452}.Debug Unicode.ActiveCfg = Debug|.NET - {508553C7-F40C-4513-A45F-9058C5C65452}.Release.ActiveCfg = Release|.NET - {508553C7-F40C-4513-A45F-9058C5C65452}.Release.Build.0 = Release|.NET - {508553C7-F40C-4513-A45F-9058C5C65452}.Release Unicode.ActiveCfg = Release|.NET - {717EB2D5-4AF0-40BD-967D-EA4FDB969852}.Debug.ActiveCfg = Debug|.NET - {717EB2D5-4AF0-40BD-967D-EA4FDB969852}.Debug.Build.0 = Debug|.NET - {717EB2D5-4AF0-40BD-967D-EA4FDB969852}.Debug Unicode.ActiveCfg = Debug|.NET - {717EB2D5-4AF0-40BD-967D-EA4FDB969852}.Release.ActiveCfg = Release|.NET - {717EB2D5-4AF0-40BD-967D-EA4FDB969852}.Release.Build.0 = Release|.NET - {717EB2D5-4AF0-40BD-967D-EA4FDB969852}.Release Unicode.ActiveCfg = Release|.NET - {15D46FE4-4C72-426E-8A54-D8922AAD8E75}.Debug.ActiveCfg = Debug|.NET - {15D46FE4-4C72-426E-8A54-D8922AAD8E75}.Debug.Build.0 = Debug|.NET - {15D46FE4-4C72-426E-8A54-D8922AAD8E75}.Debug Unicode.ActiveCfg = Debug|.NET - {15D46FE4-4C72-426E-8A54-D8922AAD8E75}.Release.ActiveCfg = Release|.NET - {15D46FE4-4C72-426E-8A54-D8922AAD8E75}.Release.Build.0 = Release|.NET - {15D46FE4-4C72-426E-8A54-D8922AAD8E75}.Release Unicode.ActiveCfg = Release|.NET - {45E5B5B6-274B-46D2-9F29-45D953D59728}.Debug.ActiveCfg = Debug|.NET - {45E5B5B6-274B-46D2-9F29-45D953D59728}.Debug.Build.0 = Debug|.NET - {45E5B5B6-274B-46D2-9F29-45D953D59728}.Debug Unicode.ActiveCfg = Debug|.NET - {45E5B5B6-274B-46D2-9F29-45D953D59728}.Release.ActiveCfg = Release|.NET - {45E5B5B6-274B-46D2-9F29-45D953D59728}.Release.Build.0 = Release|.NET - {45E5B5B6-274B-46D2-9F29-45D953D59728}.Release Unicode.ActiveCfg = Release|.NET - {24E010BF-3085-42D2-812C-FD01D2AB446E}.Debug.ActiveCfg = Debug|.NET - {24E010BF-3085-42D2-812C-FD01D2AB446E}.Debug.Build.0 = Debug|.NET - {24E010BF-3085-42D2-812C-FD01D2AB446E}.Debug Unicode.ActiveCfg = Debug|.NET - {24E010BF-3085-42D2-812C-FD01D2AB446E}.Release.ActiveCfg = Release|.NET - {24E010BF-3085-42D2-812C-FD01D2AB446E}.Release.Build.0 = Release|.NET - {24E010BF-3085-42D2-812C-FD01D2AB446E}.Release Unicode.ActiveCfg = Release|.NET - {FD37B5F1-A12B-42F5-B768-4FA21DF5E1D6}.Debug.ActiveCfg = Debug|.NET - {FD37B5F1-A12B-42F5-B768-4FA21DF5E1D6}.Debug.Build.0 = Debug|.NET - {FD37B5F1-A12B-42F5-B768-4FA21DF5E1D6}.Debug Unicode.ActiveCfg = Debug|.NET - {FD37B5F1-A12B-42F5-B768-4FA21DF5E1D6}.Release.ActiveCfg = Release|.NET - {FD37B5F1-A12B-42F5-B768-4FA21DF5E1D6}.Release.Build.0 = Release|.NET - {FD37B5F1-A12B-42F5-B768-4FA21DF5E1D6}.Release Unicode.ActiveCfg = Release|.NET - {BB5CC2A0-A3C7-447C-85B1-0133BB434314}.Debug.ActiveCfg = Debug|.NET - {BB5CC2A0-A3C7-447C-85B1-0133BB434314}.Debug.Build.0 = Debug|.NET - {BB5CC2A0-A3C7-447C-85B1-0133BB434314}.Debug Unicode.ActiveCfg = Debug|.NET - {BB5CC2A0-A3C7-447C-85B1-0133BB434314}.Release.ActiveCfg = Release|.NET - {BB5CC2A0-A3C7-447C-85B1-0133BB434314}.Release.Build.0 = Release|.NET - {BB5CC2A0-A3C7-447C-85B1-0133BB434314}.Release Unicode.ActiveCfg = Release|.NET - {058250A9-3BD8-418A-A3C3-6BD38F564520}.Debug.ActiveCfg = Debug|.NET - {058250A9-3BD8-418A-A3C3-6BD38F564520}.Debug.Build.0 = Debug|.NET - {058250A9-3BD8-418A-A3C3-6BD38F564520}.Debug Unicode.ActiveCfg = Debug|.NET - {058250A9-3BD8-418A-A3C3-6BD38F564520}.Release.ActiveCfg = Release|.NET - {058250A9-3BD8-418A-A3C3-6BD38F564520}.Release.Build.0 = Release|.NET - {058250A9-3BD8-418A-A3C3-6BD38F564520}.Release Unicode.ActiveCfg = Release|.NET - {E388A2ED-7487-4BFC-AF79-F8C827B39346}.Debug.ActiveCfg = Debug|.NET - {E388A2ED-7487-4BFC-AF79-F8C827B39346}.Debug.Build.0 = Debug|.NET - {E388A2ED-7487-4BFC-AF79-F8C827B39346}.Debug Unicode.ActiveCfg = Debug|.NET - {E388A2ED-7487-4BFC-AF79-F8C827B39346}.Release.ActiveCfg = Release|.NET - {E388A2ED-7487-4BFC-AF79-F8C827B39346}.Release.Build.0 = Release|.NET - {E388A2ED-7487-4BFC-AF79-F8C827B39346}.Release Unicode.ActiveCfg = Release|.NET - {F5C10827-E301-426F-B1CA-9EFFE49539C6}.Debug.ActiveCfg = Debug|.NET - {F5C10827-E301-426F-B1CA-9EFFE49539C6}.Debug.Build.0 = Debug|.NET - {F5C10827-E301-426F-B1CA-9EFFE49539C6}.Debug Unicode.ActiveCfg = Debug|.NET - {F5C10827-E301-426F-B1CA-9EFFE49539C6}.Release.ActiveCfg = Release|.NET - {F5C10827-E301-426F-B1CA-9EFFE49539C6}.Release.Build.0 = Release|.NET - {F5C10827-E301-426F-B1CA-9EFFE49539C6}.Release Unicode.ActiveCfg = Release|.NET - {A9C4C2DD-509F-448B-A74F-176590457CED}.Debug.ActiveCfg = Debug|.NET - {A9C4C2DD-509F-448B-A74F-176590457CED}.Debug.Build.0 = Debug|.NET - {A9C4C2DD-509F-448B-A74F-176590457CED}.Debug Unicode.ActiveCfg = Debug|.NET - {A9C4C2DD-509F-448B-A74F-176590457CED}.Release.ActiveCfg = Release|.NET - {A9C4C2DD-509F-448B-A74F-176590457CED}.Release.Build.0 = Release|.NET - {A9C4C2DD-509F-448B-A74F-176590457CED}.Release Unicode.ActiveCfg = Release|.NET - {4380999E-CA4C-4AA2-8848-12FFABF72535}.Debug.ActiveCfg = Debug|.NET - {4380999E-CA4C-4AA2-8848-12FFABF72535}.Debug.Build.0 = Debug|.NET - {4380999E-CA4C-4AA2-8848-12FFABF72535}.Debug Unicode.ActiveCfg = Debug|.NET - {4380999E-CA4C-4AA2-8848-12FFABF72535}.Release.ActiveCfg = Release|.NET - {4380999E-CA4C-4AA2-8848-12FFABF72535}.Release.Build.0 = Release|.NET - {4380999E-CA4C-4AA2-8848-12FFABF72535}.Release Unicode.ActiveCfg = Release|.NET - {F209ABA2-B4B3-4C9C-8540-8B06071994FC}.Debug.ActiveCfg = Debug|.NET - {F209ABA2-B4B3-4C9C-8540-8B06071994FC}.Debug.Build.0 = Debug|.NET - {F209ABA2-B4B3-4C9C-8540-8B06071994FC}.Debug Unicode.ActiveCfg = Debug|.NET - {F209ABA2-B4B3-4C9C-8540-8B06071994FC}.Release.ActiveCfg = Release|.NET - {F209ABA2-B4B3-4C9C-8540-8B06071994FC}.Release.Build.0 = Release|.NET - {F209ABA2-B4B3-4C9C-8540-8B06071994FC}.Release Unicode.ActiveCfg = Release|.NET - {21F3202B-B5D1-41B2-9808-9FB4E87D848A}.Debug.ActiveCfg = Debug|.NET - {21F3202B-B5D1-41B2-9808-9FB4E87D848A}.Debug.Build.0 = Debug|.NET - {21F3202B-B5D1-41B2-9808-9FB4E87D848A}.Debug Unicode.ActiveCfg = Debug|.NET - {21F3202B-B5D1-41B2-9808-9FB4E87D848A}.Release.ActiveCfg = Release|.NET - {21F3202B-B5D1-41B2-9808-9FB4E87D848A}.Release.Build.0 = Release|.NET - {21F3202B-B5D1-41B2-9808-9FB4E87D848A}.Release Unicode.ActiveCfg = Release|.NET - {21B1FB9B-EDD9-482E-B559-628FC0C9A5BD}.Debug.ActiveCfg = Debug|.NET - {21B1FB9B-EDD9-482E-B559-628FC0C9A5BD}.Debug.Build.0 = Debug|.NET - {21B1FB9B-EDD9-482E-B559-628FC0C9A5BD}.Debug Unicode.ActiveCfg = Debug|.NET - {21B1FB9B-EDD9-482E-B559-628FC0C9A5BD}.Release.ActiveCfg = Release|.NET - {21B1FB9B-EDD9-482E-B559-628FC0C9A5BD}.Release.Build.0 = Release|.NET - {21B1FB9B-EDD9-482E-B559-628FC0C9A5BD}.Release Unicode.ActiveCfg = Release|.NET - {1DFD6EFB-270C-4ABE-BA76-AE56815C9F00}.Debug.ActiveCfg = Debug|.NET - {1DFD6EFB-270C-4ABE-BA76-AE56815C9F00}.Debug.Build.0 = Debug|.NET - {1DFD6EFB-270C-4ABE-BA76-AE56815C9F00}.Debug Unicode.ActiveCfg = Debug|.NET - {1DFD6EFB-270C-4ABE-BA76-AE56815C9F00}.Release.ActiveCfg = Release|.NET - {1DFD6EFB-270C-4ABE-BA76-AE56815C9F00}.Release.Build.0 = Release|.NET - {1DFD6EFB-270C-4ABE-BA76-AE56815C9F00}.Release Unicode.ActiveCfg = Release|.NET - {C874FCFE-6EBB-4C73-99AF-6FF19AB735A3}.Debug.ActiveCfg = Debug|.NET - {C874FCFE-6EBB-4C73-99AF-6FF19AB735A3}.Debug.Build.0 = Debug|.NET - {C874FCFE-6EBB-4C73-99AF-6FF19AB735A3}.Debug Unicode.ActiveCfg = Debug|.NET - {C874FCFE-6EBB-4C73-99AF-6FF19AB735A3}.Release.ActiveCfg = Release|.NET - {C874FCFE-6EBB-4C73-99AF-6FF19AB735A3}.Release.Build.0 = Release|.NET - {C874FCFE-6EBB-4C73-99AF-6FF19AB735A3}.Release Unicode.ActiveCfg = Release|.NET - {D01D6622-F67B-4EDC-8CA3-4E1A8FCA422B}.Debug.ActiveCfg = Debug|.NET - {D01D6622-F67B-4EDC-8CA3-4E1A8FCA422B}.Debug.Build.0 = Debug|.NET - {D01D6622-F67B-4EDC-8CA3-4E1A8FCA422B}.Debug Unicode.ActiveCfg = Debug|.NET - {D01D6622-F67B-4EDC-8CA3-4E1A8FCA422B}.Release.ActiveCfg = Release|.NET - {D01D6622-F67B-4EDC-8CA3-4E1A8FCA422B}.Release.Build.0 = Release|.NET - {D01D6622-F67B-4EDC-8CA3-4E1A8FCA422B}.Release Unicode.ActiveCfg = Release|.NET - {214B6310-5ECF-4A0B-835E-559F2EB4ABC6}.Debug.ActiveCfg = Debug|Win32 - {214B6310-5ECF-4A0B-835E-559F2EB4ABC6}.Debug.Build.0 = Debug|Win32 - {214B6310-5ECF-4A0B-835E-559F2EB4ABC6}.Debug Unicode.ActiveCfg = Debug|Win32 - {214B6310-5ECF-4A0B-835E-559F2EB4ABC6}.Debug Unicode.Build.0 = Debug|Win32 - {214B6310-5ECF-4A0B-835E-559F2EB4ABC6}.Release.ActiveCfg = Release|Win32 - {214B6310-5ECF-4A0B-835E-559F2EB4ABC6}.Release.Build.0 = Release|Win32 - {214B6310-5ECF-4A0B-835E-559F2EB4ABC6}.Release Unicode.ActiveCfg = Release|Win32 - {214B6310-5ECF-4A0B-835E-559F2EB4ABC6}.Release Unicode.Build.0 = Release|Win32 - {D600BE69-53F2-49FE-B79B-7043F0F0D4D1}.Debug.ActiveCfg = Debug|.NET - {D600BE69-53F2-49FE-B79B-7043F0F0D4D1}.Debug.Build.0 = Debug|.NET - {D600BE69-53F2-49FE-B79B-7043F0F0D4D1}.Debug Unicode.ActiveCfg = Debug|.NET - {D600BE69-53F2-49FE-B79B-7043F0F0D4D1}.Debug Unicode.Build.0 = Debug|.NET - {D600BE69-53F2-49FE-B79B-7043F0F0D4D1}.Release.ActiveCfg = Release|.NET - {D600BE69-53F2-49FE-B79B-7043F0F0D4D1}.Release.Build.0 = Release|.NET - {D600BE69-53F2-49FE-B79B-7043F0F0D4D1}.Release Unicode.ActiveCfg = Release|.NET - {D600BE69-53F2-49FE-B79B-7043F0F0D4D1}.Release Unicode.Build.0 = Release|.NET - {1A7A0168-D783-4F4A-9B39-FBCCB08078AE}.Debug.ActiveCfg = Debug|.NET - {1A7A0168-D783-4F4A-9B39-FBCCB08078AE}.Debug.Build.0 = Debug|.NET - {1A7A0168-D783-4F4A-9B39-FBCCB08078AE}.Debug Unicode.ActiveCfg = Debug|.NET - {1A7A0168-D783-4F4A-9B39-FBCCB08078AE}.Debug Unicode.Build.0 = Debug|.NET - {1A7A0168-D783-4F4A-9B39-FBCCB08078AE}.Release.ActiveCfg = Release|.NET - {1A7A0168-D783-4F4A-9B39-FBCCB08078AE}.Release.Build.0 = Release|.NET - {1A7A0168-D783-4F4A-9B39-FBCCB08078AE}.Release Unicode.ActiveCfg = Release|.NET - {1A7A0168-D783-4F4A-9B39-FBCCB08078AE}.Release Unicode.Build.0 = Release|.NET - {AD3CD7FE-3E36-40D3-AA25-F635D73B3C7C}.Debug.ActiveCfg = Debug|.NET - {AD3CD7FE-3E36-40D3-AA25-F635D73B3C7C}.Debug.Build.0 = Debug|.NET - {AD3CD7FE-3E36-40D3-AA25-F635D73B3C7C}.Debug Unicode.ActiveCfg = Debug|.NET - {AD3CD7FE-3E36-40D3-AA25-F635D73B3C7C}.Debug Unicode.Build.0 = Debug|.NET - {AD3CD7FE-3E36-40D3-AA25-F635D73B3C7C}.Release.ActiveCfg = Release|.NET - {AD3CD7FE-3E36-40D3-AA25-F635D73B3C7C}.Release.Build.0 = Release|.NET - {AD3CD7FE-3E36-40D3-AA25-F635D73B3C7C}.Release Unicode.ActiveCfg = Release|.NET - {AD3CD7FE-3E36-40D3-AA25-F635D73B3C7C}.Release Unicode.Build.0 = Release|.NET - {4C35BAD5-CAEE-498F-9BA7-8771FBEA4979}.Debug.ActiveCfg = Debug|.NET - {4C35BAD5-CAEE-498F-9BA7-8771FBEA4979}.Debug.Build.0 = Debug|.NET - {4C35BAD5-CAEE-498F-9BA7-8771FBEA4979}.Debug Unicode.ActiveCfg = Debug|.NET - {4C35BAD5-CAEE-498F-9BA7-8771FBEA4979}.Debug Unicode.Build.0 = Debug|.NET - {4C35BAD5-CAEE-498F-9BA7-8771FBEA4979}.Release.ActiveCfg = Release|.NET - {4C35BAD5-CAEE-498F-9BA7-8771FBEA4979}.Release.Build.0 = Release|.NET - {4C35BAD5-CAEE-498F-9BA7-8771FBEA4979}.Release Unicode.ActiveCfg = Release|.NET - {4C35BAD5-CAEE-498F-9BA7-8771FBEA4979}.Release Unicode.Build.0 = Release|.NET - {9213F69B-447F-4B92-A046-BE7506871F47}.Debug.ActiveCfg = Debug|.NET - {9213F69B-447F-4B92-A046-BE7506871F47}.Debug.Build.0 = Debug|.NET - {9213F69B-447F-4B92-A046-BE7506871F47}.Debug Unicode.ActiveCfg = Debug|.NET - {9213F69B-447F-4B92-A046-BE7506871F47}.Release.ActiveCfg = Release|.NET - {9213F69B-447F-4B92-A046-BE7506871F47}.Release Unicode.ActiveCfg = Release|.NET - {7264D32E-75DB-4C13-9EE4-E6263FD5B652}.Debug.ActiveCfg = Debug|.NET - {7264D32E-75DB-4C13-9EE4-E6263FD5B652}.Debug.Build.0 = Debug|.NET - {7264D32E-75DB-4C13-9EE4-E6263FD5B652}.Debug Unicode.ActiveCfg = Debug|.NET - {7264D32E-75DB-4C13-9EE4-E6263FD5B652}.Debug Unicode.Build.0 = Debug|.NET - {7264D32E-75DB-4C13-9EE4-E6263FD5B652}.Release.ActiveCfg = Release|.NET - {7264D32E-75DB-4C13-9EE4-E6263FD5B652}.Release.Build.0 = Release|.NET - {7264D32E-75DB-4C13-9EE4-E6263FD5B652}.Release Unicode.ActiveCfg = Release|.NET - {7264D32E-75DB-4C13-9EE4-E6263FD5B652}.Release Unicode.Build.0 = Release|.NET - {7264D32E-75DB-4C13-9EE4-E6263FD5B652}.Debug.ActiveCfg = Debug|.NET - {7264D32E-75DB-4C13-9EE4-E6263FD5B652}.Debug.Build.0 = Debug|.NET - {7264D32E-75DB-4C13-9EE4-E6263FD5B652}.Debug Unicode.ActiveCfg = Debug|.NET - {7264D32E-75DB-4C13-9EE4-E6263FD5B652}.Debug Unicode.Build.0 = Debug|.NET - {7264D32E-75DB-4C13-9EE4-E6263FD5B652}.Release.ActiveCfg = Release|.NET - {7264D32E-75DB-4C13-9EE4-E6263FD5B652}.Release.Build.0 = Release|.NET - {7264D32E-75DB-4C13-9EE4-E6263FD5B652}.Release Unicode.ActiveCfg = Release|.NET - {7264D32E-75DB-4C13-9EE4-E6263FD5B652}.Release Unicode.Build.0 = Release|.NET - {FBA1BF4E-5481-41AC-BED0-6D6326CC4C2F}.Debug.ActiveCfg = Debug|.NET - {FBA1BF4E-5481-41AC-BED0-6D6326CC4C2F}.Debug.Build.0 = Debug|.NET - {FBA1BF4E-5481-41AC-BED0-6D6326CC4C2F}.Debug Unicode.ActiveCfg = Debug|.NET - {FBA1BF4E-5481-41AC-BED0-6D6326CC4C2F}.Debug Unicode.Build.0 = Debug|.NET - {FBA1BF4E-5481-41AC-BED0-6D6326CC4C2F}.Release.ActiveCfg = Release|.NET - {FBA1BF4E-5481-41AC-BED0-6D6326CC4C2F}.Release.Build.0 = Release|.NET - {FBA1BF4E-5481-41AC-BED0-6D6326CC4C2F}.Release Unicode.ActiveCfg = Release|.NET - {FBA1BF4E-5481-41AC-BED0-6D6326CC4C2F}.Release Unicode.Build.0 = Release|.NET - EndGlobalSection - GlobalSection(SolutionItems) = postSolution - EndGlobalSection - GlobalSection(ExtensibilityGlobals) = postSolution - EndGlobalSection - GlobalSection(ExtensibilityAddIns) = postSolution - EndGlobalSection -EndGlobal + +Microsoft Visual Studio Solution File, Format Version 9.00 +# Visual Studio 2005 +# SharpDevelop 2.1.0.2376 +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FreeTrain.Core", "core\FreeTrain.Core.csproj", "{7746CF50-D84E-4E7B-83FB-AB43DB854DA8}" + ProjectSection(ProjectDependencies) = postProject + {0616A314-BDF0-466D-AB4B-9FA1B071A8A2} = {0616A314-BDF0-466D-AB4B-9FA1B071A8A2} + {C7DA6E56-7BB2-43BC-871C-3B33F0DE038C} = {C7DA6E56-7BB2-43BC-871C-3B33F0DE038C} + {D3B86CCE-530E-4472-AE8E-3FA5F903C206} = {D3B86CCE-530E-4472-AE8E-3FA5F903C206} + EndProjectSection +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FreeTrain.Controls", "lib\Controls\FreeTrain.Controls.csproj", "{D3B86CCE-530E-4472-AE8E-3FA5F903C206}" + ProjectSection(ProjectDependencies) = postProject + EndProjectSection +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DirectAudio.net", "lib\DirectAudio.net\DirectAudio.net.csproj", "{0616A314-BDF0-466D-AB4B-9FA1B071A8A2}" + ProjectSection(ProjectDependencies) = postProject + EndProjectSection +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "DirectDraw.AlphaBlend", "lib\DirectDraw.AlphaBlend\DirectDraw.AlphaBlend.vcproj", "{76CB19BD-60DD-44E1-AB7A-9E1A73D77CFD}" + ProjectSection(ProjectDependencies) = postProject + EndProjectSection +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DirectDraw.net", "lib\DirectDraw.net\DirectDraw.net.csproj", "{C7DA6E56-7BB2-43BC-871C-3B33F0DE038C}" + ProjectSection(ProjectDependencies) = postProject + EndProjectSection +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Driver", "tools\Driver\Driver.csproj", "{17B6AE46-0110-4C40-98EB-5F7E4E16C050}" + ProjectSection(ProjectDependencies) = postProject + {7746CF50-D84E-4E7B-83FB-AB43DB854DA8} = {7746CF50-D84E-4E7B-83FB-AB43DB854DA8} + EndProjectSection +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Tool.ColorDiff", "tools\ColorDiff\Tool.ColorDiff.csproj", "{508553C7-F40C-4513-A45F-9058C5C65452}" + ProjectSection(ProjectDependencies) = postProject + EndProjectSection +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Tool.GUIDGen", "tools\GUIDGen\Tool.GUIDGen.csproj", "{717EB2D5-4AF0-40BD-967D-EA4FDB969852}" + ProjectSection(ProjectDependencies) = postProject + EndProjectSection +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Tool.PicturePreviewer", "tools\PicturePreviewer\Tool.PicturePreviewer.csproj", "{15D46FE4-4C72-426E-8A54-D8922AAD8E75}" + ProjectSection(ProjectDependencies) = postProject + EndProjectSection +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Tool.TrainListBuilder", "tools\TrainListBuilder\Tool.TrainListBuilder.csproj", "{45E5B5B6-274B-46D2-9F29-45D953D59728}" + ProjectSection(ProjectDependencies) = postProject + EndProjectSection +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Tool.XmlCombiner", "tools\XmlCombiner\Tool.XmlCombiner.csproj", "{24E010BF-3085-42D2-812C-FD01D2AB446E}" + ProjectSection(ProjectDependencies) = postProject + EndProjectSection +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FreeTrain.Creek.Eikichiya", "plugins\org.kohsuke.freetrain.land.creek.eikichiya\FreeTrain.Creek.Eikichiya.csproj", "{FD37B5F1-A12B-42F5-B768-4FA21DF5E1D6}" + ProjectSection(ProjectDependencies) = postProject + EndProjectSection +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FreeTrain.RiceField", "plugins\org.kohsuke.freetrain.land.ricefield\FreeTrain.RiceField.csproj", "{BB5CC2A0-A3C7-447C-85B1-0133BB434314}" + ProjectSection(ProjectDependencies) = postProject + EndProjectSection +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FreeTrain.A4MemBGM", "plugins\org.kohsuke.freetrain.music.a4mem\FreeTrain.A4MemBGM.csproj", "{058250A9-3BD8-418A-A3C3-6BD38F564520}" + ProjectSection(ProjectDependencies) = postProject + EndProjectSection +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FreeTrain.TrainGarage", "plugins\org.kohsuke.freetrain.rail.garage\FreeTrain.TrainGarage.csproj", "{E388A2ED-7487-4BFC-AF79-F8C827B39346}" + ProjectSection(ProjectDependencies) = postProject + EndProjectSection +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FreeTrain.RailSignal", "plugins\org.kohsuke.freetrain.rail.signal\FreeTrain.RailSignal.csproj", "{F5C10827-E301-426F-B1CA-9EFFE49539C6}" + ProjectSection(ProjectDependencies) = postProject + EndProjectSection +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FreeTrain.SoccerStadium", "plugins\org.kohsuke.freetrain.soccerStadium\FreeTrain.SoccerStadium.csproj", "{A9C4C2DD-509F-448B-A74F-176590457CED}" + ProjectSection(ProjectDependencies) = postProject + EndProjectSection +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FreeTrain.ColorTestTrain", "plugins\org.kohsuke.freetrain.trains.colorTest\FreeTrain.ColorTestTrain.csproj", "{4380999E-CA4C-4AA2-8848-12FFABF72535}" + ProjectSection(ProjectDependencies) = postProject + EndProjectSection +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FreeTrain.DebugWindow", "plugins\org.kohsuke.freetrain.tools.dbgwnd\FreeTrain.DebugWindow.csproj", "{F209ABA2-B4B3-4C9C-8540-8B06071994FC}" + ProjectSection(ProjectDependencies) = postProject + EndProjectSection +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FreeTrain.TerrainLoader", "plugins\org.kohsuke.freetrain.tools.terrainloader\FreeTrain.TerrainLoader.csproj", "{21F3202B-B5D1-41B2-9808-9FB4E87D848A}" + ProjectSection(ProjectDependencies) = postProject + EndProjectSection +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FreeTrain.Terrace", "plugins\org.kohsuke.freetrain.terrain.terrace\FreeTrain.Terrace.csproj", "{21B1FB9B-EDD9-482E-B559-628FC0C9A5BD}" + ProjectSection(ProjectDependencies) = postProject + EndProjectSection +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FreeTrain.ManualTrainController", "plugins\org.kohsuke.freetrain.tc.manual\FreeTrain.ManualTrainController.csproj", "{1DFD6EFB-270C-4ABE-BA76-AE56815C9F00}" + ProjectSection(ProjectDependencies) = postProject + EndProjectSection +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FreeTrain.TATTrainController", "plugins\org.kohsuke.freetrain.tc.tat\FreeTrain.TATTrainController.csproj", "{C874FCFE-6EBB-4C73-99AF-6FF19AB735A3}" + ProjectSection(ProjectDependencies) = postProject + EndProjectSection +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FreeTrain.VinylHouse", "plugins\org.kohsuke.freetrain.land.477\FreeTrain.VinylHouse.csproj", "{D01D6622-F67B-4EDC-8CA3-4E1A8FCA422B}" + ProjectSection(ProjectDependencies) = postProject + EndProjectSection +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "DirectShow.VideoRecorder", "lib\DirectShow.VideoRecorder\DirectShow.VideoRecorder.vcproj", "{214B6310-5ECF-4A0B-835E-559F2EB4ABC6}" + ProjectSection(ProjectDependencies) = postProject + EndProjectSection +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FreeTrain.VCR", "plugins\org.kohsuke.freetrain.tools.vcr\FreeTrain.VCR.csproj", "{D600BE69-53F2-49FE-B79B-7043F0F0D4D1}" + ProjectSection(ProjectDependencies) = postProject + {214B6310-5ECF-4A0B-835E-559F2EB4ABC6} = {214B6310-5ECF-4A0B-835E-559F2EB4ABC6} + EndProjectSection +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FreeTrain.Forest", "plugins\org.kohsuke.freetrain.land.forest\FreeTrain.Forest.csproj", "{1A7A0168-D783-4F4A-9B39-FBCCB08078AE}" + ProjectSection(ProjectDependencies) = postProject + EndProjectSection +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FreeTrain.ElectricPole", "plugins\org.kohsuke.freetrain.rail.electricPole\FreeTrain.ElectricPole.csproj", "{AD3CD7FE-3E36-40D3-AA25-F635D73B3C7C}" + ProjectSection(ProjectDependencies) = postProject + EndProjectSection +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FreeTrain.Bank", "plugins\jp.co.tripod.chiname.financial.bank\FreeTrain.Bank.csproj", "{4C35BAD5-CAEE-498F-9BA7-8771FBEA4979}" + ProjectSection(ProjectDependencies) = postProject + EndProjectSection +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FreeTrain.StockMarket", "plugins\jp.co.tripod.chiname.financial.stockmarket\FreeTrain.StockMarket.csproj", "{9213F69B-447F-4B92-A046-BE7506871F47}" + ProjectSection(ProjectDependencies) = postProject + EndProjectSection +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FreeTrain.RoadAccessory", "plugins\jp.co.tripod.chiname.lib\src\RoadAccessory\FreeTrain.RoadAccessory.csproj", "{7264D32E-75DB-4C13-9EE4-E6263FD5B652}" + ProjectSection(ProjectDependencies) = postProject + EndProjectSection +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FreeTrain.DummyCars", "plugins\jp.co.tripod.chiname.lib\src\DummyCars\FreeTrain.DummyCars.csproj", "{7264D32E-75DB-4C13-9EE4-E6263FD5B652}" + ProjectSection(ProjectDependencies) = postProject + EndProjectSection +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FreeTrain.HalfVoxelStructure", "plugins\jp.co.tripod.chiname.lib.halfvoxel\FreeTrain.HalfVoxelStructure.csproj", "{FBA1BF4E-5481-41AC-BED0-6D6326CC4C2F}" + ProjectSection(ProjectDependencies) = postProject + EndProjectSection +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Any CPU = Debug|Any CPU + Debug Unicode|Any CPU = Debug Unicode|Any CPU + Release|Any CPU = Release|Any CPU + Release Unicode|Any CPU = Release Unicode|Any CPU + EndGlobalSection + GlobalSection(SolutionItems) = postSolution + EndGlobalSection + GlobalSection(ExtensibilityGlobals) = postSolution + EndGlobalSection + GlobalSection(ExtensibilityAddIns) = postSolution + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {7746CF50-D84E-4E7B-83FB-AB43DB854DA8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {7746CF50-D84E-4E7B-83FB-AB43DB854DA8}.Debug|Any CPU.Build.0 = Debug|Any CPU + {7746CF50-D84E-4E7B-83FB-AB43DB854DA8}.Debug Unicode|Any CPU.ActiveCfg = Debug|Any CPU + {7746CF50-D84E-4E7B-83FB-AB43DB854DA8}.Debug Unicode|Any CPU.Build.0 = Debug|Any CPU + {7746CF50-D84E-4E7B-83FB-AB43DB854DA8}.Release|Any CPU.ActiveCfg = Release|Any CPU + {7746CF50-D84E-4E7B-83FB-AB43DB854DA8}.Release|Any CPU.Build.0 = Release|Any CPU + {7746CF50-D84E-4E7B-83FB-AB43DB854DA8}.Release Unicode|Any CPU.ActiveCfg = Release|Any CPU + {7746CF50-D84E-4E7B-83FB-AB43DB854DA8}.Release Unicode|Any CPU.Build.0 = Release|Any CPU + {D3B86CCE-530E-4472-AE8E-3FA5F903C206}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {D3B86CCE-530E-4472-AE8E-3FA5F903C206}.Debug|Any CPU.Build.0 = Debug|Any CPU + {D3B86CCE-530E-4472-AE8E-3FA5F903C206}.Debug Unicode|Any CPU.ActiveCfg = Debug|Any CPU + {D3B86CCE-530E-4472-AE8E-3FA5F903C206}.Debug Unicode|Any CPU.Build.0 = Debug|Any CPU + {D3B86CCE-530E-4472-AE8E-3FA5F903C206}.Release|Any CPU.ActiveCfg = Release|Any CPU + {D3B86CCE-530E-4472-AE8E-3FA5F903C206}.Release|Any CPU.Build.0 = Release|Any CPU + {D3B86CCE-530E-4472-AE8E-3FA5F903C206}.Release Unicode|Any CPU.ActiveCfg = Release|Any CPU + {D3B86CCE-530E-4472-AE8E-3FA5F903C206}.Release Unicode|Any CPU.Build.0 = Release|Any CPU + {0616A314-BDF0-466D-AB4B-9FA1B071A8A2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {0616A314-BDF0-466D-AB4B-9FA1B071A8A2}.Debug|Any CPU.Build.0 = Debug|Any CPU + {0616A314-BDF0-466D-AB4B-9FA1B071A8A2}.Debug Unicode|Any CPU.ActiveCfg = Debug|Any CPU + {0616A314-BDF0-466D-AB4B-9FA1B071A8A2}.Debug Unicode|Any CPU.Build.0 = Debug|Any CPU + {0616A314-BDF0-466D-AB4B-9FA1B071A8A2}.Release|Any CPU.ActiveCfg = Release|Any CPU + {0616A314-BDF0-466D-AB4B-9FA1B071A8A2}.Release|Any CPU.Build.0 = Release|Any CPU + {0616A314-BDF0-466D-AB4B-9FA1B071A8A2}.Release Unicode|Any CPU.ActiveCfg = Release|Any CPU + {0616A314-BDF0-466D-AB4B-9FA1B071A8A2}.Release Unicode|Any CPU.Build.0 = Release|Any CPU + {76CB19BD-60DD-44E1-AB7A-9E1A73D77CFD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {76CB19BD-60DD-44E1-AB7A-9E1A73D77CFD}.Debug|Any CPU.Build.0 = Debug|Any CPU + {76CB19BD-60DD-44E1-AB7A-9E1A73D77CFD}.Debug Unicode|Any CPU.ActiveCfg = Debug|Any CPU + {76CB19BD-60DD-44E1-AB7A-9E1A73D77CFD}.Debug Unicode|Any CPU.Build.0 = Debug|Any CPU + {76CB19BD-60DD-44E1-AB7A-9E1A73D77CFD}.Release|Any CPU.ActiveCfg = Release|Any CPU + {76CB19BD-60DD-44E1-AB7A-9E1A73D77CFD}.Release|Any CPU.Build.0 = Release|Any CPU + {76CB19BD-60DD-44E1-AB7A-9E1A73D77CFD}.Release Unicode|Any CPU.ActiveCfg = Release|Any CPU + {76CB19BD-60DD-44E1-AB7A-9E1A73D77CFD}.Release Unicode|Any CPU.Build.0 = Release|Any CPU + {C7DA6E56-7BB2-43BC-871C-3B33F0DE038C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {C7DA6E56-7BB2-43BC-871C-3B33F0DE038C}.Debug|Any CPU.Build.0 = Debug|Any CPU + {C7DA6E56-7BB2-43BC-871C-3B33F0DE038C}.Debug Unicode|Any CPU.ActiveCfg = Debug|Any CPU + {C7DA6E56-7BB2-43BC-871C-3B33F0DE038C}.Debug Unicode|Any CPU.Build.0 = Debug|Any CPU + {C7DA6E56-7BB2-43BC-871C-3B33F0DE038C}.Release|Any CPU.ActiveCfg = Release|Any CPU + {C7DA6E56-7BB2-43BC-871C-3B33F0DE038C}.Release|Any CPU.Build.0 = Release|Any CPU + {C7DA6E56-7BB2-43BC-871C-3B33F0DE038C}.Release Unicode|Any CPU.ActiveCfg = Release|Any CPU + {C7DA6E56-7BB2-43BC-871C-3B33F0DE038C}.Release Unicode|Any CPU.Build.0 = Release|Any CPU + {17B6AE46-0110-4C40-98EB-5F7E4E16C050}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {17B6AE46-0110-4C40-98EB-5F7E4E16C050}.Debug|Any CPU.Build.0 = Debug|Any CPU + {17B6AE46-0110-4C40-98EB-5F7E4E16C050}.Debug Unicode|Any CPU.ActiveCfg = Debug|Any CPU + {17B6AE46-0110-4C40-98EB-5F7E4E16C050}.Debug Unicode|Any CPU.Build.0 = Debug|Any CPU + {17B6AE46-0110-4C40-98EB-5F7E4E16C050}.Release|Any CPU.ActiveCfg = Release|Any CPU + {17B6AE46-0110-4C40-98EB-5F7E4E16C050}.Release|Any CPU.Build.0 = Release|Any CPU + {17B6AE46-0110-4C40-98EB-5F7E4E16C050}.Release Unicode|Any CPU.ActiveCfg = Release|Any CPU + {17B6AE46-0110-4C40-98EB-5F7E4E16C050}.Release Unicode|Any CPU.Build.0 = Release|Any CPU + {508553C7-F40C-4513-A45F-9058C5C65452}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {508553C7-F40C-4513-A45F-9058C5C65452}.Debug|Any CPU.Build.0 = Debug|Any CPU + {508553C7-F40C-4513-A45F-9058C5C65452}.Debug Unicode|Any CPU.ActiveCfg = Debug|Any CPU + {508553C7-F40C-4513-A45F-9058C5C65452}.Release|Any CPU.ActiveCfg = Release|Any CPU + {508553C7-F40C-4513-A45F-9058C5C65452}.Release|Any CPU.Build.0 = Release|Any CPU + {508553C7-F40C-4513-A45F-9058C5C65452}.Release Unicode|Any CPU.ActiveCfg = Release|Any CPU + {717EB2D5-4AF0-40BD-967D-EA4FDB969852}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {717EB2D5-4AF0-40BD-967D-EA4FDB969852}.Debug|Any CPU.Build.0 = Debug|Any CPU + {717EB2D5-4AF0-40BD-967D-EA4FDB969852}.Debug Unicode|Any CPU.ActiveCfg = Debug|Any CPU + {717EB2D5-4AF0-40BD-967D-EA4FDB969852}.Release|Any CPU.ActiveCfg = Release|Any CPU + {717EB2D5-4AF0-40BD-967D-EA4FDB969852}.Release|Any CPU.Build.0 = Release|Any CPU + {717EB2D5-4AF0-40BD-967D-EA4FDB969852}.Release Unicode|Any CPU.ActiveCfg = Release|Any CPU + {15D46FE4-4C72-426E-8A54-D8922AAD8E75}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {15D46FE4-4C72-426E-8A54-D8922AAD8E75}.Debug|Any CPU.Build.0 = Debug|Any CPU + {15D46FE4-4C72-426E-8A54-D8922AAD8E75}.Debug Unicode|Any CPU.ActiveCfg = Debug|Any CPU + {15D46FE4-4C72-426E-8A54-D8922AAD8E75}.Release|Any CPU.ActiveCfg = Release|Any CPU + {15D46FE4-4C72-426E-8A54-D8922AAD8E75}.Release|Any CPU.Build.0 = Release|Any CPU + {15D46FE4-4C72-426E-8A54-D8922AAD8E75}.Release Unicode|Any CPU.ActiveCfg = Release|Any CPU + {45E5B5B6-274B-46D2-9F29-45D953D59728}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {45E5B5B6-274B-46D2-9F29-45D953D59728}.Debug|Any CPU.Build.0 = Debug|Any CPU + {45E5B5B6-274B-46D2-9F29-45D953D59728}.Debug Unicode|Any CPU.ActiveCfg = Debug|Any CPU + {45E5B5B6-274B-46D2-9F29-45D953D59728}.Release|Any CPU.ActiveCfg = Release|Any CPU + {45E5B5B6-274B-46D2-9F29-45D953D59728}.Release|Any CPU.Build.0 = Release|Any CPU + {45E5B5B6-274B-46D2-9F29-45D953D59728}.Release Unicode|Any CPU.ActiveCfg = Release|Any CPU + {24E010BF-3085-42D2-812C-FD01D2AB446E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {24E010BF-3085-42D2-812C-FD01D2AB446E}.Debug|Any CPU.Build.0 = Debug|Any CPU + {24E010BF-3085-42D2-812C-FD01D2AB446E}.Debug Unicode|Any CPU.ActiveCfg = Debug|Any CPU + {24E010BF-3085-42D2-812C-FD01D2AB446E}.Release|Any CPU.ActiveCfg = Release|Any CPU + {24E010BF-3085-42D2-812C-FD01D2AB446E}.Release|Any CPU.Build.0 = Release|Any CPU + {24E010BF-3085-42D2-812C-FD01D2AB446E}.Release Unicode|Any CPU.ActiveCfg = Release|Any CPU + {FD37B5F1-A12B-42F5-B768-4FA21DF5E1D6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {FD37B5F1-A12B-42F5-B768-4FA21DF5E1D6}.Debug|Any CPU.Build.0 = Debug|Any CPU + {FD37B5F1-A12B-42F5-B768-4FA21DF5E1D6}.Debug Unicode|Any CPU.ActiveCfg = Debug|Any CPU + {FD37B5F1-A12B-42F5-B768-4FA21DF5E1D6}.Release|Any CPU.ActiveCfg = Release|Any CPU + {FD37B5F1-A12B-42F5-B768-4FA21DF5E1D6}.Release|Any CPU.Build.0 = Release|Any CPU + {FD37B5F1-A12B-42F5-B768-4FA21DF5E1D6}.Release Unicode|Any CPU.ActiveCfg = Release|Any CPU + {BB5CC2A0-A3C7-447C-85B1-0133BB434314}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {BB5CC2A0-A3C7-447C-85B1-0133BB434314}.Debug|Any CPU.Build.0 = Debug|Any CPU + {BB5CC2A0-A3C7-447C-85B1-0133BB434314}.Debug Unicode|Any CPU.ActiveCfg = Debug|Any CPU + {BB5CC2A0-A3C7-447C-85B1-0133BB434314}.Release|Any CPU.ActiveCfg = Release|Any CPU + {BB5CC2A0-A3C7-447C-85B1-0133BB434314}.Release|Any CPU.Build.0 = Release|Any CPU + {BB5CC2A0-A3C7-447C-85B1-0133BB434314}.Release Unicode|Any CPU.ActiveCfg = Release|Any CPU + {058250A9-3BD8-418A-A3C3-6BD38F564520}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {058250A9-3BD8-418A-A3C3-6BD38F564520}.Debug|Any CPU.Build.0 = Debug|Any CPU + {058250A9-3BD8-418A-A3C3-6BD38F564520}.Debug Unicode|Any CPU.ActiveCfg = Debug|Any CPU + {058250A9-3BD8-418A-A3C3-6BD38F564520}.Release|Any CPU.ActiveCfg = Release|Any CPU + {058250A9-3BD8-418A-A3C3-6BD38F564520}.Release|Any CPU.Build.0 = Release|Any CPU + {058250A9-3BD8-418A-A3C3-6BD38F564520}.Release Unicode|Any CPU.ActiveCfg = Release|Any CPU + {E388A2ED-7487-4BFC-AF79-F8C827B39346}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {E388A2ED-7487-4BFC-AF79-F8C827B39346}.Debug|Any CPU.Build.0 = Debug|Any CPU + {E388A2ED-7487-4BFC-AF79-F8C827B39346}.Debug Unicode|Any CPU.ActiveCfg = Debug|Any CPU + {E388A2ED-7487-4BFC-AF79-F8C827B39346}.Release|Any CPU.ActiveCfg = Release|Any CPU + {E388A2ED-7487-4BFC-AF79-F8C827B39346}.Release|Any CPU.Build.0 = Release|Any CPU + {E388A2ED-7487-4BFC-AF79-F8C827B39346}.Release Unicode|Any CPU.ActiveCfg = Release|Any CPU + {F5C10827-E301-426F-B1CA-9EFFE49539C6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {F5C10827-E301-426F-B1CA-9EFFE49539C6}.Debug|Any CPU.Build.0 = Debug|Any CPU + {F5C10827-E301-426F-B1CA-9EFFE49539C6}.Debug Unicode|Any CPU.ActiveCfg = Debug|Any CPU + {F5C10827-E301-426F-B1CA-9EFFE49539C6}.Release|Any CPU.ActiveCfg = Release|Any CPU + {F5C10827-E301-426F-B1CA-9EFFE49539C6}.Release|Any CPU.Build.0 = Release|Any CPU + {F5C10827-E301-426F-B1CA-9EFFE49539C6}.Release Unicode|Any CPU.ActiveCfg = Release|Any CPU + {A9C4C2DD-509F-448B-A74F-176590457CED}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {A9C4C2DD-509F-448B-A74F-176590457CED}.Debug|Any CPU.Build.0 = Debug|Any CPU + {A9C4C2DD-509F-448B-A74F-176590457CED}.Debug Unicode|Any CPU.ActiveCfg = Debug|Any CPU + {A9C4C2DD-509F-448B-A74F-176590457CED}.Release|Any CPU.ActiveCfg = Release|Any CPU + {A9C4C2DD-509F-448B-A74F-176590457CED}.Release|Any CPU.Build.0 = Release|Any CPU + {A9C4C2DD-509F-448B-A74F-176590457CED}.Release Unicode|Any CPU.ActiveCfg = Release|Any CPU + {4380999E-CA4C-4AA2-8848-12FFABF72535}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {4380999E-CA4C-4AA2-8848-12FFABF72535}.Debug|Any CPU.Build.0 = Debug|Any CPU + {4380999E-CA4C-4AA2-8848-12FFABF72535}.Debug Unicode|Any CPU.ActiveCfg = Debug|Any CPU + {4380999E-CA4C-4AA2-8848-12FFABF72535}.Release|Any CPU.ActiveCfg = Release|Any CPU + {4380999E-CA4C-4AA2-8848-12FFABF72535}.Release|Any CPU.Build.0 = Release|Any CPU + {4380999E-CA4C-4AA2-8848-12FFABF72535}.Release Unicode|Any CPU.ActiveCfg = Release|Any CPU + {F209ABA2-B4B3-4C9C-8540-8B06071994FC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {F209ABA2-B4B3-4C9C-8540-8B06071994FC}.Debug|Any CPU.Build.0 = Debug|Any CPU + {F209ABA2-B4B3-4C9C-8540-8B06071994FC}.Debug Unicode|Any CPU.ActiveCfg = Debug|Any CPU + {F209ABA2-B4B3-4C9C-8540-8B06071994FC}.Release|Any CPU.ActiveCfg = Release|Any CPU + {F209ABA2-B4B3-4C9C-8540-8B06071994FC}.Release|Any CPU.Build.0 = Release|Any CPU + {F209ABA2-B4B3-4C9C-8540-8B06071994FC}.Release Unicode|Any CPU.ActiveCfg = Release|Any CPU + {21F3202B-B5D1-41B2-9808-9FB4E87D848A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {21F3202B-B5D1-41B2-9808-9FB4E87D848A}.Debug|Any CPU.Build.0 = Debug|Any CPU + {21F3202B-B5D1-41B2-9808-9FB4E87D848A}.Debug Unicode|Any CPU.ActiveCfg = Debug|Any CPU + {21F3202B-B5D1-41B2-9808-9FB4E87D848A}.Release|Any CPU.ActiveCfg = Release|Any CPU + {21F3202B-B5D1-41B2-9808-9FB4E87D848A}.Release|Any CPU.Build.0 = Release|Any CPU + {21F3202B-B5D1-41B2-9808-9FB4E87D848A}.Release Unicode|Any CPU.ActiveCfg = Release|Any CPU + {21B1FB9B-EDD9-482E-B559-628FC0C9A5BD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {21B1FB9B-EDD9-482E-B559-628FC0C9A5BD}.Debug|Any CPU.Build.0 = Debug|Any CPU + {21B1FB9B-EDD9-482E-B559-628FC0C9A5BD}.Debug Unicode|Any CPU.ActiveCfg = Debug|Any CPU + {21B1FB9B-EDD9-482E-B559-628FC0C9A5BD}.Release|Any CPU.ActiveCfg = Release|Any CPU + {21B1FB9B-EDD9-482E-B559-628FC0C9A5BD}.Release|Any CPU.Build.0 = Release|Any CPU + {21B1FB9B-EDD9-482E-B559-628FC0C9A5BD}.Release Unicode|Any CPU.ActiveCfg = Release|Any CPU + {1DFD6EFB-270C-4ABE-BA76-AE56815C9F00}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {1DFD6EFB-270C-4ABE-BA76-AE56815C9F00}.Debug|Any CPU.Build.0 = Debug|Any CPU + {1DFD6EFB-270C-4ABE-BA76-AE56815C9F00}.Debug Unicode|Any CPU.ActiveCfg = Debug|Any CPU + {1DFD6EFB-270C-4ABE-BA76-AE56815C9F00}.Release|Any CPU.ActiveCfg = Release|Any CPU + {1DFD6EFB-270C-4ABE-BA76-AE56815C9F00}.Release|Any CPU.Build.0 = Release|Any CPU + {1DFD6EFB-270C-4ABE-BA76-AE56815C9F00}.Release Unicode|Any CPU.ActiveCfg = Release|Any CPU + {C874FCFE-6EBB-4C73-99AF-6FF19AB735A3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {C874FCFE-6EBB-4C73-99AF-6FF19AB735A3}.Debug|Any CPU.Build.0 = Debug|Any CPU + {C874FCFE-6EBB-4C73-99AF-6FF19AB735A3}.Debug Unicode|Any CPU.ActiveCfg = Debug|Any CPU + {C874FCFE-6EBB-4C73-99AF-6FF19AB735A3}.Release|Any CPU.ActiveCfg = Release|Any CPU + {C874FCFE-6EBB-4C73-99AF-6FF19AB735A3}.Release|Any CPU.Build.0 = Release|Any CPU + {C874FCFE-6EBB-4C73-99AF-6FF19AB735A3}.Release Unicode|Any CPU.ActiveCfg = Release|Any CPU + {D01D6622-F67B-4EDC-8CA3-4E1A8FCA422B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {D01D6622-F67B-4EDC-8CA3-4E1A8FCA422B}.Debug|Any CPU.Build.0 = Debug|Any CPU + {D01D6622-F67B-4EDC-8CA3-4E1A8FCA422B}.Debug Unicode|Any CPU.ActiveCfg = Debug|Any CPU + {D01D6622-F67B-4EDC-8CA3-4E1A8FCA422B}.Release|Any CPU.ActiveCfg = Release|Any CPU + {D01D6622-F67B-4EDC-8CA3-4E1A8FCA422B}.Release|Any CPU.Build.0 = Release|Any CPU + {D01D6622-F67B-4EDC-8CA3-4E1A8FCA422B}.Release Unicode|Any CPU.ActiveCfg = Release|Any CPU + {214B6310-5ECF-4A0B-835E-559F2EB4ABC6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {214B6310-5ECF-4A0B-835E-559F2EB4ABC6}.Debug|Any CPU.Build.0 = Debug|Any CPU + {214B6310-5ECF-4A0B-835E-559F2EB4ABC6}.Debug Unicode|Any CPU.ActiveCfg = Debug|Any CPU + {214B6310-5ECF-4A0B-835E-559F2EB4ABC6}.Debug Unicode|Any CPU.Build.0 = Debug|Any CPU + {214B6310-5ECF-4A0B-835E-559F2EB4ABC6}.Release|Any CPU.ActiveCfg = Release|Any CPU + {214B6310-5ECF-4A0B-835E-559F2EB4ABC6}.Release|Any CPU.Build.0 = Release|Any CPU + {214B6310-5ECF-4A0B-835E-559F2EB4ABC6}.Release Unicode|Any CPU.ActiveCfg = Release|Any CPU + {214B6310-5ECF-4A0B-835E-559F2EB4ABC6}.Release Unicode|Any CPU.Build.0 = Release|Any CPU + {D600BE69-53F2-49FE-B79B-7043F0F0D4D1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {D600BE69-53F2-49FE-B79B-7043F0F0D4D1}.Debug|Any CPU.Build.0 = Debug|Any CPU + {D600BE69-53F2-49FE-B79B-7043F0F0D4D1}.Debug Unicode|Any CPU.ActiveCfg = Debug|Any CPU + {D600BE69-53F2-49FE-B79B-7043F0F0D4D1}.Debug Unicode|Any CPU.Build.0 = Debug|Any CPU + {D600BE69-53F2-49FE-B79B-7043F0F0D4D1}.Release|Any CPU.ActiveCfg = Release|Any CPU + ... [truncated message content] |
From: <him...@us...> - 2007-03-27 14:13:31
|
Revision: 8 http://freetrain.svn.sourceforge.net/freetrain/?rev=8&view=rev Author: himasaram Date: 2007-03-27 07:13:23 -0700 (Tue, 27 Mar 2007) Log Message: ----------- Translated plugins jp.co.tripod.chiname.lib, jp.co.tripod.chiname.lib.halfvoxel, and org.kohsuke.freetrain.land.477 Modified Paths: -------------- trunk/FreeTrain/plugins/jp.co.tripod.chiname.financial.stockmarket/StockMarketForm.cs trunk/FreeTrain/plugins/jp.co.tripod.chiname.financial.stockmarket/StocksListHelper.cs trunk/FreeTrain/plugins/jp.co.tripod.chiname.financial.stockmarket/events.xml trunk/FreeTrain/plugins/jp.co.tripod.chiname.lib/plugin.xml trunk/FreeTrain/plugins/jp.co.tripod.chiname.lib/src/DummyCars/ControllerForm.cs trunk/FreeTrain/plugins/jp.co.tripod.chiname.lib/src/DummyCars/ControllerImpl.cs trunk/FreeTrain/plugins/jp.co.tripod.chiname.lib/src/DummyCars/DummyCarController.cs trunk/FreeTrain/plugins/jp.co.tripod.chiname.lib/src/DummyCars/MenuContributionImpl.cs trunk/FreeTrain/plugins/jp.co.tripod.chiname.lib/src/RoadAccessory/ControllerForm.cs trunk/FreeTrain/plugins/jp.co.tripod.chiname.lib/src/RoadAccessory/ControllerImpl.cs trunk/FreeTrain/plugins/jp.co.tripod.chiname.lib/src/RoadAccessory/MenuContributionImpl.cs trunk/FreeTrain/plugins/jp.co.tripod.chiname.lib.halfvoxel/AssemblyInfo.cs trunk/FreeTrain/plugins/jp.co.tripod.chiname.lib.halfvoxel/ColorLibrary.cs trunk/FreeTrain/plugins/jp.co.tripod.chiname.lib.halfvoxel/ControllerForm.cs trunk/FreeTrain/plugins/jp.co.tripod.chiname.lib.halfvoxel/HalfVoxelContribution.cs trunk/FreeTrain/plugins/jp.co.tripod.chiname.lib.halfvoxel/MenuContributionImpl.cs trunk/FreeTrain/plugins/org.kohsuke.freetrain.land.477/plugin.xml Modified: trunk/FreeTrain/plugins/jp.co.tripod.chiname.financial.stockmarket/StockMarketForm.cs =================================================================== --- trunk/FreeTrain/plugins/jp.co.tripod.chiname.financial.stockmarket/StockMarketForm.cs 2007-03-27 01:35:45 UTC (rev 7) +++ trunk/FreeTrain/plugins/jp.co.tripod.chiname.financial.stockmarket/StockMarketForm.cs 2007-03-27 14:13:23 UTC (rev 8) @@ -204,7 +204,7 @@ this.label11.Name = "label11"; this.label11.Size = new System.Drawing.Size(88, 16); this.label11.TabIndex = 14; - this.label11.Text = "Size of purchase (in hundred shared)"; + this.label11.Text = "Size of purchase (in hundred shares)"; //! this.label11.Text = "購入数(百株):"; this.label11.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // Modified: trunk/FreeTrain/plugins/jp.co.tripod.chiname.financial.stockmarket/StocksListHelper.cs =================================================================== --- trunk/FreeTrain/plugins/jp.co.tripod.chiname.financial.stockmarket/StocksListHelper.cs 2007-03-27 01:35:45 UTC (rev 7) +++ trunk/FreeTrain/plugins/jp.co.tripod.chiname.financial.stockmarket/StocksListHelper.cs 2007-03-27 14:13:23 UTC (rev 8) @@ -45,16 +45,16 @@ //! column1.Text = "銘柄"; column2.Text = "Category"; //! column2.Text = "業種"; - column3.Text = "Current stock price"; + column3.Text = "Current share price"; //! column3.Text = "現在株価"; column3.TextAlign=HorizontalAlignment.Right; column3x.Text = "Change since yesterday"; //! column3x.Text = "前日比"; column3x.TextAlign=HorizontalAlignment.Right; - column4.Text = "Stock on the market"; + column4.Text = "Shares on the market"; //! column4.Text = "市場株数"; column4.TextAlign=HorizontalAlignment.Right; - column5.Text = "Issued stock"; + column5.Text = "Issued shares"; //! column5.Text = "発行株数"; column5.TextAlign=HorizontalAlignment.Right; column6.Text = "Dividend yield"; @@ -63,7 +63,7 @@ column7.Text = "1 share dividend"; //! column7.Text = "1株配当"; column7.TextAlign=HorizontalAlignment.Right; - column8.Text = "Held stock"; + column8.Text = "Held shares"; //! column8.Text = "保有株数"; column8.TextAlign=HorizontalAlignment.Right; column0.Width = 0; @@ -95,7 +95,7 @@ //! column12.Text = "利益"; column13.Text = "Future score"; //! column13.Text = "将来スコア"; - column14.Text = "Fair stock price"; + column14.Text = "Fair share price"; //! column14.Text = "適正株価"; column10.TextAlign=HorizontalAlignment.Right; column11.TextAlign=HorizontalAlignment.Right; @@ -136,7 +136,7 @@ //! column1.Text = "銘柄"; column2.Text = "Category"; //! column2.Text = "業種"; - column3.Text = "Current stock price"; + column3.Text = "Current share price"; //! column3.Text = "現在株価"; column3.TextAlign=HorizontalAlignment.Right; column3x.Text = "Change since yesterday"; @@ -151,7 +151,7 @@ column6.Text = "1 share dividend"; //! column6.Text = "1株配当"; column6.TextAlign=HorizontalAlignment.Right; - column7.Text = "Held stock"; + column7.Text = "Held shares"; //! column7.Text = "保有株数"; column7.TextAlign=HorizontalAlignment.Right; column8.Text = "Appraised value of assets"; Modified: trunk/FreeTrain/plugins/jp.co.tripod.chiname.financial.stockmarket/events.xml =================================================================== --- trunk/FreeTrain/plugins/jp.co.tripod.chiname.financial.stockmarket/events.xml 2007-03-27 01:35:45 UTC (rev 7) +++ trunk/FreeTrain/plugins/jp.co.tripod.chiname.financial.stockmarket/events.xml 2007-03-27 14:13:23 UTC (rev 8) @@ -1,4 +1,4 @@ -<?xml version="1.0" encoding="Shift_JIS" ?> +<?xml version="1.0" encoding="UTF-8" ?> <!-- このファイルはイベントを定義します。 記述例: Modified: trunk/FreeTrain/plugins/jp.co.tripod.chiname.lib/plugin.xml =================================================================== --- trunk/FreeTrain/plugins/jp.co.tripod.chiname.lib/plugin.xml 2007-03-27 01:35:45 UTC (rev 7) +++ trunk/FreeTrain/plugins/jp.co.tripod.chiname.lib/plugin.xml 2007-03-27 14:13:23 UTC (rev 8) @@ -1,8 +1,10 @@ -<?xml version="1.0" encoding="Shift_JIS" ?> +<?xml version="1.0" encoding="UTF-8" ?> <plug-in> - <title>\x89\xA1\x92f\x95\xE0\x93\xB9</title> - <title>\x92\x93\x8Eԏ\xEA</title> - <author>C477@2\x97\xBC\x96\xDA</author> + <title>Pedestrian crossing</title> + <title>Parking area</title> + <!--//!<title>横断歩道</title> + <title>駐車場</title>--> + <author>C477@2両目</author> <homepage>http://www.rocket.ne.jp/~nao/</homepage> <contribution type="contribution" id="{782BAFD9-2698-4C0E-C477-FFEA0F7D1B8A}"> Modified: trunk/FreeTrain/plugins/jp.co.tripod.chiname.lib/src/DummyCars/ControllerForm.cs =================================================================== --- trunk/FreeTrain/plugins/jp.co.tripod.chiname.lib/src/DummyCars/ControllerForm.cs 2007-03-27 01:35:45 UTC (rev 7) +++ trunk/FreeTrain/plugins/jp.co.tripod.chiname.lib/src/DummyCars/ControllerForm.cs 2007-03-27 14:13:23 UTC (rev 8) @@ -99,7 +99,8 @@ // costBox // this.costBox.cost = 0; - this.costBox.label = "\x94\xEF\x97p\x81F"; + this.costBox.label = "Cost:"; + //! this.costBox.label = "費用:"; this.costBox.Location = new System.Drawing.Point(8, 128); this.costBox.Name = "costBox"; this.costBox.Size = new System.Drawing.Size(112, 32); @@ -113,7 +114,8 @@ this.buttonRemove.Name = "buttonRemove"; this.buttonRemove.Size = new System.Drawing.Size(56, 24); this.buttonRemove.TabIndex = 9; - this.buttonRemove.Text = "\x93P\x8B\x8E"; + this.buttonRemove.Text = "Remove"; + //! this.buttonRemove.Text = "撤去"; this.buttonRemove.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; this.buttonRemove.CheckedChanged += new System.EventHandler(this.onColorChanged); // @@ -126,7 +128,8 @@ this.buttonPlace.Size = new System.Drawing.Size(56, 24); this.buttonPlace.TabIndex = 8; this.buttonPlace.TabStop = true; - this.buttonPlace.Text = "\x90ݒu"; + this.buttonPlace.Text = "Place"; + //! this.buttonPlace.Text = "設置"; this.buttonPlace.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; this.buttonPlace.CheckedChanged += new System.EventHandler(this.onColorChanged); // @@ -142,7 +145,8 @@ this.colSelector, this.preview}); this.Name = "ControllerForm"; - this.Text = "\x8E\xA9\x93\xAE\x8E\xD4"; + this.Text = "Automobile"; + //! this.Text = "自動車"; this.ResumeLayout(false); } Modified: trunk/FreeTrain/plugins/jp.co.tripod.chiname.lib/src/DummyCars/ControllerImpl.cs =================================================================== --- trunk/FreeTrain/plugins/jp.co.tripod.chiname.lib/src/DummyCars/ControllerImpl.cs 2007-03-27 01:35:45 UTC (rev 7) +++ trunk/FreeTrain/plugins/jp.co.tripod.chiname.lib/src/DummyCars/ControllerImpl.cs 2007-03-27 14:13:23 UTC (rev 8) @@ -33,14 +33,16 @@ TrafficVoxel.get(loc).accessory = null; } else - MainWindow.showError("\x93P\x8B\x8E\x82ł\xAB\x82܂\xB9\x82\xF1"); + MainWindow.showError("Can not remove"); + //! MainWindow.showError("撤去できません"); } else { if( contribution.canBeBuilt(loc) ) contribution.create(loc); else - MainWindow.showError("\x90ݒu\x82ł\xAB\x82܂\xB9\x82\xF1"); + MainWindow.showError("Can not place"); + //! MainWindow.showError("設置できません"); } } Modified: trunk/FreeTrain/plugins/jp.co.tripod.chiname.lib/src/DummyCars/DummyCarController.cs =================================================================== --- trunk/FreeTrain/plugins/jp.co.tripod.chiname.lib/src/DummyCars/DummyCarController.cs 2007-03-27 01:35:45 UTC (rev 7) +++ trunk/FreeTrain/plugins/jp.co.tripod.chiname.lib/src/DummyCars/DummyCarController.cs 2007-03-27 14:13:23 UTC (rev 8) @@ -76,7 +76,8 @@ this.buttonPlace.Size = new System.Drawing.Size(48, 24); this.buttonPlace.TabIndex = 4; this.buttonPlace.TabStop = true; - this.buttonPlace.Text = "\x90ݒu"; + this.buttonPlace.Text = "Place"; + //! this.buttonPlace.Text = "設置"; this.buttonPlace.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // buttonRemove @@ -86,7 +87,8 @@ this.buttonRemove.Name = "buttonRemove"; this.buttonRemove.Size = new System.Drawing.Size(48, 24); this.buttonRemove.TabIndex = 5; - this.buttonRemove.Text = "\x93P\x8B\x8E"; + this.buttonRemove.Text = "Remove"; + //! this.buttonRemove.Text = "撤去"; this.buttonRemove.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // dirSelector @@ -122,7 +124,8 @@ this.preview}); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow; this.Name = "SignalRailController"; - this.Text = "\x90M\x8D\x86"; + this.Text = "Signal"; + //! this.Text = "信号"; this.ResumeLayout(false); } @@ -214,14 +217,16 @@ if(isPlacing) { TrafficVoxel tv = TrafficVoxel.getOrCreate(loc); if(tv==null) { - MainWindow.showError("\x8F\xE1\x8AQ\x95\xA8\x82\xAA\x82\xA0\x82\xE8\x82܂\xB7"); + MainWindow.showError("There are obstacles"); + //! MainWindow.showError("障害物があります"); return; } if(tv.railRoad==null || tv.railRoad is SingleRailRoad) new SignalRailRoad(tv,currentType,currentDirection); else - MainWindow.showError("\x90ݒu\x82ł\xAB\x82Ȃ\xA2\x90\xFC\x98H\x82ł\xB7"); + MainWindow.showError("Can not place on this track"); + //! MainWindow.showError("設置できない線路です"); } else { SignalRailRoad srr = RailRoad.get(loc) as SignalRailRoad; if(srr!=null) Modified: trunk/FreeTrain/plugins/jp.co.tripod.chiname.lib/src/DummyCars/MenuContributionImpl.cs =================================================================== --- trunk/FreeTrain/plugins/jp.co.tripod.chiname.lib/src/DummyCars/MenuContributionImpl.cs 2007-03-27 01:35:45 UTC (rev 7) +++ trunk/FreeTrain/plugins/jp.co.tripod.chiname.lib/src/DummyCars/MenuContributionImpl.cs 2007-03-27 14:13:23 UTC (rev 8) @@ -15,7 +15,8 @@ public override void mergeMenu( MainMenu containerMenu ) { - MenuItem item = new MenuItem("\x8E\xA9\x93\xAE\x8E\xD4(&A)..."); + MenuItem item = new MenuItem("&Automobiles..."); + //! MenuItem item = new MenuItem("自動車(&A)..."); item.Click += new System.EventHandler(onClick); containerMenu.MenuItems[3].MenuItems.Add(item); Modified: trunk/FreeTrain/plugins/jp.co.tripod.chiname.lib/src/RoadAccessory/ControllerForm.cs =================================================================== --- trunk/FreeTrain/plugins/jp.co.tripod.chiname.lib/src/RoadAccessory/ControllerForm.cs 2007-03-27 01:35:45 UTC (rev 7) +++ trunk/FreeTrain/plugins/jp.co.tripod.chiname.lib/src/RoadAccessory/ControllerForm.cs 2007-03-27 14:13:23 UTC (rev 8) @@ -84,7 +84,8 @@ // costBox // this.costBox.cost = 0; - this.costBox.label = "\x94\xEF\x97p\x81F"; + this.costBox.label = "Cost:"; + //! this.costBox.label = "費用:"; this.costBox.Location = new System.Drawing.Point(8, 128); this.costBox.Name = "costBox"; this.costBox.Size = new System.Drawing.Size(112, 32); @@ -97,7 +98,8 @@ this.buttonRemove.Name = "buttonRemove"; this.buttonRemove.Size = new System.Drawing.Size(56, 24); this.buttonRemove.TabIndex = 9; - this.buttonRemove.Text = "\x93P\x8B\x8E"; + this.buttonRemove.Text = "Remove"; + //! this.buttonRemove.Text = "撤去"; this.buttonRemove.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; this.buttonRemove.CheckedChanged += new System.EventHandler(this.onTypeChanged); // @@ -110,7 +112,8 @@ this.buttonPlace.Size = new System.Drawing.Size(56, 24); this.buttonPlace.TabIndex = 8; this.buttonPlace.TabStop = true; - this.buttonPlace.Text = "\x90ݒu"; + this.buttonPlace.Text = "設置"; + //! this.buttonPlace.Text = "設置"; this.buttonPlace.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; this.buttonPlace.CheckedChanged += new System.EventHandler(this.onTypeChanged); // @@ -125,7 +128,8 @@ this.typeBox, this.preview}); this.Name = "ControllerForm"; - this.Text = "\x93\xB9\x98H\x83A\x83N\x83Z\x83T\x83\x8A"; + this.Text = "Road accessory"; + //! this.Text = "道路アクセサリ"; this.ResumeLayout(false); } Modified: trunk/FreeTrain/plugins/jp.co.tripod.chiname.lib/src/RoadAccessory/ControllerImpl.cs =================================================================== --- trunk/FreeTrain/plugins/jp.co.tripod.chiname.lib/src/RoadAccessory/ControllerImpl.cs 2007-03-27 01:35:45 UTC (rev 7) +++ trunk/FreeTrain/plugins/jp.co.tripod.chiname.lib/src/RoadAccessory/ControllerImpl.cs 2007-03-27 14:13:23 UTC (rev 8) @@ -30,14 +30,16 @@ TrafficVoxel.get(loc).accessory = null; } else - MainWindow.showError("\x93P\x8B\x8E\x82ł\xAB\x82܂\xB9\x82\xF1"); + MainWindow.showError("Can not remove"); + //! MainWindow.showError("撤去できません"); } else { if( contribution.canBeBuilt(loc) ) contribution.create(loc); else - MainWindow.showError("\x90ݒu\x82ł\xAB\x82܂\xB9\x82\xF1"); + MainWindow.showError("Can not place"); + //! MainWindow.showError("設置できません"); } } Modified: trunk/FreeTrain/plugins/jp.co.tripod.chiname.lib/src/RoadAccessory/MenuContributionImpl.cs =================================================================== --- trunk/FreeTrain/plugins/jp.co.tripod.chiname.lib/src/RoadAccessory/MenuContributionImpl.cs 2007-03-27 01:35:45 UTC (rev 7) +++ trunk/FreeTrain/plugins/jp.co.tripod.chiname.lib/src/RoadAccessory/MenuContributionImpl.cs 2007-03-27 14:13:23 UTC (rev 8) @@ -15,7 +15,8 @@ public override void mergeMenu( MainMenu containerMenu ) { - MenuItem item = new MenuItem("\x83A\x83N\x83Z\x83T\x83\x8A(&A)..."); + MenuItem item = new MenuItem("&Accessory..."); + //! MenuItem item = new MenuItem("アクセサリ(&A)..."); item.Click += new System.EventHandler(onClick); containerMenu.MenuItems[3].MenuItems.Add(item); Modified: trunk/FreeTrain/plugins/jp.co.tripod.chiname.lib.halfvoxel/AssemblyInfo.cs =================================================================== --- trunk/FreeTrain/plugins/jp.co.tripod.chiname.lib.halfvoxel/AssemblyInfo.cs 2007-03-27 01:35:45 UTC (rev 7) +++ trunk/FreeTrain/plugins/jp.co.tripod.chiname.lib.halfvoxel/AssemblyInfo.cs 2007-03-27 14:13:23 UTC (rev 8) @@ -2,9 +2,9 @@ using System.Runtime.CompilerServices; // -// \x83A\x83Z\x83\x93\x83u\x83\x8A\x82Ɋւ\xB7\x82\xE9\x88\xEA\x94ʏ\xEE\x95\xF1\x82͈ȉ\xBA\x82\xCC -// \x91\xAE\x90\xAB\x83Z\x83b\x83g\x82\xF0\x92ʂ\xB5\x82Đ\xA7\x8C䂳\x82\xEA\x82܂\xB7\x81B\x83A\x83Z\x83\x93\x83u\x83\x8A\x82Ɋ֘A\x95t\x82\xAF\x82\xE7\x82\xEA\x82Ă\xA2\x82\xE9 -// \x8F\xEE\x95\xF1\x82\xF0\x95ύX\x82\xB7\x82\xE9\x82ɂ́A\x82\xB1\x82\xEA\x82\xE7\x82̑\xAE\x90\xAB\x92l\x82\xF0\x95ύX\x82\xB5\x82Ă\xAD\x82\xBE\x82\xB3\x82\xA2\x81B +// アセンブリに関する一般情報は以下の +// 属性セットを通して制御されます。アセンブリに関連付けられている +// 情報を変更するには、これらの属性値を変更してください。 // [assembly: AssemblyTitle("")] [assembly: AssemblyDescription("")] @@ -16,42 +16,42 @@ [assembly: AssemblyCulture("")] // -// \x83A\x83Z\x83\x93\x83u\x83\x8A\x82̃o\x81[\x83W\x83\x87\x83\x93\x8F\xEE\x95\xF1\x82́A\x88ȉ\xBA\x82\xCC 4 \x82̑\xAE\x90\xAB\x82ō\\x90\xAC\x82\xB3\x82\xEA\x82܂\xB7 : +// アセンブリのバージョン情報は、以下の 4 つの属性で構成されます : // -// \x83\x81\x83W\x83\x83\x81[ \x83o\x81[\x83W\x83\x87\x83\x93 -// \x83}\x83C\x83i \x83o\x81[\x83W\x83\x87\x83\x93 -// \x83r\x83\x8B\x83h\x94ԍ\x86 -// \x83\x8A\x83r\x83W\x83\x87\x83\x93 +// メジャー バージョン +// マイナ バージョン +// ビルド番号 +// リビジョン // -// \x89\xBA\x82ɂ\xA0\x82\xE9\x82悤\x82ɁA'*' \x82\xF0\x8Eg\x82\xC1\x82āA\x82\xB7\x82ׂĂ̒l\x82\xF0\x8Ew\x92肷\x82邩\x81A -// \x83r\x83\x8B\x83h\x82\xA8\x82\xE6\x82у\x8A\x83r\x83W\x83\x87\x83\x93\x94ԍ\x86\x82\xF0\x8A\xF9\x92\xE8\x92l\x82ɂ\xB7\x82邱\x82Ƃ\xAA\x82ł\xAB\x82܂\xB7 : +// 下にあるように、'*' を使って、すべての値を指定するか、 +// ビルドおよびリビジョン番号を既定値にすることができます : [assembly: AssemblyVersion("1.0.*")] // -// \x83A\x83Z\x83\x93\x83u\x83\x8A\x82ɏ\x90\x96\xBC\x82\xB7\x82\xE9\x82ɂ́A\x8Eg\x97p\x82\xB7\x82\xE9\x83L\x81[\x82\xF0\x8Ew\x92肵\x82Ȃ\xAF\x82\xEA\x82Ȃ\xE8\x82܂\xB9\x82\xF1\x81B -// \x83A\x83Z\x83\x93\x83u\x83\x8A\x8F\x90\x96\xBC\x82Ɋւ\xB7\x82\xE9\x8Fڍׂɂ\xA2\x82ẮAMicrosoft .NET Framework \x83h\x83L\x83\x85\x83\x81\x83\x93\x83g\x82\xF0\x8EQ\x8FƂ\xB5\x82Ă\xAD\x82\xBE\x82\xB3\x82\xA2\x81B +// アセンブリに署名するには、使用するキーを指定しなければなりません。 +// アセンブリ署名に関する詳細については、Microsoft .NET Framework ドキュメントを参照してください。 // -// \x89\xBA\x8BL\x82̑\xAE\x90\xAB\x82\xF0\x8Eg\x82\xC1\x82āA\x8F\x90\x96\xBC\x82Ɏg\x82\xA4\x83L\x81[\x82𐧌䂵\x82܂\xB7\x81B +// 下記の属性を使って、署名に使うキーを制御します。 // -// \x83\x81\x83\x82 : -// (*) \x83L\x81[\x82\xAA\x8Ew\x92肳\x82\xEA\x82Ȃ\xA2\x82ƁA\x83A\x83Z\x83\x93\x83u\x83\x8A\x82͏\x90\x96\xBC\x82\xB3\x82\xEA\x82܂\xB9\x82\xF1\x81B -// (*) KeyName \x82́A\x83R\x83\x93\x83s\x83\x85\x81[\x83^\x82ɃC\x83\x93\x83X\x83g\x81[\x83\x8B\x82\xB3\x82\xEA\x82Ă\xA2\x82\xE9 -// \x88Í\x86\x83T\x81[\x83r\x83X \x83v\x83\x8D\x83o\x83C\x83_ (CSP) \x82̃L\x81[\x82\xF0\x95\\x82\xB5\x82܂\xB7\x81BKeyFile \x82́A -// \x83L\x81[\x82\xF0\x8A܂ރt\x83@\x83C\x83\x8B\x82ł\xB7\x81B -// (*) KeyFile \x82\xA8\x82\xE6\x82\xD1 KeyName \x82̒l\x82\xAA\x8B\xA4\x82Ɏw\x92肳\x82\xEA\x82Ă\xA2\x82\xE9\x8Fꍇ\x82́A -// \x88ȉ\xBA\x82̏\x88\x97\x9D\x82\xAA\x8Ds\x82\xED\x82\xEA\x82܂\xB7 : -// (1) KeyName \x82\xAA CSP \x82Ɍ\xA9\x82\xA9\x82\xC1\x82\xBD\x8Fꍇ\x81A\x82\xBB\x82̃L\x81[\x82\xAA\x8Eg\x82\xED\x82\xEA\x82܂\xB7\x81B -// (2) KeyName \x82\xAA\x91\xB6\x8D݂\xB9\x82\xB8\x81AKeyFile \x82\xAA\x91\xB6\x8D݂\xB7\x82\xE9\x8Fꍇ\x81A -// KeyFile \x82ɂ\xA0\x82\xE9\x83L\x81[\x82\xAA CSP \x82ɃC\x83\x93\x83X\x83g\x81[\x83\x8B\x82\xB3\x82\xEA\x81A\x8Eg\x82\xED\x82\xEA\x82܂\xB7\x81B -// (*) KeyFile \x82\xF0\x8D쐬\x82\xB7\x82\xE9\x82ɂ́Asn.exe (\x8C\xB5\x96\xA7\x82Ȗ\xBC\x91O) \x83\x86\x81[\x83e\x83B\x83\x8A\x83e\x83B\x82\xF0\x8Eg\x82\xC1\x82Ă\xAD\x82\xBE\x82\xB3\x82\xA2\x81B -// KeyFile \x82\xF0\x8Ew\x92肷\x82\xE9\x82Ƃ\xAB\x81AKeyFile \x82̏ꏊ\x82́A -// \x83v\x83\x8D\x83W\x83F\x83N\x83g\x8Fo\x97\xCD \x83f\x83B\x83\x8C\x83N\x83g\x83\x8A\x82ւ̑\x8A\x91p\x83X\x82łȂ\xAF\x82\xEA\x82Ȃ\xE8\x82܂\xB9\x82\xF1\x81B -// \x83p\x83X\x82́A%Project Directory%\obj\<configuration> \x82ł\xB7\x81B\x82\xBD\x82Ƃ\xA6\x82AKeyFile \x82\xAA\x83v\x83\x8D\x83W\x83F\x83N\x83g \x83f\x83B\x83\x8C\x83N\x83g\x83\x8A\x82ɂ\xA0\x82\xE9\x8Fꍇ\x81A -// AssemblyKeyFile \x91\xAE\x90\xAB\x82\xF0 -// [assembly: AssemblyKeyFile("..\\..\\mykey.snk")] \x82Ƃ\xB5\x82Ďw\x92肵\x82܂\xB7\x81B -// (*) \x92x\x89\x84\x8F\x90\x96\xBC\x82͍\x82\x93x\x82ȃI\x83v\x83V\x83\x87\x83\x93\x82ł\xB7\x81B -// \x8Fڍׂɂ\xA2\x82Ă\xCD Microsoft .NET Framework \x83h\x83L\x83\x85\x83\x81\x83\x93\x83g\x82\xF0\x8EQ\x8FƂ\xB5\x82Ă\xAD\x82\xBE\x82\xB3\x82\xA2\x81B +// メモ : +// (*) キーが指定されないと、アセンブリは署名されません。 +// (*) KeyName は、コンピュータにインストールされている +// 暗号サービス プロバイダ (CSP) のキーを表します。KeyFile は、 +// キーを含むファイルです。 +// (*) KeyFile および KeyName の値が共に指定されている場合は、 +// 以下の処理が行われます : +// (1) KeyName が CSP に見つかった場合、そのキーが使われます。 +// (2) KeyName が存在せず、KeyFile が存在する場合、 +// KeyFile にあるキーが CSP にインストールされ、使われます。 +// (*) KeyFile を作成するには、sn.exe (厳密な名前) ユーティリティを使ってください。 +// KeyFile を指定するとき、KeyFile の場所は、 +// プロジェクト出力 ディレクトリへの相対パスでなければなりません。 +// パスは、%Project Directory%¥obj¥<configuration> です。たとえば、KeyFile がプロジェクト ディレクトリにある場合、 +// AssemblyKeyFile 属性を +// [assembly: AssemblyKeyFile("..¥¥..¥¥mykey.snk")] として指定します。 +// (*) 遅延署名は高度なオプションです。 +// 詳細については Microsoft .NET Framework ドキュメントを参照してください。 // [assembly: AssemblyDelaySign(false)] [assembly: AssemblyKeyFile("")] Modified: trunk/FreeTrain/plugins/jp.co.tripod.chiname.lib.halfvoxel/ColorLibrary.cs =================================================================== --- trunk/FreeTrain/plugins/jp.co.tripod.chiname.lib.halfvoxel/ColorLibrary.cs 2007-03-27 01:35:45 UTC (rev 7) +++ trunk/FreeTrain/plugins/jp.co.tripod.chiname.lib.halfvoxel/ColorLibrary.cs 2007-03-27 14:13:23 UTC (rev 8) @@ -8,7 +8,7 @@ namespace freetrain.world.structs.hv { /// <summary> - /// ColorLibrary \x82̊T\x97v\x82̐\xE0\x96\xBE\x82ł\xB7\x81B + /// ColorLibrary の概要の説明です。 /// </summary> public class ColorLibrary :Contribution { Modified: trunk/FreeTrain/plugins/jp.co.tripod.chiname.lib.halfvoxel/ControllerForm.cs =================================================================== --- trunk/FreeTrain/plugins/jp.co.tripod.chiname.lib.halfvoxel/ControllerForm.cs 2007-03-27 01:35:45 UTC (rev 7) +++ trunk/FreeTrain/plugins/jp.co.tripod.chiname.lib.halfvoxel/ControllerForm.cs 2007-03-27 14:13:23 UTC (rev 8) @@ -124,7 +124,8 @@ this.preview.Size = new System.Drawing.Size(80, 112); this.preview.TabIndex = 1; this.preview.TabStop = false; - this.toolTip1.SetToolTip(this.preview, "\x83N\x83\x8A\x83b\x83N\x82\xB7\x82\xE9\x82ƕʂ̃\x89\x83\x93\x83_\x83\x80\x83p\x83^\x81[\x83\x93\x82\xAC\x82\xB5\x82܂\xB7"); + this.toolTip1.SetToolTip(this.preview, "Click to create another random pattern"); + //! this.toolTip1.SetToolTip(this.preview, "クリックすると別のランダムパターンを生成します"); this.preview.Click += new System.EventHandler(this.onPreviewClick); // // btnRemove @@ -135,7 +136,8 @@ this.btnRemove.Name = "btnRemove"; this.btnRemove.Size = new System.Drawing.Size(48, 24); this.btnRemove.TabIndex = 8; - this.btnRemove.Text = "\x93P\x8B\x8E"; + this.btnRemove.Text = "Remove"; + //! this.btnRemove.Text = "撤去"; this.btnRemove.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; this.btnRemove.Click += new System.EventHandler(this.onButtonClicked); // @@ -149,7 +151,8 @@ this.btnPlace.Size = new System.Drawing.Size(48, 24); this.btnPlace.TabIndex = 7; this.btnPlace.TabStop = true; - this.btnPlace.Text = "\x90ݒu"; + this.btnPlace.Text = "Place"; + //! this.btnPlace.Text = "設置"; this.btnPlace.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; this.btnPlace.Click += new System.EventHandler(this.onButtonClicked); // @@ -171,7 +174,8 @@ this.group.Size = new System.Drawing.Size(136, 176); this.group.TabIndex = 1; this.group.TabStop = false; - this.toolTip1.SetToolTip(this.group, "\x8D\xB6\x91\xA4\x82̌\x9A\x95\xA8\x91I\x91\xF0"); + this.toolTip1.SetToolTip(this.group, "Select a building to the left"); + //! this.toolTip1.SetToolTip(this.group, "左側の建物選択"); // // namelabel // @@ -217,7 +221,8 @@ this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(56, 16); this.label1.TabIndex = 12; - this.label1.Text = "\x83f\x83U\x83C\x83\x93\x81F"; + this.label1.Text = "Design:"; + //! this.label1.Text = "デザイン:"; this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // typeBox @@ -230,7 +235,8 @@ this.typeBox.Size = new System.Drawing.Size(130, 20); this.typeBox.Sorted = true; this.typeBox.TabIndex = 1; - this.toolTip1.SetToolTip(this.typeBox, "\x8D\xB6\x91\xA4\x82̌\x9A\x95\xA8\x91I\x91\xF0"); + this.toolTip1.SetToolTip(this.typeBox, "Select a building to the left"); + //! this.toolTip1.SetToolTip(this.typeBox, "左側の建物選択"); this.typeBox.SelectedIndexChanged += new System.EventHandler(this.onTypeChanged); // // label3 @@ -240,7 +246,8 @@ this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(56, 16); this.label3.TabIndex = 12; - this.label3.Text = "\x83J\x83\x89\x81[\x81F"; + this.label3.Text = "Color:"; + //! this.label3.Text = "カラー:"; this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // cbRndColor @@ -251,7 +258,8 @@ this.cbRndColor.Name = "cbRndColor"; this.cbRndColor.Size = new System.Drawing.Size(64, 16); this.cbRndColor.TabIndex = 7; - this.cbRndColor.Text = "\x83\x89\x83\x93\x83_\x83\x80"; + this.cbRndColor.Text = "Random"; + //! this.cbRndColor.Text = "ランダム"; this.cbRndColor.CheckedChanged += new System.EventHandler(this.onCheckBoxChanged); // // cbRndDesign @@ -262,7 +270,8 @@ this.cbRndDesign.Name = "cbRndDesign"; this.cbRndDesign.Size = new System.Drawing.Size(64, 16); this.cbRndDesign.TabIndex = 3; - this.cbRndDesign.Text = "\x83\x89\x83\x93\x83_\x83\x80"; + this.cbRndDesign.Text = "Random"; + //! this.cbRndDesign.Text = "ランダム"; this.cbRndDesign.CheckedChanged += new System.EventHandler(this.onCheckBoxChanged); // // label2 @@ -272,7 +281,8 @@ this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(56, 16); this.label2.TabIndex = 12; - this.label2.Text = "\x83J\x83\x89\x81[2\x81F"; + this.label2.Text = "Color 2:"; + //! this.label2.Text = "カラー2:"; this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // cbRndColor2 @@ -283,7 +293,8 @@ this.cbRndColor2.Name = "cbRndColor2"; this.cbRndColor2.Size = new System.Drawing.Size(64, 16); this.cbRndColor2.TabIndex = 7; - this.cbRndColor2.Text = "\x83\x89\x83\x93\x83_\x83\x80"; + this.cbRndColor2.Text = "ランダム"; + //! this.cbRndColor2.Text = "Random"; this.cbRndColor2.CheckedChanged += new System.EventHandler(this.onCheckBoxChanged); // // idxColor2 @@ -303,12 +314,14 @@ // this.price.Anchor = (System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right); this.price.cost = 0; - this.price.label = "\x94\xEF\x97p\x81F"; + this.price.label = "Cost:"; + //! this.price.label = "費用:"; this.price.Location = new System.Drawing.Point(152, 120); this.price.Name = "price"; this.price.Size = new System.Drawing.Size(80, 32); this.price.TabIndex = 14; - this.toolTip1.SetToolTip(this.price, "\x90ݒu\x94\xEF\x97p\x81i\x8D\xB6\x89E\x8D\x87\x8Cv\x81j"); + this.toolTip1.SetToolTip(this.price, "Building cost (total)"); + //! this.toolTip1.SetToolTip(this.price, "設置費用(左右合計)"); // // ControllerForm // @@ -321,7 +334,8 @@ this.preview, this.price}); this.Name = "ControllerForm"; - this.Text = "\x94\xBC\x83{\x83N\x83Z\x83\x8B\x8C\x9A\x92z"; + this.Text = "Construct a half voxel"; + //! this.Text = "半ボクセル建築"; this.group.ResumeLayout(false); this.ResumeLayout(false); Modified: trunk/FreeTrain/plugins/jp.co.tripod.chiname.lib.halfvoxel/HalfVoxelContribution.cs =================================================================== --- trunk/FreeTrain/plugins/jp.co.tripod.chiname.lib.halfvoxel/HalfVoxelContribution.cs 2007-03-27 01:35:45 UTC (rev 7) +++ trunk/FreeTrain/plugins/jp.co.tripod.chiname.lib.halfvoxel/HalfVoxelContribution.cs 2007-03-27 14:13:23 UTC (rev 8) @@ -16,7 +16,7 @@ public enum PlaceSide : int {Fore,Back}; public enum SideStored : int {None,Fore,Back,Both}; /// <summary> - /// Class1 \x82̊T\x97v\x82̐\xE0\x96\xBE\x82ł\xB7\x81B + /// Class1 の概要の説明です。 /// </summary> [Serializable] public class HalfVoxelContribution : StructureContribution @@ -289,7 +289,8 @@ else { if(!v.owner.add(reffer)) - MainWindow.showError("\x90ݒu\x83X\x83y\x81[\x83X\x82\xAA\x96\xB3\x82\xA2\x82\xA9\x81A\x88\xEA\x92v\x82\xB5\x82܂\xB9\x82\xF1"); + MainWindow.showError("Not enough space or no fit"); + //! MainWindow.showError("設置スペースが無いか、一致しません"); return v.owner; } } Modified: trunk/FreeTrain/plugins/jp.co.tripod.chiname.lib.halfvoxel/MenuContributionImpl.cs =================================================================== --- trunk/FreeTrain/plugins/jp.co.tripod.chiname.lib.halfvoxel/MenuContributionImpl.cs 2007-03-27 01:35:45 UTC (rev 7) +++ trunk/FreeTrain/plugins/jp.co.tripod.chiname.lib.halfvoxel/MenuContributionImpl.cs 2007-03-27 14:13:23 UTC (rev 8) @@ -7,7 +7,7 @@ namespace freetrain.world.structs.hv { /// <summary> - /// Adds "automobile" menu to the main window + /// Adds "half voxel" menu to the main window /// </summary> public class MenuContributionImpl : MenuContribution { @@ -15,7 +15,8 @@ public override void mergeMenu( MainMenu containerMenu ) { - MenuItem item = new MenuItem("\x94\xBC\x83{\x83N\x83Z\x83\x8B\x8C\x9A\x92z(&H)..."); + MenuItem item = new MenuItem("&Half voxel construction..."); + //! MenuItem item = new MenuItem("半ボクセル建築(&H)..."); item.Click += new System.EventHandler(onClick); containerMenu.MenuItems[4].MenuItems.Add(item); Modified: trunk/FreeTrain/plugins/org.kohsuke.freetrain.land.477/plugin.xml =================================================================== --- trunk/FreeTrain/plugins/org.kohsuke.freetrain.land.477/plugin.xml 2007-03-27 01:35:45 UTC (rev 7) +++ trunk/FreeTrain/plugins/org.kohsuke.freetrain.land.477/plugin.xml 2007-03-27 14:13:23 UTC (rev 8) @@ -1,4 +1,4 @@ -<?xml version="1.0" encoding="Shift_JIS" ?> +<?xml version="1.0" encoding="UTF-8" ?> <!DOCTYPE plug-in [ <!ENTITY Population ' <population> @@ -8,16 +8,18 @@ '> ]> <plug-in> - <title>\x94_\x89Ƃƃr\x83j\x81[\x83\x8B\x83n\x83E\x83X</title> + <title>Farmhouses and Greenhouses</title> + <!--//!<title>農家とビニールハウス</title>--> <homepage>http://www.kohsuke.org/freetrain/</homepage> - <author>477\x82\xB3\x82\xF1</author> + <author>477さん</author> <contribution type="picture" id="{5981B3EA-5CCF-4DB2-94DC-B7EC854987D7}"> <picture src="vinylhouse.bmp" /> </contribution> <contribution type="land" id="{66B81CAD-8B41-416C-8624-137C2D8110F2}"> - <group>\x83r\x83j\x81[\x83\x8B\x83n\x83E\x83X</group> + <group>Greenhouse</group> + <!--//!<group>ビニールハウス</group>--> <class name="freetrain.world.land.vinylhouse.XVinylHouseBuilder" codebase="bin/Debug/FreeTrain.VinylHouse.dll"/> <picture ref="{5981B3EA-5CCF-4DB2-94DC-B7EC854987D7}" offset="0" /> @@ -29,7 +31,8 @@ </contribution> <contribution type="land" id="{4F97D7DD-749E-4B65-BF13-5733B10D8570}"> - <group>\x83r\x83j\x81[\x83\x8B\x83n\x83E\x83X</group> + <group>Greenhouse</group> + <!--//!<group>ビニールハウス</group>--> <class name="freetrain.world.land.vinylhouse.YVinylHouseBuilder" codebase="bin/Debug/FreeTrain.VinylHouse.dll"/> <picture ref="{5981B3EA-5CCF-4DB2-94DC-B7EC854987D7}" offset="32" /> @@ -51,7 +54,8 @@ </contribution> <contribution type="commercial" id="{7775E0B1-AF3E-46A4-A0E6-06AF87989A7E}"> - <name>\x94_\x89\xC6(\x91\xE5)</name> + <name>Farmhouse (large)</name> + <!--//!<name>農家(大)</name>--> <price>100</price> <size>2,2</size> <height>1</height> @@ -62,7 +66,8 @@ </contribution> <contribution type="commercial" id="{B7C82C4E-015A-407D-9F10-5D198384B702}"> - <name>\x94_\x89\xC6(\x91\xE5)</name> + <name>Farmhouse (large)</name> + <!--//!<name>農家(大)</name>--> <price>100</price> <size>2,2</size> <height>1</height> @@ -82,7 +87,8 @@ </contribution> <contribution type="commercial" id="{01799382-3860-4BF6-BE11-F2E40DA093E7}"> - <name>\x94_\x89\xC6(\x91\xE5)</name> + <name>Farmhouse (large)</name> + <!--//!<name>農家(大)</name>--> <price>100</price> <size>2,2</size> <height>1</height> @@ -93,7 +99,8 @@ </contribution> <contribution type="commercial" id="{F7043E4A-402D-43D1-8732-C30F52979B08}"> - <name>\x94_\x89\xC6(\x91\xE5)</name> + <name>Farmhouse (large)</name> + <!--//!<name>農家(大)</name>--> <price>100</price> <size>2,2</size> <height>1</height> @@ -113,7 +120,8 @@ </contribution> <contribution type="commercial" id="{95F5EF63-1B4D-4EE3-8BF3-4BD5B7AC5311}"> - <name>\x94_\x89\xC6(\x92\x86)</name> + <name>Farmhouse (medium)</name> + <!--!<name>農家(中)</name>--> <price>100</price> <size>2,1</size> <height>2</height> @@ -124,7 +132,8 @@ </contribution> <contribution type="commercial" id="{D6454FB2-A717-4862-A1B2-1A5113D686E0}"> - <name>\x94_\x89\xC6(\x92\x86)</name> + <name>Farmhouse (medium)</name> + <!--!<name>農家(中)</name>--> <price>100</price> <size>1,2</size> <height>2</height> @@ -135,7 +144,8 @@ </contribution> <contribution type="commercial" id="{238A1579-28EB-45FF-ADEC-71D65C067435}"> - <name>\x94_\x89\xC6(\x92\x86)</name> + <name>Farmhouse (medium)</name> + <!--!<name>農家(中)</name>--> <price>100</price> <size>2,1</size> <height>2</height> @@ -146,7 +156,8 @@ </contribution> <contribution type="commercial" id="{1D84E1CA-E46A-4E1D-952E-071DB6AAFD39}"> - <name>\x94_\x89\xC6(\x92\x86)</name> + <name>Farmhouse (medium)</name> + <!--!<name>農家(中)</name>--> <price>100</price> <size>1,2</size> <height>2</height> @@ -166,7 +177,8 @@ </contribution> <contribution type="commercial" id="{D730EC7C-97BD-471D-A4C1-BB2CCD17EAE7}"> - <name>\x94_\x89\xC6(\x92\x86)</name> + <name>Farmhouse (medium)</name> + <!--!<name>農家(中)</name>--> <price>100</price> <size>2,1</size> <height>2</height> @@ -177,7 +189,8 @@ </contribution> <contribution type="commercial" id="{DC418AA8-1D26-4B85-92DD-22938607D708}"> - <name>\x94_\x89\xC6(\x92\x86)</name> + <name>Farmhouse (medium)</name> + <!--!<name>農家(中)</name>--> <price>100</price> <size>1,2</size> <height>2</height> @@ -188,7 +201,8 @@ </contribution> <contribution type="commercial" id="{28548323-07D9-476F-8B91-99F033FE117F}"> - <name>\x94_\x89\xC6(\x92\x86)</name> + <name>Farmhouse (medium)</name> + <!--!<name>農家(中)</name>--> <price>100</price> <size>2,1</size> <height>2</height> @@ -199,7 +213,8 @@ </contribution> <contribution type="commercial" id="{8D849B40-605F-4807-AB0C-5708CFA8D682}"> - <name>\x94_\x89\xC6(\x92\x86)</name> + <name>Farmhouse (medium)</name> + <!--!<name>農家(中)</name>--> <price>100</price> <size>1,2</size> <height>2</height> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |