|
From: <che...@us...> - 2007-05-24 19:27:15
|
Revision: 428
http://mp-plugins.svn.sourceforge.net/mp-plugins/?rev=428&view=rev
Author: chef_koch
Date: 2007-05-24 12:27:07 -0700 (Thu, 24 May 2007)
Log Message:
-----------
folder cleanup
Modified Paths:
--------------
trunk/plugins/My Connect4/Source/MyConnect4.suo
trunk/plugins/mypoker/mypoker.csproj
trunk/plugins/mypoker/mypoker.sln
trunk/plugins/mypoker/mypoker.suo
Added Paths:
-----------
trunk/plugins/MyClickmania/
trunk/plugins/MyExplorer/
trunk/plugins/MyRecipes/
trunk/plugins/MyStatus/
Removed Paths:
-------------
trunk/plugins/My Explorer/
trunk/plugins/My Recipes/
trunk/plugins/My Status/
trunk/plugins/My clickmania/
Modified: trunk/plugins/My Connect4/Source/MyConnect4.suo
===================================================================
(Binary files differ)
Copied: trunk/plugins/MyClickmania (from rev 425, trunk/plugins/My clickmania)
Copied: trunk/plugins/MyExplorer (from rev 425, trunk/plugins/My Explorer)
Copied: trunk/plugins/MyRecipes (from rev 425, trunk/plugins/My Recipes)
Copied: trunk/plugins/MyStatus (from rev 425, trunk/plugins/My Status)
Modified: trunk/plugins/mypoker/mypoker.csproj
===================================================================
--- trunk/plugins/mypoker/mypoker.csproj 2007-05-24 16:58:25 UTC (rev 427)
+++ trunk/plugins/mypoker/mypoker.csproj 2007-05-24 19:27:07 UTC (rev 428)
@@ -51,7 +51,7 @@
<ErrorReport>prompt</ErrorReport>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
- <OutputPath>..\mediaportal\xbmc\bin\Release\plugins\windows\</OutputPath>
+ <OutputPath>.\</OutputPath>
<AllowUnsafeBlocks>false</AllowUnsafeBlocks>
<BaseAddress>285212672</BaseAddress>
<CheckForOverflowUnderflow>false</CheckForOverflowUnderflow>
@@ -76,17 +76,17 @@
<ItemGroup>
<Reference Include="Core, Version=0.2.2.0, Culture=neutral, processorArchitecture=x86">
<SpecificVersion>False</SpecificVersion>
- <HintPath>..\mediaportal\xbmc\bin\Release\Core.dll</HintPath>
+ <HintPath>..\..\mediaportal\xbmc\bin\Release\Core.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="Databases, Version=0.2.2.0, Culture=neutral, processorArchitecture=x86">
<SpecificVersion>False</SpecificVersion>
- <HintPath>..\mediaportal\xbmc\bin\Release\Databases.dll</HintPath>
+ <HintPath>..\..\mediaportal\xbmc\bin\Release\Databases.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="Dialogs, Version=0.0.0.0, Culture=neutral, processorArchitecture=x86">
<SpecificVersion>False</SpecificVersion>
- <HintPath>..\mediaportal\xbmc\bin\Release\plugins\windows\Dialogs.dll</HintPath>
+ <HintPath>..\..\mediaportal\xbmc\bin\Release\plugins\Windows\Dialogs.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="System">
@@ -103,7 +103,7 @@
</Reference>
<Reference Include="Utils, Version=2.1.2.0, Culture=neutral, processorArchitecture=x86">
<SpecificVersion>False</SpecificVersion>
- <HintPath>..\mediaportal\xbmc\bin\Release\Utils.dll</HintPath>
+ <HintPath>..\..\mediaportal\xbmc\bin\Release\Utils.dll</HintPath>
<Private>False</Private>
</Reference>
</ItemGroup>
Modified: trunk/plugins/mypoker/mypoker.sln
===================================================================
--- trunk/plugins/mypoker/mypoker.sln 2007-05-24 16:58:25 UTC (rev 427)
+++ trunk/plugins/mypoker/mypoker.sln 2007-05-24 19:27:07 UTC (rev 428)
@@ -1,5 +1,5 @@
Microsoft Visual Studio Solution File, Format Version 9.00
-# Visual C# Express 2005
+# Visual Studio 2005
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "mypoker", "mypoker.csproj", "{5527BB4D-C0E1-4F42-B1F7-9E68E411AD4D}"
EndProject
Global
Modified: trunk/plugins/mypoker/mypoker.suo
===================================================================
(Binary files differ)
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|