Earthshine Posted November 30, 2017 Share Posted November 30, 2017 (edited) This baby can do almost any language! I found Gleany on this site and set it up on a fresh win10 install. all i would need to do to make it build an exe of the search files app we discovered is the .NET Target Framework download to build 100 % but the exe works and generates! You also need to add the path the the version of csc.exe that you want to run. MSBuild is part of .NET and can read your .csproj file. YOU can develop .NET OR C/C++ on this baby! Super lightweight (fit for crappy laptops), and you can use any dev compilers you wish, Ming, MS, etc, whatever. To use the build, you need to open the csproj file, else, to check your syntax it can compile individual files as well. The warning are because I do not have the .NET 4.6 Targeting Pack installed... LOL, and I could get rid of the Core warning, yes, I did not want to build a .NET Core.dll I wanted a live x64 exe! Told you MSBUILD could handle .CSPROJ, .VBPROJ, and all others Microsoft. Don't let Visual Code or Visual Studio slow you down, although, this works with Visual Code as well but there is only debugging in CORE.DLL projects ListFiles Example.zip Edited December 4, 2017 by Earthshine My resources are limited. You must ask the right questions Link to comment Share on other sites More sharing options...
Earthshine Posted November 30, 2017 Author Share Posted November 30, 2017 (edited) To build, you first Make All on the .CS file you want to compile, then switch to the .csproj and click Build again, or Make All, and it works. I will figure out the fine details. This is great for people wanting to learn to program using lightweight, portable tools, oh yeah, This is from PortableApps.com as a portable app, no install. workaround. you can just set the Make Object as the same as Make all so you only have to open the project file to build the entire project, in case it has many files and references Edited November 30, 2017 by Earthshine My resources are limited. You must ask the right questions Link to comment Share on other sites More sharing options...
b9k Posted May 26, 2018 Share Posted May 26, 2018 Does it have proper (type-aware) code completion like VS does? Link to comment Share on other sites More sharing options...
Earthshine Posted May 26, 2018 Author Share Posted May 26, 2018 not sure anymore. i just use either VS or Visual Code these days 😃 My resources are limited. You must ask the right questions Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now