Skip to content

Commit

Permalink
Housekeeping Remove remaining Xamarin elements (#966)
Browse files Browse the repository at this point in the history
* Housekeeping Remove remaining Xamarin elements

* Delete global.json
  • Loading branch information
ChrisPulman authored Sep 21, 2024
1 parent dca6c81 commit e1035b7
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 29 deletions.
4 changes: 0 additions & 4 deletions src/Akavache.Sqlite3/Akavache.Sqlite3.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,6 @@
<None Remove="sqlite-ng-notes.md" />
</ItemGroup>

<ItemGroup Condition=" $(TargetFramework.StartsWith('Xamarin.Mac')) ">
<Reference Include="netstandard" />
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\Akavache.Core\Akavache.Core.csproj" />
</ItemGroup>
Expand Down
4 changes: 0 additions & 4 deletions src/Akavache/Akavache.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,6 @@
<ItemGroup>
<PackageReference Include="SQLitePCLRaw.bundle_e_sqlite3" Version="2.1.9" />
</ItemGroup>

<ItemGroup Condition=" $(TargetFramework.StartsWith('Xamarin')) ">
<Reference Include="netstandard" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Akavache.Sqlite3\Akavache.Sqlite3.csproj" />
</ItemGroup>
Expand Down
15 changes: 0 additions & 15 deletions src/Directory.build.targets
Original file line number Diff line number Diff line change
Expand Up @@ -6,30 +6,15 @@
<PropertyGroup Condition="$(TargetFramework.StartsWith('net4'))">
<DefineConstants>$(DefineConstants);NET_461;XAML</DefineConstants>
</PropertyGroup>
<PropertyGroup Condition="$(TargetFramework.StartsWith('Xamarin.iOS'))">
<DefineConstants>$(DefineConstants);MONO;UIKIT;COCOA;XAMARIN_MOBILE</DefineConstants>
</PropertyGroup>
<PropertyGroup Condition="$(TargetFramework.StartsWith('Xamarin.Mac'))">
<DefineConstants>$(DefineConstants);MONO;COCOA</DefineConstants>
</PropertyGroup>
<PropertyGroup Condition="$(TargetFramework.EndsWith('0-macos'))">
<DefineConstants>$(DefineConstants);MONO;COCOA</DefineConstants>
</PropertyGroup>
<PropertyGroup Condition="$(TargetFramework.StartsWith('Xamarin.TVOS'))">
<DefineConstants>$(DefineConstants);MONO;UIKIT;COCOA;XAMARIN_MOBILE</DefineConstants>
</PropertyGroup>
<PropertyGroup Condition="$(TargetFramework.EndsWith('0-maccatalyst'))">
<DefineConstants>$(DefineConstants);MONO;UIKIT;COCOA;XAMARIN_MOBILE</DefineConstants>
</PropertyGroup>
<PropertyGroup Condition="$(TargetFramework.EndsWith('0-tvos'))">
<DefineConstants>$(DefineConstants);MONO;UIKIT;COCOA;XAMARIN_MOBILE</DefineConstants>
</PropertyGroup>
<PropertyGroup Condition="$(TargetFramework.StartsWith('Xamarin.WatchOS'))">
<DefineConstants>$(DefineConstants);MONO;UIKIT;COCOA;XAMARIN_MOBILE</DefineConstants>
</PropertyGroup>
<PropertyGroup Condition="$(TargetFramework.StartsWith('MonoAndroid'))">
<DefineConstants>$(DefineConstants);MONO;ANDROID;XAMARIN_MOBILE</DefineConstants>
</PropertyGroup>
<PropertyGroup Condition="$(TargetFramework.EndsWith('0-android'))">
<DefineConstants>$(DefineConstants);MONO;ANDROID;XAMARIN_MOBILE</DefineConstants>
</PropertyGroup>
Expand Down
6 changes: 0 additions & 6 deletions src/global.json

This file was deleted.

0 comments on commit e1035b7

Please sign in to comment.