From: <che...@us...> - 2007-06-25 22:00:59
|
Revision: 635 http://mp-plugins.svn.sourceforge.net/mp-plugins/?rev=635&view=rev Author: chef_koch Date: 2007-06-25 15:00:55 -0700 (Mon, 25 Jun 2007) Log Message: ----------- removed stupid postbuild stuff, sorry ;) Modified Paths: -------------- trunk/plugins/MySimon/Source/SimonSay/MySimon.csproj Removed Paths: ------------- trunk/plugins/MySimon/Source/postbuild.bat Modified: trunk/plugins/MySimon/Source/SimonSay/MySimon.csproj =================================================================== --- trunk/plugins/MySimon/Source/SimonSay/MySimon.csproj 2007-06-25 21:04:32 UTC (rev 634) +++ trunk/plugins/MySimon/Source/SimonSay/MySimon.csproj 2007-06-25 22:00:55 UTC (rev 635) @@ -66,7 +66,7 @@ </Target> --> <PropertyGroup> - <PostBuildEvent>cd "$(SolutionDir)" -call postbuild.bat "$(TargetPath)" "$(TargetFileName)"</PostBuildEvent> + <PostBuildEvent> + </PostBuildEvent> </PropertyGroup> </Project> \ No newline at end of file Deleted: trunk/plugins/MySimon/Source/postbuild.bat =================================================================== --- trunk/plugins/MySimon/Source/postbuild.bat 2007-06-25 21:04:32 UTC (rev 634) +++ trunk/plugins/MySimon/Source/postbuild.bat 2007-06-25 22:00:55 UTC (rev 635) @@ -1,8 +0,0 @@ -set TargetPath=%1 -set TargetFile=%2 - -rem echo %TargetPath% > log.txt -rem echo %TargetFile% >> log.txt - -copy %TargetPath% "%ProgramFiles%\Team MediaPortal\MediaPortal\plugins\Windows\*" -copy %TargetPath% "..\Release\plugins\Windows\*" \ No newline at end of file This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |