Author: sebastiii
Date: 2011-12-17 16:22:40 +0100 (Sat, 17 Dec 2011)
New Revision: 28346
Added:
branches/Common-MP-TVE3-experimental/Common-MP-TVE3/
branches/Common-MP-TVE3-experimental/Common-MP-TVE3/Common.Utils/
branches/Common-MP-TVE3-experimental/Common-MP-TVE3/DirectShowLib/
branches/Common-MP-TVE3-experimental/Common-MP-TVE3/OsInfo/
branches/Common-MP-TVE3-experimental/Common-MP-TVE3/PowerScheduler.Interfaces/
branches/Common-MP-TVE3-experimental/Common-MP-TVE3/SolutionInfo.cs
Removed:
branches/Common-MP-TVE3-experimental/Common.Utils/
branches/Common-MP-TVE3-experimental/DirectShowLib/
branches/Common-MP-TVE3-experimental/OsInfo/
branches/Common-MP-TVE3-experimental/PowerScheduler.Interfaces/
branches/Common-MP-TVE3-experimental/SolutionInfo.cs
Log:
Prepare Git Migration
Copied: branches/Common-MP-TVE3-experimental/Common-MP-TVE3/SolutionInfo.cs (from rev 28345, branches/Common-MP-TVE3-experimental/SolutionInfo.cs)
===================================================================
--- branches/Common-MP-TVE3-experimental/Common-MP-TVE3/SolutionInfo.cs (rev 0)
+++ branches/Common-MP-TVE3-experimental/Common-MP-TVE3/SolutionInfo.cs 2011-12-17 15:22:40 UTC (rev 28346)
@@ -0,0 +1,57 @@
+#region Copyright (C) 2005-2011 Team MediaPortal
+
+// Copyright (C) 2005-2011 Team MediaPortal
+// http://www.team-mediaportal.com
+//
+// MediaPortal is free software: you can redistribute it and/or modify
+// it under the terms of the GNU General Public License as published by
+// the Free Software Foundation, either version 2 of the License, or
+// (at your option) any later version.
+//
+// MediaPortal is distributed in the hope that it will be useful,
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
+// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+// GNU General Public License for more details.
+//
+// You should have received a copy of the GNU General Public License
+// along with MediaPortal. If not, see <http://www.gnu.org/licenses/>.
+
+#endregion
+
+using System;
+using System.Reflection;
+//using MediaPortal.Common.Utils;
+
+//
+// General Information about an assembly is controlled through the following
+// set of attributes. Change these attribute values to modify the information
+// associated with an assembly.
+//
+// These attributes apply to all assemblies in the solution
+#if DEBUG
+
+[assembly: AssemblyConfiguration("Debug version")]
+#else
+[assembly: AssemblyConfiguration("")]
+#endif
+
+[assembly: AssemblyCompany("Team MediaPortal")]
+[assembly: AssemblyProduct("MediaPortal")]
+[assembly: AssemblyCopyright("Copyright © 2005-2011 Team MediaPortal")]
+[assembly: AssemblyTrademark("")]
+[assembly: AssemblyCulture("")]
+
+// Version information for an assembly consists of the following four values:
+//
+// Major Version
+// Minor Version
+// Build Number
+// Revision
+//
+// You can specify all the values or you can default the Revision and Build Numbers
+// by using the '*' as shown below:
+
+[assembly: AssemblyVersion("1.2.0.0")]
+[assembly: AssemblyFileVersion("1.2.0.0")]
+
+//[assembly: CompatibleVersion("1.1.8.*", "1.1.8.*")]
Deleted: branches/Common-MP-TVE3-experimental/SolutionInfo.cs
===================================================================
--- branches/Common-MP-TVE3-experimental/SolutionInfo.cs 2011-12-17 15:11:32 UTC (rev 28345)
+++ branches/Common-MP-TVE3-experimental/SolutionInfo.cs 2011-12-17 15:22:40 UTC (rev 28346)
@@ -1,57 +0,0 @@
-#region Copyright (C) 2005-2011 Team MediaPortal
-
-// Copyright (C) 2005-2011 Team MediaPortal
-// http://www.team-mediaportal.com
-//
-// MediaPortal is free software: you can redistribute it and/or modify
-// it under the terms of the GNU General Public License as published by
-// the Free Software Foundation, either version 2 of the License, or
-// (at your option) any later version.
-//
-// MediaPortal is distributed in the hope that it will be useful,
-// but WITHOUT ANY WARRANTY; without even the implied warranty of
-// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-// GNU General Public License for more details.
-//
-// You should have received a copy of the GNU General Public License
-// along with MediaPortal. If not, see <http://www.gnu.org/licenses/>.
-
-#endregion
-
-using System;
-using System.Reflection;
-//using MediaPortal.Common.Utils;
-
-//
-// General Information about an assembly is controlled through the following
-// set of attributes. Change these attribute values to modify the information
-// associated with an assembly.
-//
-// These attributes apply to all assemblies in the solution
-#if DEBUG
-
-[assembly: AssemblyConfiguration("Debug version")]
-#else
-[assembly: AssemblyConfiguration("")]
-#endif
-
-[assembly: AssemblyCompany("Team MediaPortal")]
-[assembly: AssemblyProduct("MediaPortal")]
-[assembly: AssemblyCopyright("Copyright © 2005-2011 Team MediaPortal")]
-[assembly: AssemblyTrademark("")]
-[assembly: AssemblyCulture("")]
-
-// Version information for an assembly consists of the following four values:
-//
-// Major Version
-// Minor Version
-// Build Number
-// Revision
-//
-// You can specify all the values or you can default the Revision and Build Numbers
-// by using the '*' as shown below:
-
-[assembly: AssemblyVersion("1.2.0.0")]
-[assembly: AssemblyFileVersion("1.2.0.0")]
-
-//[assembly: CompatibleVersion("1.1.8.*", "1.1.8.*")]
|