使用 Visual Studio 2017 创建 cs2php 编译器
Creating cs2php compiler using Visual Studio 2017
我在 GitHub 上发现了一个有趣的项目,它允许将 C# 代码转换为 PHP。 Link: https://github.com/isukces/cs2php
他们表示:"You have do download and build cs2php compiler by yourself. Source code is available on GitHub. Binary version is currently not distributed due to Microsoft Rosylin licence limitations."
我很难创建 cs2php.exe 编译器。我尝试构建一个 Class 库项目,但我得到的只是 dll 文件,当我将输出类型更改为 Windows 应用程序时,我收到缺少主要方法的消息。
如何编译cs2php.exe?
根据我的研究,您可以下载您提供的 https://github.com/isukces/cs2php 中的文件。
首先,请打开CSToPHP解决方案。
其次,选择引擎->Lang.Php.Compiler。
三、右键重建
最后,你会在路径'cs2php-master\cs2php-
中得到cs2php.exe文件
master\Lang.Cs2Php\bin\Debug\net472\cs2php.exe'.
我在 GitHub 上发现了一个有趣的项目,它允许将 C# 代码转换为 PHP。 Link: https://github.com/isukces/cs2php
他们表示:"You have do download and build cs2php compiler by yourself. Source code is available on GitHub. Binary version is currently not distributed due to Microsoft Rosylin licence limitations."
我很难创建 cs2php.exe 编译器。我尝试构建一个 Class 库项目,但我得到的只是 dll 文件,当我将输出类型更改为 Windows 应用程序时,我收到缺少主要方法的消息。
如何编译cs2php.exe?
根据我的研究,您可以下载您提供的 https://github.com/isukces/cs2php 中的文件。
首先,请打开CSToPHP解决方案。
其次,选择引擎->Lang.Php.Compiler。
三、右键重建
最后,你会在路径'cs2php-master\cs2php-
中得到cs2php.exe文件master\Lang.Cs2Php\bin\Debug\net472\cs2php.exe'.