dotnet-installer/build/Microsoft.DotNet.Cli.InitRepo.props
Justin Goshi 2eac755db7 Refactor
2017-02-08 19:13:30 -08:00

7 lines
304 B
XML

<Project ToolsVersion="15.0">
<PropertyGroup>
<GeneratedPropsDir>$(RepoRoot)/artifacts/obj</GeneratedPropsDir>
<GitCommitInfoProps>$(GeneratedPropsDir)/GitCommitInfo.props</GitCommitInfoProps>
<HostInfoProps>$(GeneratedPropsDir)/HostInfo.props</HostInfoProps>
</PropertyGroup>
</Project>