You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
508 B
14 lines
508 B
<?xml version="1.0" encoding="utf-8"?>
|
|
<Project>
|
|
<Import Project="..\build\InitializeSourceControlInformation.targets"/>
|
|
|
|
<!--
|
|
Workaround for https://github.com/Microsoft/msbuild/issues/3294.
|
|
Microsoft.Common.CrossTargeting.targets is missing InitializeSourceControlInformation definition.
|
|
-->
|
|
<Target Name="InitializeSourceControlInformation" />
|
|
|
|
<PropertyGroup>
|
|
<SourceControlInformationFeatureSupported>true</SourceControlInformationFeatureSupported>
|
|
</PropertyGroup>
|
|
</Project>
|
|
|