GithubHelp home page GithubHelp logo

tlbbgmtool's Introduction

TlbbGmTool

某网络游戏的单机版本GM工具。

本工具使用C#语言编写,支持.Net(7.0+)和.NET Framework(4.8+)两种运行环境,如果不能运行,则需要至少安装一种运行库。

编译指南

有两种方式编译此程序,使用visual studio或者使用.NET sdk命令行

Visual Studio

使用Visual Studio(community版本)打开此项目的sln文件,然后选择编译TlbbGmTool项目即可。

.NET sdk命令行

安装完.NET sdk之后,可以使用dotnet工具来编译此项目。

dotnet build TlbbGmTool -c Release

编译结果输出大致如下所示,net48文件夹下的是.NET Framework版本的,net7.0-windows文件夹下的是.NET版本的:

E:\vs_applications\TlbbGmTool>dotnet build TlbbGmTool -c Release
MSBuild version 17.4.0+18d5aef85 for .NET
  正在确定要还原的项目…
  所有项目均是最新的,无法还原。
  axp -> E:\vs_applications\TlbbGmTool\axp\bin\Release\net48\axp.dll
  dbc -> E:\vs_applications\TlbbGmTool\dbc\bin\Release\net7.0-windows\dbc.dll
  axp -> E:\vs_applications\TlbbGmTool\axp\bin\Release\net7.0-windows\axp.dll
  TlbbGmTool -> E:\vs_applications\TlbbGmTool\TlbbGmTool\bin\Release\net7.0-windows\TlbbGmTool.dll
  dbc -> E:\vs_applications\TlbbGmTool\dbc\bin\Release\net48\dbc.dll
  TlbbGmTool -> E:\vs_applications\TlbbGmTool\TlbbGmTool\bin\Release\net48\TlbbGmTool.exe

已成功生成。
    0 个警告
    0 个错误

已用时间 00:00:01.96

E:\vs_applications\TlbbGmTool>

tlbbgmtool's People

Contributors

liuguangw avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.