Created
August 31, 2012 13:20
-
-
Save robertlj/3552582 to your computer and use it in GitHub Desktop.
CLojureCLR command line build Mono Win7/Win8 (4.0 Profile)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
xbuild build.proj /target:Test /property:Configuration="Debug 4.0";Platform="Any CPU" | |
xbuild build.proj /target:Build /property:Configuration="Debug 4.0";Platform="Any CPU" | |
xbuild build.proj /target:Dist /property:Configuration="Debug 4.0";Platform="Any CPU" | |
xbuild build.proj /target:Test /property:Configuration="Release 4.0";Platform="Any CPU" | |
xbuild build.proj /target:Build /property:Configuration="Release 4.0";Platform="Any CPU" | |
xbuild build.proj /target:Dist /property:Configuration="Release 4.0";Platform="Any CPU" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment