diff options
Diffstat (limited to 'webkit/glue/devtools/devtools_copy.rules')
-rw-r--r-- | webkit/glue/devtools/devtools_copy.rules | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/webkit/glue/devtools/devtools_copy.rules b/webkit/glue/devtools/devtools_copy.rules deleted file mode 100644 index c705b4e..0000000 --- a/webkit/glue/devtools/devtools_copy.rules +++ /dev/null @@ -1,18 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<VisualStudioToolFile - Name="devtools file copy" - Version="8.00" - > - <Rules> - <CustomBuildRule - Name="devtools file copy" - CommandLine="xcopy /Y /D $(InputPath) $(OutDir)\Resources\Inspector\" - Outputs="$(OutDir)\Resources\Inspector\$(InputFileName)" - FileExtensions="*.html;*.js" - ExecutionDescription="Copying resource file..." - > - <Properties> - </Properties> - </CustomBuildRule> - </Rules> -</VisualStudioToolFile> |