Files
maui-linux/templates/Microsoft.Maui.Linux.Templates.csproj
logikonline d87124fef2 Initial commit: .NET MAUI Linux Platform
Complete Linux platform implementation for .NET MAUI with:

- 35+ Skia-rendered controls (Button, Label, Entry, CarouselView, etc.)
- Platform services (Clipboard, FilePicker, Notifications, DragDrop, etc.)
- Accessibility support (AT-SPI2, High Contrast)
- HiDPI and Input Method support
- 216 unit tests
- CI/CD workflows
- Project templates
- Documentation

🤖 Generated with Claude Code
2025-12-19 09:30:16 +00:00

29 lines
1.1 KiB
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<PackageType>Template</PackageType>
<PackageVersion>1.0.0-preview.4</PackageVersion>
<PackageId>Microsoft.Maui.Linux.Templates</PackageId>
<Title>.NET MAUI Linux Project Templates</Title>
<Authors>MAUI Linux Community Contributors</Authors>
<Description>Project templates for building .NET MAUI applications on Linux desktop.</Description>
<PackageTags>dotnet-new;templates;maui;linux;desktop</PackageTags>
<PackageProjectUrl>https://github.com/dotnet/maui</PackageProjectUrl>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<TargetFramework>netstandard2.0</TargetFramework>
<IncludeContentInPack>true</IncludeContentInPack>
<IncludeBuildOutput>false</IncludeBuildOutput>
<ContentTargetFolders>content</ContentTargetFolders>
<NoWarn>$(NoWarn);NU5128</NoWarn>
<NoDefaultExcludes>true</NoDefaultExcludes>
</PropertyGroup>
<ItemGroup>
<Content Include="maui-linux-app\**\*" Exclude="maui-linux-app\**\bin\**;maui-linux-app\**\obj\**" />
<Compile Remove="**\*" />
</ItemGroup>
</Project>