microsoft/TypeAgent
Publicmirrored fromhttps://github.com/microsoft/TypeAgentAvailable
dotnet/autoShell/autoShell.csproj
14lines · modecode
| 1 | <Project Sdk="Microsoft.NET.Sdk"> |
| 2 | <PropertyGroup> |
| 3 | <TargetFramework>net8.0-windows</TargetFramework> |
| 4 | <OutputType>Exe</OutputType> |
| 5 | <UseWindowsForms>true</UseWindowsForms> |
| 6 | <UseWPF>true</UseWPF> |
| 7 | <ImportWindowsDesktopTargets>true</ImportWindowsDesktopTargets> |
| 8 | </PropertyGroup> |
| 9 | <ItemGroup> |
| 10 | <PackageReference Include="Microsoft-WindowsAPICodePack-Core" Version="1.1.5" /> |
| 11 | <PackageReference Include="Microsoft-WindowsAPICodePack-Shell" Version="1.1.5" /> |
| 12 | <PackageReference Include="Newtonsoft.Json" Version="13.0.4" /> |
| 13 | </ItemGroup> |
| 14 | </Project> |