зеркало из https://github.com/DeGsoft/maui-linux.git
42 строки
1.6 KiB
XML
42 строки
1.6 KiB
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<PropertyGroup>
|
|
<TargetFramework>tizen40</TargetFramework>
|
|
<TargetFrameworkIdentifier>Tizen</TargetFrameworkIdentifier>
|
|
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
|
|
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
|
|
<RootNamespace>System.Maui.Material.Tizen</RootNamespace>
|
|
<AssemblyName>System.Maui.Material</AssemblyName>
|
|
<OutputType>Library</OutputType>
|
|
<PackageId>System.Maui.Material.Tizen</PackageId>
|
|
<DefineConstants>__TIZEN__;__MATERIAL__</DefineConstants>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<Compile Include="..\System.Maui.Material.Android\MaterialColors.cs">
|
|
<Link>MaterialColors.cs</Link>
|
|
</Compile>
|
|
<Compile Include="..\System.Maui.Platform.Tizen\Native\Canvas.cs">
|
|
<Link>Native\Canvas.cs</Link>
|
|
</Compile>
|
|
<Compile Include="..\System.Maui.Platform.Tizen\Native\Button.cs">
|
|
<Link>Native\Button.cs</Link>
|
|
</Compile>
|
|
<Compile Include="..\System.Maui.Platform.Tizen\Native\Box.cs">
|
|
<Link>Native\Box.cs</Link>
|
|
</Compile>
|
|
<Compile Include="..\System.Maui.Platform.Tizen\Native\Entry.cs">
|
|
<Link>Native\Entry.cs</Link>
|
|
</Compile>
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
<PackageReference Include="Tizen.NET" Version="4.0.0" />
|
|
<PackageReference Include="Tizen.NET.MaterialComponents" Version="0.9.9-pre1" />
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\System.Maui.Core\System.Maui.Core.csproj" />
|
|
<ProjectReference Include="..\System.Maui.Platform.Tizen\System.Maui.Platform.Tizen.csproj" />
|
|
</ItemGroup>
|
|
</Project> |