Skip to content

Commit

Permalink
Update Compatibility projects (*.csproj) for Tizen
Browse files Browse the repository at this point in the history
  • Loading branch information
rookiejava committed Dec 7, 2021
1 parent 78edbca commit 8c47ff6
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 12 deletions.
13 changes: 1 addition & 12 deletions src/Compatibility/Core/src/Compatibility-net6.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -60,18 +60,7 @@
<ItemGroup Condition=" '$(TargetPlatformIdentifier)' == 'tizen'" >
<Compile Include="$(TizenRoot)**\*.cs"></Compile>
<EmbeddedResource Include="$(TizenRoot)Resources\*.resx" />
<Compile Remove="$(TizenRoot)bin\**\*.cs" />
<Compile Remove="$(TizenRoot)obj\**\*.cs" />
<Compile Include="RendererToHandlerShim.Tizen.cs" />
</ItemGroup>

<ItemGroup>
<Compile Include="RendererToHandlerShim.cs" />
<Compile Include="AppHostBuilderExtensions.cs" />
<Compile Include="MauiHandlersCollectionExtensions.cs" />
<Compile Include="ExportRendererAttribute.cs" />
<Compile Include="Forms.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<EmbeddedResource Include="$(TizenRoot)Resources\*.png" />
</ItemGroup>

<ItemGroup>
Expand Down
6 changes: 6 additions & 0 deletions src/Compatibility/Core/src/Compatibility.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,12 @@
<Reference Include="System.Numerics.Vectors" />
</ItemGroup>

<ItemGroup Condition=" $(TargetFramework.StartsWith('tizen')) ">
<Compile Include="$(TizenRoot)**\*.cs" />
<EmbeddedResource Include="$(TizenRoot)Resources\*.resx" />
<EmbeddedResource Include="$(TizenRoot)Resources\*.png" />
</ItemGroup>

<ItemGroup>
<PackageReference Include="Microsoft.Extensions.Configuration" />
<PackageReference Include="Microsoft.Extensions.Hosting.Abstractions" />
Expand Down

0 comments on commit 8c47ff6

Please sign in to comment.