aboutsummaryrefslogtreecommitdiff
path: root/build/BuildAll.bat
Commit message (Collapse)AuthorAgeFilesLines
* Added removal of build_output and build_temp to CleanAll.batcsharptest2011-10-041-1/+1
| | | | Added /nologo for all msbuild calls
* Several build related changes in this commit:csharptest2011-10-021-42/+2
| | | | | | | | | | | | | | | | | | | | 1. Refactoring of build to allow multiple target frameworks 2. Addition of multiple Silverlight versions 3. Renamed *_Silverlight2 configurations to *_Silverlight 4. Added batch files for each framework build (Build20, Build35, Build40) 5. Moved the package building into MSBuild tasks 6. BuildAll.bat now builds all packages in one build 7. Removed Generate*Package.bat batch files (replaced by BuildAll.bat) 8. Removed the ability to build with 3.5 MSBuild 9. Source is only generated with Release/2.0 build of ProtoGen 10. Removed unit testing proto files from packaging 11. Removed the remaining 'pause' statements from all batch files 12. RunBenchmarks target now builds with .NET 2.0 instead of 4.0 13. Benchmark arguments can now be specified with BenchmarkArgs parameter 14. ProtoBench now supports '/log:path' so console can still see progress 15. Updated PublishRelease.bat and *.nuspec for new build output 16. Updated ProtocolBuffers.Serialization.csproj to omit extensions for 2.0 17. Added NUnit console configurations for each .NET framework version
* Fixed line-endings in bat/txt filescsharptest2011-09-161-41/+41
|
* Completion of 3.5 build integration and Lite runtime build changes.csharptest2010-12-151-4/+38
|
* Renamed benchmark batch file, and made all other batch files use Any CPU target.Jon Skeet2010-12-071-2/+2
|
* Added '_Test' target to build scriptsArnoldZokas2010-11-291-2/+0
|
* Added batch file for running 'GenerateReleasePackage'ArnoldZokas2010-11-291-1/+0
|
* Added batch file for running 'BuildAll'ArnoldZokas2010-11-291-0/+11