From: <fr...@us...> - 2023-12-16 09:47:52
|
Revision: 4962 http://sourceforge.net/p/mp-plugins/code/4962 Author: framug Date: 2023-12-16 09:47:50 +0000 (Sat, 16 Dec 2023) Log Message: ----------- mpe1 AnyCPU. Add special THX. Modified Paths: -------------- trunk/plugins/File Explorer/File Explorer.csproj trunk/plugins/File Explorer/MpeRelease/File Explorer 1.7.0.0.mpe1 trunk/plugins/File Explorer/MpeRelease/File Explorer 1.7.0.0.xmp2 trunk/plugins/File Explorer/MpeRelease/update.xml trunk/plugins/File Explorer/Setup.Designer.cs Modified: trunk/plugins/File Explorer/File Explorer.csproj =================================================================== --- trunk/plugins/File Explorer/File Explorer.csproj 2023-08-17 20:01:33 UTC (rev 4961) +++ trunk/plugins/File Explorer/File Explorer.csproj 2023-12-16 09:47:50 UTC (rev 4962) @@ -51,33 +51,33 @@ <ItemGroup> <Reference Include="Common.Utils, Version=1.5.100.0, Culture=neutral, processorArchitecture=MSIL"> <SpecificVersion>False</SpecificVersion> - <HintPath>C:\Program Files (x86)\Team MediaPortal\MediaPortal\Common.Utils.dll</HintPath> + <HintPath>C:\Program Files\Team MediaPortal\MediaPortal\Common.Utils.dll</HintPath> <Private>False</Private> </Reference> <Reference Include="Core, Version=1.5.100.0, Culture=neutral, processorArchitecture=x86"> <SpecificVersion>False</SpecificVersion> - <HintPath>C:\Program Files (x86)\Team MediaPortal\MediaPortal\Core.dll</HintPath> + <HintPath>C:\Program Files\Team MediaPortal\MediaPortal\Core.dll</HintPath> <Private>False</Private> </Reference> <Reference Include="Cornerstone, Version=1.5.1.1487, Culture=neutral, processorArchitecture=x86"> <SpecificVersion>False</SpecificVersion> - <HintPath>C:\Program Files (x86)\Team MediaPortal\MediaPortal\Plugins\Windows\Cornerstone.dll</HintPath> + <HintPath>C:\Program Files\Team MediaPortal\MediaPortal\plugins\Windows\Cornerstone.dll</HintPath> <Private>False</Private> </Reference> <Reference Include="Dialogs"> - <HintPath>C:\Program Files (x86)\Team MediaPortal\MediaPortal\Plugins\Windows\Dialogs.dll</HintPath> + <HintPath>C:\Program Files\Team MediaPortal\MediaPortal\plugins\Windows\Dialogs.dll</HintPath> <Private>False</Private> </Reference> <Reference Include="GUIPictures"> - <HintPath>C:\Program Files (x86)\Team MediaPortal\MediaPortal\Plugins\Windows\GUIPictures.dll</HintPath> + <HintPath>C:\Program Files\Team MediaPortal\MediaPortal\plugins\Windows\GUIPictures.dll</HintPath> <Private>False</Private> </Reference> <Reference Include="MovingPictures"> - <HintPath>C:\Program Files (x86)\Team MediaPortal\MediaPortal\Plugins\Windows\MovingPictures.dll</HintPath> + <HintPath>C:\Program Files\Team MediaPortal\MediaPortal\plugins\Windows\MovingPictures.dll</HintPath> <Private>False</Private> </Reference> <Reference Include="MP-TVSeries"> - <HintPath>C:\Program Files (x86)\Team MediaPortal\MediaPortal\Plugins\Windows\MP-TVSeries.dll</HintPath> + <HintPath>C:\Program Files\Team MediaPortal\MediaPortal\plugins\Windows\MP-TVSeries.dll</HintPath> <Private>False</Private> </Reference> <Reference Include="System" /> @@ -92,7 +92,7 @@ </Reference> <Reference Include="Microsoft.VisualBasic" /> <Reference Include="Utils"> - <HintPath>C:\Program Files (x86)\Team MediaPortal\MediaPortal\Utils.dll</HintPath> + <HintPath>C:\Program Files\Team MediaPortal\MediaPortal\Utils.dll</HintPath> <Private>False</Private> </Reference> </ItemGroup> Modified: trunk/plugins/File Explorer/MpeRelease/File Explorer 1.7.0.0.mpe1 =================================================================== (Binary files differ) Modified: trunk/plugins/File Explorer/MpeRelease/File Explorer 1.7.0.0.xmp2 =================================================================== --- trunk/plugins/File Explorer/MpeRelease/File Explorer 1.7.0.0.xmp2 2023-08-17 20:01:33 UTC (rev 4961) +++ trunk/plugins/File Explorer/MpeRelease/File Explorer 1.7.0.0.xmp2 2023-12-16 09:47:50 UTC (rev 4962) @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="utf-8"?> -<PackageClass xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"> +<PackageClass xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <Version>2.0</Version> <Groups> <Items> @@ -382,6 +382,7 @@ <OnlineLocation>https://svn.code.sf.net/p/mp-plugins/code/trunk/plugins/File Explorer/MpeRelease/File Explorer 1.7.0.0.mpe1</OnlineLocation> <ReleaseDate>2023-08-17T22:13:44</ReleaseDate> <Tags>file, explorer</Tags> + <PlatformCompatibility>AnyCPU</PlatformCompatibility> <Location>..\MpeRelease\File Explorer 1.7.0.0.mpe1</Location> <Params> <Items> @@ -568,7 +569,7 @@ <Param1 /> <UpdateOption>OverwriteIfOlder</UpdateOption> <LocalFileName>..\file_explorer.png</LocalFileName> - <ZipFileName>Installer{CopyFile}\{157f4dc6-f957-4024-8fc4-5ec38316fddd}-file_explorer.png</ZipFileName> + <ZipFileName>Installer{CopyFile}\{4b98047d-8420-4cde-a598-8d563b854d4f}-file_explorer.png</ZipFileName> <DestinationFilename /> </FileItem> </Items> Modified: trunk/plugins/File Explorer/MpeRelease/update.xml =================================================================== --- trunk/plugins/File Explorer/MpeRelease/update.xml 2023-08-17 20:01:33 UTC (rev 4961) +++ trunk/plugins/File Explorer/MpeRelease/update.xml 2023-12-16 09:47:50 UTC (rev 4962) @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="utf-8"?> -<ExtensionCollection xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"> +<ExtensionCollection xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <Items> <PackageClass> <Version>2.0</Version> @@ -97,6 +97,7 @@ <OnlineLocation>http://mp-plugins.svn.sourceforge.net/viewvc/mp-plugins/trunk/plugins/File Explorer/MpeRelease/File Explorer 1.3.0.0.mpe1</OnlineLocation> <ReleaseDate>2010-05-04T19:18:08.4089895+02:00</ReleaseDate> <Tags>file, explorer</Tags> + <PlatformCompatibility>x86</PlatformCompatibility> <Location>d:\developing\#maintained\File Explorer\MpeRelease\File Explorer 1.3.0.0.mpe1</Location> <Params> <Items> @@ -233,6 +234,7 @@ <OnlineLocation>http://mp-plugins.svn.sourceforge.net/viewvc/mp-plugins/trunk/plugins/File Explorer/MpeRelease/File Explorer 1.3.0.0.mpe1</OnlineLocation> <ReleaseDate>2010-05-04T19:18:08.4089895+02:00</ReleaseDate> <Tags>file, explorer</Tags> + <PlatformCompatibility>x86</PlatformCompatibility> <Location>D:\SVN\MP-Plugins\File Explorer\MpeRelease\File Explorer 1.4.0.0.mpe1</Location> <Params> <Items> @@ -408,6 +410,7 @@ <OnlineLocation>http://svn.code.sf.net/p/mp-plugins/code/trunk/plugins/File Explorer/MpeRelease/File Explorer 1.6.1.0.mpe1</OnlineLocation> <ReleaseDate>2013-12-09T22:13:44</ReleaseDate> <Tags>file, explorer</Tags> + <PlatformCompatibility>x86</PlatformCompatibility> <Location>D:\Documents and Settings\Дмитрий\Мои документы\Visual Studio 2010\Projects\FileExplorer\MpeRelease\File Explorer 1.6.1.0.mpe1</Location> <Params> <Items> @@ -569,6 +572,7 @@ <OnlineLocation>http://svn.code.sf.net/p/mp-plugins/code/trunk/plugins/File Explorer/MpeRelease/File Explorer 1.6.2.0.mpe1</OnlineLocation> <ReleaseDate>2023-05-25T22:13:44</ReleaseDate> <Tags>file, explorer</Tags> + <PlatformCompatibility>x86</PlatformCompatibility> <Location>E:\SVN\plugins\File Explorer\MpeRelease\File Explorer 1.6.2.mpe1</Location> <Params> <Items> @@ -733,6 +737,7 @@ <OnlineLocation>https://svn.code.sf.net/p/mp-plugins/code/trunk/plugins/File Explorer/MpeRelease/File Explorer 1.7.0.0.mpe1</OnlineLocation> <ReleaseDate>2023-08-17T22:13:44</ReleaseDate> <Tags>file, explorer</Tags> + <PlatformCompatibility>AnyCPU</PlatformCompatibility> <Location>..\MpeRelease\File Explorer 1.7.0.0.mpe1</Location> <Params> <Items> Modified: trunk/plugins/File Explorer/Setup.Designer.cs =================================================================== --- trunk/plugins/File Explorer/Setup.Designer.cs 2023-08-17 20:01:33 UTC (rev 4961) +++ trunk/plugins/File Explorer/Setup.Designer.cs 2023-12-16 09:47:50 UTC (rev 4962) @@ -72,6 +72,8 @@ this.lstOptions = new System.Windows.Forms.CheckedListBox(); this.tabPage2 = new System.Windows.Forms.TabPage(); this.groupBox2 = new System.Windows.Forms.GroupBox(); + this.label6 = new System.Windows.Forms.Label(); + this.label4 = new System.Windows.Forms.Label(); this.label3 = new System.Windows.Forms.Label(); this.label2 = new System.Windows.Forms.Label(); this.label1 = new System.Windows.Forms.Label(); @@ -78,8 +80,7 @@ this.label13 = new System.Windows.Forms.Label(); this.label8 = new System.Windows.Forms.Label(); this.label5 = new System.Windows.Forms.Label(); - this.label4 = new System.Windows.Forms.Label(); - this.label6 = new System.Windows.Forms.Label(); + this.label7 = new System.Windows.Forms.Label(); this.tabControl1.SuspendLayout(); this.tabPage1.SuspendLayout(); this.groupBox1.SuspendLayout(); @@ -275,6 +276,7 @@ // // groupBox2 // + this.groupBox2.Controls.Add(this.label7); this.groupBox2.Controls.Add(this.label6); this.groupBox2.Controls.Add(this.label4); this.groupBox2.Controls.Add(this.label3); @@ -291,6 +293,26 @@ this.groupBox2.TabIndex = 0; this.groupBox2.TabStop = false; // + // label6 + // + this.label6.AutoSize = true; + this.label6.Location = new System.Drawing.Point(10, 260); + this.label6.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); + this.label6.Name = "label6"; + this.label6.Size = new System.Drawing.Size(200, 20); + this.label6.TabIndex = 26; + this.label6.Text = "- Polish translation by djLyli."; + // + // label4 + // + this.label4.AutoSize = true; + this.label4.Location = new System.Drawing.Point(10, 230); + this.label4.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); + this.label4.Name = "label4"; + this.label4.Size = new System.Drawing.Size(275, 20); + this.label4.TabIndex = 25; + this.label4.Text = "- Dutch translation by powermarcel10."; + // // label3 // this.label3.AutoSize = true; @@ -353,26 +375,17 @@ this.label5.TabIndex = 19; this.label5.Text = "File Explorer"; // - // label4 + // label7 // - this.label4.AutoSize = true; - this.label4.Location = new System.Drawing.Point(10, 230); - this.label4.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); - this.label4.Name = "label4"; - this.label4.Size = new System.Drawing.Size(275, 20); - this.label4.TabIndex = 25; - this.label4.Text = "- Dutch translation by powermarcel10."; + this.label7.AutoSize = true; + this.label7.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.label7.Location = new System.Drawing.Point(10, 373); + this.label7.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); + this.label7.Name = "label7"; + this.label7.Size = new System.Drawing.Size(455, 20); + this.label7.TabIndex = 27; + this.label7.Text = "Special thanks to catavolt for his work in PVHD skin."; // - // label6 - // - this.label6.AutoSize = true; - this.label6.Location = new System.Drawing.Point(10, 260); - this.label6.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); - this.label6.Name = "label6"; - this.label6.Size = new System.Drawing.Size(200, 20); - this.label6.TabIndex = 26; - this.label6.Text = "- Polish translation by djLyli."; - // // Setup // this.AcceptButton = this.btnOK; @@ -431,5 +444,6 @@ private System.Windows.Forms.Label label2; private System.Windows.Forms.Label label6; private System.Windows.Forms.Label label4; + private System.Windows.Forms.Label label7; } } This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |