9 lines
No EOL
450 B
XML
9 lines
No EOL
450 B
XML
<?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>
|
|
<AfterInstallHostScriptName>after_install_host.sh</AfterInstallHostScriptName>
|
|
</PropertyGroup>
|
|
</Project> |