Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
rolfbjarne committed Jun 5, 2023
1 parent 5856d89 commit 5d99902
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions msbuild/Xamarin.Shared/Xamarin.Shared.props
Original file line number Diff line number Diff line change
Expand Up @@ -317,8 +317,8 @@ Copyright (C) 2020 Microsoft. All rights reserved.
<BTouchToolPath Condition="'$(OS)' == 'Unix' And '$(BTouchToolPath)' == ''">$(_XamarinSdkRoot)/bin/</BTouchToolPath>
<BTouchToolPath Condition="'$(OS)' != 'Unix' And '$(_PlatformName)' != 'macOS' And '$(BTouchToolPath)' == ''">$(MSBuildExtensionsPath)\Xamarin\iOS\</BTouchToolPath>

<BTouchLibPath Condition="'$(OS)' == 'Unix' And '$(BTouchToolPath)' == ''">$(_XamarinSdkRoot)/bin/</BTouchLibPath>
<BTouchLibPath Condition="'$(OS)' != 'Unix' And '$(_PlatformName)' != 'macOS' And '$(BTouchToolPath)' == ''">$(MSBuildExtensionsPath)\Xamarin\iOS\</BTouchLibPath>
<BTouchLibPath Condition="'$(OS)' == 'Unix' And '$(BTouchLibPath)' == ''">$(_XamarinSdkRoot)/lib/bgen/</BTouchLibPath>
<BTouchLibPath Condition="'$(OS)' != 'Unix' And '$(_PlatformName)' != 'macOS' And '$(BTouchLibPath)' == ''">$(MSBuildExtensionsPath)\Xamarin\iOS\</BTouchLibPath>

<BTouchToolExe Condition="'$(OS)' == 'Unix' And '$(BTouchToolExe)' == ''">bgen</BTouchToolExe>
<BTouchToolExe Condition="'$(OS)' != 'Unix' And '$(BTouchToolExe)' == ''">bgen.exe</BTouchToolExe>
Expand All @@ -330,9 +330,9 @@ Copyright (C) 2020 Microsoft. All rights reserved.
<_GeneratorAttributeAssembly Condition="'$(_PlatformName)' == 'iOS'">$(BTouchLibPath)Xamarin.iOS.BindingAttributes.dll</_GeneratorAttributeAssembly>
<_GeneratorAttributeAssembly Condition="'$(_PlatformName)' == 'watchOS'">$(BTouchLibPath)Xamarin.WatchOS.BindingAttributes.dll</_GeneratorAttributeAssembly>
<_GeneratorAttributeAssembly Condition="'$(_PlatformName)' == 'tvOS'">$(BTouchLibPath)Xamarin.TVOS.BindingAttributes.dll</_GeneratorAttributeAssembly>
<_GeneratorAttributeAssembly Condition="'$(_PlatformName)' == 'macOS' And '$(TargetPlatformName)' == 'Modern'">$(BTouchLibPath)Xamarin.Mac-mobile.BindingAttributes.dll</_GeneratorAttributeAssembly>
<_GeneratorAttributeAssembly Condition="'$(_PlatformName)' == 'macOS' And '$(TargetPlatformName)' == 'Full'">$(BTouchLibPath)Xamarin.Mac-full.BindingAttributes.dll</_GeneratorAttributeAssembly>
<_GeneratorAttributeAssembly Condition="'$(_PlatformName)' == 'macOS' And '$(TargetPlatformName)' == 'System'">$(BTouchLibPath)Xamarin.Mac-full.BindingAttributes.dll</_GeneratorAttributeAssembly>
<_GeneratorAttributeAssembly Condition="'$(_PlatformName)' == 'macOS' And '$(TargetFrameworkName)' == 'Modern'">$(BTouchLibPath)Xamarin.Mac-mobile.BindingAttributes.dll</_GeneratorAttributeAssembly>
<_GeneratorAttributeAssembly Condition="'$(_PlatformName)' == 'macOS' And '$(TargetFrameworkName)' == 'Full'">$(BTouchLibPath)Xamarin.Mac-full.BindingAttributes.dll</_GeneratorAttributeAssembly>
<_GeneratorAttributeAssembly Condition="'$(_PlatformName)' == 'macOS' And '$(TargetFrameworkName)' == 'System'">$(BTouchLibPath)Xamarin.Mac-full.BindingAttributes.dll</_GeneratorAttributeAssembly>

<ProcessEnums Condition="'$(ProcessEnums)' == ''">false</ProcessEnums>

Expand Down

0 comments on commit 5d99902

Please sign in to comment.