Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

newbie question - how do I compile portable version? #404

Closed
fleapower opened this issue Mar 20, 2020 · 2 comments
Closed

newbie question - how do I compile portable version? #404

fleapower opened this issue Mar 20, 2020 · 2 comments

Comments

@fleapower
Copy link

As the subject line says, I am a complete newb when it comes to using Visual Studio. I figured out how to make some changes to the code to customize it for my use, and I've been able to compile it, but it compiles as the non-portable version. How do I compile it as the portable version? Thanks!

@jdckr
Copy link

jdckr commented Jul 4, 2020

You need to call msbuild.exe like here

"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\15.0\Bin\MSBuild.exe" Build.xml

If you just need the portable version you might want to remove the CreateSetup step, as this requires additional dependencies

<CallTarget Targets="CreateSetup" />

@fleapower
Copy link
Author

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants