2021-06-24 16:36:04 -05:00
|
|
|
<Project>
|
|
|
|
<Import Project="Sdk.props" Sdk="Microsoft.NET.Sdk" />
|
|
|
|
|
|
|
|
<PropertyGroup>
|
2021-07-27 08:25:36 -05:00
|
|
|
<BuildCommandArgs>$(StandardSourceBuildArgs)</BuildCommandArgs>
|
|
|
|
<BuildCommandArgs>$(BuildCommandArgs) /p:SemanticVersioningV1=true</BuildCommandArgs>
|
2021-07-12 16:54:36 -05:00
|
|
|
<BuildCommand>$(ProjectDirectory)\eng\common\build$(ShellExtension) $(BuildCommandArgs)</BuildCommand>
|
2021-06-24 16:36:04 -05:00
|
|
|
|
|
|
|
<RepoApiImplemented>false</RepoApiImplemented>
|
|
|
|
<DeterministicBuildOptOut>true</DeterministicBuildOptOut>
|
|
|
|
<GlobalJsonFile>$(ProjectDirectory)global.json</GlobalJsonFile>
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
<RepositoryReference Include="diagnostics" />
|
2021-08-18 12:18:01 -05:00
|
|
|
<RepositoryReference Include="runtime" />
|
2021-07-12 16:54:36 -05:00
|
|
|
<RepositoryReference Include="source-build" />
|
2021-06-24 16:36:04 -05:00
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
<Import Project="Sdk.targets" Sdk="Microsoft.NET.Sdk" />
|
|
|
|
</Project>
|