csharpc-sharpdotnetxamlavaloniauicross-platformcross-platform-xamlavaloniaguimulti-platformuser-interfacedotnetcore
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
37 lines
1.4 KiB
37 lines
1.4 KiB
<Project Sdk="Microsoft.NET.Sdk">
|
|
<PropertyGroup>
|
|
<OutputType>Exe</OutputType>
|
|
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
|
|
<RootNamespace></RootNamespace>
|
|
<IsPackable>False</IsPackable>
|
|
<NoWarn>$(NoWarn);CS0649;CA1847</NoWarn>
|
|
<NukeTelemetryVersion>1</NukeTelemetryVersion>
|
|
<TargetFramework>$(AvsCurrentTargetFramework)</TargetFramework>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<PackageReference Include="Nuke.Common" />
|
|
<PackageReference Include="MicroCom.CodeGenerator" />
|
|
<PackageReference Include="Numerge" />
|
|
<!-- Keep in sync with Avalonia.Build.Tasks -->
|
|
<PackageReference Include="Mono.Cecil" />
|
|
<PackageReference Include="Microsoft.Build.Framework" PrivateAssets="All" />
|
|
<PackageReference Include="NuGet.Protocol" />
|
|
<PackageDownload Include="Microsoft.DotNet.ApiCompat.Tool" Version="[10.0.100]" />
|
|
<PackageDownload Include="Microsoft.DotNet.ApiDiff.Tool" Version="[10.0.100-rtm.25531.102]" />
|
|
<PackageDownload Include="dotnet-ilrepack" Version="[2.0.44]" />
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
<NukeMetadata Include="**\*.json" Exclude="bin\**;obj\**" />
|
|
<NukeExternalFiles Include="**\*.*.ext" Exclude="bin\**;obj\**" />
|
|
<EmbeddedResource Include="../build/avalonia.snk" />
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
<Content Include="..\dirs.proj">
|
|
<Link>dirs.proj</Link>
|
|
</Content>
|
|
</ItemGroup>
|
|
|
|
</Project>
|
|
|