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
|
|
|
<DeterministicBuildOptOut>true</DeterministicBuildOptOut>
|
2024-01-04 11:53:36 -06:00
|
|
|
|
|
|
|
<!-- https://github.com/dotnet/source-build/issues/3814 -->
|
|
|
|
<NoWarn>$(NoWarn),IDE0044</NoWarn>
|
2021-06-24 16:36:04 -05:00
|
|
|
</PropertyGroup>
|
|
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
<RepositoryReference Include="diagnostics" />
|
2022-05-12 17:09:11 -07:00
|
|
|
<RepositoryReference Include="runtime" />
|
2022-04-19 17:19:00 -05:00
|
|
|
<RepositoryReference Include="source-build-externals" />
|
2021-06-24 16:36:04 -05:00
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
<Import Project="Sdk.targets" Sdk="Microsoft.NET.Sdk" />
|
|
|
|
</Project>
|