Files
docs-desktop/dotnet-desktop-guide/net/wpf/documents/snippets/how-to-print-xps-files/csharp/CodeSampleCsharp.csproj
T

10 lines
203 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>WinExe</OutputType>
<TargetFramework>net6.0-windows</TargetFramework>
<UseWPF>true</UseWPF>
</PropertyGroup>
</Project>