2017-06-11 22:27:48 +00: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-27 06:10:48 +00:00
|
|
|
<AfterInstallHostScriptName>after_install_host.sh</AfterInstallHostScriptName>
|
2017-06-11 22:27:48 +00:00
|
|
|
</PropertyGroup>
|
|
|
|
</Project>
|