microsoft/TypeAgent

Public

mirrored from https://github.com/microsoft/TypeAgentAvailable

CodeCommitsIssuesPull requestsActionsInsightsSecurity
ac6c97707d9fb5efeb7846917c307cd7057a2190

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>