From: <che...@us...> - 2009-06-14 12:59:42
|
Revision: 2920 http://mp-plugins.svn.sourceforge.net/mp-plugins/?rev=2920&view=rev Author: chef_koch Date: 2009-06-14 12:59:41 +0000 (Sun, 14 Jun 2009) Log Message: ----------- updated project to VS2008 Modified Paths: -------------- trunk/plugins/MySleepTimer/MySleepTimer/MySleepTimer.csproj trunk/plugins/MySleepTimer/MySleepTimer.sln Modified: trunk/plugins/MySleepTimer/MySleepTimer/MySleepTimer.csproj =================================================================== --- trunk/plugins/MySleepTimer/MySleepTimer/MySleepTimer.csproj 2009-06-14 12:30:08 UTC (rev 2919) +++ trunk/plugins/MySleepTimer/MySleepTimer/MySleepTimer.csproj 2009-06-14 12:59:41 UTC (rev 2920) @@ -2,7 +2,7 @@ <PropertyGroup> <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> - <ProductVersion>8.0.50727</ProductVersion> + <ProductVersion>9.0.21022</ProductVersion> <SchemaVersion>2.0</SchemaVersion> <ProjectGuid>{03856C9E-0926-41DB-A13A-AE3D08285428}</ProjectGuid> <OutputType>Library</OutputType> @@ -14,6 +14,7 @@ <OldToolsVersion>2.0</OldToolsVersion> <UpgradeBackupLocation> </UpgradeBackupLocation> + <IsWebBootstrapper>false</IsWebBootstrapper> <PublishUrl>publish\</PublishUrl> <Install>true</Install> <InstallFrom>Disk</InstallFrom> @@ -26,7 +27,6 @@ <MapFileExtensions>true</MapFileExtensions> <ApplicationRevision>0</ApplicationRevision> <ApplicationVersion>1.0.0.%2a</ApplicationVersion> - <IsWebBootstrapper>false</IsWebBootstrapper> <UseApplicationTrust>false</UseApplicationTrust> <BootstrapperEnabled>true</BootstrapperEnabled> </PropertyGroup> @@ -50,22 +50,22 @@ <UseVSHostingProcess>false</UseVSHostingProcess> </PropertyGroup> <ItemGroup> - <Reference Include="Core, Version=1.0.0.29788, Culture=neutral, processorArchitecture=x86"> + <Reference Include="Core, Version=1.0.2.0, Culture=neutral, processorArchitecture=x86"> <SpecificVersion>False</SpecificVersion> - <HintPath>C:\Programme\Team MediaPortal\MediaPortal\Core.dll</HintPath> + <HintPath>..\..\..\..\..\MediaPortal\trunk\mediaportal\Core\bin\Release\Core.dll</HintPath> </Reference> - <Reference Include="Dialogs, Version=1.0.0.29798, Culture=neutral, processorArchitecture=x86"> + <Reference Include="Dialogs, Version=1.0.2.0, Culture=neutral, processorArchitecture=x86"> <SpecificVersion>False</SpecificVersion> - <HintPath>C:\Programme\Team MediaPortal\MediaPortal\plugins\Windows\Dialogs.dll</HintPath> + <HintPath>..\..\..\..\..\MediaPortal\trunk\mediaportal\Dialogs\bin\Release\Dialogs.dll</HintPath> </Reference> <Reference Include="System" /> <Reference Include="System.Data" /> <Reference Include="System.Drawing" /> <Reference Include="System.Windows.Forms" /> <Reference Include="System.Xml" /> - <Reference Include="Utils, Version=2.2.6.29782, Culture=neutral, processorArchitecture=x86"> + <Reference Include="Utils, Version=2.2.7.0, Culture=neutral, processorArchitecture=x86"> <SpecificVersion>False</SpecificVersion> - <HintPath>C:\Programme\Team MediaPortal\MediaPortal\Utils.dll</HintPath> + <HintPath>..\..\..\..\..\MediaPortal\trunk\mediaportal\Utils\bin\Release\Utils.dll</HintPath> </Reference> </ItemGroup> <ItemGroup> Modified: trunk/plugins/MySleepTimer/MySleepTimer.sln =================================================================== --- trunk/plugins/MySleepTimer/MySleepTimer.sln 2009-06-14 12:30:08 UTC (rev 2919) +++ trunk/plugins/MySleepTimer/MySleepTimer.sln 2009-06-14 12:59:41 UTC (rev 2920) @@ -1,6 +1,6 @@ -Microsoft Visual Studio Solution File, Format Version 9.00 -# Visual Studio 2005 +Microsoft Visual Studio Solution File, Format Version 10.00 +# Visual Studio 2008 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MySleepTimer", "MySleepTimer\MySleepTimer.csproj", "{03856C9E-0926-41DB-A13A-AE3D08285428}" EndProject Global This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |