microsoft/TypeAgent

Public

mirrored fromhttps://github.com/microsoft/TypeAgentAvailable

CodeCommitsIssuesPull requestsActionsInsightsSecurity
fb22ace26e4ae2010db0861d7afaa20698e14528

Branches

Tags

  • No tags available.
0Branches0Tags
Go to file
Add file
Code

Clone

HTTPS

Download ZIP

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>