From: <an...@us...> - 2007-12-31 16:55:38
|
Revision: 1200 http://mp-plugins.svn.sourceforge.net/mp-plugins/?rev=1200&view=rev Author: and-81 Date: 2007-12-31 08:55:24 -0800 (Mon, 31 Dec 2007) Log Message: ----------- Modified Paths: -------------- trunk/plugins/MessagePlugin/AssemblyInfo.cs trunk/plugins/TVServerMonitor/Properties/AssemblyInfo.cs trunk/plugins/TVServerMonitor/TVServerMonitor.csproj trunk/plugins/TVServerStatus/Properties/AssemblyInfo.cs trunk/plugins/TVServerStatus/TVServerStatus.cs Added Paths: ----------- trunk/plugins/TVServerMonitor/TVServerMonitor.sln trunk/plugins/TVServerStatus/TVServerStatus.sln Property Changed: ---------------- trunk/plugins/TVServerMonitor/ Modified: trunk/plugins/MessagePlugin/AssemblyInfo.cs =================================================================== --- trunk/plugins/MessagePlugin/AssemblyInfo.cs 2007-12-31 16:54:13 UTC (rev 1199) +++ trunk/plugins/MessagePlugin/AssemblyInfo.cs 2007-12-31 16:55:24 UTC (rev 1200) @@ -33,7 +33,7 @@ // You can specify all the values or you can default the Revision and Build Numbers // by using the '*' as shown below: -[assembly: AssemblyVersion("1.0.2.0")] -[assembly: AssemblyFileVersion("1.0.2.0")] +[assembly: AssemblyVersion("1.0.3.1")] +[assembly: AssemblyFileVersion("1.0.3.1")] [assembly: CLSCompliant(true)] \ No newline at end of file Property changes on: trunk/plugins/TVServerMonitor ___________________________________________________________________ Name: svn:ignore + bin obj *.suo Modified: trunk/plugins/TVServerMonitor/Properties/AssemblyInfo.cs =================================================================== --- trunk/plugins/TVServerMonitor/Properties/AssemblyInfo.cs 2007-12-31 16:54:13 UTC (rev 1199) +++ trunk/plugins/TVServerMonitor/Properties/AssemblyInfo.cs 2007-12-31 16:55:24 UTC (rev 1200) @@ -34,8 +34,8 @@ // You can specify all the values or you can default the Revision and Build Numbers // by using the '*' as shown below: -[assembly: AssemblyVersion("1.0.3.0")] -[assembly: AssemblyFileVersionAttribute("1.0.3.0")] +[assembly: AssemblyVersion("1.0.3.1")] +[assembly: AssemblyFileVersionAttribute("1.0.3.1")] // // In order to sign your assembly you must specify a key to use. Refer to the Modified: trunk/plugins/TVServerMonitor/TVServerMonitor.csproj =================================================================== --- trunk/plugins/TVServerMonitor/TVServerMonitor.csproj 2007-12-31 16:54:13 UTC (rev 1199) +++ trunk/plugins/TVServerMonitor/TVServerMonitor.csproj 2007-12-31 16:55:24 UTC (rev 1200) @@ -103,11 +103,11 @@ <Reference Include="System.Xml" /> <Reference Include="TvControl, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL"> <SpecificVersion>False</SpecificVersion> - <HintPath>..\TV Engine\TVLibrary\TvControl\bin\Release\TvControl.dll</HintPath> + <HintPath>..\..\TV Engine\TVLibrary\TvService\bin\Release\TvControl.dll</HintPath> </Reference> <Reference Include="TvLibrary.Interfaces, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL"> <SpecificVersion>False</SpecificVersion> - <HintPath>..\TV Engine\TVLibrary\TvControl\bin\Release\TvLibrary.Interfaces.dll</HintPath> + <HintPath>..\..\TV Engine\TVLibrary\TvService\bin\Release\TvLibrary.Interfaces.dll</HintPath> </Reference> </ItemGroup> <ItemGroup> Added: trunk/plugins/TVServerMonitor/TVServerMonitor.sln =================================================================== --- trunk/plugins/TVServerMonitor/TVServerMonitor.sln (rev 0) +++ trunk/plugins/TVServerMonitor/TVServerMonitor.sln 2007-12-31 16:55:24 UTC (rev 1200) @@ -0,0 +1,20 @@ + +Microsoft Visual Studio Solution File, Format Version 9.00 +# Visual Studio 2005 +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TVServerMonitor", "TVServerMonitor.csproj", "{C17FD89A-D510-4395-A292-54A17E31AB93}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Any CPU = Debug|Any CPU + Release|Any CPU = Release|Any CPU + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {C17FD89A-D510-4395-A292-54A17E31AB93}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {C17FD89A-D510-4395-A292-54A17E31AB93}.Debug|Any CPU.Build.0 = Debug|Any CPU + {C17FD89A-D510-4395-A292-54A17E31AB93}.Release|Any CPU.ActiveCfg = Release|Any CPU + {C17FD89A-D510-4395-A292-54A17E31AB93}.Release|Any CPU.Build.0 = Release|Any CPU + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection +EndGlobal Modified: trunk/plugins/TVServerStatus/Properties/AssemblyInfo.cs =================================================================== --- trunk/plugins/TVServerStatus/Properties/AssemblyInfo.cs 2007-12-31 16:54:13 UTC (rev 1199) +++ trunk/plugins/TVServerStatus/Properties/AssemblyInfo.cs 2007-12-31 16:55:24 UTC (rev 1200) @@ -34,8 +34,8 @@ // You can specify all the values or you can default the Revision and Build Numbers // by using the '*' as shown below: -[assembly: AssemblyVersion("1.0.3.0")] -[assembly: AssemblyFileVersionAttribute("1.0.3.0")] +[assembly: AssemblyVersion("1.0.3.1")] +[assembly: AssemblyFileVersionAttribute("1.0.3.1")] // // In order to sign your assembly you must specify a key to use. Refer to the Modified: trunk/plugins/TVServerStatus/TVServerStatus.cs =================================================================== --- trunk/plugins/TVServerStatus/TVServerStatus.cs 2007-12-31 16:54:13 UTC (rev 1199) +++ trunk/plugins/TVServerStatus/TVServerStatus.cs 2007-12-31 16:55:24 UTC (rev 1200) @@ -43,7 +43,7 @@ /// <summary> /// returns the version of the plugin /// </summary> - public string Version { get { return "1.0.3.0"; } } + public string Version { get { return "1.0.3.1"; } } /// <summary> /// returns the author of the plugin /// </summary> Added: trunk/plugins/TVServerStatus/TVServerStatus.sln =================================================================== --- trunk/plugins/TVServerStatus/TVServerStatus.sln (rev 0) +++ trunk/plugins/TVServerStatus/TVServerStatus.sln 2007-12-31 16:55:24 UTC (rev 1200) @@ -0,0 +1,20 @@ + +Microsoft Visual Studio Solution File, Format Version 9.00 +# Visual Studio 2005 +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TVServerStatus", "TVServerStatus.csproj", "{C17FD89A-D510-4395-A292-54A17E31AB93}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Any CPU = Debug|Any CPU + Release|Any CPU = Release|Any CPU + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {C17FD89A-D510-4395-A292-54A17E31AB93}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {C17FD89A-D510-4395-A292-54A17E31AB93}.Debug|Any CPU.Build.0 = Debug|Any CPU + {C17FD89A-D510-4395-A292-54A17E31AB93}.Release|Any CPU.ActiveCfg = Release|Any CPU + {C17FD89A-D510-4395-A292-54A17E31AB93}.Release|Any CPU.Build.0 = Release|Any CPU + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection +EndGlobal This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |