aboutsummaryrefslogtreecommitdiff
path: root/src/ProtocolBuffers.Serialization/ProtocolBuffers.Serialization.csproj
Commit message (Collapse)AuthorAgeFilesLines
* Refactored SilverlightCompatibility.cs => FrameworkPortability.cs added ↵csharptest2012-10-141-2/+3
| | | | NewLine const
* Fixing build for SILVERLIGHT and COMPACT_FRAMEWORK before adding more buildcsharptest2012-10-121-0/+1
| | | | | | variations (WP). Changes are primarily superficial since they are to support the Serialization assembly and unit tests compiling in the CF which has not been done before.
* - Upgraded NUnitcsharptest2011-10-041-70/+5
| | | | | | - Added StatLight and Silverlight unit testing - Added copies of all projects for Silverlight - Integrated Silverlight unit tests in build
* Renamed SILVERLIGHT2 compilation constant to SILVERLIGHTcsharptest2011-10-021-2/+2
|
* Several build related changes in this commit:csharptest2011-10-021-11/+12
| | | | | | | | | | | | | | | | | | | | 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
* Conditional extensions in serialization, Removed usages of extensions ↵csharptest2011-10-011-10/+6
| | | | methods from unit tests
* Moved all extension methods to a single class/filecsharptest2011-10-011-1/+0
|
* Last change for http support, adding a simple reader for query strings and/orcsharptest2011-09-161-0/+1
| | | | | url-encoded form data to support restful apis. Also exposed the mime to reader and mime to writer via dictionaries in the MessageFormatOptions structure.
* first pass at adding required changescsharptest2011-09-081-0/+3
|
* Split off the Serialization namespace into a new assembly.csharptest2011-08-051-0/+152