mirror of
https://gitlab.com/futo-org/fcast.git
synced 2025-06-24 21:25:23 +00:00
34 lines
1 KiB
XML
34 lines
1 KiB
XML
<Project Sdk="Tizen.NET.Sdk/1.0.9">
|
|
|
|
<PropertyGroup>
|
|
<OutputType>Exe</OutputType>
|
|
<TargetFramework>netcoreapp2.1</TargetFramework>
|
|
</PropertyGroup>
|
|
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
|
<DebugType>portable</DebugType>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
|
<DebugType>None</DebugType>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<Folder Include="lib\" />
|
|
<Folder Include="res\" />
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
<PackageReference Include="Serilog.Sinks.Debug" Version="2.0.0" />
|
|
<PackageReference Include="System.Text.Json" Version="5.0.2" />
|
|
<PackageReference Include="Tizen.NET" Version="5.0.0.14562">
|
|
<ExcludeAssets>Runtime</ExcludeAssets>
|
|
</PackageReference>
|
|
<PackageReference Include="Tizen.NET.Sdk" Version="1.0.1" />
|
|
<PackageReference Include="Tizen.NET.TV" Version="5.5.0.4922">
|
|
<ExcludeAssets>Runtime</ExcludeAssets>
|
|
</PackageReference>
|
|
|
|
</ItemGroup>
|
|
|
|
</Project>
|
|
|