[dotnet] Remove some dead build logic. (#15180)

The _BTouchCompileCommand property is never used, so we can just delete it.
This commit is contained in:
Rolf Bjarne Kvinge 2022-06-03 10:41:09 +02:00 коммит произвёл GitHub
Родитель 30e03ffbe4
Коммит 0e5b2c32c1
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 0 добавлений и 5 удалений

Просмотреть файл

@ -1054,11 +1054,6 @@
<_GeneratorAttributeAssembly>$(_XamarinSdkRootDirectory)/tools/lib/Xamarin.Apple.BindingAttributes.dll</_GeneratorAttributeAssembly>
<_DotNetCscCompiler>$(RoslynTargetsPath)\bincore\csc.dll</_DotNetCscCompiler>
</PropertyGroup>
<ItemGroup>
<_BTouchCompileCommand Include="$(DOTNET_HOST_PATH)" />
<_BTouchCompileCommand Include="$(RoslynTargetsPath)/bincore/csc.dll" />
</ItemGroup>
</Target>
<Target Name="_ComputeNativeExecutableInputs" DependsOnTargets="_ComputeVariables">