11 lines
449 B
XML
11 lines
449 B
XML
<Project>
|
|
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory)..\, Directory.Build.props))\Directory.Build.props" />
|
|
|
|
<PropertyGroup>
|
|
<!-- Shared between targeting pack and runtime build. -->
|
|
<PlatformManifestFileName>PlatformManifest.txt</PlatformManifestFileName>
|
|
<PlatformManifestOutputPath>$(ArtifactsObjDir)$(PlatformManifestFileName)</PlatformManifestOutputPath>
|
|
</PropertyGroup>
|
|
|
|
</Project>
|