2017-06-11 15:27:48 -07:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<Project ToolsVersion="12.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
|
|
<PropertyGroup>
|
|
|
|
<RpmConfigJsonName>rpm_config.json</RpmConfigJsonName>
|
|
|
|
<TemplatesDir>$(RepoRoot)/packaging/rpm/templates</TemplatesDir>
|
|
|
|
<ScriptsDir>$(RepoRoot)/packaging/rpm/scripts</ScriptsDir>
|
2017-07-26 23:10:48 -07:00
|
|
|
<AfterInstallHostScriptName>after_install_host.sh</AfterInstallHostScriptName>
|
2017-06-11 15:27:48 -07:00
|
|
|
</PropertyGroup>
|
|
|
|
</Project>
|