summaryrefslogtreecommitdiffstats
path: root/webkit/glue/devtools/devtools_copy.rules
blob: c705b4e278afda1f7a0f5942992397329bd54b74 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<?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>