Skip to content
This repository has been archived by the owner on Oct 29, 2024. It is now read-only.

Add build target to pack static web assets on Tizen #316

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions samples/HybridApp/HybridApp.Tizen/HybridApp.Tizen.csproj
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
<Project Sdk="Tizen.NET.Sdk/1.1.5">

<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>tizen40</TargetFramework>
</PropertyGroup>
<!-- Normally this import would be automatic through the nuget package. We do it manually for projects inside this solution. -->
<Import Project="..\..\..\src\Microsoft.MobileBlazorBindings.WebView.Tizen\build\Microsoft.MobileBlazorBindings.WebView.Tizen.props" />

<ItemGroup>
<ProjectReference Include="..\..\..\src\Microsoft.MobileBlazorBindings.WebView.Tizen\Microsoft.MobileBlazorBindings.WebView.Tizen.csproj" />
Expand All @@ -16,5 +17,6 @@
</None>
</ItemGroup>

<!-- Normally this import would be automatic through the nuget package. We do it manually for projects inside this solution. -->
<Import Project="..\..\..\src\Microsoft.MobileBlazorBindings.WebView.Tizen\build\Microsoft.MobileBlazorBindings.WebView.Tizen.targets" />
</Project>

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Loading