summaryrefslogtreecommitdiffstats
path: root/rlz/output_rlz_copy.rules
blob: 40c1dffd305b67f5507832d52e2443764ba11829 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<?xml version="1.0" encoding="utf-8"?>
<VisualStudioToolFile
	Name="Output RLZ copy"
	Version="8.00"
	>
	<Rules>
		<CustomBuildRule
			Name="Output RLZ copy"
			CommandLine="$(SolutionDir)..\rlz\copy_files.bat $(ProjectDir)Binaries\* $(OutDir)"
			Outputs="$(OutDir)\$(InputFileName)"
			FileExtensions="*.dll;*.pdb"
			>
			<Properties>
			</Properties>
		</CustomBuildRule>
	</Rules>
</VisualStudioToolFile>