dcb3a7ade7
For example, "out/2" instead of "artifacts/stage2"
8 lines
432 B
XML
8 lines
432 B
XML
<Project ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
<PropertyGroup>
|
|
<GeneratedPropsDir>$(RepoRoot)/out/obj</GeneratedPropsDir>
|
|
<GitCommitInfoProps>$(GeneratedPropsDir)/GitCommitInfo.props</GitCommitInfoProps>
|
|
<HostInfoProps>$(GeneratedPropsDir)/HostInfo.props</HostInfoProps>
|
|
<BuildInfoProps>$(GeneratedPropsDir)/BuildInfo.props</BuildInfoProps>
|
|
</PropertyGroup>
|
|
</Project>
|