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

XFE.SpaceEngineers.AgentBridge

【SpaceEngineer】AI调试插件

公开
关注 0 Fork 0 Star 0
UTF-8
<Project Sdk="Microsoft.NET.Sdk">
  <PropertyGroup>
    <OutputType>Exe</OutputType>
    <TargetFramework>net10.0-windows</TargetFramework>
    <ImplicitUsings>enable</ImplicitUsings>
    <Nullable>disable</Nullable>
    <EnableDefaultCompileItems>false</EnableDefaultCompileItems>
  </PropertyGroup>
  <ItemGroup>
    <Compile Include="*.cs" />
    <Compile Include="..\..\src\XFE.SeAgent.Plugin\Protocol\*.cs" Link="Production\Protocol\%(Filename)%(Extension)" />
    <Compile Include="..\..\src\XFE.SeAgent.Plugin\Transport\*.cs" Link="Production\Transport\%(Filename)%(Extension)" />
    <ProjectReference Include="..\..\src\XFE.SeAgent.Cli\XFE.SeAgent.Cli.csproj" />
    <PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
  </ItemGroup>
</Project>