From: <sam...@us...> - 2006-05-24 09:26:27
|
Revision: 5 Author: samuel337 Date: 2006-05-24 02:25:46 -0700 (Wed, 24 May 2006) ViewCVS: http://svn.sourceforge.net/mp-webinterface/?rev=5&view=rev Log Message: ----------- Added exclusion folders (e.g. bin and obj folders) so they don't get uploaded to SVN. Modified Paths: -------------- trunk/source/MPW.sln trunk/source/MPW.suo trunk/source/MPWApplication/MPWApplication.csproj Property Changed: ---------------- trunk/source/ECP2Assembly/bin/ trunk/source/ECP2Assembly/obj/ trunk/source/ECP2Plugin/bin/ trunk/source/ECP2Plugin/obj/ trunk/source/ECP2WebService/Bin/ trunk/source/MPWApplication/bin/ trunk/source/MPWApplication/obj/ trunk/source/MPWPathFix/bin/ trunk/source/MPWPathFix/obj/ Property changes on: trunk/source/ECP2Assembly/bin ___________________________________________________________________ Name: svn:ignore + Debug Release Property changes on: trunk/source/ECP2Assembly/obj ___________________________________________________________________ Name: svn:ignore + Debug Release ECP2Assembly.csproj.FileList.txt Property changes on: trunk/source/ECP2Plugin/bin ___________________________________________________________________ Name: svn:ignore + Debug Release Property changes on: trunk/source/ECP2Plugin/obj ___________________________________________________________________ Name: svn:ignore + Debug Release Property changes on: trunk/source/ECP2WebService/Bin ___________________________________________________________________ Name: svn:ignore + AxInterop.MOZILLACONTROLLib.dll AxInterop.WMPLib.dll Communications.dll Core.dll Core.pdb Databases.dll Databases.pdb Dialogs.dll Dialogs.pdb DirectShowLib.dll DirectShowLib.pdb ECP2Assembly.dll ECP2Assembly.pdb edtftpnet-1.2.2.dll ICSharpCode.SharpZipLib.dll Interop.MOZILLACONTROLLib.dll Interop.TunerLib.dll Interop.WMPLib.dll KCS.Utilities.dll MediaPortal.Support.dll MediaPortal.Support.pdb TVCapture.dll TVCapture.pdb Utils.dll Utils.pdb WebEPG.dll WebEPG.pdb WindowPlugins.dll WindowPlugins.pdb X10Unified.dll xAPMessage.dll xAPTransport.dll XihSolutions.DotMSN.dll Modified: trunk/source/MPW.sln =================================================================== --- trunk/source/MPW.sln 2006-05-23 12:33:12 UTC (rev 4) +++ trunk/source/MPW.sln 2006-05-24 09:25:46 UTC (rev 5) @@ -11,6 +11,7 @@ EndProject Project("{E24C65DC-7377-472B-9ABA-BC803B73C61A}") = "C:\...\ECP2WebService\", "ECP2WebService\", "{D3032E9F-FA75-4898-897F-D8182A2DF9FC}" ProjectSection(WebsiteProperties) = preProject + ProjectReferences = "{718EDE2B-7FB8-4C40-8D32-0EED5C289B0F}|ECP2Assembly.dll;" Debug.AspNetCompiler.VirtualPath = "/ECP2WebService" Debug.AspNetCompiler.PhysicalPath = "ECP2WebService\" Debug.AspNetCompiler.TargetPath = "PrecompiledWeb\ECP2WebService\" Modified: trunk/source/MPW.suo =================================================================== (Binary files differ) Modified: trunk/source/MPWApplication/MPWApplication.csproj =================================================================== --- trunk/source/MPWApplication/MPWApplication.csproj 2006-05-23 12:33:12 UTC (rev 4) +++ trunk/source/MPWApplication/MPWApplication.csproj 2006-05-24 09:25:46 UTC (rev 5) @@ -91,10 +91,10 @@ <WebReferences Include="Web References\" /> </ItemGroup> <ItemGroup> - <WebReferenceUrl Include="http://localhost/ECP2WebService/service.asmx"> + <WebReferenceUrl Include="http://localhost:4452/ECP2WebService/Service.asmx"> <UrlBehavior>Dynamic</UrlBehavior> <RelPath>Web References\ECP2WebService\</RelPath> - <UpdateFromURL>http://localhost/ECP2WebService/service.asmx</UpdateFromURL> + <UpdateFromURL>http://localhost:4452/ECP2WebService/Service.asmx</UpdateFromURL> <ServiceLocationURL> </ServiceLocationURL> <CachedDynamicPropName> Property changes on: trunk/source/MPWApplication/bin ___________________________________________________________________ Name: svn:ignore + Debug Release Property changes on: trunk/source/MPWApplication/obj ___________________________________________________________________ Name: svn:ignore + Release MPWApplication.csproj.FileList.txt Debug Property changes on: trunk/source/MPWPathFix/bin ___________________________________________________________________ Name: svn:ignore + Debug Release Property changes on: trunk/source/MPWPathFix/obj ___________________________________________________________________ Name: svn:ignore + Debug Release This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |