Created
August 31, 2012 13:17
-
-
Save robertlj/3552549 to your computer and use it in GitHub Desktop.
CLojureCLR command line build Win7 (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
MSBuild.exe build.proj /target:Test /p:Configuration="Debug 4.0" /p:Platform="Any CPU" | |
MSBuild.exe build.proj /target:Build /p:Configuration="Debug 4.0" /p:Platform="Any CPU" | |
MSBuild.exe build.proj /target:Dist /p:Configuration="Debug 4.0" /p:Platform="Any CPU" | |
MSBuild.exe build.proj /target:Build /p:Configuration="Release 4.0" /p:Platform="Any CPU" | |
MSBuild.exe build.proj /target:Dist /p:Configuration="Release 4.0" /p:Platform="Any CPU" | |
== Older .Net Versions - For backward incompatibility == | |
MSBuild.exe build.proj /target:Test /p:Configuration="Debug 3.5" /p:Platform="Any CPU" | |
MSBuild.exe build.proj /target:Build /p:Configuration="Debug 3.5" /p:Platform="Any CPU" | |
MSBuild.exe build.proj /target:Dist /p:Configuration="Debug 3.5" /p:Platform="Any CPU" | |
MSBuild.exe build.proj /target:Build /p:Configuration="Release 3.5" /p:Platform="Any CPU" | |
MSBuild.exe build.proj /target:Dist /p:Configuration="Release 3.5" /p:Platform="Any CPU" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment