XFE Git
XFE Studio Git
Git 首页 全局搜索
XFE 主站 文档 NuGet

XFEExtension.NetCore.InputSimulator

【DLL】XFE各类拓展的模拟键盘输入

公开
关注 0 Fork 0 Star 0
UTF-8
<Project Sdk="Microsoft.NET.Sdk">

  <PropertyGroup>
    <OutputType>Exe</OutputType>
    <TargetFramework>net10.0</TargetFramework>
    <ImplicitUsings>enable</ImplicitUsings>
    <Nullable>enable</Nullable>

    <IsPackable>false</IsPackable>
  </PropertyGroup>

  <ItemGroup>
    <PackageReference Include="XFEExtension.NetCore.XUnit" Version="4.0.2" PrivateAssets="all" />
  </ItemGroup>

  <ItemGroup>
    <Using Include="XFEExtension.NetCore.XUnit.Assertions" />
    <ProjectReference Include="..\XFEExtension.NetCore.InputSimulator\XFEExtension.NetCore.InputSimulator.csproj" />
  </ItemGroup>

</Project>