-
Notifications
You must be signed in to change notification settings - Fork 0
/
lvtest.Skia.Linux.FrameBuffer.csproj
23 lines (23 loc) · 1.25 KB
/
lvtest.Skia.Linux.FrameBuffer.csproj
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType Condition="'$(Configuration)'=='Release'">WinExe</OutputType>
<OutputType Condition="'$(Configuration)'=='Debug'">Exe</OutputType>
<TargetFramework>net5.0</TargetFramework>
</PropertyGroup>
<ItemGroup Condition="exists('..\lvtest.UWP')">
<EmbeddedResource Include="..\lvtest.UWP\Package.appxmanifest" LogicalName="Package.appxmanifest" />
<Content Include="..\lvtest.UWP\Assets\StoreLogo.png" Link="Assets\StoreLogo.png" />
<Content Include="Assets\Fonts\uno-fluentui-assets.ttf" />
</ItemGroup>
<ItemGroup>
<UpToDateCheckInput Include="..\lvtest.Shared\**\*.xaml" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Microsoft.Extensions.Logging" Version="5.0.0" />
<PackageReference Include="Microsoft.Extensions.Logging.Console" Version="5.0.0" />
<PackageReference Include="Uno.WinUI.Skia.Linux.FrameBuffer" Version="4.3.6" />
<PackageReference Include="Uno.WinUI.RemoteControl" Version="4.3.6" Condition="'$(Configuration)'=='Debug'" />
<PackageReference Include="Uno.UI.Adapter.Microsoft.Extensions.Logging" Version="4.3.6" />
</ItemGroup>
<Import Project="..\lvtest.Shared\lvtest.Shared.projitems" Label="Shared" />
</Project>