Skip to content

Instantly share code, notes, and snippets.

@robertlj
Created August 31, 2012 13:20
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save robertlj/3552582 to your computer and use it in GitHub Desktop.
Save robertlj/3552582 to your computer and use it in GitHub Desktop.
CLojureCLR command line build Mono Win7/Win8 (4.0 Profile)
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